@charset "UTF-8";
:root {
  --font-family: "Myriad Pro", sans-serif;
  --second-family: "Lato", sans-serif;
  --third-family: "ABeeZee", sans-serif;
  --font3: "Abel", sans-serif;
  --font4: "Manrope", sans-serif;
  --font5: "Abril Fatface", sans-serif;
}

body {
  background-color: #F2F2F2;
  font-family: var(--font-family);
}

.b-fixed {
  position: fixed;
  width: 100%;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.wrapper {
  overflow: hidden;
}

.header__top {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
}
.header__nav ul li a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  color: #fff;
  position: relative;
}
.header__nav ul li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  bottom: -8px;
  left: 0;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.header__nav ul li a:hover::after {
  width: 100%;
}
.header__main {
  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;
  padding-bottom: 26px;
}
.header .header-logo {
  position: relative;
  z-index: 21;
}
.header .header-logo span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin-bottom: 4px;
}
.header .header-logo span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 111%;
  color: #fff;
}
.header .header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-shadow: 0 4px 20px 0 #edd9ff;
          box-shadow: 0 4px 20px 0 #edd9ff;
  background: #f2f2f2;
  padding: 10px 23px;
  border-radius: 64px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.header .header-tel__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header-tel__main span:nth-child(1) {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font4);
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.header .header-tel__main span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font5);
  font-weight: 400;
  font-size: 10px;
  color: #979797;
  letter-spacing: 0.5px;
}
.header .header-tel:hover {
  -webkit-box-shadow: 0 4px 10px 0 #edd9ff;
          box-shadow: 0 4px 10px 0 #edd9ff;
}
.header .burger {
  display: none;
}
.header .btnmobbtn {
  display: none;
}
@media (max-width: 768px) {
  .header {
    /* Расположение полос */
    /* Активное состояние */
  }
  .header__top {
    position: absolute;
    z-index: 20;
    background: #7b04df;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -150vw;
    right: 0;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }
  .header__top.active {
    left: 0;
  }
  .header__nav {
    width: 100%;
    padding-top: 70px;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .header__nav ul li a {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 10px 0 !important;
  }
  .header .btnmobbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
  }
  .header .header-logo span:nth-child(1) {
    font-size: 20px;
  }
  .header .header-logo span:nth-child(2) {
    font-size: 12px;
    line-height: 150%;
  }
  .header .burger {
    display: block;
    width: 47px;
    height: 26px;
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 21;
  }
  .header .burger span {
    position: absolute;
    left: 0;
    width: 47px;
    height: 2px;
    background-color: white;
    border-radius: 2px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header .burger span:nth-child(1) {
    top: 0;
  }
  .header .burger span:nth-child(2) {
    top: 12px; /* (26 - 2*2px - 2*10px)/2 = 12px — центр */
  }
  .header .burger span:nth-child(3) {
    bottom: 0;
  }
  .header .burger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 12px;
  }
  .header .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header .burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: auto;
    top: 12px;
  }
  .header__main {
    padding: 18.5px 0;
  }
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}
.hero {
  background-color: #7A00E3;
}
.hero__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.hero__box .di_img {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 169px;
}
.hero__content {
  width: 853px;
  padding-left: 30px;
}
.hero__sc1 {
  max-width: 490px;
  margin-bottom: 17px;
  position: relative;
  padding-top: 50px;
}
.hero__sc1 span {
  position: absolute;
  left: -30px;
  top: 0px;
}
.hero__sc1 p {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}
.hero__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 135%;
  color: #fff;
  margin-bottom: 20px;
}
.hero__pp1 {
  font-weight: 300;
  font-size: 26px;
  color: #fff;
  line-height: 135%;
}
.hero .hero-devices {
  width: 596px;
  height: 390px;
  position: relative;
}
.hero .hero-devices__1 {
  position: absolute;
  top: 0;
  right: -50px;
  width: 600px;
}
.hero .hero-devices__2 {
  width: 103px;
  position: absolute;
  z-index: 2;
  bottom: 4px;
  right: 40px;
}
.hero .hero-devices__3 {
  width: 310px;
  position: absolute;
  z-index: 2;
  left: -70px;
  bottom: -10px;
}
.hero .hero-bottom {
  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;
  max-width: 530px;
  margin-top: 80px;
  padding-bottom: 123px;
  position: relative;
}
.hero .hero-bottom .icohero {
  position: absolute;
  top: -82px;
  left: -20px;
}
.hero .hero-bottom .icohero img {
  width: 85px;
}
.hero .hero-bottom .btn-yl {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #171717;
  padding: 15px 35px;
}
.hero .hero-bottom__txt {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #fff;
  max-width: 170px;
}
.hero .hero-bottom__arrs {
  position: absolute;
  right: 100px;
  top: 80px;
}
@media (max-width: 1050px) {
  .hero__content {
    max-width: 450px;
  }
  .hero .hero-devices {
    width: 496px;
    height: 390px;
    position: relative;
    right: -50px;
  }
  .hero .hero-devices__1 {
    right: -50px;
    width: 500px;
    top: 40px;
  }
  .hero .hero-devices__2 {
    width: 80px;
    bottom: 38px;
    right: 30px;
  }
  .hero .hero-devices__3 {
    width: 210px;
    left: -60px;
    bottom: 50px;
  }
  .hero .hero-bottom {
    width: 500px;
  }
}
.hero .devces {
  display: none;
}
@media (max-width: 768px) {
  .hero__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__box .di_img {
    width: 73px;
    bottom: -40px;
  }
  .hero__content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 25px;
  }
  .hero__sc1 {
    padding-top: 20px;
    margin-top: -20px;
  }
  .hero__sc1 span svg {
    width: 16px;
  }
  .hero__sc1 p {
    font-size: 14px;
    line-height: 130%;
  }
  .hero__title {
    font-size: 20px;
  }
  .hero__pp1 {
    font-size: 16px;
  }
  .hero .devces {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero .devces img {
    width: 100%;
    margin-right: -12px;
  }
}
@media (max-width: 768px) and (max-width: 430px) {
  .hero .devces img {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
}
@media (max-width: 768px) {
  .hero .hero-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: calc(100% + 25px);
    margin-left: -25px;
    margin-top: 15px;
    padding-bottom: 75px;
  }
  .hero .hero-bottom__txt {
    font-size: 12px;
    line-height: 131%;
    width: 145px;
  }
  .hero .hero-bottom .btn-yl {
    font-size: 14px;
    line-height: 118%;
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero .hero-bottom .icohero {
    left: auto;
    right: 0;
    top: -64px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .hero .hero-bottom .icohero img {
    width: 67px;
  }
  .hero .hero-bottom__arrs {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    right: 120px;
    top: 70px;
  }
  .hero .hero-bottom__arrs svg {
    width: 124px;
    height: 40px;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  .hero .hero-devices {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
  }
  .hero .hero-devices__1 {
    right: 0px;
    left: 0;
    width: 430px;
    top: 40px;
  }
  .hero .hero-devices__2 {
    width: 75px;
    bottom: 100px;
    right: 130px;
  }
  .hero .hero-devices__3 {
    width: 210px;
    left: 40px;
    bottom: 50px;
  }
}

.strategy {
  padding-top: 80px;
}
.strategy .container {
  max-width: 1130px;
}
.strategy__imges {
  position: relative;
}
.strategy__imges .cursor {
  width: 114px;
  position: absolute;
  left: -100px;
  top: 62px;
}
.strategy__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 60px;
}
.strategy__titlemain {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #111;
  width: 100%;
  max-width: 890px;
}
.strategy__titlemain i {
  color: #7B04DF;
}
.strategy__titlemain img {
  width: 119px;
}
.strategy__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 80px;
}
.strategy__list .strategy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.strategy__list .strategy-item__image img {
  height: 80px;
}
.strategy__list .strategy-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #333;
}
.strategy__list .strategy-item p strong {
  font-weight: 700;
}
.strategy__list .strategy-item:nth-child(2) p {
  max-width: 280px;
}
.strategy__list .strategy-item:nth-child(4) p {
  max-width: 280px;
}
@media (max-width: 768px) {
  .strategy {
    padding-top: 19px;
  }
  .strategy__imges .cursor {
    width: 53px;
    -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
    left: -20px;
  }
  .strategy__imges .searc {
    width: 347px;
  }
  .strategy__top {
    padding-left: 85px;
    margin-bottom: 50px;
  }
  .strategy__titlemain {
    font-size: 20px;
    line-height: 124%;
  }
  .strategy__titlemain img {
    width: 72px;
  }
  .strategy__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px;
  }
  .strategy .strategy-item {
    gap: 20px;
  }
  .strategy .strategy-item__image img {
    height: 60px;
  }
  .strategy .strategy-item p {
    font-size: 12px;
    line-height: 125%;
  }
  .strategy .strategy-item:nth-child(2) p {
    max-width: 100%;
  }
  .strategy .strategy-item:nth-child(4) p {
    max-width: 100%;
  }
}

