@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  background-color: #1750ED;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Nunito", sans-serif;
  color: #fff;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

img {
  max-width: 100%;
}

.btn {
  display: inline-block;
  outline: none;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  padding: 18px;
  max-width: 100%;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover {
  text-decoration: none;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn.btn-lemon {
  background-color: #ECF256;
  color: #1750ED;
}
.btn.btn-lemon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}
.btn.btn-lemon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -6px -6px 12px 0px rgba(255, 255, 255, 0.35);
          box-shadow: -6px -6px 12px 0px rgba(255, 255, 255, 0.35);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}
.btn.btn-lemon:hover:before {
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
}
.btn.btn-lemon:hover:after {
  -webkit-box-shadow: -6px -6px 20px 0px rgba(255, 255, 255, 0.35);
          box-shadow: -6px -6px 20px 0px rgba(255, 255, 255, 0.35);
}
.btn.btn-blue {
  color: #fff;
  background: rgb(23, 80, 237);
}
.btn.btn-blue:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}
.btn.btn-blue:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}
.btn.btn-blue:hover:before {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.btn.btn-blue:hover:after {
  -webkit-box-shadow: -2px -2px 10px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 10px 0px rgba(255, 255, 255, 0.25);
}
.btn.btn-blue span {
  position: relative;
  padding-right: 34px;
}
.btn.btn-blue span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url("../img/lemon/next.svg");
}
.btn.btn-blue:hover span:after {
  background-image: url("../img/lemon/next.svg");
}
.btn.btn-lg {
  padding: 26px 15px;
}
.btn.btn-scan {
  min-width: 235px;
}
.btn.btn-scan span {
  padding-left: 44px;
  position: relative;
}
.btn.btn-scan span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-image: url("../img/lemon/code.svg");
}
.btn.btn-scan span:after {
  display: none;
}
.btn.btn-scan:hover span:before {
  background-image: url("../img/lemon/code.svg");
}
.btn.btn-contacts {
  width: 248px;
}
.btn.btn-tg {
  min-width: 235px;
}
.btn.btn-tg span {
  padding-left: 44px;
  position: relative;
}
.btn.btn-tg span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-image: url("../img/lemon/telegram.svg");
}
.btn.btn-tg span:after {
  display: none;
}
.btn.btn-tg:hover span:before {
  background-image: url("../img/lemon/telegram.svg");
}

.section-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 24px;
}

header {
  padding: 16px 0;
  position: relative;
  z-index: 9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71.87%, #1750ED), to(#2660FF));
  background: linear-gradient(180deg, #1750ED 71.87%, #2660FF 100%);
  -webkit-box-shadow: 0px 35px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 35px 25px 0px rgba(0, 0, 0, 0.2);
}
header .header-row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-row .header-menu-toggle {
  display: none;
}
header .header-row .header-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header .header-row .header-menu ul li {
  display: inline-block;
  padding: 18px 16px;
}
header .header-row .header-menu ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 4px;
  position: relative;
}
header .header-row .header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-row .header-btns .language {
  display: inline-block;
  margin-right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 80px;
  width: 75px;
  height: 40px;
}
header .header-row .header-btns .btn.btn-lemon {
  padding: 10px;
  min-width: 160px;
}
header .header-row .header-btns .btn.btn-lemon span {
  position: relative;
  padding-right: 34px;
}
header .header-row .header-btns .btn.btn-lemon span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/lemon/up.svg");
}
header .header-row .header-btns .btn.btn-lemon:hover span:after {
  background-image: url("../img/lemon/up.svg");
}

.home {
  position: relative;
}
.home .home-lemon-bg {
  position: absolute;
  height: 1160px;
  width: 1147px;
  max-width: 100%;
  right: 0;
  top: 0;
  background-image: url("../img/lemon/lemon-bg.png");
}

.main-slide {
  padding-top: 64px;
}
.main-slide .slide-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-slide .slide-row .slide-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 61%;
          flex: 0 1 61%;
  padding-top: 58px;
  padding-bottom: 116px;
}
.main-slide .slide-row .slide-content h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 32px;
}
.main-slide .slide-row .slide-content h4 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 70px;
  max-width: 656px;
}
.main-slide .slide-row .slide-content .slide-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.main-slide .slide-row .slide-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 39%;
          flex: 0 1 39%;
  padding-left: 15px;
}

