html, body {
  background: #fff;
  height: 100%;
}

html, body, input, select, textarea, button {
  font-family: "Karantina", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1E1E20;
  text-align: right;
  direction: rtl;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}

picture {
  display: block;
  line-height: 0;
}

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

a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #128fff;
}

b, strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.hidden {
  display: none;
}

[class^=mobile-], [class*=" mobile-"], .sm-resp-show {
  display: none;
}

.-heebo {
  font-family: "Heebo", "Helvetica", "Arial", sans-serif;
}

.container {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  justify-content: stretch;
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
.container .inner {
  max-width: 1440px;
  margin: 0 auto;
}

body:not(.home) .stretch-middle {
  padding: 30px 0 50px;
}

.stretch-middle {
  flex-grow: 1;
}

.-ta-center {
  text-align: center;
}

.-c-purple {
  color: #7B3E90;
}

.st-title.-s1 {
  font-size: 82px;
}
.st-title.-s2 {
  font-size: 72px;
}
.st-title.-s3 {
  font-size: 32px;
}
.st-title.-s2, .st-title.-s3 {
  font-weight: 600;
}
.st-title.-lines-b, .st-title.-lines-w {
  letter-spacing: 3px;
}
.st-title.-lines-b:after, .st-title.-lines-w:after {
  content: "";
  display: block;
  width: 265px;
  height: 34px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.st-title.-lines-b {
  color: #1E1E20;
}
.st-title.-lines-b:after {
  background-image: url(../img/title-lines-b.svg);
}
.st-title.-lines-w {
  color: #fff;
}
.st-title.-lines-w:after {
  background-image: url(../img/title-lines-w.svg);
}

.st-button {
  cursor: pointer;
  padding: 10px 25px;
  text-align: center;
  min-height: 56px;
  background: #698EEE;
  color: #fff;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
}
.st-button:hover {
  background: #3055B5;
  color: #fff;
}
.st-button:focus {
  background: #3055B5;
  color: #fff;
}

.fr-text p:not(:last-child) {
  margin-bottom: 40px;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
}
.breadcrumbs, .breadcrumbs a {
  color: #a2a2a2;
}

.simple-form .row-fields {
  display: flex;
}
.simple-form .row-fields .field:not(:last-child) {
  margin-left: 15px;
}
.simple-form .field {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.simple-form input:not([type=checkbox]) {
  font-family: "Heebo", "Helvetica", "Arial", sans-serif;
  background: #EFF0F6;
  border-radius: 15px;
  color: #000;
  font-size: 15px;
  padding: 0 25px;
  width: 100%;
  height: 64px;
  border: none;
  transition: all 0.3s linear;
}
.simple-form input:not([type=checkbox])::-webkit-input-placeholder {
  color: #6E7191;
}
.simple-form input:not([type=checkbox]):-moz-placeholder {
  color: #6E7191;
}
.simple-form input:not([type=checkbox])::-moz-placeholder {
  color: #6E7191;
}
.simple-form input:not([type=checkbox]):-ms-input-placeholder {
  color: #6E7191;
}
.simple-form input:not([type=checkbox]):focus {
  background: #e2e3ec;
}
.simple-form .checkbox-wr {
  margin-bottom: 30px;
}
.simple-form .checkbox {
  font-weight: 200;
  font-size: 14px;
}

.simple-page .inner {
  padding: 0 0 50px;
}
.simple-page .breadcrumbs, .simple-page .block-title {
  margin-bottom: 30px;
}

@media all and (min-width: 769px) {
  .parallax-bg {
    position: relative;
    overflow: hidden;
  }
  .parallax-bg .parallax-bg-img-t,
.parallax-bg .parallax-bg-img {
    position: absolute;
    z-index: -1;
    top: -1000px;
    right: 0;
    left: 0;
  }
  .parallax-bg .parallax-bg-img-t {
    bottom: -1000px;
  }
  .parallax-bg .parallax-bg-img {
    height: 100vh;
  }
}
.lets_talk_icon {
  position: fixed;
  left: 60px;
  bottom: 20px;
  cursor: pointer;
  transition: all 0.3s linear;
  z-index: 10;
}
.lets_talk_icon:hover {
  transform: scale(1.1);
}

.acs-button:focus {
  background-color: #fff;
}

.about-us .about-us-text {
  max-width: 646px;
  margin: 0 auto;
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Heebo;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  margin-bottom: 80px;
}
.about-us .about-us-text .about-us-vector {
  position: absolute;
  width: 45px;
  right: -10px;
  top: -20px;
}
.about-us .about-us-team {
  max-width: 1094px;
  margin: 0 auto;
  padding-bottom: 150px;
}
.about-us .about-us-team .about-us-team_heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 64px;
}
.about-us .about-us-team .title {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 47px;
  font-weight: 700;
  line-height: 85.106%;
  letter-spacing: 1px;
}
.about-us .about-us-team .subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Gveret Levin AlefAlefAlef";
  font-weight: 400;
}
.about-us .about-us-team .subtitle1 {
  font-size: 24px;
  line-height: 166.667%;
  letter-spacing: 1px;
}
.about-us .about-us-team .subtitle2 {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 2px;
}
.about-us .about-us-team .about-us-team_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 58px 32px;
}
.about-us .about-us-team .about-us-team_block .member {
  width: 329.5px;
  height: 434px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.about-us .about-us-team .about-us-team_block .member:nth-of-type(3n-2) {
  background: url(../img/team_bg_1.svg) no-repeat;
  background-size: contain;
}
.about-us .about-us-team .about-us-team_block .member:nth-of-type(3n-1) {
  background: url(../img/team_bg_2.svg) no-repeat;
  background-size: contain;
}
.about-us .about-us-team .about-us-team_block .member:nth-of-type(3n) {
  background: url(../img/team_bg_3.svg) no-repeat;
  background-size: contain;
}
.about-us .about-us-team .about-us-team_block .member::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 12px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.about-us .about-us-team .about-us-team_block .member.member-hover {
  position: relative;
}
.about-us .about-us-team .about-us-team_block .member.member-hover:nth-of-type(3n-2) {
  background: url(../img/team_bg_1_hover.svg) no-repeat;
  background-size: contain;
}
.about-us .about-us-team .about-us-team_block .member.member-hover:nth-of-type(3n-2)::after {
  background: url(../img/team_bg_1_shadow.svg) no-repeat;
  background-size: contain;
}
.about-us .about-us-team .about-us-team_block .member.member-hover:nth-of-type(3n-1) {
  background: url(../img/team_bg_2_hover.svg) no-repeat;
  background-size: contain;
}
.about-us .about-us-team .about-us-team_block .member.member-hover:nth-of-type(3n-1)::after {
  background: url(../img/team_bg_2_shadow.svg) no-repeat;
  background-size: contain;
}
.about-us .about-us-team .about-us-team_block .member.member-hover:nth-of-type(3n) {
  background: url(../img/team_bg_3_hover.svg) no-repeat;
  background-size: contain;
}
.about-us .about-us-team .about-us-team_block .member.member-hover:nth-of-type(3n)::after {
  background: url(../img/team_bg_2_shadow.svg) no-repeat;
  background-size: contain;
}
.about-us .about-us-team .about-us-team_block .member.member-hover::after {
  opacity: 1;
}
.about-us .about-us-team .about-us-team_block .member.member-hover .member-photo {
  opacity: 0;
}
.about-us .about-us-team .about-us-team_block .member.member-hover .member-photo_hover {
  opacity: 1;
}
.about-us .about-us-team .about-us-team_block .member.member-hover .member-link svg {
  fill: #7B3E90;
}
.about-us .about-us-team .about-us-team_block .member-photo_wrapper {
  position: relative;
  width: 254px;
  height: 230px;
}
.about-us .about-us-team .about-us-team_block .photo {
  position: absolute;
  bottom: 0;
  transition: opacity 0.5s linear;
}
.about-us .about-us-team .about-us-team_block .member-photo_hover {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.about-us .about-us-team .about-us-team_block .member-name {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 55px;
  font-weight: 700;
  line-height: 97.872%;
  letter-spacing: 1.179px;
}
.about-us .about-us-team .about-us-team_block .member-position {
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 33px;
  font-weight: 300;
  line-height: 135.714%;
  letter-spacing: 0.596px;
  margin-bottom: 24px;
}
.about-us .about-us-team .about-us-team_block .member-link {
  width: 48px;
  height: 48px;
}
.about-us .about-us-team .about-us-team_block .member-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.about-us .about-us-team .about-us-team_block .member-link svg {
  fill: #30302E;
  width: 48px;
  height: 48px;
  transition: 0.3s;
}

@media all and (max-width: 768px) {
  .about-us .inner {
    top: 0;
  }
  .about-us .about-us-text {
    font-size: 18px;
    line-height: 144.444%;
    margin-bottom: 70px;
    max-width: 82.1333333333vw;
  }
  .about-us .about-us-text .about-us-vector {
    width: 34px;
    top: 0;
    right: 0;
    position: relative;
  }
  .about-us .about-us-team {
    max-width: 501px;
    padding-bottom: 70px;
  }
  .about-us .about-us-team .about-us-team_heading {
    gap: 4px;
    margin-bottom: 36px;
  }
  .about-us .about-us-team .title {
    font-size: 40px;
    line-height: 100%;
  }
  .about-us .about-us-team .subtitle {
    flex-direction: column;
    gap: 2px;
  }
  .about-us .about-us-team .subtitle1 {
    font-size: 18px;
    line-height: 155.556%;
  }
  .about-us .about-us-team .about-us-team_block {
    gap: 26px 10px;
  }
  .about-us .about-us-team .about-us-team_block .member {
    max-width: 50%;
    width: 160px;
    height: 276px;
    padding-bottom: 15px;
    padding-right: 5px;
  }
  .about-us .about-us-team .about-us-team_block .member:nth-of-type(3n-2) {
    background: url(../img/team_bg_1_mob.svg) no-repeat;
    background-size: contain;
  }
  .about-us .about-us-team .about-us-team_block .member:nth-of-type(3n-1) {
    background: url(../img/team_bg_2_mob.svg) no-repeat;
    background-size: contain;
  }
  .about-us .about-us-team .about-us-team_block .member:nth-of-type(3n) {
    background: url(../img/team_bg_3_mob.svg) no-repeat;
    background-size: contain;
  }
  .about-us .about-us-team .about-us-team_block .member.member-hover:nth-of-type(3n-2) {
    background: url(../img/team_bg_1_mob_hover.svg) no-repeat;
    background-size: contain;
  }
  .about-us .about-us-team .about-us-team_block .member.member-hover:nth-of-type(3n-1) {
    background: url(../img/team_bg_2_mob_hover.svg) no-repeat;
    background-size: contain;
  }
  .about-us .about-us-team .about-us-team_block .member.member-hover:nth-of-type(3n) {
    background: url(../img/team_bg_3_mob_hover.svg) no-repeat;
    background-size: contain;
  }
  .about-us .about-us-team .about-us-team_block .member.member-hover::after {
    display: none;
  }
  .about-us .about-us-team .about-us-team_block .member-photo_wrapper {
    width: 127px;
    height: 115px;
    margin: 0 auto;
  }
  .about-us .about-us-team .about-us-team_block .member-name {
    font-size: 28px;
    line-height: 142.857%;
  }
  .about-us .about-us-team .about-us-team_block .member-position {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 16px;
    padding: 0 25px;
  }
  .about-us .about-us-team .about-us-team_block .member-link {
    width: 30px;
    height: 30px;
  }
  .about-us .about-us-team .about-us-team_block .member-link svg {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 375px) {
  .about-us .about-us-team .about-us-team_block .member {
    width: 42.6666666667vw;
    padding-right: 1.3333333333vw;
  }
  .about-us .about-us-team .about-us-team_block .member-name {
    font-size: 7.4666666667vw;
  }
  .about-us .about-us-team .about-us-team_block .member-position {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
    padding: 0 6.6666666667vw;
  }
}
.about-us-features {
  z-index: 1;
  position: relative;
}
.about-us-features .methods {
  border-radius: 40px;
  background: #FCFCFC;
  border: 1px solid rgba(58, 58, 58, 0.08);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 55px 32px 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 92px;
  position: relative;
}
.about-us-features .methods::before {
  content: "";
  position: absolute;
  width: 196px;
  height: 184px;
  bottom: 0;
  left: 0;
  background: url("../img/methods_bg.svg") no-repeat center;
  background-size: contain;
}
.about-us-features .methods-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
.about-us-features .methods-heading .title {
  text-align: center;
  font-size: 47px;
  font-weight: 700;
  line-height: 85.106%;
  letter-spacing: 1px;
}
.about-us-features .methods-heading .subtitle {
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Heebo;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}
.about-us-features .methods-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  position: relative;
  max-width: 1313px;
  margin: 0 auto;
}
.about-us-features .method-wrapp {
  position: relative;
  min-width: 304px;
  flex: 1;
}
.about-us-features .method-wrapp:nth-of-type(1) .method-img {
  background: url("../img/hearts.svg") no-repeat center;
  background-size: contain;
}
.about-us-features .method-wrapp:nth-of-type(1) .methods-image {
  display: block;
}
.about-us-features .method-wrapp:nth-of-type(2) .method-img {
  background: url("../img/spades.svg") no-repeat center;
  background-size: contain;
}
.about-us-features .method-wrapp:nth-of-type(3) .method-img {
  background: url("../img/clubs.svg") no-repeat center;
  background-size: contain;
}
.about-us-features .method-wrapp:nth-of-type(4) .method-img {
  background: url("../img/diamonds.svg") no-repeat center;
  background-size: contain;
}
.about-us-features .method {
  padding: 32px 16px;
  border-radius: 32px;
  border: 2px solid rgba(58, 58, 58, 0.3);
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
  z-index: 1;
  position: relative;
}
.about-us-features .method-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-us-features .method-text h3 {
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 1px;
  padding: 0 14px;
}
.about-us-features .method-text .description {
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Heebo;
  font-size: 18px;
  font-weight: 400;
  line-height: 177.778%;
}
.about-us-features .method-img {
  width: 44px;
  height: 40px;
}
.about-us-features .methods-image {
  position: absolute;
  width: 318px;
  top: -230px;
  right: -12.5%;
  display: none;
}
.about-us-features .features-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.about-us-features .features:nth-of-type(1) .features-block::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  top: -225px;
  left: -225px;
  background: url("../img/spades_bg.svg") no-repeat center;
}
.about-us-features .features:nth-of-type(1) .feature::after {
  right: 0;
  background: url("../img/spades_half.svg") no-repeat center;
  background-size: contain;
}
.about-us-features .features:nth-of-type(2) .features-block::before {
  content: "";
  position: absolute;
  width: 415.5px;
  height: 415.5px;
  top: -208px;
  right: -208px;
  background: url("../img/clubs_bg.svg") no-repeat center;
}
.about-us-features .features:nth-of-type(2) .feature::after {
  background: url("../img/clubs_half.svg") no-repeat center;
  background-size: contain;
}
.about-us-features .features:nth-of-type(3) .features-block::before {
  content: "";
  position: absolute;
  width: 354px;
  height: 354px;
  top: -150px;
  left: -150px;
  background: url("../img/diamonds_bg.svg") no-repeat center;
}
.about-us-features .features:nth-of-type(3) .feature::after {
  background: url("../img/diamonds_half.svg") no-repeat center;
  background-size: contain;
}
.about-us-features .features .head {
  margin-bottom: 48px;
}
.about-us-features .features .head .title {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 47px;
  font-weight: 700;
  line-height: 85.106%;
  letter-spacing: 1px;
}
.about-us-features .features .head .subtitle {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Gveret Levin AlefAlefAlef", "ABeeZee";
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  line-height: 166.667%;
}
.about-us-features .features-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  position: relative;
}
.about-us-features .feature {
  display: flex;
  max-width: 700px;
  width: calc(50% - 20px);
  padding: 32px 80px 40px 32px;
  flex-direction: column;
  gap: 16px;
  border-radius: 40px;
  background: #FFF;
  border: 2px solid #C4C4C4;
  position: relative;
}
.about-us-features .feature:nth-of-type(4n-3), .about-us-features .feature:nth-of-type(4n) {
  background: #F1F1F1;
  border: 0;
}
.about-us-features .feature::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 160px;
  top: 32px;
  right: 0;
}
.about-us-features .feature .heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-us-features .feature .heading .title {
  color: #1E1E20;
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 1px;
}
.about-us-features .feature .heading .subtitle {
  color: #1E1E20;
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Heebo;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
.about-us-features .feature .feature-text {
  color: #1E1E20;
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Heebo;
  font-size: 18px;
  font-weight: 400;
  line-height: 177.778%;
}

@media all and (max-width: 768px) {
  .about-us-features .methods {
    padding: 0;
    border: 0;
    box-shadow: none;
    gap: 32px;
    margin-bottom: 64px;
    background: none;
  }
  .about-us-features .methods-heading {
    gap: 16px;
  }
  .about-us-features .methods-heading .title {
    font-size: 40px;
    line-height: 100%;
  }
  .about-us-features .methods-heading .subtitle {
    font-size: 18px;
    line-height: 177.778%;
  }
  .about-us-features .methods-image {
    position: relative;
    width: 185px;
    top: 0;
    right: 50%;
    transform: translateX(45%);
  }
  .about-us-features .methods-block {
    gap: 24px;
  }
  .about-us-features .method-wrapp {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .about-us-features .method-wrapp:nth-of-type(1) .method {
    margin-top: -5px;
  }
  .about-us-features .method {
    padding: 24px 28px;
    border-radius: 16px;
    height: auto;
  }
  .about-us-features .method-text h3 {
    font-size: 32px;
    line-height: 109.375%;
    padding: 0;
  }
  .about-us-features .method-text .description {
    font-size: 16px;
    line-height: 187.5%;
  }
  .about-us-features .method-img {
    display: none;
  }
  .about-us-features .features .head {
    margin-bottom: 32px;
  }
  .about-us-features .features .head .title {
    font-size: 40px;
    line-height: 100%;
  }
  .about-us-features .features .head .subtitle {
    font-size: 22px;
  }
  .about-us-features .features:nth-of-type(1) .features-block:before {
    width: 107px;
    height: 115px;
    top: -55px;
    left: -9%;
    background: url("../img/service_bg_mob.svg") no-repeat center;
    background-size: contain;
  }
  .about-us-features .features:nth-of-type(2) .features-block::before {
    display: none;
  }
  .about-us-features .features:nth-of-type(3) .features-block::before {
    display: none;
  }
  .about-us-features .features .features-block {
    gap: 24px;
  }
  .about-us-features .features .feature {
    padding: 24px 30px 24px 24px;
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    gap: 8px;
  }
  .about-us-features .features .feature::after {
    width: 40px;
    height: 80px;
    top: 38px;
  }
  .about-us-features .features .feature:nth-of-type(4n-3), .about-us-features .features .feature:nth-of-type(4n) {
    background: #FFF;
    border: 2px solid #C4C4C4;
  }
  .about-us-features .features .feature:nth-of-type(2n+1) {
    background: #F1F1F1;
    border: 0;
  }
  .about-us-features .features .feature .heading .title {
    font-size: 32px;
    line-height: 109.375%;
  }
  .about-us-features .features .feature .heading .subtitle {
    font-size: 16px;
    line-height: 162.5%;
  }
  .about-us-features .features .feature .feature-text {
    font-size: 16px;
    line-height: 187.5%;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1465px) and (min-width: 769px) {
  .about-us-features .methods {
    gap: 240px;
  }
  .about-us-features .method-wrapp {
    width: calc(50% - 20px);
  }
}
.strategy-rocks {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.strategy-rocks .methods {
  padding: 48px 64px 64px 64px;
  border-radius: 40px;
  border: 1px solid rgba(58, 58, 58, 0.08);
  background: #FCFCFC;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 120px;
}
.strategy-rocks .methods .methods-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strategy-rocks .methods .methods-heading .title {
  color: #7B3E90;
  text-align: center;
  font-family: Karantina;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.194px;
}
.strategy-rocks .methods .methods-heading .subtitle {
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Heebo;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  max-width: 900px;
  margin: 0 auto;
}
.strategy-rocks .methods .methods-block {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.strategy-rocks .methods .method-wrapper {
  position: relative;
}
.strategy-rocks .methods .method-wrapper:nth-of-type(1) .method, .strategy-rocks .methods .method-wrapper:nth-of-type(3) .method {
  background: url("../img/method_bg_1.svg") no-repeat center;
  background-size: contain;
}
.strategy-rocks .methods .method-wrapper:nth-of-type(2) .method, .strategy-rocks .methods .method-wrapper:nth-of-type(4) .method {
  background: url("../img/method_bg_2.svg") no-repeat center;
  background-size: contain;
}
.strategy-rocks .methods .method-wrapper:first-of-type .separator {
  display: none;
}
.strategy-rocks .methods .method {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 304px;
  height: 272px;
  padding: 28px;
  background-size: contain;
  position: relative;
}
.strategy-rocks .methods .method-title {
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 47px;
  font-weight: 600;
  line-height: 97.872%;
  letter-spacing: 1px;
}
.strategy-rocks .methods .method-text {
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Heebo;
  font-size: 18px;
  font-weight: 400;
  line-height: 177.778%;
}
.strategy-rocks .methods .separator {
  position: absolute;
  width: 56px;
  height: 46px;
  right: -42px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.strategy-rocks .features {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.strategy-rocks .features-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strategy-rocks .features-heading .title {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: calc(47px + 17 * (100vw - 768px) / 1152);
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 1.23px;
}
.strategy-rocks .features-heading .subtitle {
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Heebo;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  max-width: 856px;
  margin: 0 auto;
}
.strategy-rocks .features-block {
  display: flex;
  flex-direction: column;
  gap: 85px;
}
.strategy-rocks .features-row {
  display: flex;
  justify-content: space-between;
}
.strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) {
  position: relative;
  top: 60px;
}
.strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) .feature {
  left: 40px;
  top: -20px;
}
.strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) .feature-bg::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -40px;
  top: -120px;
  background: url("../img/diamonds_big.svg") no-repeat center;
  background-size: contain;
}
.strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) .feature-bg img {
  top: -16px;
  left: 50px;
}
.strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
}
.strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(2) .feature {
  left: 9px;
}
.strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(2) .feature-bg::before {
  content: "";
  position: absolute;
  width: 236px;
  height: 229px;
  left: -40px;
  top: -65px;
  background: url("../img/hearts_big.svg") no-repeat center;
  background-size: contain;
}
.strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(2) .feature-bg img {
  left: 20px;
}
.strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(1) .feature-bg::before {
  content: "";
  position: absolute;
  width: 211px;
  height: 229px;
  right: -57px;
  bottom: -127px;
  background: url("../img/clubs_big.svg") no-repeat center;
  background-size: contain;
}
.strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(1) .feature-bg img {
  top: -10px;
  left: 10px;
}
.strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(1) .feature {
  top: 32px;
}
.strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
}
.strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(2) .feature-bg::before {
  content: "";
  position: absolute;
  width: 205px;
  height: 248px;
  left: -58px;
  bottom: -80px;
  background: url("../img/spades_big.svg") no-repeat center;
  background-size: contain;
}
.strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(2) .feature-bg img {
  left: -10px;
}
.strategy-rocks .features-row:nth-of-type(3) {
  justify-content: center;
}
.strategy-rocks .features-row:nth-of-type(3) .feature-wrapper:nth-of-type(1) {
  display: flex;
  justify-content: flex-end;
}
.strategy-rocks .features-row:nth-of-type(3) .feature-wrapper:nth-of-type(1) .feature-bg::before {
  content: "";
  position: absolute;
  width: 236px;
  height: 229px;
  right: -149px;
  bottom: -4px;
  background: url(../img/hearts_big-2.svg) no-repeat center;
  background-size: contain;
}
.strategy-rocks .features-row:nth-of-type(3) .feature-wrapper:nth-of-type(1) .feature {
  top: 26px;
  left: 27px;
}
.strategy-rocks .feature-wrapper {
  position: relative;
  width: 50%;
}
.strategy-rocks .feature {
  width: 688px;
  padding: 54px 69px;
  position: relative;
}
.strategy-rocks .feature-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  z-index: 1;
  position: relative;
}
.strategy-rocks .feature-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.strategy-rocks .feature-heading .title {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.194px;
  direction: ltr;
}
.strategy-rocks .feature-heading .subtitle {
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.194px;
  padding: 0 27px;
}
.strategy-rocks .feature-text {
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Heebo;
  font-size: 18px;
  font-weight: 400;
  line-height: 177.778%;
  max-width: 496px;
}
.strategy-rocks .feature-bottom {
  color: #1E1E20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 28px;
  font-weight: 400;
  line-height: 135.714%;
  letter-spacing: 0.505px;
}
.strategy-rocks .feature-bg {
  position: absolute;
  height: 100%;
  width: 100%;
}
.strategy-rocks .feature-bg img {
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (max-width: 768px) {
  .strategy-rocks {
    margin-bottom: 0;
  }
  .strategy-rocks .methods {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    gap: 32px;
    margin-bottom: 64px;
  }
  .strategy-rocks .methods .methods-heading {
    gap: 16px;
  }
  .strategy-rocks .methods .methods-heading .title {
    font-size: 40px;
    line-height: 100%;
  }
  .strategy-rocks .methods .methods-heading .subtitle {
    font-size: 18px;
    line-height: 177.778%;
  }
  .strategy-rocks .methods .methods-block {
    flex-direction: column;
  }
  .strategy-rocks .methods .method-wrapper:nth-of-type(1) .method, .strategy-rocks .methods .method-wrapper:nth-of-type(4) .method {
    width: 304px;
    height: 226px;
  }
  .strategy-rocks .methods .method-wrapper:nth-of-type(2) .method, .strategy-rocks .methods .method-wrapper:nth-of-type(3) .method {
    width: 304px;
    height: 200px;
  }
  .strategy-rocks .methods .method-wrapper:nth-of-type(1) .method {
    background: url(../img/method_bg_1_mob.svg) no-repeat center;
    background-size: contain;
  }
  .strategy-rocks .methods .method-wrapper:nth-of-type(2) .method {
    background: url(../img/method_bg_2_mob.svg) no-repeat center;
    background-size: contain;
  }
  .strategy-rocks .methods .method-wrapper:nth-of-type(3) .method {
    background: url(../img/method_bg_3_mob.svg) no-repeat center;
    background-size: contain;
  }
  .strategy-rocks .methods .method-wrapper:nth-of-type(4) .method {
    background: url(../img/method_bg_4_mob.svg) no-repeat center;
    background-size: contain;
  }
  .strategy-rocks .methods .method {
    margin: 0 auto;
  }
  .strategy-rocks .methods .method-title {
    font-size: 32px;
    line-height: 125%;
  }
  .strategy-rocks .methods .method-text {
    font-size: 16px;
    line-height: 187.5%;
  }
  .strategy-rocks .methods .separator {
    width: 44px;
    height: 36px;
    right: 50%;
    top: -30px;
    transform: translateX(50%) rotate(-90deg);
  }
  .strategy-rocks .features {
    gap: 52px;
  }
  .strategy-rocks .features-heading {
    gap: 16px;
  }
  .strategy-rocks .features-heading .title {
    font-size: 40px;
    line-height: 100%;
  }
  .strategy-rocks .features-heading .subtitle {
    font-size: 18px;
    line-height: 177.778%;
  }
  .strategy-rocks .features-block {
    gap: 53px;
  }
  .strategy-rocks .features-row {
    flex-direction: column;
    gap: 48px;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) {
    top: 0;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) .feature {
    left: 0;
    top: 0;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) .feature-bg:before {
    width: 110px;
    height: 109px;
    right: -10px;
    top: -20px;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) .feature-bg img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(2) .feature {
    left: 8px;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(2) .feature-bg:before {
    width: 91px;
    height: 90px;
    left: -5px;
    top: -30px;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(2) .feature-bg img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(1) .feature {
    top: 10px;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(1) .feature-text {
    padding: 0 5px;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(1) .feature-bg:before {
    width: 83px;
    height: 90px;
    right: -15px;
    bottom: -35px;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(1) .feature-bg img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(2) .feature-bg {
    width: 106%;
    left: -3%;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(2) .feature-bg:before {
    width: 77px;
    height: 69px;
    left: 0;
    bottom: -15px;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(2) .feature-bg img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .strategy-rocks .features-row:nth-of-type(3) .feature-wrapper:nth-of-type(1) .feature {
    top: 10px;
    left: 0;
  }
  .strategy-rocks .features-row:nth-of-type(3) .feature-wrapper:nth-of-type(1) .feature-bg:before {
    width: 91px;
    height: 89px;
    right: -15px;
    bottom: -19px;
    transform: rotate(-9deg);
  }
  .strategy-rocks .features-row:nth-of-type(3) .feature-wrapper:nth-of-type(1) .feature-bg img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .strategy-rocks .feature-wrapper {
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
  }
  .strategy-rocks .feature {
    width: 100%;
    padding: 28.5px 18.5px;
  }
  .strategy-rocks .feature-inner {
    gap: 8px;
  }
  .strategy-rocks .feature-heading {
    gap: 2px;
  }
  .strategy-rocks .feature-heading .title {
    font-size: 32px;
    line-height: 109.375%;
  }
  .strategy-rocks .feature-heading .subtitle {
    font-size: 20px;
    line-height: 150%;
  }
  .strategy-rocks .feature-text {
    font-size: 16px;
    line-height: 187.5%;
  }
  .strategy-rocks .feature-bottom {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.505px;
  }
}
@media all and (max-width: 375px) {
  .strategy-rocks .feature-text {
    font-size: calc(14px + 2 * (100vw - 360px) / 15);
  }
}
/*----------------------------------------------------------*/     
@media all and (max-width: 1900px) and (min-width: 1025px) {
  .strategy-rocks .feature {
    padding: 4.1666666667vw 5vw;
  }
  .strategy-rocks .feature-heading .subtitle {
    font-size: calc(24px + 16 * (100vw - 1024px) / 896);
  }
  .strategy-rocks .features-block {
    gap: 7.5520833333vw;
  }
}
@media all and (max-width: 1500px) and (min-width: 769px) {
  .strategy-rocks .methods .methods-block {
    flex-wrap: wrap;
  }
  .strategy-rocks .methods .method-wrapper {
    width: calc(50% - 16px);
  }
  .strategy-rocks .methods .method-wrapper:nth-of-type(1), .strategy-rocks .methods .method-wrapper:nth-of-type(3) {
    display: flex;
    justify-content: flex-end;
  }
  .strategy-rocks .methods .method-wrapper:nth-of-type(3) .separator {
    display: none;
  }
  .strategy-rocks .features-block {
    gap: 9.6666666667vw;
  }
  .strategy-rocks .feature {
    width: 100%;
  }
}
@media all and (max-width: 1500px) and (min-width: 1025px) {
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) {
    top: 4vw;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) .feature {
    left: 50px;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) .feature-bg::before {
    content: "";
    position: absolute;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    right: -2.6666666667vw;
    top: -8vw;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) .feature-bg img {
    top: -1.0666666667vw;
    left: 3.3333333333vw;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(2) .feature {
    left: 0.6vw;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(2) .feature-bg::before {
    content: "";
    position: absolute;
    width: 15.7333333333vw;
    height: 15.2666666667vw;
    left: -2.6666666667vw;
    top: -4.3333333333vw;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(2) .feature-bg img {
    left: 1.3333333333vw;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(1) .feature {
    top: 0;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(1) .feature-bg::before {
    content: "";
    position: absolute;
    width: 14.0666666667vw;
    height: 15.2666666667vw;
    right: -3.8vw;
    bottom: -4.4666666667vw;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(1) .feature-bg img {
    top: -0.6666666667vw;
    left: 0.6666666667vw;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(2) .feature-bg::before {
    content: "";
    position: absolute;
    width: 13.6666666667vw;
    height: 16.5333333333vw;
    left: -3.8666666667vw;
    bottom: -1.3333333333vw;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(2) .feature-bg img {
    left: -0.6666666667vw;
  }
  .strategy-rocks .features-row .feature-bg img {
    height: 100%;
    width: auto;
  }
}
@media all and (max-width: 1280px) and (min-width: 769px) {
  .strategy-rocks .feature-text {
    font-size: calc(14px + 4 * (100vw - 1024px) / 256);
  }
  .strategy-rocks .feature-heading .title {
    font-size: 48px;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(1) .feature {
    top: 0;
  }
  .strategy-rocks .features-row .feature-bg img {
    height: 100%;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .strategy-rocks .features {
    gap: 150px;
  }
  .strategy-rocks .features-row {
    flex-direction: column;
    align-items: center;
    gap: 120px;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) {
    top: 0;
  }
  .strategy-rocks .features-row:nth-of-type(1) .feature-wrapper:nth-of-type(1) .feature-bg img {
    left: 20px;
  }
  .strategy-rocks .features-row:nth-of-type(2) .feature-wrapper:nth-of-type(2) .feature-bg img {
    left: 0;
  }
  .strategy-rocks .feature-wrapper {
    width: 600px;
  }
  .strategy-rocks .feature {
    padding: 70px 86px;
  }
  .strategy-rocks .feature-heading .subtitle {
    font-size: 28px;
  }
  .strategy-rocks .feature-text {
    font-size: 16px;
  }
}
@media all and (max-width: 1199px) {
  .lets_talk_icon {
    width: 150px;
    height: auto;
    left: 35px;
  }
}
@media all and (max-width: 768px) {
  [class^=desktop-], [class*=" desktop-"] {
    display: none;
  }
  [class^=mobile-], [class*=" mobile-"] {
    display: block;
  }
  html, body, input, select, textarea, button {
    font-size: 16px;
  }
  .container .inner {
    width: auto;
    max-width: 768px;
    padding: 0 5%;
  }
  .st-title.-s1 {
    font-size: 32px;
    font-weight: 400;
  }
  .st-title.-s2 {
    font-size: 42px;
  }
  .st-title.-s3 {
    font-size: 32px;
  }
  .st-title.-lines-b:after, .st-title.-lines-w:after {
    width: 160px;
    height: 22px;
    margin: 10px auto 0;
  }
  .st-button {
    min-height: 64px;
  }
  .fr-text p:not(:last-child) {
    margin-bottom: 25px;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1500px) and (min-width: 769px) {
  .container .inner {
    padding-right: 3%;
    padding-left: 3%;
    max-width: none;
  }
  .st-title.-s1 {
    font-size: 62px;
  }
  .st-title.-s2 {
    font-size: 52px;
  }
  .st-title.-s3 {
    font-size: 35px;
  }
}
/*# sourceMappingURL=theme.css.map */