.fre-form {
  -webkit-box-shadow: 0 4px 20px 0 rgba(122, 41, 251, 0.5);
          box-shadow: 0 4px 20px 0 rgba(122, 41, 251, 0.5);
  background: #fff;
  border-radius: 86px;
  width: 573px;
  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;
  padding: 26px 30px;
  position: relative;
  bottom: -42px;
  left: -50px;
}
@media (max-width: 768px) {
  .fre-form {
    padding: 13px;
  }
}
.fre-form__box {
  background: #f2f2f2;
  border-radius: 52px;
  width: 100%;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 28px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .fre-form__box {
    padding-left: 15px;
    height: 55px;
  }
}
.fre-form .fre-form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border: none;
}
.fre-form .fre-form-input::-webkit-input-placeholder {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #949494;
}
.fre-form .fre-form-input::-moz-placeholder {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #949494;
}
.fre-form .fre-form-input:-ms-input-placeholder {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #949494;
}
.fre-form .fre-form-input::-ms-input-placeholder {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #949494;
}
.fre-form .fre-form-input::placeholder {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  color: #949494;
}
@media (max-width: 768px) {
  .fre-form .fre-form-input {
    font-size: 11px;
  }
  .fre-form .fre-form-input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .fre-form .fre-form-input::-moz-placeholder {
    font-size: 11px;
  }
  .fre-form .fre-form-input:-ms-input-placeholder {
    font-size: 11px;
  }
  .fre-form .fre-form-input::-ms-input-placeholder {
    font-size: 11px;
  }
  .fre-form .fre-form-input::placeholder {
    font-size: 11px;
  }
}
.fre-form .fre-form-btn {
  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;
  gap: 10px;
  -webkit-box-shadow: 0 4px 21px 0 #b55efe;
          box-shadow: 0 4px 21px 0 #b55efe;
  background: #7b04df;
  border-radius: 52px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  height: 100%;
  padding: 0 28px;
  border: none;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.fre-form .fre-form-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fre-form .fre-form-btn span svg {
  -webkit-transition: 1s;
  transition: 1s;
}
.fre-form .fre-form-btn span svg:nth-child(1) {
  opacity: 0.2;
}
.fre-form .fre-form-btn span svg:nth-child(2) {
  margin-left: 1px;
}
.fre-form .fre-form-btn:hover {
  -webkit-box-shadow: 0 4px 12px 0 #b55efe;
          box-shadow: 0 4px 12px 0 #b55efe;
  opacity: 0.9;
}
.fre-form .fre-form-btn:hover span svg:nth-child(1) {
  opacity: 1;
}
.fre-form .fre-form-btn:hover span svg:nth-child(2) {
  opacity: 0.2;
}
@media (max-width: 768px) {
  .fre-form .fre-form-btn {
    font-size: 12px;
    padding-left: 22px;
    padding-right: 16px;
    text-align: left;
  }
  .fre-form .fre-form-btn span svg {
    width: 6px;
  }
}

.free {
  position: relative;
  overflow: hidden;
  padding: 200px 30px 250px 30px;
}
.free__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
.free__bg span {
  font-family: var(--font4);
  font-weight: 700;
  font-size: 18vw;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #F2F2F2;
  text-shadow: -1px -1px 0 #7B04DF, 1px -1px 0 #7B04DF, -1px 1px 0 #7B04DF, 1px 1px 0 #7B04DF;
}
.free__box {
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 34px 141px 0 rgba(251, 148, 41, 0.04);
          box-shadow: 0 34px 141px 0 rgba(251, 148, 41, 0.04);
  background: #fb9429;
  background-image: url(../img/frebg.svg);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 13px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  height: 399px;
}
.free__box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}
.free__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 121%;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}
.free__image img {
  width: 505px;
  margin-top: -40px;
}
.free__main {
  width: calc(100% - 500px);
}
@media (max-width: 1240px) {
  .free__image img {
    margin-left: -100px;
  }
  .free__main {
    width: calc(100% - 400px);
  }
  .free__box {
    height: auto;
  }
}
.free__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 19px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 19px;
}
.free .free-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.free .free-item img {
  width: 32px;
  height: 32px;
}
.free .free-item p {
  font-weight: 600;
  font-size: 14px;
  line-height: 186%;
  color: #fff;
}
.free .free-item p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
  max-width: 280px;
}
.free .free-item:nth-child(1) {
  margin-top: -15px;
}
.free .free-item:nth-child(3) {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .free__box {
    padding-bottom: 220px;
  }
  .free__box .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .free__image {
    margin-top: 200px;
    position: absolute;
    bottom: -190px;
  }
  .free__image img {
    width: 380px;
    margin-left: 0;
  }
  .free__main {
    width: 100%;
  }
  .free .fre-form {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .free {
    padding-top: 80px;
    padding-bottom: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .free__box {
    background-image: url(../img/frebg_mob.svg);
    background-position: center center;
    background-size: contain;
  }
  .free__bg {
    width: 100vw;
    min-height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 60px;
  }
  .free__bg span {
    font-size: 17.4vw;
    line-height: 135%;
  }
  .free__title {
    font-size: 20px;
    line-height: 115%;
  }
  .free__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 22px;
  }
  .free .free-item {
    padding-left: 0 !important;
  }
  .free .free-item p {
    font-size: 12px;
    line-height: 175%;
  }
  .free .free-item p span {
    font-size: 14px;
    line-height: 157%;
  }
  .free .fre-form {
    width: 100%;
  }
}

.why {
  padding: 86px 0 70px 0;
  background-image: url(../img/bg001.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .why {
    padding: 70px 0 70px 0;
    background-position: left;
    background-image: url(../img/bg001_mob.png);
  }
}
.why .flg {
  position: absolute;
  right: 150px;
  top: -100px;
  width: 175px;
}
@media (max-width: 768px) {
  .why .flg {
    width: 100px;
    top: -55px;
    right: 25px;
  }
}
.why .loop {
  position: absolute;
  bottom: -70px;
  left: 80px;
  width: 150px;
}
@media (max-width: 768px) {
  .why .loop {
    width: 80px;
    bottom: -45px;
    left: 13px;
  }
}
.why .container {
  max-width: 1032px;
}
.why__title {
  margin-bottom: 25px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 768px) {
  .why__title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
.why__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 141%;
  letter-spacing: 0.01em;
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .why__txt {
    font-size: 16px;
    line-height: 141%;
  }
}
.why__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90px 1fr 90px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .why__list {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .why__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 38px;
  }
}
@media (max-width: 1200px) {
  .why__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.why .why-item__num {
  width: 70px;
  height: 70px;
  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;
  background-color: rgba(255, 213, 0, 0.4);
  border-radius: 100px;
  margin-bottom: 16px;
}
.why .why-item__num span {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #111;
  width: 48px;
  height: 48px;
  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;
  background-color: #ffd400;
  border-radius: 100px;
}
.why .why-item__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 16px;
}
.why .why-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #f2f2f2;
}
.why__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .why__bottom {
    width: 100%;
  }
  .why__bottom a {
    width: 100%;
  }
}