.main-advantages {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-advantages .advantages-row {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-advantages .advantages-row .advantages-header {
  padding: 0 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.main-advantages .advantages-row .advantages-header h4 {
  font-weight: 400;
  color: #fff;
  max-width: 432px;
}
.main-advantages .advantages-row .advantages-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding: 0 8px;
  margin-bottom: 16px;
  color: #000F53;
}
.main-advantages .advantages-row .advantages-item .advantages-item-content {
  background: linear-gradient(147.94deg, #C6EAFF 14.16%, #A1D9FA 32.75%, #B9E5FF 50.95%, #A1D9FA 68.18%, #E1F4FF 92.46%);
  padding: 20px 24px;
  height: 100%;
  min-height: 240px;
  position: relative;
}
.main-advantages .advantages-row .advantages-item .advantages-item-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.main-advantages .advantages-row .advantages-item .advantages-item-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: -10px -10px 20px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -10px -10px 20px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.main-advantages .advantages-row .advantages-item .advantages-item-content .advantages-item-number {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 38px;
  position: relative;
  z-index: 2;
}
.main-advantages .advantages-row .advantages-item .advantages-item-content .advantages-item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 2;
}
.main-advantages .advantages-row .advantages-item .advantages-item-content .advantages-item-desc {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.main-services {
  padding-top: 42px;
  overflow: hidden;
}
.main-services .section-title {
  margin-bottom: 66px;
}
.main-services .services-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.main-services .services-items .services-items-col {
  padding: 0 8px;
  margin-bottom: 16px;
}
.main-services .services-items .services-items-col.item-sm {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.main-services .services-items .services-items-col.item-md {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.main-services .services-items .services-items-col.item-lg {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.main-services .services-items .services-items-col .services-item {
  background: none;
  height: 100%;
}
.main-services .services-items .services-items-col .services-item .services-item-image {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-services .services-items .services-items-col .services-item .services-item-image img {
  position: relative;
  z-index: 2;
}
.main-services .services-items .services-items-col .services-item .services-item-content {
  position: relative;
  z-index: 2;
  padding: 0 40px 40px 40px;
}
.main-services .services-items .services-items-col .services-item .services-item-content .services-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
}
.main-services .services-items .services-items-col .services-item .services-item-content .services-item-desc {
  color: #fff;
  margin-bottom: 32px;
}
.main-services .services-items .services-items-col .services-item .services-item-content .services-item-btn .btn {
  min-width: 264px;
}
.main-services .services-items .services-items-col.item-lg .services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.main-services .services-items .services-items-col.item-lg .services-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.main-services .services-items .services-items-col.item-lg .services-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.main-services .services-items .services-items-col.item-lg .services-item .services-item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 2;
}
.main-services .services-items .services-items-col.item-lg .services-item .services-item-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 2;
}

.main-reviews {
  padding-top: 64px;
  padding-bottom: 46px;
  overflow: hidden;
}
.main-reviews .section-title {
  margin-bottom: 56px;
}
.main-reviews .reviews-items {
  margin: 0 -16px;
  padding-bottom: 26px;
  padding-left: 88px;
  padding-right: 88px;
}
.main-reviews .reviews-items .reviews-item {
  padding: 16px;
}
.main-reviews .reviews-items .reviews-item .reviews-item-content {
  padding: 24px;
  background: none;
  border-radius: 4px;
  position: relative;
}
.main-reviews .reviews-items .reviews-item .reviews-item-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.main-reviews .reviews-items .reviews-item .reviews-item-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.main-reviews .reviews-items .reviews-item .reviews-item-content .reviews-item-desc {
  min-height: 70px;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
.main-reviews .reviews-items .reviews-item .reviews-item-content .reviews-item-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.main-reviews .reviews-items .reviews-item .reviews-item-content .reviews-item-header .reviews-item-name {
  padding-left: 16px;
}
.main-reviews .reviews-items .reviews-item .reviews-item-content .reviews-item-header .reviews-item-name .reviews-item-title {
  font-weight: 600;
  margin-bottom: 4px;
  font-family: "Open Sans", sans-serif;
}
.main-reviews .reviews-items .reviews-item .reviews-item-content .reviews-item-header .reviews-item-name .reviews-item-subtitle {
  font-size: 12px;
  color: #fff;
}
.main-reviews .reviews-items .slick-prev {
  right: auto;
  left: 0;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/prev.svg");
}
.main-reviews .reviews-items .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.main-reviews .reviews-items .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.main-reviews .reviews-items .slick-prev.slick-disabled {
  border-color: #fff;
  opacity: 0.1;
}
.main-reviews .reviews-items .slick-prev:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-reviews .reviews-items .slick-next {
  right: 0;
  left: auto;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/next.svg");
}
.main-reviews .reviews-items .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.main-reviews .reviews-items .slick-next:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.main-reviews .reviews-items .slick-next.slick-disabled {
  border-color: #fff;
  opacity: 0.1;
}
.main-reviews .reviews-items .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-reviews .reviews-items .slick-dots {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.main-reviews .reviews-items .slick-dots li {
  width: 6px;
  height: 6px;
}
.main-reviews .reviews-items .slick-dots li button {
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  padding: 0;
}
.main-reviews .reviews-items .slick-dots li button:before {
  display: none;
}
.main-reviews .reviews-items .slick-dots li.slick-active button {
  background: #fff;
}

.main-partners {
  padding-top: 118px;
  margin-bottom: 144px;
  overflow: hidden;
}
.main-partners .section-subtitle {
  color: #fff;
  max-width: 432px;
  margin-bottom: 56px;
}
.main-partners .partners-items {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-partners .partners-items .partner-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.main-partners .partners-items .partner-item .partner-item-content {
  background-color: rgb(26, 16, 17);
  border: 1px solid rgb(41, 41, 41);
  padding: 10px;
  border-radius: 4px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-partners .partners-items .partner-item.item-background.item-left .partner-item-content {
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 16, 17, 0)), to(rgba(26, 16, 17, 0.3)));
  background: linear-gradient(90deg, rgba(26, 16, 17, 0) 0%, rgba(26, 16, 17, 0.3) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.main-partners .partners-items .partner-item.item-background.item-right .partner-item-content {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, rgba(26, 16, 17, 0.3)), to(rgba(26, 16, 17, 0)));
  background: linear-gradient(90deg, rgba(26, 16, 17, 0.3) 0.01%, rgba(26, 16, 17, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

footer {
  padding: 0 16px 20px 16px;
}
footer .footer-gradient {
  border-radius: 4px;
  background: none;
  padding: 40px 0;
  position: relative;
}
footer .footer-gradient:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
footer .footer-gradient:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
footer .footer-gradient .container {
  position: relative;
  z-index: 2;
}
footer .footer-gradient .footer-bot {
  background-color: #2196F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
footer .footer-gradient .footer-bot:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
footer .footer-gradient .footer-bot:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: -2px -2px 10px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 10px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
footer .footer-gradient .footer-bot .footer-bot-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 30px;
  position: relative;
  z-index: 2;
}
footer .footer-gradient .footer-bot .footer-bot-content .footer-bot-title {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
footer .footer-gradient .footer-bot .footer-bot-content .footer-bot-desc {
  color: #fff;
  margin-bottom: 40px;
  max-width: 504px;
}
footer .footer-gradient .footer-bot .footer-bot-content .footer-bot-btn .btn {
  width: 264px;
}
footer .footer-gradient .footer-bot .footer-bot-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 30px;
  position: relative;
  z-index: 2;
  text-align: right;
}
footer .footer-gradient .footer-bot .footer-bot-image img {
  width: 610px;
  max-width: 100%;
  position: relative;
}
footer .footer-gradient .footer-row {
  padding: 33px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-gradient .footer-row .footer-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding-right: 15px;
}
footer .footer-gradient .footer-row .footer-item .footer-logo .footer-subtitle {
  padding-top: 24px;
  color: #fff;
  max-width: 320px;
}
footer .footer-gradient .footer-row .footer-item .footer-menu .footer-title {
  font-weight: 600;
  padding: 23px 12px;
  font-family: "Open Sans", sans-serif;
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li {
  margin-bottom: 4px;
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li a {
  display: inline-block;
  padding: 5px 12px;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.email a {
  padding-left: 40px;
  position: relative;
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.email a:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url("../img/email.svg");
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.phone a {
  padding-left: 40px;
  position: relative;
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.phone a:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url("../img/phone.svg");
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.telegram a {
  padding-left: 40px;
  position: relative;
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.telegram a:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url("../img/telegram.svg");
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.intagram a {
  padding-left: 40px;
  position: relative;
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.intagram a:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url("../img/instagram.svg");
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.facebook a {
  padding-left: 40px;
  position: relative;
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.facebook a:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url("../img/facebook-link.svg");
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.linkedin a {
  padding-left: 40px;
  position: relative;
}
footer .footer-gradient .footer-row .footer-item .footer-menu ul li.linkedin a:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url("../img/linkedin.svg");
}
footer .footer-bottom {
  padding-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.main-cards {
  padding-top: 56px;
  position: relative;
  text-align: center;
}
.main-cards .cards-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  max-width: 1002px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
.main-cards .cards-desc {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 56px;
  color: #fff;
}
.main-cards .cards-btns {
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.main-cards .cards-image {
  text-align: center;
}
.main-cards .cards-image-mobile {
  display: none;
}

.how-get-card {
  overflow: hidden;
  padding-top: 120px;
}
.how-get-card .section-title {
  margin-bottom: 80px;
}
.how-get-card .how-get-card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.how-get-card .how-get-card-items .how-get-card-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding: 0 8px;
}
.how-get-card .how-get-card-items .how-get-card-item .how-get-card-item-content {
  position: relative;
  overflow: hidden;
}
.how-get-card .how-get-card-items .how-get-card-item .how-get-card-item-content:before {
  content: "";
  position: absolute;
  display: block;
  width: 252px;
  height: 1px;
  left: 80px;
  top: 32px;
  background-image: url("../img/border.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.how-get-card .how-get-card-items .how-get-card-item .how-get-card-item-content .how-get-card-item-image {
  margin-bottom: 24px;
}
.how-get-card .how-get-card-items .how-get-card-item .how-get-card-item-content .how-get-card-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Open Sans", sans-serif;
}
.how-get-card .how-get-card-items .how-get-card-item .how-get-card-item-content .how-get-card-item-subtitle {
  color: #fff;
  max-width: 284px;
}
.how-get-card .how-get-card-items .how-get-card-item:last-child .how-get-card-item-content:before {
  display: none;
}

.bonuses {
  padding-top: 144px;
}
.bonuses .bonuses-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bonuses .bonuses-row .bonuses-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.bonuses .bonuses-row .bonuses-content .section-title {
  margin-bottom: 56px;
}
.bonuses .bonuses-row .bonuses-content .bonuses-image-mobile {
  display: none;
}
.bonuses .bonuses-row .bonuses-content .bonuses-items .bonuses-item {
  margin-bottom: 40px;
  position: relative;
}
.bonuses .bonuses-row .bonuses-content .bonuses-items .bonuses-item .bonuses-item-image {
  position: absolute;
  left: 0;
  top: 4px;
}
.bonuses .bonuses-row .bonuses-content .bonuses-items .bonuses-item .bonuses-item-title {
  padding-left: 48px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Open Sans", sans-serif;
}
.bonuses .bonuses-row .bonuses-content .bonuses-items .bonuses-item .bonuses-item-desc {
  padding-left: 48px;
  color: #fff;
}
.bonuses .bonuses-row .bonuses-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  text-align: right;
  padding-left: 15px;
}
.bonuses .bonuses-row .bonuses-image img {
  border-radius: 4px;
}

.commission {
  padding-top: 144px;
  overflow: hidden;
}
.commission .section-title {
  margin-bottom: 48px;
}
.commission .commission-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.commission .commission-items .commission-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  padding: 0 8px;
  padding-bottom: 30px;
}
.commission .commission-items .commission-item .commission-item-content {
  height: 100%;
  padding: 32px;
  border-radius: 4px;
  position: relative;
}
.commission .commission-items .commission-item .commission-item-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.commission .commission-items .commission-item .commission-item-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.commission .commission-items .commission-item .commission-item-content .commission-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 26px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 2;
}
.commission .commission-items .commission-item .commission-item-content .commission-item-values {
  position: relative;
  z-index: 2;
}
.commission .commission-items .commission-item .commission-item-content .commission-item-values .commission-item-value {
  position: relative;
  margin-bottom: 20px;
}
.commission .commission-items .commission-item .commission-item-content .commission-item-values .commission-item-value .commission-item-value-image {
  position: absolute;
  left: 0;
  top: 0;
}
.commission .commission-items .commission-item .commission-item-content .commission-item-values .commission-item-value .commission-item-value-label {
  color: #fff;
  padding-left: 32px;
}

.faq {
  padding-top: 120px;
  margin-bottom: 176px;
}
.faq .faq-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq .faq-row .faq-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  padding-right: 8px;
}
.faq .faq-row .faq-header .section-title {
  margin-bottom: 24px;
}
.faq .faq-row .faq-header .section-subtitle {
  color: #fff;
  max-width: 320px;
}
.faq .faq-row .faq-items {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.7%;
          flex: 0 1 66.7%;
  padding-left: 8px;
}
.faq .faq-row .faq-items .faq-item {
  border-radius: 4px;
  margin-bottom: 8px;
  position: relative;
}
.faq .faq-row .faq-items .faq-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.faq .faq-row .faq-items .faq-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.faq .faq-row .faq-items .faq-item:last-child {
  margin-bottom: 0;
}
.faq .faq-row .faq-items .faq-item .faq-item-content {
  padding: 32px 40px;
  position: relative;
  z-index: 2;
}
.faq .faq-row .faq-items .faq-item .faq-item-content .faq-item-title {
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.faq .faq-row .faq-items .faq-item .faq-item-content .faq-item-title:before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background-image: url("../img/faq-down.svg");
}
.faq .faq-row .faq-items .faq-item .faq-item-content .faq-item-answer {
  display: none;
  color: #fff;
  padding-top: 16px;
}
.faq .faq-row .faq-items .faq-item.active {
  border-color: #fff;
}
.faq .faq-row .faq-items .faq-item.active .faq-item-content .faq-item-title:before {
  background-image: url("../img/faq-up.svg");
}

.slide-services {
  padding-top: 40px;
}
.slide-services .slide-services-row {
  padding: 64px;
  min-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background-image: url("../img/slide-sevices-full-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}
.slide-services .slide-services-row:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.slide-services .slide-services-row:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.slide-services .slide-services-row .slide-services-content {
  position: relative;
  z-index: 2;
}
.slide-services .slide-services-row .slide-services-content .slide-services-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 32px;
}
.slide-services .slide-services-row .slide-services-content .slide-services-subtitle {
  color: #fff;
  margin-bottom: 48px;
  max-width: 644px;
}

.services-list {
  margin-bottom: 96px;
}
.services-list .services-items .services-item {
  padding-top: 80px;
  padding-bottom: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-list .services-items .services-item:last-child {
  border: none;
  margin-bottom: 80px;
}
.services-list .services-items .services-item .services-item-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  padding-right: 15px;
}
.services-list .services-items .services-item .services-item-header .services-item-title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  margin-bottom: 24px;
}
.services-list .services-items .services-item .services-item-header .services-item-subtitle {
  color: #fff;
  margin-bottom: 40px;
  max-width: 320px;
}
.services-list .services-items .services-item .services-item-header .services-item-btn .btn {
  width: 180px;
}
.services-list .services-items .services-item .services-item-header .services-item-mobile-image {
  display: none;
}
.services-list .services-items .services-item .services-item-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.7%;
          flex: 0 1 66.7%;
  padding-left: 15px;
}
.services-list .services-items .services-item .services-item-content .services-item-desc {
  color: #fff;
  margin-bottom: 20px;
}
.services-list .services-items .services-item .services-item-content .services-item-tags {
  margin-bottom: 34px;
}
.services-list .services-items .services-item .services-item-content .services-item-tags .services-item-tag {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 80px;
  margin-right: 6px;
  color: #fff;
  padding: 4px 12px;
  margin-bottom: 8px;
}
.services-list .services-items .services-item .services-item-content .services-item-btn-mobile {
  display: none;
}
.services-list .services-items .services-item .services-item-content .services-item-full-image img {
  border-radius: 4px;
}

.slide-support {
  padding-top: 144px;
  padding-bottom: 130px;
  position: relative;
}
.slide-support .slide-support-row .slide-support-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
.slide-support .slide-support-row .slide-support-subtitle {
  max-width: 768px;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}
.slide-support .slide-support-row .slide-support-btns {
  text-align: center;
}

.support-form {
  padding-top: 80px;
}
.support-form .support-form-row {
  border-radius: 4px;
  padding: 56px 56px 72px 56px;
}
.support-form .support-form-row:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.support-form .support-form-row:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.support-form .support-form-row .support-form-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.support-form .support-form-row .support-form-subtitle {
  color: #fff;
  max-width: 488px;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
.support-form .support-form-row form {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.support-form .support-form-row form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.support-form .support-form-row form .form-row .form-field {
  padding: 0 4px;
}
.support-form .support-form-row form .form-row .form-field.email-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
}
.support-form .support-form-row form .form-row .form-field.text-field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.support-form .support-form-row form .form-row .form-field.btn-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
}
.support-form .support-form-row form .form-row .form-field.btn-field input {
  border: none;
  height: 80px;
  width: 100%;
}
.support-form .support-form-row form .form-row .form-field.input-field input {
  outline: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  border: none;
  -webkit-box-shadow: 1px 4px 12px 2px rgba(255, 255, 255, 0.25) inset;
          box-shadow: 1px 4px 12px 2px rgba(255, 255, 255, 0.25) inset;
  padding: 10px 32px;
  height: 80px;
  color: #fff;
  width: 100%;
}
.support-form .support-form-row form .form-row .form-field.input-field input::-webkit-input-placeholder {
  color: #fff;
}
.support-form .support-form-row form .form-row .form-field.input-field input::-moz-placeholder {
  color: #fff;
}
.support-form .support-form-row form .form-row .form-field.input-field input:-ms-input-placeholder {
  color: #fff;
}
.support-form .support-form-row form .form-row .form-field.input-field input::-ms-input-placeholder {
  color: #fff;
}
.support-form .support-form-row form .form-row .form-field.input-field input::placeholder {
  color: #fff;
}
.support-form .support-form-row form .form-row .form-field.input-field input:focus {
  border: 1px solid #fff;
}

.support-help {
  padding-top: 120px;
  overflow: hidden;
}
.support-help .section-subtitle {
  margin-bottom: 48px;
  color: #fff;
  max-width: 488px;
}
.support-help .support-help-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.support-help .support-help-items .support-help-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  padding: 0 8px;
}
.support-help .support-help-items .support-help-item .support-help-item-content {
  display: block;
  padding: 8px;
  border-radius: 4px;
  padding-bottom: 32px;
  background: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.support-help .support-help-items .support-help-item .support-help-item-content .support-help-item-image img {
  border-radius: 4px;
}
.support-help .support-help-items .support-help-item .support-help-item-content .support-help-item-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 18px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-help .support-help-items .support-help-item .support-help-item-content .support-help-item-desc .support-help-item-header .support-help-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.support-help .support-help-items .support-help-item .support-help-item-content .support-help-item-desc .support-help-item-header .support-help-item-title a {
  color: #fff;
  text-decoration: none;
}
.support-help .support-help-items .support-help-item .support-help-item-content .support-help-item-desc .support-help-item-header .support-help-item-subtitle {
  color: #fff;
  margin-bottom: 20px;
}
.support-help .support-help-items .support-help-item .support-help-item-content .support-help-item-desc .support-help-item-link {
  color: #fff;
  font-weight: 700;
}
.support-help .support-help-items .support-help-item .support-help-item-content .support-help-item-desc .support-help-item-link a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  position: relative;
  padding-right: 26px;
}
.support-help .support-help-items .support-help-item .support-help-item-content .support-help-item-desc .support-help-item-link a:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url("../img/support-help-link.svg");
}

.support-contacts {
  overflow: hidden;
  padding-top: 144px;
  padding-bottom: 32px;
}
.support-contacts .section-title {
  margin-bottom: 56px;
}
.support-contacts .support-contacts-row .support-contacts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.support-contacts .support-contacts-row .support-contacts-items.items-1 .support-contacts-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.support-contacts .support-contacts-row .support-contacts-items.items-2 .support-contacts-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.support-contacts .support-contacts-row .support-contacts-items.items-3 .support-contacts-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item {
  padding: 0 4px;
  margin-bottom: 8px;
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item .support-contacts-item-content a {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border-radius: 4px;
  padding-left: 92px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 75px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item .support-contacts-item-content a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item .support-contacts-item-content a:before {
  content: "";
  position: absolute;
  display: block;
  left: 40px;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item .support-contacts-item-content a:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 16px;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  background-image: url("../img/contacts-link.svg");
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item .support-contacts-item-content a.contacts-email:before {
  background-image: url("../img/contacts-email.svg");
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item .support-contacts-item-content a.contacts-phone:before {
  background-image: url("../img/contacts-phone.svg");
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item .support-contacts-item-content a.contacts-map:before {
  background-image: url("../img/contacts-map.svg");
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item .support-contacts-item-content a.contacts-telegram:before {
  background-image: url("../img/contacts-telegram.svg");
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item .support-contacts-item-content a.contacts-instagram:before {
  background-image: url("../img/contacts-instagram.svg");
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item .support-contacts-item-content a.contacts-facebook:before {
  background-image: url("../img/contacts-facebook.svg");
}
.support-contacts .support-contacts-row .support-contacts-items .support-contacts-item .support-contacts-item-content a.contacts-linkedin:before {
  background-image: url("../img/contacts-linkedin.svg");
}

.thank-popup {
  max-width: 280px;
  padding: 32px 20px 40px 20px;
  background-color: #1750ED;
  border-radius: 4px;
}
.thank-popup .thank-image {
  text-align: center;
  margin-bottom: 24px;
}
.thank-popup .thank-title {
  color: #fff;
  text-align: center;
}

.slide-referral {
  padding-top: 40px;
  overflow: hidden;
}
.slide-referral .slide-referral-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  padding-bottom: 30px;
}
.slide-referral .slide-referral-items .slide-referral-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 8px;
}
.slide-referral .slide-referral-items .slide-referral-item .slide-referral-item-content {
  border-radius: 4px;
  padding: 56px 15px 0 40px;
  height: 100%;
  position: relative;
}
.slide-referral .slide-referral-items .slide-referral-item .slide-referral-item-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.slide-referral .slide-referral-items .slide-referral-item .slide-referral-item-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.slide-referral .slide-referral-items .slide-referral-item .slide-referral-item-content .slide-referral-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.slide-referral .slide-referral-items .slide-referral-item .slide-referral-item-content .slide-referral-subtitle {
  color: #fff;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
.slide-referral .slide-referral-items .slide-referral-item .slide-referral-item-content .slide-referral-btns {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.slide-referral .slide-referral-items .slide-referral-item .slide-referral-item-content .slide-referral-btns .btn {
  margin-bottom: 20px;
}
.slide-referral .slide-referral-items .slide-referral-item.item-right .slide-referral-item-content {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/referral-image-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.referral-work {
  padding-top: 90px;
}
.referral-work .referral-work-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.referral-work .referral-work-row .referral-work-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34%;
          flex: 0 1 34%;
  padding-right: 15px;
}
.referral-work .referral-work-row .referral-work-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66%;
          flex: 0 1 66%;
}
.referral-work .referral-work-row .referral-work-content .referral-work-items .referral-work-item {
  position: relative;
  padding-left: 104px;
  min-height: 140px;
  margin-bottom: 12px;
}
.referral-work .referral-work-row .referral-work-content .referral-work-items .referral-work-item:before {
  content: "";
  position: absolute;
  display: block;
  left: 32px;
  top: 76px;
  width: 1px;
  height: 64px;
  background-image: url("../img/referral-work-line.svg");
}
.referral-work .referral-work-row .referral-work-content .referral-work-items .referral-work-item:last-child {
  min-height: auto;
  margin-bottom: 0;
}
.referral-work .referral-work-row .referral-work-content .referral-work-items .referral-work-item:last-child:before {
  display: none;
}
.referral-work .referral-work-row .referral-work-content .referral-work-items .referral-work-item .referral-work-item-image {
  position: absolute;
  left: 0;
  top: 0;
}
.referral-work .referral-work-row .referral-work-content .referral-work-items .referral-work-item .referral-work-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Open Sans", sans-serif;
}
.referral-work .referral-work-row .referral-work-content .referral-work-items .referral-work-item .referral-work-item-subtitle {
  color: #fff;
}

.referral-useful {
  padding-top: 120px;
  margin-bottom: 130px;
  overflow: hidden;
}
.referral-useful .section-title {
  max-width: 520px;
  margin-bottom: 56px;
}
.referral-useful .referral-useful-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  padding-bottom: 30px;
}
.referral-useful .referral-useful-row .referral-useful-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  padding: 0 8px;
}
.referral-useful .referral-useful-row .referral-useful-col .referral-useful-items .referral-useful-item {
  margin-bottom: 16px;
  padding: 20px 24px;
  border-radius: 4px;
  min-height: 276px;
  position: relative;
}
.referral-useful .referral-useful-row .referral-useful-col .referral-useful-items .referral-useful-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.referral-useful .referral-useful-row .referral-useful-col .referral-useful-items .referral-useful-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.referral-useful .referral-useful-row .referral-useful-col .referral-useful-items .referral-useful-item:last-child {
  margin-bottom: 0;
}
.referral-useful .referral-useful-row .referral-useful-col .referral-useful-items .referral-useful-item .referral-useful-image {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.referral-useful .referral-useful-row .referral-useful-col .referral-useful-items .referral-useful-item .referral-useful-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 2;
}
.referral-useful .referral-useful-row .referral-useful-col .referral-useful-items .referral-useful-item .referral-useful-subtitle {
  color: #fff;
  position: relative;
  z-index: 2;
}
.referral-useful .referral-useful-row .referral-useful-col .referral-useful-background {
  border-radius: 4px;
  height: 100%;
  background-image: url("../img/referral-useful-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.referral-useful .referral-useful-row .referral-useful-col .referral-useful-background:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.referral-useful .referral-useful-row .referral-useful-col .referral-useful-background:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25);
  z-index: 0;
}

.code-popup {
  padding: 40px 48px;
  border-radius: 4px;
  max-width: 656px;
}
.code-popup .fancybox-close-small {
  color: #000;
}
.code-popup .code-title {
  font-size: 24px;
  font-weight: 600;
  color: #0F0304;
  text-align: center;
  margin-bottom: 12px;
}
.code-popup .code-subtitle {
  color: #0F0304;
  text-align: center;
  margin-bottom: 40px;
}
.code-popup .code-image {
  text-align: center;
  margin-bottom: 32px;
}

.tmpl-404 {
  padding-top: 40px;
  margin-bottom: 80px;
}
.tmpl-404 .error-row {
  border-radius: 4px;
  padding-top: 120px;
  padding-bottom: 152px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url("../img/404.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.tmpl-404 .error-row .error-title {
  font-size: 56px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-bottom: 32px;
}
.tmpl-404 .error-row .error-subtitle {
  text-align: center;
  margin-bottom: 56px;
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
}
.tmpl-404 .error-row .error-btns {
  text-align: center;
}
.tmpl-404 .error-row .error-btns .btn.btn-tg {
  margin-right: 16px;
}