.main-banner {
  position: relative;
  margin-bottom: 0;
}
.main-banner:before, .main-banner:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.main-banner:before {
  bottom: -1.3978494624vw;
  right: 0;
  left: 0;
  height: 15.625vw;
  background: url(../img/main-banner-lines.svg) center no-repeat;
  background-size: contain;
}
.main-banner:after {
  bottom: -4.8387096774vw;
  right: -100px;
  left: -100px;
  height: 9.7916666667vw;
  background: #fff;
  transform: rotate(-3.5deg);
}
.main-banner .inner {
  position: relative;
  z-index: 3;
  padding-top: 192px;
  padding-bottom: 465px;
  color: #fff;
  max-width: 1550px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.main-banner .logo {
  margin-bottom: 65px;
}
.main-banner .title1 {
  font-size: 111px;
  font-weight: 600;
  line-height: 86.486%;
  letter-spacing: 1.231px;
  margin-bottom: 24px;
}
.main-banner .title2,
.main-banner .main_banner_subtitle {
  color: #fff;
  font-family: Heebo;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
}
.main-banner .main_banner_subtitle {
  margin-bottom: 50px;
}
.main-banner .your-job {
  position: absolute;
  bottom: -34px;
  width: 100%;
  max-width: 840px;
  padding: 0;
}
.main-banner .your-job .queen {
  margin-left: 60px;
  max-width: 200px;
}
.main-banner .your-job .text-wr {
  display: flex;
  align-items: flex-start;
  position: relative;
  top: 44px;
  justify-content: center;
}
.main-banner .your-job .text-wr .banner_bottom_block {
  width: 290px;
  height: 372px;
  background-image: url(../img/main_banner_bottom-block_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 65px 30px 0;
  z-index: 2;
  position: relative;
}
.main-banner .your-job .text-wr .banner_bottom_block::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 35px;
  width: 42px;
  height: 42px;
  display: block;
  background-image: url(../img/spades.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}
.main-banner .your-job .text-wr .banner_bottom_block:first-child {
  top: 20px;
  transform: rotate(10.26deg);
  z-index: 3;
  right: 12px;
  padding-top: 72px;
}
.main-banner .your-job .text-wr .banner_bottom_block:first-child::before {
  background-image: url(../img/hearts.svg);
}
.main-banner .your-job .text-wr .banner_bottom_block:first-child::after {
  content: "";
  position: absolute;
  top: -163px;
  left: 18px;
  width: 203px;
  height: 239px;
  display: block;
  background-image: url(../img/main-banner-queen.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-8deg);
}
.main-banner .your-job .text-wr .banner_bottom_block:last-child {
  top: 20px;
  transform: rotate(-12.74deg);
  z-index: 1;
  left: 12px;
  padding-top: 72px;
}
.main-banner .your-job .text-wr .banner_bottom_block:last-child::before {
  background-image: url(../img/clubs.svg);
}
.main-banner .your-job .text-wr .banner_bottom_block .bottom_block_title {
  color: #7B3E90;
  text-align: center;
  font-size: 47px;
  font-weight: 600;
  line-height: 97.872%;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.main-banner .your-job .text-wr .banner_bottom_block .bottom_block_text {
  color: #1E1E20;
  text-align: center;
  font-family: Heebo;
  font-size: 18px;
  font-weight: 400;
  line-height: 177.778%;
  letter-spacing: 0.64px;
}
.main-banner .your-job .main-banner-bottom-title {
  font-size: 47px;
  font-weight: 600;
  line-height: 85.106%;
  letter-spacing: 1px;
}
.main-banner .down-bt {
  cursor: pointer;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background: url(../img/main-banner-down.svg) center no-repeat;
  background-size: contain;
}
.main-banner .gradient,
.main-banner .bg-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main-banner .gradient {
  z-index: 1;
  background: linear-gradient(180deg, #8A46A2 8.92%, #450D58 92.53%);
  opacity: 0.9;
}
.main-banner .bg-video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

.how_we_do {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.how_we_do .inner {
  max-width: 1536px;
}
.how_we_do .how_we_do_frame {
  width: 242px;
  height: 222px;
  position: absolute;
  z-index: 5;
  left: -7.998px;
  top: -74.18px;
}
.how_we_do .how_we_do_title {
  color: #7B3E90;
  text-align: center;
  font-size: 47px;
  font-weight: 600;
  line-height: 85.106%;
  letter-spacing: 1px;
  margin-bottom: 16px;
  margin-top: 19px;
}
.how_we_do .how_we_do_items {
  position: relative;
  border-radius: 40px;
  border: 1px solid rgba(58, 58, 58, 0.08);
  background-color: #FCFCFC;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  display: block;
  padding: 24px 48px 40px 48px;
}
.how_we_do .how_we_do_items::before, .how_we_do .how_we_do_items::after {
  content: "";
  position: absolute;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.how_we_do .how_we_do_items::before {
  bottom: 7px;
  left: 0;
  width: 198px;
  height: 165px;
  background-image: url(../img/how_we_do_left_bg.png);
}
.how_we_do .how_we_do_items::after {
  top: 0;
  right: 0;
  width: 251px;
  height: 290px;
  background-image: url(../img/how_we_do_right_bg.png);
}
.how_we_do .text-wr {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  z-index: 3;
  flex-wrap: wrap;
}
.how_we_do .how_we_do_block {
  display: block;
  padding: 32px;
  border-radius: 32px;
  border: 2px solid rgba(58, 58, 58, 0.3);
  background: #FFF;
  width: 328px;
  margin: 24px 12px;
  z-index: 3;
}
.how_we_do .how_we_do_block_title {
  color: #1E1E20;
  text-align: center;
  font-size: 47px;
  font-weight: 600;
  line-height: 97.872%;
  letter-spacing: 1px;
}
.how_we_do .how_we_do_block_text {
  color: #1E1E20;
  text-align: center;
  font-family: Heebo;
  font-size: 18px;
  font-weight: 400;
  line-height: 177.778%;
  margin: 8px 0;
}
.how_we_do .how_we_do_block_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 135.714%;
  letter-spacing: 0.505px;
  transition: all 0.3s linear;
}
.how_we_do .how_we_do_block_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #036BD1;
  width: 100%;
}
.how_we_do .how_we_do_block_link a svg {
  transition: all 0.3s linear;
  margin-right: 0;
}
.how_we_do .how_we_do_block_link a svg path {
  transition: all 0.3s linear;
}
.how_we_do .how_we_do_block_link a:hover {
  color: #1E1E20;
}
.how_we_do .how_we_do_block_link a:hover svg {
  margin-right: 10px;
}
.how_we_do .how_we_do_block_link a:hover svg path {
  stroke: #1E1E20;
}
.how_we_do .how_we_do_block_link::after {
  content: "";
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 24px;
}
.how_we_do .how_we_do_block .how_we_do_block_link::after {
  content: "";
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 24px;
}
.how_we_do .how_we_do_block:nth-child(4) .how_we_do_block_link::after {
  background-image: url(../../../img/icon_diamonds.svg);
  width: 33.098px;
  height: 40px;
}
.how_we_do .how_we_do_block:nth-child(3) .how_we_do_block_link::after {
  background-image: url(../../../img/icon_clubs.svg);
  width: 44px;
  height: 40px;
}
.how_we_do .how_we_do_block:nth-child(2) .how_we_do_block_link::after {
  background-image: url(../../../img/icon_spades.svg);
  width: 33.098px;
  height: 40px;
}
.how_we_do .how_we_do_block:nth-child(1) .how_we_do_block_link::after {
  background-image: url(../../../img/icon_hearts.svg);
  width: 36.864px;
  height: 40px;
}

@media all and (max-width: 768px) {
  .main-banner {
    margin-bottom: 0;
  }
  .main-banner:before {
    bottom: 92px;
    right: -4.7058823529vw;
    left: -4.7058823529vw;
    height: 56.4705882353vw;
    background-size: cover;
    background-position: -230px 0;
    transform: rotate(-8deg);
  }
  .main-banner:after {
    bottom: -55px;
    height: 200px;
    transform: rotate(-12deg);
  }
  .main-banner .inner {
    padding-top: 206px;
    padding-bottom: 388px;
  }
  .main-banner .logo {
    margin-bottom: 80px;
    max-width: 175px;
  }
  .main-banner .title1 {
    margin: 0 auto 17px;
    max-width: 320px;
    font-size: 68.789px;
    line-height: 90.625%;
    letter-spacing: 0.823px;
  }
  .main-banner .title2 {
    margin: 0 auto;
    max-width: 315px;
    font-size: 24px;
    font-weight: 300;
    line-height: 133.333%;
    letter-spacing: 1px;
  }
  .main-banner .main_banner_subtitle {
    margin: 0 auto;
    max-width: 315px;
    font-size: 24px;
    font-weight: 300;
    line-height: 133.333%;
    letter-spacing: 1px;
  }
  .main-banner .down-bt {
    width: 90px;
    height: 90px;
  }
  .main-banner .your-job {
    width: auto;
    right: 6px;
    left: 6px;
    display: block;
    bottom: auto;
    top: 100%;
    margin-top: -360px;
    text-align: center;
    padding: 20px 0;
  }
  .main-banner .your-job .queen {
    margin: 0 auto 10px;
    max-width: 120px;
  }
  .main-banner .your-job .st-title {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .main-banner .your-job .text {
    font-size: 24px;
    margin: 0;
  }
  .main-banner .your-job .st-button {
    position: relative;
    bottom: -45px;
  }
  .main-banner .your-job .main-banner-bottom-title {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1px;
  }
  .main-banner .your-job .text-wr {
    position: relative;
    display: block;
    max-width: 375px;
    margin: 0 auto;
    top: 32px;
  }
  .main-banner .your-job .text-wr .banner_bottom_block {
    position: relative;
    width: 129.948px;
    height: 169.663px;
    background-image: url(../img/main_banner_bottom-mob_bg.png);
    padding: 23px 15px 0;
    margin: 0 auto;
    background-size: 100% 100%;
  }
  .main-banner .your-job .text-wr .banner_bottom_block::before {
    top: 11px;
    left: 18px;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
  }
  .main-banner .your-job .text-wr .banner_bottom_block:first-child {
    top: 8px;
    padding: 30px 8px 0;
    right: 6px;
    position: absolute;
    width: 129.948px;
  }
  .main-banner .your-job .text-wr .banner_bottom_block:first-child::after {
    display: none;
  }
  .main-banner .your-job .text-wr .banner_bottom_block:first-child::before {
    top: 10px;
    left: 20px;
  }
  .main-banner .your-job .text-wr .banner_bottom_block:last-child {
    top: 12px;
    padding: 19px 14px 0;
    left: 2px;
    position: absolute;
    width: 129.948px;
  }
  .main-banner .your-job .text-wr .banner_bottom_block:last-child::before {
    top: 12px;
    left: 16px;
  }
  .main-banner .your-job .text-wr .banner_bottom_block .bottom_block_title {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .main-banner .your-job .text-wr .banner_bottom_block .bottom_block_text {
    font-size: 14px;
    line-height: 128.571%;
    letter-spacing: normal;
  }
  .main-banner .your-job .text-wr .banner_bottom_block .bottom_block_text br {
    display: none;
  }
  .how_we_do {
    margin-top: -120px;
    z-index: 100;
  }
  .how_we_do .inner {
    padding: 0 20px;
  }
  .how_we_do .how_we_do_frame {
    display: none;
  }
  .how_we_do .how_we_do_title {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1px;
    max-width: 200px;
    margin: 0 auto 32px;
    z-index: 3;
  }
  .how_we_do .how_we_do_items {
    padding: 40px 20px 16px;
    z-index: 2;
    overflow: hidden;
    border-radius: 24px;
  }
  .how_we_do .how_we_do_items::after {
    top: 40px;
    right: -9px;
    width: 86px;
    height: 189px;
    transform: rotate(-6.588deg);
    background-image: url(../img/how_we_do_right_bg_mob.png);
  }
  .how_we_do .how_we_do_items::before {
    width: 107px;
    height: 112px;
    background-image: url(../img/how_we_do_left_bg_mob.png);
  }
  .how_we_do .text-wr {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .how_we_do .how_we_do_block {
    width: 100%;
    margin: 0 5px 24px;
    padding: 20px;
  }
  .how_we_do .how_we_do_block .how_we_do_block_link {
    font-size: 26px;
    line-height: 138.462%;
    letter-spacing: 0.505px;
  }
  .how_we_do .how_we_do_block .how_we_do_block_link::after {
    display: none;
  }
  .how_we_do .how_we_do_block_title {
    font-size: 32px;
    line-height: 109.375%;
    letter-spacing: 1px;
  }
  .how_we_do .how_we_do_block_title br {
    display: none;
  }
  .how_we_do .how_we_do_block_text {
    font-size: 16px;
    line-height: 30px;
  }
}
@media all and (max-width: 425px) {
  .main-banner .your-job .st-title {
    font-size: 9.8823529412vw;
  }
}
@media all and (max-width: 375px) {
  .main-banner .your-job .text {
    font-size: 6.4vw;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1860px) and (min-width: 769px) {
  .main-banner .logo {
    width: 17.7419354839vw;
    height: auto;
    margin-bottom: 3.4946236559vw;
  }
  .main-banner .title1 {
    font-size: 5.9139784946vw;
  }
  .main-banner .title2 {
    margin-bottom: 0;
  }
  .main-banner .main_banner_subtitle {
    margin-bottom: 2.688172043vw;
  }
  .main-banner .down-bt {
    width: 7.5268817204vw;
    height: 7.5268817204vw;
  }
}
@media all and (max-width: 1500px) and (min-width: 769px) {
  .main-banner .title2 {
    font-size: 32px;
  }
  .main-banner .main_banner_subtitle {
    font-size: 32px;
  }
}
@media all and (max-width: 1280px) and (min-width: 769px) {
  .main-banner .title2 {
    font-size: 32px;
  }
  .main-banner .main_banner_subtitle {
    font-size: 32px;
  }
}
@media all and (max-width: 1099px) and (min-width: 769px) {
  .main-banner .title2 {
    font-size: 28px;
  }
  .main-banner .main_banner_subtitle {
    font-size: 28px;
  }
}
.projects {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
.projects .top-text {
  margin-bottom: 60px;
  font-family: "Gveret Levin AlefAlefAlef";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 1px;
}
.projects .top-text-author {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  top: -6px;
}
.projects .st-title {
  margin-bottom: 5px;
  font-size: 47px;
  line-height: 85.106%;
  letter-spacing: 1px;
}
.projects .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transform: rotate(-2deg);
}
.projects .column {
  width: 100%;
}
.projects .column:nth-child(1), .projects .column:nth-child(2) {
  width: 49%;
}
.projects .column:nth-child(1) .project:not(:last-child) {
  margin-bottom: 30px;
}
.projects .column:nth-child(2) {
  position: relative;
  top: -30px;
}
.projects .column:nth-child(2) .project:not(:last-child) {
  margin-bottom: 45px;
}
.projects .column:not(:last-child) {
  margin-bottom: 10px;
}
.projects .project {
  display: block;
  position: relative;
  border-radius: 30px;
}
@media all and (min-width: 769px) {
  .projects .project, .projects .project img {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  .projects .project.-unfocus {
    opacity: 0.8;
  }
  .projects .project:not(:hover) .picture.-hover {
    opacity: 0;
    visibility: hidden;
  }
  .projects .project:hover {
    z-index: 1;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg);
  }
}
.projects .description {
  max-width: 440px;
}
.projects .project-text-wr {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  max-width: 530px;
  padding: 35px 45px 30px 30px;
}
.projects .project-title {
  font-weight: 600;
  font-size: 64px;
  line-height: 50px;
  margin-bottom: 5px;
  line-height: 81.25%;
  letter-spacing: 1.194px;
}
.projects .project-text {
  font-family: "Heebo";
  display: block;
  color: #1E1E20;
  text-align: right;
  font-size: 24px;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: 0.64px;
}
.projects .picture.-hover {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@media all and (max-width: 768px) {
  .projects {
    margin-bottom: 72px;
  }
  .projects .st-title {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1px;
  }
  .projects .top-text {
    max-width: 220px;
    margin: 0 auto 25px;
  }
  .projects .top-text {
    font-size: 18px;
    line-height: 155.556%;
    letter-spacing: 1px;
  }
  .projects .wrapper {
    flex-direction: column;
    align-items: flex-start;
    transform: rotate(0);
  }
  .projects .column:nth-child(1n) {
    width: 100%;
    top: 0;
  }
  .projects .project-text-wr {
    padding: 5.8823529412vw;
    max-width: 68.2352941176vw;
  }
  .projects .project-title {
    font-size: 7.5294117647vw;
    line-height: 7.0588235294vw;
    margin: 0;
  }
  .projects .project-text {
    font-size: 18px;
  }
  .projects .project {
    order: 1;
    width: 100%;
  }
  .projects .project:not(:last-child) {
    margin-bottom: 25px;
  }
  .projects .project[data-index="2"] {
    order: 2;
  }
  .projects .project[data-index="1"] {
    order: 3;
  }
  .projects .project[data-index="3"] {
    order: 4;
  }
  .projects .project[data-index="4"] {
    order: 5;
  }
  .projects .project[data-index="5"] {
    order: 6;
  }
  .projects .picture.-hover {
    display: none;
  }
  .projects .picture img {
    width: 100%;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1560px) and (min-width: 769px) {
  .projects .inner {
    padding-right: 4%;
    padding-left: 4%;
    max-width: none;
  }
  .projects .project-title {
    font-size: 4.2666666667vw;
    line-height: 3.3333333333vw;
  }
  .projects .project-text {
    font-size: 2.6666666667vw;
  }
  .projects .project-text-wr {
    max-width: 32.6666666667vw;
    padding: 2.3333333333vw 3vw 2vw 2vw;
  }
}
.logos .st-title {
  position: relative;
  display: inline-block;
  font-size: 47px;
  line-height: 85.106%;
  letter-spacing: 1px;
}
.logos .second-title {
  margin-bottom: 32px;
}
.logos .sub-title-1 {
  font-family: "Gveret Levin AlefAlefAlef", "sans-serif";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
}
.logos .sub-title-2 {
  font-family: "Gveret Levin AlefAlefAlef", "sans-serif";
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 2px;
  color: #7B3E90;
  position: relative;
  display: inline-block;
  top: -6px;
}
.logos .logos-slider .owl-nav {
  display: none;
}
.logos .logos-slider .owl-stage {
  display: flex;
  align-items: center;
}
.logos .logos-slider .owl-item {
  float: none;
}
.logos .logos-slider img {
  max-width: 90px;
  max-height: 90px;
}

@media all and (max-width: 768px) {
  .logos .st-title {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
  }
  .logos .st-title > span:first-child {
    display: inline-block;
    max-width: 250px;
  }
  .logos .sub-title {
    top: auto;
    bottom: 100%;
    right: auto;
    left: 0;
    margin: 0;
  }
  .logos .sub-title-1 {
    font-size: 18px;
    line-height: 155.556%;
    letter-spacing: 1px;
  }
  .logos .sub-title-2 {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 2px;
  }
  .logos .second-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .logos .logos-slider img {
    max-width: 65px;
    min-width: 65px;
  }
}
/*----------------------------------------------------------*/
/*# sourceMappingURL=home.css.map */