.complex {
  padding-top: 100px;
  padding-bottom: 100px;
}
.complex .container {
  max-width: 1080px;
}
.complex__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #111;
  margin-bottom: 20px;
}
.complex__pretitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #111;
}
.complex__pretitle span {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .complex {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .complex__title {
    font-size: 28px;
    line-height: 117%;
    margin-bottom: 17px;
  }
  .complex__pretitle {
    font-size: 20px;
    line-height: 120%;
  }
}

.tabs {
  /* Tabs styles */
}
.tabs__btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.tabs .tab-btn {
  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;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #7b04df;
  border: 1px solid #7b04df;
  border-radius: 30px;
  padding: 15px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  cursor: pointer;
}
.tabs .tab-btn:hover {
  -webkit-box-shadow: 0 4px 21px 0 #b55efe;
          box-shadow: 0 4px 21px 0 #b55efe;
  background: #7b04df;
  color: #fff;
}
.tabs .tabs-item {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tabs .tabs-item .tabs-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.tabs .tabs-item__main {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
}
.tabs .tabs-item__image {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  position: relative;
}
.tabs .tabs-item__image::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #fb9429;
  width: 470px;
  height: 470px;
  border-radius: 1000px;
  z-index: -1;
  right: -20px;
}
.tabs .tabs-item__image img {
  width: 384px;
}
.tabs .tabs-item__image img:nth-child(1) {
  margin-left: -111px;
  margin-bottom: -30px;
}
.tabs .tabs-item__image img:nth-child(2) {
  margin-right: -111px;
  margin-top: -30px;
}
.tabs .tab-btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs .tab-btn.active {
  -webkit-box-shadow: 0 4px 21px 0 #b55efe;
          box-shadow: 0 4px 21px 0 #b55efe;
  background: #7b04df;
  color: #fff;
}
@media (max-width: 768px) {
  .tabs__btns {
    margin-top: 30px;
    margin-bottom: 48px;
    -ms-grid-columns: 1fr 19px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 19px;
  }
  .tabs .tab-btn {
    font-size: 12px;
    line-height: 120%;
    padding: 10px 10px;
  }
  .tabs .tabs-item .tabs-item-content {
    gap: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tabs .tabs-item__main {
    width: 100%;
  }
  .tabs .tabs-item__image {
    width: 100%;
  }
  .tabs .tabs-item__image::before {
    width: 332px;
    height: 332px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .tabs .tabs-item__image img {
    width: 245px;
  }
  .tabs .tabs-item__image img:nth-child(1) {
    margin-left: -111px;
    margin-bottom: -30px;
  }
  .tabs .tabs-item__image img:nth-child(2) {
    margin: 0 auto;
    margin-top: -30px;
  }
  .tabs .tabs-item__image .hideimg {
    display: none;
  }
}

.compl-list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.compl-show-more {
  display: block;
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  text-decoration: underline;
  color: #ffd400;
  background: transparent;
  border: none;
  margin-top: 30px;
}

.compl-item {
  padding-left: 53px;
}
.compl-item__title {
  margin-bottom: 14px;
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.compl-item__title::before {
  position: absolute;
  left: -53px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  background-color: #ffd400;
  display: block;
  content: "";
  border-radius: 100px;
}
.compl-item .compl-item-ul {
  font-family: var(--second-family);
  list-style: disc;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #595959;
}
.compl-item .compl-item-ul--v2 {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  .compl-item {
    padding-left: 32px;
  }
  .compl-item__title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .compl-item__title::before {
    min-width: 17px;
    max-width: 17px;
    height: 17px;
    left: -32px;
    top: 4px;
  }
  .compl-item p {
    font-size: 14px;
    line-height: 150%;
  }
}

.compl-item {
  display: none;
}

.compl-item.visible {
  display: block;
}

.compl_btn {
  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;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 4px 21px 0 #b55efe;
          box-shadow: 0 4px 21px 0 #b55efe;
  background: #7b04df;
  border-radius: 52px;
  padding: 15px 24px;
  min-width: 270px;
  margin-top: 48px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
@media (max-width: 768px) {
  .compl_btn {
    width: 100%;
  }
}
.compl_btn:hover {
  -webkit-box-shadow: 0 4px 12px 0 #b55efe;
          box-shadow: 0 4px 12px 0 #b55efe;
  opacity: 0.9;
}

.proud {
  padding-bottom: 38px;
}
.proud .container {
  max-width: 1230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.proud .container .proud_ich {
  position: absolute;
  left: -90px;
  bottom: -55px;
}
.proud .container .proud_ich img {
  width: 120px;
}
.proud__ttl {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #111;
  min-width: 370px;
  max-width: 370px;
}
.proud__content {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #111;
  padding-left: 104px;
}
@media (max-width: 1400px) {
  .proud .proud_ich {
    left: 0 !important;
  }
}
@media (max-width: 992px) {
  .proud__content {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .proud {
    padding-bottom: 12px;
  }
  .proud .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .proud .proud_ich {
    left: auto;
    right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    top: -20px;
  }
  .proud .proud_ich img {
    width: 79px !important;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .proud__ttl {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
  }
  .proud__content {
    padding-left: 0;
    position: relative;
    z-index: 2;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #111;
  }
  .proud__content .pp_mob_hide {
    display: none;
  }
}

.companies {
  background: #f9f9f9;
}
.companies__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 29px 1fr 29px 1fr 29px 1fr 29px 1fr 29px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 29px;
  padding: 40px 0;
}
.companies .companies-item {
  height: 70px;
  background: #f2f2f2;
  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;
}
.companies .companies-item img {
  max-height: 50px;
  max-width: 145px;
}
@media (max-width: 768px) {
  .companies .container {
    padding-left: 0;
    padding-right: 0;
  }
  .companies__list {
    gap: 35px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .companies__list::-webkit-scrollbar {
    display: none;
  }
  .companies .companies-item {
    width: 170px;
    height: 70px;
  }
}

.portfolio {
  padding-top: 60px;
  padding-bottom: 156px;
  position: relative;
}
.portfolio::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #7b04df;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
}
@media (max-width: 768px) {
  .portfolio {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .portfolio::after {
    display: none;
  }
}
.portfolio .container {
  max-width: 1340px;
  position: relative;
  z-index: 4;
}
.portfolio .fre-form {
  margin: 0 auto !important;
  left: 0;
  right: 0;
  bottom: 0;
}

.portfolio-line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
.portfolio-line1__image {
  width: 100%;
}
.portfolio-line1__image img {
  width: 100%;
}
.portfolio-line1__descr {
  min-width: 511px;
  max-width: 511px;
}
.portfolio-line1 .sp-lbl {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #aaa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 7px;
}
.portfolio-line1 .m-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 129%;
  color: #111;
  margin-bottom: 40px;
}
.portfolio-line1 .s-txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 157%;
  color: #111;
}
.portfolio-line1 .s-txt strong {
  font-weight: 700;
}
@media (max-width: 992px) {
  .portfolio-line1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .portfolio-line1__descr {
    width: 100%;
    min-width: 100%;
    max-width: 511px;
  }
}
@media (max-width: 768px) {
  .portfolio-line1 {
    gap: 18px;
  }
  .portfolio-line1 .sp-lbl {
    font-size: 16px;
    line-height: 162%;
    margin-bottom: 0;
  }
  .portfolio-line1 .m-title {
    font-size: 22px;
    line-height: 164%;
    margin-bottom: 6px;
  }
  .portfolio-line1 .s-txt {
    font-size: 13px;
  }
}

.portfolio-line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.portfolio-line2__content {
  background: #fff;
  padding: 50px 96px 28px 106px;
  width: 720px;
}
@media (max-width: 1170px) {
  .portfolio-line2__content {
    padding-left: 170px;
  }
}
@media (max-width: 992px) {
  .portfolio-line2 {
    gap: 10px;
  }
  .portfolio-line2 .portfolio-mainslider {
    width: 50%;
    position: relative;
    left: 0;
    padding-bottom: 0;
  }
  .portfolio-line2 .portfolio-mainslider img {
    width: 100% !important;
    max-width: 400px;
  }
  .portfolio-line2__content {
    width: 50%;
    padding: 50px 28px 28px 28px;
  }
}
@media (max-width: 768px) {
  .portfolio-line2__content {
    padding: 12px 10px 15px 10px;
  }
}

.portfolio-mainslider {
  width: 538px;
  height: 440px;
  position: absolute;
  left: 123px;
}
.portfolio-mainslider .slider {
  position: relative;
  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;
  min-height: 100%;
}
@media (max-width: 992px) {
  .portfolio-mainslider .slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.portfolio-mainslider .slider-images {
  position: absolute;
  top: 0;
}
@media (max-width: 1170px) {
  .portfolio-mainslider .slider-images img {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .portfolio-mainslider .slider-images {
    position: relative;
  }
}
@media (max-width: 1280px) {
  .portfolio-mainslider {
    left: 0;
  }
}
@media (max-width: 1170px) {
  .portfolio-mainslider {
    left: -60px;
  }
}
@media (max-width: 768px) {
  .portfolio-mainslider {
    height: auto;
  }
}

@media (max-width: 1170px) {
  .portfolio-mainslider {
    padding-bottom: 50px;
  }
}

.portfolio-list1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 30px;
}
.portfolio-list1__item {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100%;
}
.portfolio-list1__itembox {
  padding-bottom: 30px;
}
.portfolio-list1__itembox h6 {
  font-weight: 700;
  font-size: 20px;
  color: #111;
  margin-bottom: 12px;
}
.portfolio-list1__itembox p {
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  color: #595959;
}
.portfolio-list1__itembox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .portfolio-list1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .portfolio-list1__itembox {
    padding-bottom: 12px;
  }
  .portfolio-list1__itembox h6 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .portfolio-list1__itembox p {
    font-size: 11px;
    line-height: 126%;
  }
}

.resitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.resitem__content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #595959;
}
.resitem__content i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 200%;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .resitem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .resitem img {
    width: 26px;
  }
  .resitem__content span {
    font-size: 11px;
    line-height: 145%;
  }
  .resitem__content i {
    font-size: 11px;
    line-height: 145%;
  }
}

.slider-bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-bottom .slider-bottom2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-bottom .slider-bottom2 a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: center;
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .slider-bottom .slider-bottom2 a {
    font-size: 12px;
    color: #ffd400;
  }
}

.slider-pagination {
  padding-left: 45px;
  padding-right: 45px;
}
.slider-pagination__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
.slider-pagination__dot {
  background-color: #f2f2f2;
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
}
.slider-pagination__dot.active {
  background-color: #ffd400;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .slider-pagination {
    padding-left: 17px;
    padding-right: 17px;
  }
  .slider-pagination__dots {
    gap: 11px;
  }
  .slider-pagination__dot {
    width: 7px;
    height: 7px;
    background: #fff;
  }
  .slider-pagination__dot.active {
    width: 12px;
    height: 12px;
  }
}

.slider-arrow {
  background-color: #FFD400;
  width: 65px;
  height: 65px;
  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;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .slider-arrow {
    width: 35px;
    height: 35px;
  }
  .slider-arrow svg {
    width: 10px;
  }
}

.sl-formwrap .iio_2 {
  display: none;
}
@media (max-width: 768px) {
  .sl-formwrap {
    position: relative;
    width: 100vw;
    margin-left: -15px;
    background-color: #7b04df;
    padding: 32px 27px 61px 27px;
    margin-top: 27px;
  }
  .sl-formwrap .fre-form {
    width: 100%;
  }
  .sl-formwrap .iio_1 {
    display: none;
  }
  .sl-formwrap .iio_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.formpretitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 47px;
}
@media (max-width: 768px) {
  .formpretitle {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 17px;
    margin-top: 0;
  }
}

.key {
  padding-top: 100px;
  padding-bottom: 50px;
}
.key .container {
  max-width: 1070px;
}
.key__imges {
  position: relative;
}
.key__imges .cursor {
  width: 114px;
  position: absolute;
  left: -100px;
  top: 62px;
}
.key__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 60px;
}
.key__titlemain {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #111;
  width: 100%;
  max-width: 760px;
}
.key__titlemain i {
  color: #7B04DF;
}
.key__titlemain img {
  width: 119px;
}
.key__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 70px;
}
.key .key-item {
  width: calc(33.33% - 50px);
  position: relative;
}
.key .key-item::before {
  position: absolute;
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  background: linear-gradient(252deg, rgba(196, 196, 196, 0) 0%, #c4c4c4 50.4%, rgba(196, 196, 196, 0) 100%);
  left: -85%;
  top: 23px;
}
.key .key-item:first-child::before {
  display: none;
}
.key .key-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.key .key-item__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #111;
  margin-bottom: 15px;
}
.key .key-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #595959;
}
@media (max-width: 768px) {
  .key {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .key__imges .cursor {
    width: 53px;
    -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
    left: -20px;
  }
  .key__imges .searc {
    width: 347px;
  }
  .key__top {
    margin-bottom: 33px;
  }
  .key__titlemain {
    padding-left: 70px;
    font-weight: 700;
    font-size: 20px;
    line-height: 124%;
  }
  .key__titlemain img {
    width: 72px;
  }
  .key__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 51px;
  }
  .key .key-item {
    width: 100%;
  }
  .key .key-item::before {
    top: -24px;
    left: 0;
  }
  .key .key-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  .key .key-item span svg {
    width: 48px;
    height: 48px;
  }
  .key .key-item__title {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .key .key-item p {
    font-size: 14px;
    line-height: 150%;
  }
}

.get {
  padding: 50px 0 165px 0;
}
.get__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .get__box {
    gap: 14px;
  }
}
.get .get-im {
  position: relative;
  padding-top: 50px;
}
.get .get-im img {
  width: 473px;
}
@media (max-width: 992px) {
  .get .get-im img {
    width: 350px;
  }
}
.get .get-im::before {
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: #FB9429;
  border-radius: 1000px;
  display: block;
  content: "";
  z-index: -1;
  right: -50px;
  top: 0;
}
@media (max-width: 992px) {
  .get .get-im::before {
    width: 300px;
    height: 300px;
    right: 0;
  }
}
.get .get-im__txt {
  position: absolute;
  max-width: 206px;
  left: 90px;
  font-weight: 400;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: 0.02em;
  color: #595959;
}
.get .get-im__txt span {
  position: absolute;
  bottom: -30px;
  left: -100px;
}
.get .get-main {
  width: 630px;
  padding-top: 130px;
  position: relative;
}
.get .get-main__arrri {
  position: absolute;
  top: 25px;
  left: 0;
}
.get .get-main__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #111;
  margin-bottom: 22px;
}
.get .get-main__title img {
  display: inline-block;
  width: 115px;
}
.get .get-main__p1 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #111;
  margin-bottom: 19px;
  max-width: 380px;
}
.get .get-main__list {
  margin-bottom: 16px;
}
.get .get-main__list p {
  font-weight: 300;
  font-size: 18px;
  line-height: 153%;
  letter-spacing: 0.02em;
  color: #121212;
}
.get .get-main__p2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 134%;
  letter-spacing: 0.02em;
  color: #111;
  max-width: 426px;
}
.get .get-main__content1 {
  max-width: 504px;
  margin: 0 auto;
}
.get .form002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 21px;
}
.get .form002 .input {
  -webkit-box-shadow: 0 26px 40px 0 #d8d8d8;
          box-shadow: 0 26px 40px 0 #d8d8d8;
  border: 1px solid #949494;
  border-radius: 52px;
  width: 100%;
  height: 60px;
  padding: 20px 32px;
  background-color: transparent;
}
.get .form002 .input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #949494;
}
.get .form002 .input::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #949494;
}
.get .form002 .input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #949494;
}
.get .form002 .input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #949494;
}
.get .form002 .input::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #949494;
}
.get .form002 .submit {
  -webkit-box-shadow: 0 4px 21px 0 #b55efe;
          box-shadow: 0 4px 21px 0 #b55efe;
  background: #7b04df;
  border-radius: 52px;
  min-width: 270px;
  max-width: 270px;
  height: 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  border: none;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.get .form002 .submit:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0 4px 12px 0 #b55efe;
          box-shadow: 0 4px 12px 0 #b55efe;
}
@media (max-width: 1200px) {
  .get .form002 .input {
    padding-left: 15px;
    padding-right: 15px;
  }
  .get .form002 .submit {
    min-width: 180px;
    max-width: 180px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .get {
    padding-top: 0px !important;
    padding: 40px 0 100px 0;
  }
  .get .form002 {
    gap: 7px;
    margin-top: 14px;
  }
  .get__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
  .get .get-main {
    padding-top: 80px;
    width: 100%;
  }
  .get .get-main__content1 {
    width: 100%;
    max-width: 100%;
  }
  .get .get-main__arrri {
    position: absolute;
    top: auto;
    bottom: -120px;
    left: 0;
    -webkit-transform: rotate(-110deg);
            transform: rotate(-110deg);
  }
  .get .get-main__arrri svg {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .get .get-main__title {
    font-size: 20px;
    line-height: 133%;
    margin-bottom: 30px;
  }
  .get .get-main__title img {
    width: 73px;
  }
  .get .get-main__p1 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .get .get-main__p2 {
    font-size: 18px;
    line-height: 134%;
  }
  .get .get-main__list {
    font-size: 14px;
    line-height: 159%;
    margin-bottom: 40px;
  }
  .get .get-im {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .get .get-im::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 332px;
    height: 332px;
  }
  .get .get-im img {
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .get .get-im__txt {
    margin-top: 20px;
    position: relative;
    margin-left: -60px;
  }
  .get .get-im__txt span {
    left: -140px;
    bottom: 0;
  }
}

.min-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #f2f2f2;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.btn-yl {
  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;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #000;
  padding: 19px 58px;
  -webkit-box-shadow: 0 4px 22px 0 #fff388;
          box-shadow: 0 4px 22px 0 #fff388;
  background: #ffd400;
  border-radius: 50px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btn-yl:hover {
  -webkit-box-shadow: 0 4px 14px 0 #fff388;
          box-shadow: 0 4px 14px 0 #fff388;
}
@media (max-width: 768px) {
  .btn-yl {
    font-size: 14px;
    padding: 17px;
  }
}

.footer {
  background: #7b04df;
  padding: 100px 0 90px 0;
}
.footer .container {
  position: relative;
}
.footer .container .caim {
  position: absolute;
  top: -233px;
}
.footer .container .caim img {
  width: 143px;
}
@media (max-width: 768px) {
  .footer .container .caim {
    top: -105px;
    right: 0;
  }
  .footer .container .caim img {
    width: 84px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.footer__logo span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin-bottom: 4px;
}
.footer__logo span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 111%;
  color: #fff;
}
.footer .footer-main {
  padding-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 5px;
}
.footer .footer-social a {
  -webkit-transition: 0.23s;
  transition: 0.23s;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer .footer-contacts {
  display: -ms-grid;
  display: grid;
  gap: 2px;
}
.footer .footer-contacts a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #f2f2f2;
  line-height: 130%;
}
.footer .footer-contacts a:hover {
  text-decoration: underline;
}
.footer .footer-bottom__txt {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #f2f2f2;
  width: 100%;
  max-width: 670px;
  line-height: 130%;
}
.footer .mobile-show {
  display: none;
}
@media (max-width: 992px) {
  .footer .footer-main {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 29px 10px 35px 10px;
  }
  .footer .footer-main {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 45px 15px;
    padding-bottom: 0;
  }
  .footer .mobile-show {
    display: block;
  }
  .footer .footer-contacts {
    gap: 20px;
  }
  .footer__txt {
    font-size: 14px;
  }
  .footer .footer-bottom {
    display: none;
  }
}

.thank-page .header {
  position: relative;
}
.thank-page .hero {
  background-color: transparent;
  padding: 50px 0;
  padding-bottom: 0;
}
.thank-page .header-logo span:nth-child(1) {
  font-weight: 700;
  font-size: 28px;
  color: #343434;
}
.thank-page .header-logo span:nth-child(2) {
  font-weight: 300;
  font-size: 18px;
  line-height: 111%;
  color: #343434;
}
.thank-page .th-ico {
  position: absolute;
  top: -50px;
  right: 0;
  width: 169px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.thank-page .thanks-block {
  padding-bottom: 230px;
  margin-bottom: 100px;
}
.thank-page .thanks-block__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 151%;
  text-align: center;
  color: #fff;
  margin-top: 112px;
}
.thank-page .thanks-block__box .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .thank-page .thanks-block {
    padding-top: 50px;
    padding-bottom: 350px;
    margin-bottom: 0;
  }
  .thank-page .thanks-block__box {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .thank-page .hero {
    background-color: transparent;
    padding: 0px 0;
    padding-bottom: 0;
  }
  .thank-page .header-logo span:nth-child(1) {
    font-size: 20px;
  }
  .thank-page .header-logo span:nth-child(2) {
    font-size: 12px;
  }
  .thank-page .th-ico {
    top: 0px;
    width: 69px;
  }
  .thank-page .thanks-block {
    padding-top: 0;
    padding-bottom: 15rem;
  }
  .thank-page .thanks-block__title {
    font-size: 28px;
    margin-top: 80px;
  }
}