body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Swiper 6.6.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 19, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  cursor: pointer;
  transition: 0.3s;
  font-size: 1rem;
  height: 5.6rem;
  width: 5.6rem;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  color: #5C514B;
  outline: none;
  appearance: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media (hover: hover) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: #4EABC2;
    color: #fff;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #716256;
  margin: 0 0.6rem;
  transition: 0.3s;
}

button.swiper-pagination-bullet {
  background: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
  position: relative;
  color: #5C514B;
}

.swiper-pagination-bullet-active {
  width: 4rem;
  height: 4rem;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff ;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000 ;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

.overflow {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 500;
  padding-top: 126px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 90px;
  }
}
.wrapper._with-bg:after, .wrapper._with-bg:before {
  z-index: -1;
  border-radius: 50%;
  width: 408px;
  height: 408px;
  background: #000;
  position: absolute;
  filter: blur(350px);
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  .wrapper._with-bg:after, .wrapper._with-bg:before {
    display: none !important;
  }
}
.wrapper._with-bg:before {
  background: #6939B6;
  top: 345px;
  right: calc(50% + 447px);
}
.wrapper._with-bg:after {
  background: #2348CB;
  top: 517px;
  left: calc(50% + 152px);
}
.wrapper .wrapper__wave {
  background: url(../images/offer-wave.svg) 0 0 no-repeat;
  background-size: contain;
  width: 876px;
  height: 839px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-700px);
}
@media screen and (max-width: 1200px) {
  .wrapper .wrapper__wave {
    left: -100px;
    transform: none;
    max-width: calc(100% + 70px);
    background: url(../images/offer-wave-mob.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0.1;
  }
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  flex-grow: 1;
}

html {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.33;
  color: #161616;
}

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

body {
  background: #fff;
}
@media screen and (max-width: 1200px) {
  body {
    background: rgba(238, 235, 248, 0.5);
  }
}

select,
button,
input,
textarea {
  font-family: "PT Sans Caption", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
  outline: 0;
  cursor: pointer;
}

.a, .faq .faq__figure:after, .faq .content:after, .benefits .benefits__item .benefits__title:before, .steps-thumbs:after, .steps:after, .refer-source .refer-source__content:before, .refer-source .refer-source__content:after, .offer .offer__content:after, .offer .offer__content:before, .login-info:after, .login-info:before, .team-item .team-item__thumb:after, .our-mission:after, .our-mission:before, .faq-item .faq-item__question:before, .faq-item:after, .page-content._contacts:after, .btn__blick:before, .zoom:after, .wrapper._with-bg:after, .wrapper._with-bg:before {
  content: "";
  display: block;
  box-sizing: border-box;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}

.zoom {
  position: relative;
  display: block;
}
.zoom:after {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  font-size: 40px;
  background: rgba(110, 98, 229, 0.6) url(../images/zoom.svg) center no-repeat;
  background-size: 40px;
}
@media (hover: hover) {
  .zoom:hover:after {
    opacity: 1;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row > * {
  padding-left: 12px;
  padding-right: 12px;
}
.row._offset-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row._offset-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row._offset-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row._offset-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row._offset-15 {
  margin-left: -7px;
  margin-right: -7px;
}
.row._offset-15 > * {
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (max-width: 767px) {
  .row._offset-15 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row._offset-15 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row._offset-0 {
  margin-left: 0;
  margin-right: 0;
}
.row._offset-0 > * {
  padding-left: 0;
  padding-right: 0;
}

em {
  font-style: normal;
}

h2,
.h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  padding: 8px 0;
}
h2 strong,
.h2 strong {
  color: #6E62E5;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px !important;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.48px;
  margin-bottom: 1.2rem;
}

.txt {
  font-size: 15px;
  color: #666B86;
  margin-bottom: 1em;
}
.txt._black {
  color: inherit;
}
.txt a {
  color: #6E62E5;
}
@media (hover: hover) {
  .txt a:hover {
    color: #8278e9;
  }
}

.txt-20 {
  font-size: 2rem;
}

.size-16 {
  font-size: 16px;
}

.has-links a {
  color: #6E62E5;
  border-bottom: 1px solid #6E62E5;
}
@media (hover: hover) {
  .has-links a:hover {
    border-bottom-color: transparent;
  }
}

.max-350 {
  max-width: 350px !important;
}

.max-390 {
  max-width: 390px !important;
}

@media screen and (min-width: 991px) {
  .max-600 {
    max-width: 60rem;
  }
}

.max-720 {
  max-width: 720px;
  width: 100%;
}

.max-450 {
  max-width: 450px;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .hidden-pc {
    display: none;
  }
}

.txt-16 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .txt-16 {
    font-size: 14px;
  }
}

.txt-18 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .txt-18 {
    font-size: 16px;
  }
}

.main-color {
  color: #6E62E5;
}

.red-line {
  height: 0.4rem;
  width: 5rem;
  position: absolute;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-30 {
  padding-bottom: 3rem;
}

.center {
  text-align: center;
}

.mb-26 {
  margin-bottom: 2.6rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.fw-800 {
  font-weight: 800;
}

.w-100 {
  width: 100%;
}

.max-full {
  max-width: inherit !important;
}
.max-full p {
  max-width: inherit !important;
}

.mr-10 {
  margin-right: 0.7rem;
}

.mb-20-reverse {
  margin-bottom: -2rem;
}

.txt-gray {
  opacity: 0.48;
}

.pt-50 {
  padding-top: 5rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .swiper-controls.hide-on-pc {
    display: flex !important;
  }
}
@media screen and (max-width: 1000px) {
  .swiper-controls {
    flex-wrap: wrap;
  }
}
.swiper-controls .swiper-pagination {
  position: static;
  width: auto;
  font-size: 1.8rem;
  min-width: 8rem;
  color: #959595;
}
.swiper-controls .swiper-pagination .swiper-pagination-current {
  color: #222;
}
.swiper-controls .swiper-pagination-progressbar {
  position: relative;
  flex-grow: 1;
  height: 2px;
  margin-right: 3rem;
  background: #EAEAEA;
  border-radius: 2px;
}
.swiper-controls .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  top: -1px;
  height: 4px;
  background: #6E62E5;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .swiper-controls .swiper-pagination-progressbar {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.swiper-controls .swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(270deg, rgba(78, 171, 194, 0) 3.44%, #4EABC2 20.87%, #4EABC2 70.04%, rgba(78, 171, 194, 0) 95.94%);
  height: 1px;
  margin-bottom: 25px;
  margin-top: 5px;
}
.swiper-controls .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 0;
  background: url(../images/dot.svg) center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
}
.swiper-controls .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 27px;
  height: 27px;
}

.link {
  display: inline-flex;
  align-items: center;
  color: #8186A4;
  font-weight: 700;
}
.link [class^=icon-],
.link [class*=" icon-"] {
  font-size: 1.375em;
  margin-right: 7px;
}
.link.active .icon-hide {
  transform: scale(1, -1);
}
@media (hover: hover) {
  .link:hover {
    color: #6E62E5;
  }
}

.loader {
  background: url(../images/loader.svg) center no-repeat;
  background-size: 40px auto;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs .icon-next-a {
  font-size: 0.85em;
  margin: 0 10px;
}
.breadcrumbs .breadcrumbs__link,
.breadcrumbs .breadcrumbs__current {
  border-radius: 0.78em;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.28em 1em 0.57em;
  display: inline-block;
}
.breadcrumbs .breadcrumbs__current {
  color: #74707F;
}
@media (hover: hover) {
  .breadcrumbs .breadcrumbs__link:hover {
    color: #6E62E5;
  }
}

.notification {
  background: rgba(255, 255, 255, 0.45);
  border: 2px solid rgba(217, 56, 59, 0.5);
  text-align: left;
  position: relative;
  padding: 20px 30px 20px 80px;
  color: #D9383B;
  border-radius: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .notification {
    padding: 20px 20px 20px 60px;
  }
}
.notification:before {
  position: absolute;
  top: 20px;
  left: 40px;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .notification:before {
    left: 20px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?v=2");
  src: url("../fonts/icomoon.eot?v=2") format("embedded-opentype"), url("../fonts/icomoon.ttf?v=2") format("truetype"), url("../fonts/icomoon.woff?v=2") format("woff"), url("../fonts/icomoon.svg?v=2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye-slash:before {
  content: "\e92e";
}

.icon-eye:before {
  content: "\e92f";
}

.icon-teacher:before {
  content: "\e92d";
}

.icon-to-top:before {
  content: "\e92b";
}

.icon-delete3:before {
  content: "\e92c";
}

.icon-date:before {
  content: "\e929";
}

.icon-info:before {
  content: "\e92a";
}

.icon-password2:before {
  content: "\e928";
}

.icon-x:before {
  content: "\e90d";
}

.icon-x-strong:before {
  content: "\e90e";
}

.icon-star:before {
  content: "\e90f";
}

.icon-add:before {
  content: "\e910";
}

.icon-arr-left:before {
  content: "\e911";
}

.icon-back:before {
  content: "\e912";
}

.icon-briefcase:before {
  content: "\e913";
}

.icon-check1:before {
  content: "\e914";
}

.icon-copy:before {
  content: "\e915";
}

.icon-copy2:before {
  content: "\e916";
}

.icon-d:before {
  content: "\e917";
}

.icon-delete:before {
  content: "\e918";
}

.icon-delete2:before {
  content: "\e919";
}

.icon-dotts:before {
  content: "\e91a";
}

.icon-edit:before {
  content: "\e91b";
}

.icon-i:before {
  content: "\e91c";
}

.icon-inportant:before {
  content: "\e91d";
}

.icon-logout:before {
  content: "\e91e";
}

.icon-nav:before {
  content: "\e91f";
}

.icon-nickname:before {
  content: "\e920";
}

.icon-organization:before {
  content: "\e921";
}

.icon-password1:before {
  content: "\e922";
}

.icon-save:before {
  content: "\e923";
}

.icon-search2:before {
  content: "\e924";
}

.icon-tag-user:before {
  content: "\e925";
}

.icon-user:before {
  content: "\e926";
}

.icon-word:before {
  content: "\e927";
}

.icon-password:before {
  content: "\e900";
}

.icon-prev-a:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e902";
}

.icon-two-arrow:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-down:before {
  content: "\e905";
}

.icon-down-big:before {
  content: "\e906";
}

.icon-help:before {
  content: "\e907";
}

.icon-hide:before {
  content: "\e908";
}

.icon-important:before {
  content: "\e909";
}

.icon-login:before {
  content: "\e90a";
}

.icon-next:before {
  content: "\e90b";
}

.icon-next-a:before {
  content: "\e90c";
}

.entry-content {
  line-height: 1.5;
  font-size: 16px;
  color: #343C69;
}
.entry-content a:not(.button) {
  color: #6E62E5;
  border-bottom: 1px solid #6E62E5;
}
.entry-content a:not(.button):hover {
  border-bottom-color: transparent;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.9em;
  color: #161616;
}
.entry-content h1 {
  font-size: 2.25em;
}
.entry-content h2 {
  font-size: 1.7em;
}
.entry-content h3 {
  font-size: 1.5em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.13em;
}
.entry-content p {
  margin-bottom: 1em;
}
.entry-content ul {
  padding-bottom: 1.3em;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .entry-content ul {
    margin-left: 20px;
  }
}
.entry-content ul li {
  list-style: disc;
}
.entry-content ol {
  margin-left: 40px;
  margin-bottom: 1.3em;
}
.entry-content blockquote {
  border-radius: 29px;
  background: #F7F6FF;
  padding: 30px 40px 30px 74px;
  margin-bottom: 1.5em;
  color: #797887;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding-left: 54px;
  }
}
.entry-content blockquote:before {
  content: "\e909";
  font-family: "icomoon";
  font-size: 22px;
  position: absolute;
  color: #6E62E5;
  top: 24px;
  left: 39px;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote:before {
    left: 20px;
  }
}
.entry-content blockquote em {
  font-weight: 700;
  color: #6E62E5;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 1em;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 1.3em;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 10px 10px;
  border: 1px solid #E1E5F1;
}
.entry-content table thead tr {
  font-weight: 700;
}

.form {
  position: relative;
}
.form .form__social {
  padding-bottom: 8px;
}
.form .form__social li {
  margin-bottom: 16px;
}

.form-item {
  position: relative;
  margin-bottom: 20px;
}
.form-item .form-item__label {
  font-size: 16px;
  padding: 0 29px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 66px;
  pointer-events: none;
  color: #8A8D9E;
  border-radius: 20px;
  transition: 0.1s;
}
.form-item .form-item__label p {
  margin-bottom: 0;
}
.form-item.focus .form-item__label, .form-item.has-value .form-item__label {
  font-size: 13px;
  top: -15px;
}
.form-item > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.form-item .g-recaptcha-response {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  height: 1px !important;
}
.form-item .g-recaptcha > div {
  height: auto !important;
}

.form-timer {
  color: rgba(91, 94, 114, 0.5);
}
.form-timer div {
  display: inline;
  font-weight: 700;
}
.form-timer div.jst-hours {
  display: none;
}

.form__privacy {
  font-size: 12px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .form__privacy {
    font-size: 11px;
  }
}
.form__privacy a {
  display: inline-block;
  text-decoration: underline;
}
@media (hover: hover) {
  .form__privacy a:hover {
    text-decoration: none;
  }
}

.success-send-form {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #2DAE6D;
}
@media screen and (max-width: 767px) {
  .success-send-form {
    justify-content: center;
  }
}
.success-send-form .icon-check {
  font-size: 1.4em;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .success-send-form {
    font-size: 15px;
  }
}

label.error {
  color: #D9383B;
  display: block !important;
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  width: 100%;
  background: url(../images/error.svg) 0 center no-repeat;
  background-size: 16px;
  padding-left: 23px;
}

.form-item-pass-switch {
  position: absolute;
  right: 10px;
  top: 2px;
  height: 66px;
  background: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 0;
  font-size: 22px;
  color: #707B90;
  cursor: pointer;
  border-radius: 5px;
}
.form-item-pass-switch .icon-eye {
  display: none;
}
.form-item-pass-switch.active {
  color: #161616;
}
.form-item-pass-switch.active .icon-eye {
  display: block;
}
.form-item-pass-switch.active .icon-eye-slash {
  display: none;
}

/*-----------------submit----------------------*/
button[type=submit],
input[type=submit] {
  appearance: none;
  cursor: pointer;
  border: 0;
  outline: 0;
}

/*-----------------input----------------------*/
.file-field,
textarea,
input[type=url],
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 70px;
  background: #F5F7FD;
  border: 1px solid transparent;
  padding: 15px 60px 0 30px;
  font-size: 16px;
  display: block;
  outline: none;
  width: 100%;
  border-radius: 20px;
  color: #161616;
  -webkit-appearance: none;
  font-weight: 700;
}
.file-field.valid,
textarea.valid,
input[type=url].valid,
input[type=search].valid,
input[type=number].valid,
input[type=password].valid,
input[type=email].valid,
input[type=text].valid,
input[type=tel].valid {
  border-color: #88C7A8;
  background-image: url(../images/valid.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: calc(100% - 21px) center !important;
}
.file-field.error,
textarea.error,
input[type=url].error,
input[type=search].error,
input[type=number].error,
input[type=password].error,
input[type=email].error,
input[type=text].error,
input[type=tel].error {
  border-color: #D9383B;
  background-image: url(../images/error.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: calc(100% - 21px) center !important;
}
.file-field:disabled,
textarea:disabled,
input[type=url]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=text]:disabled,
input[type=tel]:disabled {
  color: #9295A8 !important;
  padding-right: 70px;
}

.white-field .file-field,
.white-field textarea,
.white-field input[type=search],
.white-field input[type=number],
.white-field input[type=password],
.white-field input[type=email],
.white-field input[type=text],
.white-field input[type=tel] {
  background: #fff;
}
.white-field .form-item__label {
  color: #6B739F;
}

textarea {
  height: 167px;
  padding-top: 30px;
  resize: none;
  overflow: auto;
}
textarea.valid, textarea.error {
  background-position: calc(100% - 21px) 22px !important;
}

.file-field {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #464343;
  transition: 0.3s;
}
@media (hover: hover) {
  .file-field:hover {
    border-color: #6E62E5;
  }
}
.file-field * {
  cursor: pointer;
}
.file-field input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.file-field .file-field__value {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  word-break: break-all;
}
.file-field .file-field__value p {
  display: flex;
  align-items: center;
}
.file-field .file-field__value.loadfile {
  color: #F7CC32;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.file-field .file-field__value svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 4rem;
}

/*---------------placeholder------------------------*/
input:placeholder-shown {
  text-overflow: ellipsis;
}

*::-webkit-input-placeholder {
  color: #9598A7;
  opacity: 1;
  font-weight: 400;
  text-overflow: ellipsis;
}

*:-moz-placeholder {
  color: #9598A7;
  opacity: 1;
  font-weight: 400;
  text-overflow: ellipsis;
}

*::-moz-placeholder {
  color: #9598A7;
  opacity: 1;
  font-weight: 400;
  text-overflow: ellipsis;
}

*:-ms-input-placeholder {
  color: #9598A7;
  opacity: 1;
  font-weight: 400;
  text-overflow: ellipsis;
}

textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.btn:not(.dropdown-toggle) {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
  border-radius: 20px;
  padding: 0 37px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #6E62E5;
  position: relative;
  z-index: 200;
  border: 0;
  outline: 0;
  transition: background-color 0.3s, color 0.3s;
  line-height: 1.1;
  overflow: hidden;
}
.btn:not(.dropdown-toggle) .txt-gray {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle):not(:disabled):hover {
    color: #fff;
    background: #8278e9;
  }
  .btn:not(.dropdown-toggle):not(:disabled):hover .txt-gray {
    opacity: 1;
  }
}
.btn:not(.dropdown-toggle):disabled {
  box-shadow: none;
  cursor: not-allowed;
  background-color: #E7E5F2 !important;
  color: #C9C7D6 !important;
}
@media screen and (max-width: 767px) {
  .btn:not(.dropdown-toggle)._mob100 {
    width: 100%;
  }
}
.btn:not(.dropdown-toggle)._small {
  height: 52px;
  font-size: 14px;
  padding: 0 30px;
}
.btn:not(.dropdown-toggle)._big {
  height: 70px;
  font-size: 18px;
}
.btn:not(.dropdown-toggle).icon-prev-a:before {
  margin-right: 9px;
}
.btn:not(.dropdown-toggle).icon-login:before {
  font-size: 1.35em;
  margin-right: 9px;
}
.btn:not(.dropdown-toggle)._black {
  background: #161616;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._black:not(:disabled):hover {
    background: #282828;
  }
}
.btn:not(.dropdown-toggle)._yellow {
  color: #272E55;
  background: #F7CC32;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._yellow:not(:disabled):hover {
    color: #272E55;
    background: #f8d554;
  }
}
.btn:not(.dropdown-toggle)._social {
  color: #161616;
  background: rgba(255, 255, 255, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.btn:not(.dropdown-toggle)._social img {
  margin-right: 11px;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._social:not(:disabled):hover {
    color: #161616;
    background: rgb(255, 255, 255);
  }
}
.btn:not(.dropdown-toggle) .icon-next {
  margin-left: 10px;
  font-size: 1.125em;
  margin-top: 2px;
}
.btn:not(.dropdown-toggle).loading-btn {
  background-image: url(../images/loader-white.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 50px !important;
  color: transparent !important;
}

.btn__blick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.7rem;
  z-index: 10;
  overflow: hidden;
}
.btn__blick:before {
  margin-left: -30px;
  width: 50px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  animation-delay: 50ms;
  position: absolute;
  left: -40px;
  top: -150px;
  animation-timing-function: ease-in-out;
  transition: all 0.3s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
  z-index: 2;
}

@keyframes slideme {
  0% {
    left: -70px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
/* ------- Scroll to Top Start ---------- */
.to-top {
  position: fixed;
  cursor: pointer;
  transition: 0.5s;
  width: 44px;
  z-index: 800;
  bottom: 140px;
  border-radius: 50%;
  right: -100px;
  animation-duration: 1s;
  animation-fill-mode: both;
  color: #464343;
}
@media (hover: hover) {
  .to-top:hover {
    color: #F7CC32;
  }
}
.to-top svg {
  width: 44px;
  height: auto;
}
.to-top span {
  color: #77AC20;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  transform: rotate(-90deg) translate(-50px, 1px);
}
@media screen and (max-width: 1000px) {
  .to-top {
    position: static;
    animation-name: none !important;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5rem 0 -2rem 0;
  }
  .to-top span {
    transform: none;
  }
}

.to-top.active {
  right: 30px;
}

/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 800;
  transition: ease-out 0.3s;
  background: #FAFAFA;
  padding: 11px 9px;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .icon-menu {
    display: block;
  }
}

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  height: 2px;
  background: #2A96A1;
  border-radius: 2px;
  border: none;
  transition: transform 0.5s, top 0.2s;
}

.sw-bottom {
  top: 4px;
}

.sw-footer {
  top: 8px;
}

.icon-menu.active .sw-topper {
  top: 6px;
  transform: rotate(135deg);
}

.icon-menu.active .sw-bottom {
  top: 4px;
  transform: rotate(-135deg);
}

.icon-menu.active .sw-footer {
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

.modals {
  display: none;
}

.fancybox-bg {
  background: rgb(35, 27, 56);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.fancybox-content.modals__item {
  background: rgb(255, 255, 255);
  border-radius: 41px;
  overflow: visible;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .fancybox-content.modals__item {
    padding: 40px 20px;
    border-radius: 20px;
  }
}

.fancybox-content .fancybox-button--close,
.fancybox-content .fancybox-close-small {
  padding: 10px;
  color: #343C69;
  transition: 0.3s;
  background: #F1F6FF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: 1;
  top: 20px;
  right: 20px;
}
.fancybox-content .fancybox-button--close svg path,
.fancybox-content .fancybox-close-small svg path {
  stroke-width: 2;
}
@media screen and (max-width: 767px) {
  .fancybox-content .fancybox-button--close,
  .fancybox-content .fancybox-close-small {
    right: 10px;
    top: 10px;
  }
}

.help-txt .help-txt__item {
  position: relative;
  padding-left: 64px;
  padding-top: 11px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .help-txt .help-txt__item {
    padding-left: 45px;
    padding-top: 5px;
  }
}
.help-txt .help-txt__item:last-child {
  padding-bottom: 0;
}
.help-txt .help-txt__item .help-txt__number {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6E62E5;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .help-txt .help-txt__item .help-txt__number {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.help-txt .help-txt__item .entry-content {
  line-height: 1.4;
}
.help-txt .help-txt__item .entry-content h4 {
  color: inherit;
  margin-bottom: 10px;
}
.help-txt .help-txt__item .entry-content blockquote {
  margin-left: -64px;
  padding-left: 74px;
  position: relative;
}
.help-txt .help-txt__item .entry-content blockquote:before {
  content: "\e909";
  font-family: "icomoon";
  font-size: 22px;
  position: absolute;
  color: #6E62E5;
  top: 24px;
  left: 39px;
}
@media screen and (max-width: 767px) {
  .help-txt .help-txt__item .entry-content blockquote:before {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .help-txt .help-txt__item .entry-content blockquote {
    margin-left: -45px;
    padding-right: 20px;
    padding-left: 55px;
  }
}

.help-modal {
  color: #343C69;
}
.help-modal .help-modal__title {
  text-align: center;
  font-size: 22px;
  padding-top: 20px;
  font-weight: 700;
  margin-bottom: 57px;
}
.help-modal .help-modal__links {
  max-width: 280px;
  margin: 0 auto 50px;
}
.help-modal .help-modal__links .refer-source-item {
  margin-bottom: 15px;
}
.help-modal .help-modal__txt {
  font-size: 14px;
}
.help-modal .help-modal__txt h4 {
  color: inherit;
  margin-bottom: 10px;
}
.help-modal .help-modal__txt ul {
  margin-left: 20px;
}

.compensate-for-scrollbar .header {
  margin-left: -8.5px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 700;
  padding: 38px 0;
  transition: background 0.3s, padding 0.3s;
}
.header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .header:not(._not-fixed-mobile) {
    position: fixed;
    padding: 20px 0;
  }
  .header:not(._not-fixed-mobile).active {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    background: #EEEBF8;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 20px 0;
  }
}
.header .header__nav {
  margin-left: 20px;
}

.logo {
  display: block;
  width: 135px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 90px;
  }
}

.header-nav {
  display: flex;
  margin-top: 0 -6px;
}
@media screen and (max-width: 767px) {
  .header-nav {
    margin: 0 -3px;
  }
}
.header-nav li {
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .header-nav li {
    padding: 0 3px;
  }
}
.header-nav li a.btn._small.icon-login {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .header-nav li a.btn._small.icon-login {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav li a.btn._small {
    padding: 0 20px;
    font-size: 14px;
    height: 40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 370px) {
  .header-nav li a.btn._small {
    font-size: 13px;
  }
}

.main._flex {
  display: flex;
}
.main._flex .content {
  display: flex;
  flex-direction: column;
}

.page-content {
  width: 100%;
  flex-grow: 1;
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page-content {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-content {
    margin: 0 -15px;
    padding: 20px 15px;
    width: auto;
  }
}
.page-content._contacts {
  background: #fff url(../images/page-bg.svg) 100% 0 no-repeat;
  background-size: 595px auto;
}
@media screen and (max-width: 767px) {
  .page-content._contacts {
    background-size: 70% auto;
  }
}
.page-content._contacts:after {
  position: absolute;
  width: 108px;
  height: 72px;
  background: url(../images/login-arrows-1.webp) 100% 0 no-repeat;
  background-size: contain;
  top: 80px;
  right: 89px;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .page-content._contacts:after {
    top: 20px;
    right: 20px;
    width: 80px;
  }
}
.page-content._about {
  background: #fff url(../images/about-wave.svg) 100% 0 no-repeat;
}
@media screen and (max-width: 767px) {
  .page-content._about {
    background-size: 70% auto;
  }
}

.faq-list._single {
  margin-top: -15px;
}

.faq-item {
  max-width: 752px;
  position: relative;
}
.faq-item:last-child:after {
  display: none;
}
.faq-item:after {
  position: absolute;
  bottom: 0;
  left: 55px;
  right: 0;
  height: 1px;
  background: rgba(225, 229, 241, 0.7);
}
@media screen and (max-width: 767px) {
  .faq-item:after {
    left: 45px;
  }
}
.faq-item .faq-item__question {
  padding: 25px 0 25px 55px;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq-item .faq-item__question {
    padding-left: 45px;
  }
}
.faq-item .faq-item__question:before {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  top: 20px;
  border-radius: 50%;
  transition: 0.3s;
  background: url(../images/faq-down.svg) center no-repeat;
  background-size: contain;
}
.faq-item .faq-item__question.active:before {
  background: url(../images/faq-up.svg) center no-repeat;
  background-size: contain;
}
.faq-item .faq-item__answer {
  display: none;
  padding-left: 55px;
  color: #666B86;
  font-size: 15px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .faq-item .faq-item__answer {
    padding-left: 45px;
  }
}
.faq-item .faq-item__answer p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 992px) {
  .page-contacts {
    max-width: 610px;
  }
}

.contacts-form {
  padding-top: 25px;
}

.page-about .entry-content {
  color: #161616;
}
.page-about .entry-content p {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 992px) {
  .page-about .entry-content {
    max-width: 470px;
  }
}
.page-about .page-about__numbers {
  padding-top: 50px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .page-about .page-about__numbers {
    padding-top: 24px;
  }
}
.page-about .page-about__team {
  padding-top: 45px;
  margin-bottom: -10px;
}
.page-about .page-about__team h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-about .page-about__team h2 {
    margin-bottom: 25px;
  }
}

.our-mission {
  position: relative;
  padding: 45px 55px;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .our-mission {
    margin-left: auto;
    max-width: 454px;
  }
}
@media screen and (max-width: 767px) {
  .our-mission {
    padding: 30px;
  }
}
.our-mission:after, .our-mission:before {
  position: absolute;
  z-index: -1;
}
.our-mission:before {
  top: 0;
  left: 0;
  right: 127px;
  height: 100%;
  border-left: 2px solid #6E62E5;
  border-top: 2px solid #6E62E5;
  border-radius: 35px 0 0 35px;
}
@media screen and (max-width: 767px) {
  .our-mission:before {
    right: 100px;
  }
}
.our-mission:after {
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 2px solid #6E62E5;
  border-right: 2px solid #6E62E5;
  border-bottom: 2px solid #6E62E5;
  border-radius: 0 0 35px 35px;
}
.our-mission .our-mission__title {
  letter-spacing: 3.2px;
  line-height: 2;
  color: #6E62E5;
  font-weight: 700;
  margin-bottom: 10px;
}
.our-mission .our-mission__desc {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .our-mission .our-mission__desc {
    font-size: 20px;
  }
}
.our-mission .our-mission__arrows {
  position: absolute;
  width: 108px;
  height: 72px;
  background: url(../images/login-arrows-1.webp) 100% 0 no-repeat;
  background-size: contain;
  top: -36px;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .our-mission .our-mission__arrows {
    width: 80px;
    height: 54px;
    top: -27px;
  }
}

.numbers {
  color: #fff;
  background: #6E62E5;
  text-align: center;
  font-size: 15px;
  line-height: 1.46;
  border-radius: 35px;
  padding: 20px 60px;
}
@media screen and (max-width: 767px) {
  .numbers {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.numbers .numbers__item {
  padding: 24px 0 20px;
}
.numbers .numbers__value {
  min-height: 52px;
  font-size: 65px;
  font-family: "Londrina Shadow", sans-serif;
  line-height: 0.8;
  margin-bottom: 20px;
  white-space: nowrap;
}

.team-item {
  margin-bottom: 30px;
  text-align: center;
}
.team-item .team-item__thumb {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 25px;
  background: #F0EFF8;
  position: relative;
  z-index: 100;
}
.team-item .team-item__thumb:after {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-left: -74px;
  margin-top: -74px;
}
.team-item .team-item__thumb img {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}
.team-item .team-item__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.team-item .team-item__desc {
  font-size: 14px;
  color: #666B86;
}

.page-login {
  width: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 40px 0;
}
@media screen and (max-width: 992px) {
  .page-login {
    padding-top: 126px;
  }
}
@media screen and (max-width: 767px) {
  .page-login {
    padding-bottom: 0;
  }
}
.page-login .h2,
.page-login h2 {
  font-size: 34px;
}
@media screen and (max-width: 992px) {
  .page-login .content {
    max-width: 630px;
  }
}
@media screen and (max-width: 767px) {
  .page-login .content {
    max-width: inherit;
  }
}
@media screen and (min-width: 992px) {
  .page-login .header {
    display: none;
  }
}

.login-info {
  background: #6E62E5 url(../images/login-wave.svg) center no-repeat;
  background-size: 100% auto;
  border-radius: 61px;
  color: #fff;
  text-align: center;
  padding: 180px 40px;
  min-height: 766px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .login-info {
    margin: 0 -15px;
    border-radius: 20px 20px 0 0;
    min-height: 1px;
    padding: 140px 30px;
  }
}
.login-info:after, .login-info:before {
  position: absolute;
}
.login-info:before {
  background: url(../images/login-arrows-1.webp) center no-repeat;
  background-size: contain;
  width: 238px;
  height: 158px;
  right: 0;
  top: 44px;
}
@media screen and (max-width: 767px) {
  .login-info:before {
    width: 120px;
    height: 80px;
    top: 10px;
  }
}
.login-info:after {
  background: url(../images/login-arrows-2.webp) center no-repeat;
  background-size: contain;
  width: 214px;
  height: 148px;
  left: 17px;
  bottom: 14px;
}
@media screen and (max-width: 767px) {
  .login-info:after {
    width: 120px;
    height: 80px;
    left: 0;
  }
}
.login-info .h2 {
  max-width: 350px;
}
.login-info .txt {
  max-width: 330px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin-bottom: 40px;
}
.login-info .btn {
  min-width: 260px;
}

.login-form {
  padding: 50px 15px 40px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .login-form {
    padding-top: 0;
  }
}
.login-form .logo {
  margin: 0 auto 85px;
}
@media screen and (max-width: 992px) {
  .login-form .logo {
    margin-bottom: 50px;
    display: none;
  }
}
.login-form .form {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.login-form .form .form-item {
  margin-bottom: 15px;
}
.login-form .txt {
  max-width: 380px;
  font-size: 16px;
  color: inherit;
  margin: -10px auto 35px;
  line-height: 1.5;
}
.login-form .login-form__check {
  color: #2DAE6D;
  font-size: 61px;
  margin-bottom: 40px;
}
.login-form .login-form__figure {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .login-form .login-form__figure {
    padding-top: 70px;
  }
}
.login-form .login-form__figure img {
  width: 84px;
  height: 84px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}

.offer {
  padding: 40px 0 60px;
}
@media screen and (max-width: 992px) {
  .offer {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.offer .offer__content {
  padding: 70px 0 40px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .offer .offer__content {
    padding-top: 30px;
  }
}
.offer .offer__content:after, .offer .offer__content:before {
  background: url(../images/two-arrow.svg) center no-repeat;
  background-size: contain;
  width: 18px;
  height: 20px;
  position: absolute;
}
.offer .offer__content:before {
  top: 0;
  right: 0px;
}
.offer .offer__content:after {
  bottom: 30px;
  right: 190px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .offer .offer__content:after {
    right: 60px;
  }
}
.offer .offer__content h1 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 38px;
  line-height: 1.3;
}
.offer .offer__content h1 strong {
  color: #6E62E5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .offer .offer__content h1 strong {
    display: block;
  }
}
.offer .offer__content h1 img {
  vertical-align: middle;
  width: 1em;
  height: auto;
  transform: translateY(-10%);
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .offer .offer__content h1 {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.offer .offer__content .h2 {
  font-size: 16px !important;
  padding: 0;
  margin-bottom: 47px;
  font-weight: 400;
  font-family: Nunito, sans-serif;
  line-height: 1.37;
  max-width: 530px;
}
@media screen and (max-width: 767px) {
  .offer .offer__content .h2 {
    margin-bottom: 30px;
  }
}

.new-sources {
  padding-top: 15px;
}
.new-sources .h2 {
  padding: 0;
  text-align: center;
  color: #5A5E75;
  font-size: 18px !important;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s;
}
@media screen and (max-width: 992px) {
  .new-sources .h2 {
    text-align: left;
  }
}
.new-sources .h2.animate {
  opacity: 1;
  transform: translateY(0);
}
.new-sources .swiper-container {
  height: 360px;
  pointer-events: none;
}

.new-source {
  border-radius: 24px 24px 0px 24px;
  background: #FFF;
  padding: 18px 33px 15px;
  font-family: Nunito, sans-serif;
  line-height: 1.23;
  font-size: 14.7px;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s, transform 0.6s;
}
@media screen and (max-width: 767px) {
  .new-source {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
}
.new-source .new-source__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new-source .new-source__time {
  color: #8186A4;
  margin-top: 5px;
  font-weight: 700;
}
.new-source:nth-child(1) {
  transition-delay: 0.6s;
}
.new-source:nth-child(2) {
  transition-delay: 1.2s;
}
.new-source:nth-child(3) {
  transition-delay: 1.8s;
}
.new-source:nth-child(4) {
  transition-delay: 2.4s;
}
.new-source.animate {
  opacity: 1;
  transform: translateY(0);
}

.refer-source {
  position: relative;
  z-index: 200;
  padding-top: 44px;
  padding-bottom: 70px;
}
.refer-source .refer-source__content {
  background: #fff;
  border-radius: 56px;
  position: relative;
  padding: 43px 64px 73px;
}
@media screen and (max-width: 992px) {
  .refer-source .refer-source__content {
    margin: 0 -15px;
    border-radius: 40px;
    padding: 30px 15px 65px;
  }
}
@media screen and (max-width: 767px) {
  .refer-source .refer-source__content {
    text-align: center;
  }
  .refer-source .refer-source__content h2 {
    margin-bottom: 15px;
  }
}
.refer-source .refer-source__content:before, .refer-source .refer-source__content:after {
  position: absolute;
  border-radius: 56px 56px 0 0;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .refer-source .refer-source__content:before, .refer-source .refer-source__content:after {
    border-radius: 40px 40px 0 0;
  }
}
.refer-source .refer-source__content:before {
  bottom: 100%;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  left: 43px;
  right: 43px;
}
.refer-source .refer-source__content:after {
  top: -24px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  left: 20px;
  right: 20px;
}
@media screen and (max-width: 992px) {
  .refer-source .refer-source__content:after {
    left: 15px;
    right: 15px;
  }
}
.refer-source .refer-source__help {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .refer-source .refer-source__help {
    margin-bottom: 30px;
  }
}
.refer-source .refer-source__list {
  padding-bottom: 15px;
}
.refer-source .refer-source__toggle {
  position: absolute;
  left: 50px;
  right: 50px;
  text-align: center;
  height: 70px;
  bottom: -35px;
  background: url(../images/bg-search-form.svg) center 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .refer-source .refer-source__toggle {
    background-size: 600px auto;
    bottom: -19px;
    height: 60px;
  }
}

.refer-source-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #FAF6FF;
  height: 97px;
  width: 100%;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 10px;
}
.refer-source-item img {
  display: block;
  margin-right: 15px;
}
@media (hover: hover) {
  .refer-source-item:hover {
    background: #f4ecff;
  }
}
.refer-source-item._small {
  height: 67px;
  border-radius: 18px;
  font-weight: 400;
  color: #161616;
}
.refer-source-item._bg img {
  transition: 0.3s;
}
@media (hover: hover) {
  .refer-source-item._bg:hover {
    background: #6E62E5;
    color: #fff;
  }
  .refer-source-item._bg:hover img {
    filter: brightness(0) invert(1);
  }
}

.search-source {
  display: none;
}
.search-source .search-source__field {
  margin-bottom: 25px;
}
.search-source .search-source__field input {
  padding-top: 0;
  border-radius: 15px;
  border: 1px solid #E4E8F8;
  background: url(../images/search.svg) 26px center no-repeat;
  background-size: 18px;
  height: 57px;
  padding-left: 60px;
}
.search-source .search-source__results ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.search-source .search-source__results ul li {
  width: 25%;
  padding: 0 6px 12px;
}
@media screen and (max-width: 992px) {
  .search-source .search-source__results ul li {
    width: 50%;
  }
}
.search-source .search-source__results ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 65px;
  border-radius: 20px;
  background: #F5F6FE;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .search-source .search-source__results ul li a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .search-source .search-source__results ul li a:hover {
    background: #eceefd;
  }
}
.search-source .search-source__error {
  color: #666B86;
}

.how-work {
  position: relative;
  z-index: 100;
}
.how-work h2 {
  margin-bottom: 10px;
}
.how-work .how-work__steps {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .how-work .how-work__steps {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-work:after, .how-work:before {
    content: "";
    z-index: -1;
    border-radius: 50%;
    width: 408px;
    height: 408px;
    background: #000;
    position: absolute;
    filter: blur(350px);
    opacity: 0.5;
  }
  .how-work:before {
    background: #2348CB;
    top: 100px;
    right: calc(50% + 300px);
  }
  .how-work:after {
    background: #6939B6;
    top: -88px;
    left: calc(50% + 100px);
  }
}

.steps {
  padding-top: 15px;
  position: relative;
  z-index: 100;
}
.steps:after {
  background: url(../images/arrows-figure.webp) 0 0 no-repeat;
  background-size: contain;
  width: 115px;
  height: 78px;
  position: absolute;
  z-index: -1;
  right: -73px;
  bottom: -30px;
}
@media screen and (max-width: 992px) {
  .steps:after {
    right: -15px;
    bottom: 100%;
    transform: scale(0.7);
  }
}
@media screen and (min-width: 992px) {
  .steps {
    padding-top: 35px;
  }
  .steps .swiper-wrapper {
    display: block !important;
    transform: none !important;
  }
}
@media screen and (max-width: 992px) {
  .steps {
    margin: 0 -15px 20px;
  }
  .steps .swiper-container {
    padding: 0 15px;
  }
  .steps .swiper-container .swiper-slide {
    width: calc(100% - 60px);
  }
}
.steps .step {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  border-radius: 21px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.35);
  padding: 0 20px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .steps .step {
    padding-left: 10px;
    padding-right: 15px;
    height: 80px;
    font-size: 15px;
  }
}
.steps .step .step__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  color: #8B92BA;
  font-size: 18px;
  font-weight: 700;
  margin-right: 16px;
  transition: 0.3s;
}
@media (hover: hover) {
  .steps .step:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.5);
  }
}
.steps .swiper-slide-active .step {
  background: #FFF;
  border-color: #fff;
  color: #6E62E5;
  font-weight: 700;
}
.steps .swiper-slide-active .step .step__number {
  background: #6E62E5;
  color: #fff;
}

.steps-thumbs {
  max-width: 606px;
  margin: 0 auto;
  pointer-events: none;
  position: relative;
  z-index: 100;
}
.steps-thumbs:after {
  background: url(../images/arrow-figure.webp) 0 0 no-repeat;
  background-size: contain;
  width: 270px;
  height: 270px;
  position: absolute;
  z-index: -1;
  right: -60px;
  top: -160px;
}
@media screen and (max-width: 992px) {
  .steps-thumbs:after {
    background: 0;
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .steps-thumbs {
    margin-right: 0;
  }
}
.steps-thumbs .steps-thumbs__bg {
  position: relative;
  background: url(../images/notebook.svg) 0 0 no-repeat;
  background-size: 100% auto;
  padding-bottom: 61%;
}
@media screen and (max-width: 767px) {
  .steps-thumbs .steps-thumbs__bg {
    background: 0;
    padding: 0;
  }
}
.steps-thumbs .swiper-container {
  position: absolute;
  top: 4.2%;
  right: 9.8%;
  left: 9.8%;
  height: 79.5%;
}
@media screen and (max-width: 767px) {
  .steps-thumbs .swiper-container {
    position: static;
    height: auto;
  }
}
.steps-thumbs .swiper-container .swiper-slide {
  height: auto;
  display: flex;
}
.steps-thumbs .steps-thumb {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .steps-thumbs .steps-thumb {
    padding-bottom: 60%;
    border-radius: 10px;
    overflow: hidden;
  }
}
.steps-thumbs .steps-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.benefits .benefits__item {
  color: #fff;
  border-radius: 56px;
  background: #6E62E5;
  padding: 50px 40px 60px;
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .benefits .benefits__item {
    padding: 20px 30px 40px;
    border-radius: 40px;
  }
}
.benefits .benefits__item .benefits__icon {
  position: relative;
  margin-bottom: 40px;
  width: 120px;
  height: 120px;
}
.benefits .benefits__item .benefits__icon img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.benefits .benefits__item .benefits__icon #dotlottie-player-1 svg path,
.benefits .benefits__item .benefits__icon #dotlottie-player-3 svg path {
  stroke: #fff !important;
}
.benefits .benefits__item .benefits__icon #dotlottie-player-1 svg path[stroke="rgb(51,204,204)"],
.benefits .benefits__item .benefits__icon #dotlottie-player-3 svg path[stroke="rgb(51,204,204)"] {
  stroke: #F7CC32 !important;
}
.benefits .benefits__item .benefits__icon #dotlottie-player-2 svg path {
  stroke: #F7CC32 !important;
}
.benefits .benefits__item .benefits__icon #dotlottie-player-2 svg path[stroke="rgb(51,204,204)"] {
  stroke: #fff !important;
}
@media screen and (max-width: 767px) {
  .benefits .benefits__item .benefits__icon {
    margin-bottom: 25px;
  }
}
.benefits .benefits__item .benefits__title {
  font-size: 28px;
  line-height: 1.21;
  padding-left: 45px;
  margin-bottom: 30px;
  position: relative;
}
.benefits .benefits__item .benefits__title:before {
  width: 23px;
  height: 5px;
  background: #F7CC32;
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .benefits .benefits__item .benefits__title {
    font-size: 24px;
  }
}
.benefits .benefits__item .benefits__desc {
  line-height: 1.37;
  font-family: "Nunito", sans-serif;
}
.benefits .benefits__item .benefits__desc ul {
  margin-left: 20px;
}
.benefits .benefits__item .benefits__desc ul li {
  list-style: disc;
}
.benefits .benefits__item .benefits__desc ul li:not(:last-child) {
  margin-bottom: 21px;
}

.faq {
  position: relative;
  z-index: 200;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 55px;
  }
}
.faq .content {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .faq .content {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .faq .content {
    padding-bottom: 15px;
  }
}
.faq .content:after {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: rgba(225, 229, 241, 0.7);
}
@media screen and (min-width: 992px) {
  .faq .faq__content {
    max-width: 645px;
    margin-left: auto;
  }
}
.faq .faq__figure {
  max-width: 469px;
  width: 100%;
  margin-top: -40px;
  position: absolute;
  z-index: 100;
  padding: 13% 0 0%;
}
.faq .faq__figure .faq__figure-1 {
  display: block;
  width: 84%;
  height: auto;
}
.faq .faq__figure .faq__figure-2 {
  display: block;
  position: absolute;
  top: 0%;
  left: 17% !important;
  width: 83%;
}
.faq .faq__figure:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-56%, -52%);
  width: 144%;
  height: 104%;
  background: url(../images/faq-wave.svg) center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .faq .faq__figure {
    position: absolute;
    top: -15px;
    right: 0;
    width: 100px;
    padding-top: 30px;
  }
}

.footer {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 35px 0 40px;
  }
}
.footer .footer__copyright {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #8C95B1;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright {
    justify-content: center;
  }
}
.footer .footer__copyright .logo {
  width: 100px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright .logo {
    margin-right: 25px;
    width: 90px;
  }
}

.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.footer-nav li {
  padding: 5px 20px;
}
@media (hover: hover) {
  .footer-nav li a:hover {
    color: #6E62E5;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper {
    background: url(../images/home-bg.webp) center 0 no-repeat;
  }
  .wrapper._with-bg:after, .wrapper._with-bg:before {
    display: none;
  }
  .how-work:after, .how-work:before {
    display: none;
  }
}