:root {
  --section: #fff;
  --main: #114221;
  --radius-full: 80px;
  --radius-desk: 30px;
  --radius: 20px;
  --radius-card: 15px;
  --radius-contact: 18px;
  --text: #114221;
  --gradient: radial-gradient(circle, var(--section) 0%, #00FF53 100%);
  --gradient-card: radial-gradient(circle, var(--section) 0%, #029994 100%);
  --advantages: #001D1C;
  --contact-us: #FFE46B;
  --contact-text: #000;
  --shadow-btn: 0px 0px 9.39px 0px rgba(0, 0, 0, 0.25);
  --footer-text: #076765;
  --text-content: #022E2D;
  --more: #51A56D;
  --rotate-block: #135F2C;
  --footer: #0D2E17;
  --copyright: #1B7438;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  color: var(--text);
}

a {
  text-decoration: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  src: url(/wp-content/themes/advibe/fonts/Poppins-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
  src: url(/wp-content/themes/advibe/fonts/Poppins-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "QUARTZO";
  font-weight: 700;
  src: url(/wp-content/themes/advibe/fonts/QUARTZO-Bold.ttf);
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background: var(--main);
  overflow-x: hidden;
}

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

a:hover {
  transition: 0.3s ease-out;
}

/* Header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 6px 12px;
}
@media (min-width: 991px) {
  .header {
    padding: 25px 25px;
  }
}
@media (min-width: 1280px) {
  .header {
    padding: 25px 72px;
  }
}
@media (min-width: 1700px) {
  .header {
    padding: 25px 145px;
  }
}
.header .overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.header .overlay.active {
  display: block;
}
.header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__block-logo {
  display: flex;
  align-items: center;
}
.header__block-logo .logo__mobile {
  display: block;
  width: 55px;
}
@media (min-width: 991px) {
  .header__block-logo .logo__mobile {
    display: none;
  }
}
.header__block-logo .burger {
  margin-right: 12px;
}
@media (min-width: 991px) {
  .header__block-logo .burger {
    display: none;
  }
}
.header__block-logo .burger img {
  width: 20px;
  height: 15px;
}
.header__block-menu {
  display: none;
  margin-left: 0;
}
@media (min-width: 991px) {
  .header__block-menu {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1700px) {
  .header__block-menu {
    margin-left: 50px;
  }
}
.header__block-menu .menu-item {
  font-size: 20px;
  color: var(--section);
}
.header__block-menu .menu-item:hover {
  text-decoration: underline;
}
@media (min-width: 991px) {
  .header__block-menu .menu-item:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .header__block-menu .menu-item:first-child {
    margin-right: 30px;
  }
}
@media (min-width: 1700px) {
  .header__block-menu .menu-item:first-child {
    margin-right: 54px;
  }
}
@media (min-width: 991px) {
  .header__block-menu .menu-item:nth-child(2) {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .header__block-menu .menu-item:nth-child(2) {
    margin-right: 30px;
  }
}
@media (min-width: 1700px) {
  .header__block-menu .menu-item:nth-child(2) {
    margin-right: 0;
  }
}
@media (min-width: 991px) {
  .header__block-menu .menu-item:nth-child(4) {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .header__block-menu .menu-item:nth-child(4) {
    margin-right: 30px;
  }
}
@media (min-width: 1700px) {
  .header__block-menu .menu-item:nth-child(4) {
    margin-right: 54px;
  }
}
.header__block-menu .logo__desktop {
  display: none;
}
@media (min-width: 991px) {
  .header__block-menu .logo__desktop {
    display: block;
    margin: 0 40px;
  }
}
@media (min-width: 1280px) {
  .header__block-menu .logo__desktop {
    margin: 0 70px;
  }
}
@media (min-width: 1700px) {
  .header__block-menu .logo__desktop {
    margin: 0 133px;
  }
}
.header__block-btn {
  display: flex;
  align-items: center;
}
.header__block-btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--contact-text);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  background: var(--contact-us);
  width: 87px;
  height: 32px;
  transition: 0.3s ease-out;
}
.header__block-btn .btn:hover {
  background: var(--section);
}
@media (min-width: 991px) {
  .header__block-btn .btn {
    width: 176px;
    height: 60px;
    font-size: 20px;
    line-height: 26px;
    border-radius: var(--radius-desk);
  }
}

.menu-item {
  font-weight: 700;
  line-height: 23px;
}

.menu_mobile {
  background: var(--section);
  width: 100%;
  padding: 0 20px;
  max-width: 250px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  display: block;
  transition: left 0.8s;
  z-index: 11;
}
.menu_mobile .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
.menu_mobile .close img {
  width: 28px;
  height: 28px;
}
.menu_mobile .menu .menu-item {
  display: block;
  color: var(--text);
  margin-bottom: 10px;
  font-size: 16px;
}
.menu_mobile .menu .menu-item:last-child {
  margin-bottom: 0;
}

.menu_mobile.show {
  left: 0;
  transition: left 0.8s;
}

.main {
  background-color: var(--main);
  position: relative;
  height: 85vh;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .main {
    height: 90vh;
  }
}
@media (min-width: 1700px) {
  .main {
    height: 95vh;
  }
}
.main::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -162px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--gradient);
  filter: blur(50px);
  z-index: 1;
  transform: rotate(47deg);
  pointer-events: none;
}
@media (min-width: 991px) {
  .main::before {
    width: 645px;
    height: 645px;
    top: -100px;
    left: -450px;
  }
}
.main::after {
  content: "";
  display: none;
  border-radius: 50%;
  position: absolute;
  bottom: -350px;
  right: -450px;
  width: 788px;
  height: 788px;
  background: var(--gradient);
  filter: blur(50px);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .main::after {
    display: block;
  }
}
.main__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main__block-title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__block-title span {
  display: block;
  text-transform: uppercase;
  font-family: "QUARTZO";
  font-weight: 700;
}
.main__block-title span:first-child {
  padding-left: 0;
  margin-bottom: 12px;
  color: var(--section);
  position: relative;
  font-size: 28px;
  line-height: 28px;
}
@media (min-width: 991px) {
  .main__block-title span:first-child {
    font-size: 76px;
    line-height: 76px;
    position: absolute;
    left: 20px;
    top: -70px;
    z-index: 2;
  }
}
@media (min-width: 1280px) {
  .main__block-title span:first-child {
    font-size: 92px;
    line-height: 92px;
    left: 80px;
    top: -115px;
  }
}
.main__block-title span:nth-child(2) {
  padding-left: 70px;
  margin-bottom: 5px;
  font-size: 52px;
  line-height: 52px;
  color: var(--contact-us);
}
@media (min-width: 991px) {
  .main__block-title span:nth-child(2) {
    font-size: 102px;
    line-height: 102px;
    position: absolute;
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .main__block-title span:nth-child(2) {
    font-size: 158px;
    line-height: 158px;
    left: 40px;
  }
}
.main__block-title span:last-child {
  font-size: 29px;
  line-height: 29px;
  position: relative;
  color: var(--contact-us);
  position: absolute;
  padding-left: 130px;
  bottom: -50px;
}
@media (min-width: 991px) {
  .main__block-title span:last-child {
    color: var(--section);
    font-size: 54px;
    line-height: 54px;
    right: 20px;
    top: 70px;
    z-index: 2;
  }
}
@media (min-width: 1280px) {
  .main__block-title span:last-child {
    font-size: 77px;
    line-height: 77px;
    right: 10px;
    top: 140px;
  }
}
@media (min-width: 1700px) {
  .main__block-title span:last-child {
    right: 130px;
    font-size: 107px;
    line-height: 107px;
    top: 160px;
  }
}
.main__block-title .and-text {
  color: var(--section);
  font-size: 78px;
  line-height: 78px;
  position: absolute;
  bottom: -30px;
  padding-left: 180px;
}
@media (min-width: 991px) {
  .main__block-title .and-text {
    color: var(--contact-us);
    font-size: 104px;
    line-height: 104px;
    bottom: -75px;
    right: 100px;
  }
}
@media (min-width: 1280px) {
  .main__block-title .and-text {
    font-size: 160px;
    line-height: 160px;
    right: 70px;
    bottom: -160px;
  }
}
@media (min-width: 1700px) {
  .main__block-title .and-text {
    right: 280px;
  }
}
.main__block-title .images-block {
  position: relative;
}
@media (min-width: 991px) {
  .main__block-title .images-block {
    position: absolute;
    bottom: -155px;
    left: 430px;
  }
}
@media (min-width: 1280px) {
  .main__block-title .images-block {
    bottom: -205px;
    left: 670px;
  }
}
@media (min-width: 1700px) {
  .main__block-title .images-block {
    bottom: -380px;
    left: 650px;
  }
}
.main__block-title .microphone-img {
  width: 270px;
  display: block;
  z-index: 2;
  position: relative;
}
@media (min-width: 1280px) {
  .main__block-title .microphone-img {
    width: 350px;
  }
}
@media (min-width: 1700px) {
  .main__block-title .microphone-img {
    width: auto;
  }
}
.main__block-title .stars-img {
  width: 135px;
  position: absolute;
  top: 15px;
  left: -20px;
}
@media (min-width: 1280px) {
  .main__block-title .stars-img {
    top: 45px;
    left: 0px;
  }
}
@media (min-width: 1700px) {
  .main__block-title .stars-img {
    width: 316px;
    top: 30px;
    left: -20px;
  }
}
.main__block-title .star-img {
  position: absolute;
  bottom: 55px;
  right: -30px;
  width: 92px;
}
@media (min-width: 1280px) {
  .main__block-title .star-img {
    bottom: -5px;
    right: 30px;
  }
}
@media (min-width: 1700px) {
  .main__block-title .star-img {
    width: 213px;
    bottom: -45px;
    right: 10px;
  }
}
.main__block .arrow-img {
  display: none;
  position: absolute;
  max-width: 100%;
  height: auto;
  left: 20px;
  top: 50%;
}
@media (min-width: 991px) {
  .main__block .arrow-img {
    display: block;
    left: auto;
    right: 60px;
    top: 40%;
    width: 120px;
  }
}
@media (min-width: 1280px) {
  .main__block .arrow-img {
    width: auto;
    top: 34%;
    right: -20px;
  }
}
@media (min-width: 1700px) {
  .main__block .arrow-img {
    right: 160px;
    top: 42%;
  }
}

.body_mc .main .main__block .girl-img {
  right: -126px;
  width: 500px;
}
@media (min-width: 991px) {
  .body_mc .main .main__block .girl-img {
    right: 230px;
  }
}
@media (min-width: 1700px) {
  .body_mc .main .main__block .girl-img {
    width: 706px;
    right: 500px;
    bottom: 45px;
  }
}

.section-text {
  background: var(--section);
  position: relative;
  border-top-right-radius: var(--radius);
  border-top-left-radius: var(--radius);
}
@media (min-width: 1280px) {
  .section-text {
    border-top-right-radius: var(--radius-desk);
    border-top-left-radius: var(--radius-desk);
  }
}
@media (min-width: 1700px) {
  .section-text {
    border-top-right-radius: var(--radius-full);
    border-top-left-radius: var(--radius-full);
  }
}
.section-text .text-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-text .text-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding: 0 35px;
  color: var(--text-content);
}
@media (min-width: 991px) {
  .section-text .text-content p {
    padding: 0 50px;
    font-size: 35px;
    line-height: 65px;
  }
}
@media (min-width: 1280px) {
  .section-text .text-content p {
    padding: 0 150px;
    font-size: 50px;
    line-height: 80px;
  }
}
@media (min-width: 1700px) {
  .section-text .text-content p {
    padding: 0 338px;
  }
}

.section-text.about {
  padding: 95px 22px;
  z-index: 3;
  top: -15px;
  margin-bottom: -15px;
}
@media (min-width: 1280px) {
  .section-text.about {
    padding: 218px 22px 276px 22px;
    top: -25px;
    margin-bottom: -25px;
  }
}
@media (min-width: 1700px) {
  .section-text.about {
    top: -65px;
    margin-bottom: -65px;
  }
}

h1 {
  margin-bottom: 39px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--text);
  font-family: "QUARTZO";
}
@media (min-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 86px;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 75px;
    line-height: 91px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1700px) {
  h1 {
    font-size: 80px;
    line-height: 96px;
  }
}
h1 span {
  color: var(--section);
  position: relative;
  z-index: 2;
}
h1 .title-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/themes/advibe/img/title-back-one-mobile.svg);
  width: 145px;
  height: 36px;
}
@media (min-width: 991px) {
  h1 .title-back {
    background-image: url(/wp-content/themes/advibe/img/title-back-one.svg);
    width: 479px;
    height: 118px;
  }
}
h1 .title-back .title-text {
  font-family: "QUARTZO";
  height: auto;
  line-height: 1.2;
  text-align: center;
  color: var(--text);
}

h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  font-family: "QUARTZO";
  z-index: 2;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 991px) {
  h2 {
    font-size: 70px;
    line-height: 86px;
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 75px;
    line-height: 91px;
  }
}
@media (min-width: 1700px) {
  h2 {
    font-size: 80px;
    line-height: 96px;
  }
}
h2 span {
  font-family: "QUARTZO";
  color: var(--section);
  position: relative;
  z-index: 2;
}
h2 .title-back {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
h2 .title-back .title-text {
  font-family: "QUARTZO";
  height: auto;
  line-height: 1.2;
  text-align: center;
}

.body_mc h1 .title-back .title-text, .body_mc h2 .title-back .title-text {
  height: 23px;
}
@media (min-width: 991px) {
  .body_mc h1 .title-back .title-text, .body_mc h2 .title-back .title-text {
    height: 74px;
  }
}

h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  text-transform: uppercase;
  color: var(--advantages);
  margin-bottom: 19px;
}
@media (min-width: 1280px) {
  h3 {
    font-size: 50px;
    line-height: 55px;
  }
}

.section-block {
  position: relative;
  border-top-right-radius: var(--radius);
  border-top-left-radius: var(--radius);
}
@media (min-width: 1280px) {
  .section-block {
    border-top-right-radius: var(--radius-desk);
    border-top-left-radius: var(--radius-desk);
  }
}
@media (min-width: 1700px) {
  .section-block {
    border-top-right-radius: var(--radius-full);
    border-top-left-radius: var(--radius-full);
  }
}
.section-block .section-content {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.section-block .section-content .cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 991px) {
  .section-block .section-content .cards {
    flex-direction: row;
    justify-content: center;
  }
}
.section-block .section-content .cards__item {
  width: 250px;
  height: 290px;
  border-radius: var(--radius-card);
  padding: 19px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1280px) {
  .section-block .section-content .cards__item {
    width: 446px;
    height: 517px;
    padding: 90px 50px;
  }
}
@media (min-width: 1700px) {
  .section-block .section-content .cards__item {
    padding: 50px 40px;
  }
}
.section-block .section-content .cards__item:first-child {
  background-image: url(/wp-content/themes/advibe/img/card-one.svg);
  margin-bottom: 55px;
}
@media (min-width: 991px) {
  .section-block .section-content .cards__item:first-child {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.section-block .section-content .cards__item:nth-child(2) {
  background-image: url(/wp-content/themes/advibe/img/card-two.svg);
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .section-block .section-content .cards__item:nth-child(2) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 1280px) {
  .section-block .section-content .cards__item:nth-child(2) {
    margin-right: 0;
  }
}
.section-block .section-content .cards__item:last-child {
  background-image: url(/wp-content/themes/advibe/img/card-three-mobile.svg);
  width: 274px;
  height: 313px;
  padding: 30px 40px;
}
@media (min-width: 991px) {
  .section-block .section-content .cards__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .section-block .section-content .cards__item:last-child {
    background-image: url(/wp-content/themes/advibe/img/card-three.svg);
    width: 486px;
    height: 557px;
  }
}
.section-block .section-content .cards__item img {
  max-width: 100%;
  height: auto;
  z-index: 2;
  position: absolute;
}
@media (min-width: 1280px) {
  .section-block .section-content .cards__item h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1700px) {
  .section-block .section-content .cards__item h3 {
    font-size: 50px;
    line-height: 55px;
  }
}
.section-block .section-content .cards__item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: var(--advantages);
}
@media (min-width: 1280px) {
  .section-block .section-content .cards__item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1700px) {
  .section-block .section-content .cards__item p {
    font-size: 20px;
    line-height: 28px;
  }
}

.section-block.advantages {
  z-index: 4;
  background-color: var(--main);
  top: -30px;
  margin-bottom: -30px;
}
@media (min-width: 1280px) {
  .section-block.advantages {
    top: -40px;
    margin-bottom: -40px;
  }
}
@media (min-width: 1700px) {
  .section-block.advantages {
    top: -80px;
    margin-bottom: -80px;
  }
}
.section-block.advantages .section-content {
  padding: 106px 35px 147px 35px;
}
@media (min-width: 1280px) {
  .section-block.advantages .section-content {
    padding: 126px 35px 235px 35px;
  }
}
.section-block.advantages .section-content::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -100px;
  width: 156px;
  height: 167px;
  background: var(--gradient);
  filter: blur(50px);
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
}
@media (min-width: 991px) {
  .section-block.advantages .section-content::before {
    width: 661px;
    height: 320px;
    right: -500px;
    top: 80px;
  }
}
.section-block.advantages .section-content::after {
  content: "";
  position: absolute;
  top: 40%;
  left: -100px;
  width: 156px;
  height: 167px;
  background: var(--gradient);
  filter: blur(50px);
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
}
@media (min-width: 991px) {
  .section-block.advantages .section-content::after {
    width: 493px;
    height: 493px;
    left: -300px;
    top: 50%;
  }
}
.section-block.advantages .section-content h2 {
  color: var(--section);
}
.section-block.advantages .section-content h2 span {
  color: var(--contact-us);
}
.section-block.advantages .section-content .cards__item-text {
  position: relative;
}
.section-block.advantages .section-content .cards__item:first-child img {
  width: 174px;
  top: -45px;
}
@media (min-width: 1280px) {
  .section-block.advantages .section-content .cards__item:first-child img {
    width: 280px;
    top: -60px;
  }
}
@media (min-width: 1700px) {
  .section-block.advantages .section-content .cards__item:first-child img {
    width: auto;
    top: -72px;
  }
}
.section-block.advantages .section-content .cards__item:first-child h3 {
  color: var(--section);
}
.section-block.advantages .section-content .cards__item:first-child p {
  color: var(--section);
}
@media (min-width: 1280px) {
  .section-block.advantages .section-content .cards__item:nth-child(2) {
    padding: 113px 50px;
  }
}
@media (min-width: 1700px) {
  .section-block.advantages .section-content .cards__item:nth-child(2) {
    padding: 77px 40px;
  }
}
.section-block.advantages .section-content .cards__item:nth-child(2) img {
  width: 124px;
  top: -30px;
}
@media (min-width: 1280px) {
  .section-block.advantages .section-content .cards__item:nth-child(2) img {
    width: 238px;
    top: -40px;
  }
}
@media (min-width: 1700px) {
  .section-block.advantages .section-content .cards__item:nth-child(2) img {
    width: auto;
    top: -50px;
  }
}
.section-block.advantages .section-content .cards__item:nth-child(2) .cards__item-text {
  top: -15px;
}
@media (min-width: 1280px) {
  .section-block.advantages .section-content .cards__item:nth-child(2) .cards__item-text {
    top: 0;
  }
}
@media (min-width: 1280px) {
  .section-block.advantages .section-content .cards__item:last-child {
    padding: 135px 55px;
  }
}
@media (min-width: 1700px) {
  .section-block.advantages .section-content .cards__item:last-child {
    padding: 70px 55px;
  }
}
.section-block.advantages .section-content .cards__item:last-child img {
  width: 171px;
  top: -38px;
}
@media (min-width: 1280px) {
  .section-block.advantages .section-content .cards__item:last-child img {
    width: 280px;
    top: -50px;
  }
}
@media (min-width: 1700px) {
  .section-block.advantages .section-content .cards__item:last-child img {
    width: auto;
    top: -55px;
  }
}

.section-text.services {
  z-index: 5;
  top: -45px;
  padding: 73px 56px 110px 56px;
  margin-bottom: -45px;
}
@media (min-width: 1280px) {
  .section-text.services {
    top: -55px;
    margin-bottom: -55px;
    padding: 147px 56px;
  }
}
@media (min-width: 1700px) {
  .section-text.services {
    top: -95px;
    margin-bottom: -95px;
    padding: 147px 56px 167px 56px;
  }
}
.section-text.services .text-content h2 {
  color: var(--text);
}
.section-text.services .text-content h2 .title-back {
  background-image: url(/wp-content/themes/advibe/img/title-back-two-mobile.svg);
  width: 127px;
  height: 42px;
}
@media (min-width: 991px) {
  .section-text.services .text-content h2 .title-back {
    background-image: url(/wp-content/themes/advibe/img/title-back-two.svg);
    width: 421px;
    height: 139px;
  }
}
.section-text.services .text-content .items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 991px) {
  .section-text.services .text-content .items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section-text.services .text-content .items__services {
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .section-text.services .text-content .items__services {
    margin-bottom: 0;
    padding: 0 25px;
  }
}
@media (min-width: 1280px) {
  .section-text.services .text-content .items__services {
    padding: 25px 50px;
  }
}
@media (min-width: 1700px) {
  .section-text.services .text-content .items__services {
    padding: 25px 86px;
  }
}
.section-text.services .text-content .items__services:first-child img {
  width: 124px;
  margin-bottom: 13px;
}
@media (min-width: 1280px) {
  .section-text.services .text-content .items__services:first-child img {
    width: auto;
  }
}
.section-text.services .text-content .items__services:nth-child(2) img {
  width: 162px;
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .section-text.services .text-content .items__services:nth-child(2) img {
    width: auto;
  }
}
.section-text.services .text-content .items__services:nth-child(2) h3 {
  top: -20px;
}
@media (min-width: 1280px) {
  .section-text.services .text-content .items__services:nth-child(2) h3 {
    top: -63px;
  }
}
.section-text.services .text-content .items__services:nth-child(3) img {
  width: 129px;
  margin-bottom: 19px;
}
@media (min-width: 1280px) {
  .section-text.services .text-content .items__services:nth-child(3) img {
    width: auto;
    top: -35px;
  }
}
.section-text.services .text-content .items__services:nth-child(3) h3 {
  top: -20px;
}
@media (min-width: 1280px) {
  .section-text.services .text-content .items__services:nth-child(3) h3 {
    top: -50px;
  }
}
.section-text.services .text-content .items__services:last-child {
  margin-bottom: 0;
}
.section-text.services .text-content .items__services:last-child h3 {
  color: var(--more);
}
.section-text.services .text-content .items__services img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.section-text.services .text-content .items__services h3 {
  line-height: 29px;
  color: var(--text);
  position: relative;
}
@media (min-width: 1280px) {
  .section-text.services .text-content .items__services h3 {
    line-height: 60px;
  }
}

.section-block.clients {
  z-index: 6;
  top: -45px;
  background: var(--main);
  margin-bottom: -45px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 991px) {
  .section-block.clients {
    border-top-right-radius: var(--radius);
    border-top-left-radius: var(--radius);
  }
}
@media (min-width: 1280px) {
  .section-block.clients {
    border-top-right-radius: var(--radius-desk);
    border-top-left-radius: var(--radius-desk);
    top: -55px;
    margin-bottom: -55px;
  }
}
@media (min-width: 1700px) {
  .section-block.clients {
    border-top-right-radius: var(--radius-full);
    border-top-left-radius: var(--radius-full);
    top: -95px;
    margin-bottom: -95px;
  }
}
.section-block.clients .section-content {
  padding: 94px 35px 85px 35px;
}
@media (min-width: 1280px) {
  .section-block.clients .section-content {
    padding: 122px 35px 160px 35px;
  }
}
.section-block.clients .section-content::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -190px;
  width: 255px;
  height: 257px;
  background: var(--gradient);
  filter: blur(50px);
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
}
@media (min-width: 991px) {
  .section-block.clients .section-content::before {
    top: 50px;
    width: 605px;
    height: 300px;
    left: -450px;
  }
}
@media (min-width: 1280px) {
  .section-block.clients .section-content::before {
    height: 605px;
  }
}
@media (min-width: 1700px) {
  .section-block.clients .section-content::before {
    top: 70px;
    left: -350px;
  }
}
.section-block.clients .section-content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -220px;
  width: 309px;
  height: 292px;
  background: var(--gradient);
  filter: blur(50px);
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
}
@media (min-width: 991px) {
  .section-block.clients .section-content::after {
    width: 733px;
    height: 450px;
    right: -600px;
    top: 38%;
  }
}
@media (min-width: 1280px) {
  .section-block.clients .section-content::after {
    height: 650px;
  }
}
@media (min-width: 1700px) {
  .section-block.clients .section-content::after {
    right: -500px;
  }
}
.section-block.clients .section-content h2 {
  color: var(--section);
  margin-bottom: 35px;
}
@media (min-width: 991px) {
  .section-block.clients .section-content h2 {
    margin-bottom: 55px;
  }
}
.section-block.clients .section-content h2 .title-back {
  background-image: url(/wp-content/themes/advibe/img/title-back-three-mobile.svg);
  width: 107px;
  height: 38px;
}
@media (min-width: 991px) {
  .section-block.clients .section-content h2 .title-back {
    background-image: url(/wp-content/themes/advibe/img/title-back-three.svg);
    width: 349px;
    height: 109px;
  }
}
.section-block.clients .section-content h2 .title-back span {
  color: var(--contact-us);
}
.section-block.clients .section-content .section-subtitle {
  color: var(--section);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  z-index: 2;
  margin-bottom: 59px;
}
@media (min-width: 991px) {
  .section-block.clients .section-content .section-subtitle {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 1280px) {
  .section-block.clients .section-content .section-subtitle {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 82px;
  }
}
.section-block.clients .section-content .section-subtitle br {
  display: none;
}
@media (min-width: 991px) {
  .section-block.clients .section-content .section-subtitle br {
    display: block;
  }
}
.section-block.clients .section-content .cards__item-text {
  position: relative;
}
.section-block.clients .section-content .cards__item:first-child {
  background-image: url(/wp-content/themes/advibe/img/card-black.svg);
  padding-bottom: 45px;
}
@media (min-width: 1280px) {
  .section-block.clients .section-content .cards__item:first-child {
    padding-bottom: 125px;
  }
}
@media (min-width: 1280px) {
  .section-block.clients .section-content .cards__item:first-child {
    padding-bottom: 98px;
  }
}
.section-block.clients .section-content .cards__item:first-child img {
  width: 265px;
  top: -85px;
}
@media (min-width: 1280px) {
  .section-block.clients .section-content .cards__item:first-child img {
    width: 466px;
    top: -135px;
  }
}
.section-block.clients .section-content .cards__item:first-child h3 {
  color: var(--section);
}
.section-block.clients .section-content .cards__item:first-child p {
  color: var(--section);
}
.section-block.clients .section-content .cards__item:nth-child(2) {
  padding-bottom: 45px;
}
@media (min-width: 1280px) {
  .section-block.clients .section-content .cards__item:nth-child(2) {
    padding: 50px 45px 100px 45px;
  }
}
@media (min-width: 1700px) {
  .section-block.clients .section-content .cards__item:nth-child(2) {
    padding: 50px 45px 70px 45px;
  }
}
.section-block.clients .section-content .cards__item:nth-child(2) img {
  width: 297px;
  top: -80px;
}
@media (min-width: 1280px) {
  .section-block.clients .section-content .cards__item:nth-child(2) img {
    width: 498px;
    top: -140px;
  }
}
@media (min-width: 1700px) {
  .section-block.clients .section-content .cards__item:nth-child(2) .cards__item-text {
    top: -25px;
  }
}
.section-block.clients .section-content .cards__item:last-child {
  padding-bottom: 39px;
}
@media (min-width: 1280px) {
  .section-block.clients .section-content .cards__item:last-child {
    padding: 30px 60px 120px 60px;
  }
}
@media (min-width: 1700px) {
  .section-block.clients .section-content .cards__item:last-child {
    padding: 30px 60px 90px 60px;
  }
}
.section-block.clients .section-content .cards__item:last-child img {
  width: 159px;
  top: -20px;
}
@media (min-width: 1280px) {
  .section-block.clients .section-content .cards__item:last-child img {
    width: 264px;
    top: -15px;
  }
}
.section-block.clients .section-content .cards__item:last-child .cards__item-text {
  top: -25px;
}
@media (min-width: 991px) {
  .section-block.clients .section-content .cards__item:last-child .cards__item-text {
    top: -35px;
  }
}
@media (min-width: 1280px) {
  .section-block.clients .section-content .cards__item:last-child .cards__item-text {
    top: 0;
  }
}
@media (min-width: 1700px) {
  .section-block.clients .section-content .cards__item:last-child .cards__item-text {
    top: -25px;
  }
}

.rotate-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: var(--rotate-block);
  left: -10px;
  width: 105vw;
  z-index: 9;
  transform: rotate(-3deg);
  top: -25px;
}
@media (min-width: 991px) {
  .rotate-block {
    height: 90px;
    left: -95px;
    width: 110vw;
    top: auto;
    transform: rotate(-4deg);
  }
}
@media (min-width: 1280px) {
  .rotate-block {
    height: 191px;
    left: -150px;
    width: 120vw;
  }
}
@media (min-width: 1700px) {
  .rotate-block {
    transform: rotate(-5deg);
  }
}
.rotate-block p {
  font-size: 16px;
  line-height: 19px;
  color: var(--contact-us);
  text-transform: uppercase;
  font-family: "QUARTZO";
  padding-top: 5px;
}
@media (min-width: 991px) {
  .rotate-block p {
    font-size: 45px;
    line-height: 61px;
    padding-top: 10px;
  }
}
@media (min-width: 1280px) {
  .rotate-block p {
    font-size: 60px;
    line-height: 76px;
    padding-top: 15px;
  }
}
@media (min-width: 1700px) {
  .rotate-block p {
    font-size: 80px;
    line-height: 96px;
    padding-top: 15px;
  }
}
.rotate-block span {
  font-family: "QUARTZO";
  color: var(--section);
}

.section-text.contact {
  padding: 85px 23px 110px 23px;
  top: -45px;
  border-radius: 0;
  z-index: 7;
  margin-bottom: -45px;
}
@media (min-width: 991px) {
  .section-text.contact {
    padding: 140px 23px;
  }
}
@media (min-width: 1280px) {
  .section-text.contact {
    top: -55px;
    margin-bottom: -55px;
    padding: 220px 23px;
  }
}
@media (min-width: 1700px) {
  .section-text.contact {
    top: -95px;
    margin-bottom: -95px;
  }
}
.section-text.contact .text-content h2 {
  color: var(--text);
  margin-bottom: 40px;
}
.section-text.contact .text-content h2 .title-back {
  color: var(--text);
  background-image: url(/wp-content/themes/advibe/img/title-back-four-mobile.svg);
  width: 207px;
  height: 35px;
}
@media (min-width: 991px) {
  .section-text.contact .text-content h2 .title-back {
    background-image: url(/wp-content/themes/advibe/img/title-back-four.svg);
    width: 700px;
    height: 118px;
  }
}
.section-text.contact .text-content h2 .title-back span {
  color: var(--text);
}
.section-text.contact .text-content p {
  position: relative;
  margin-bottom: 40px;
  padding: 0;
  width: 250px;
  color: var(--text);
}
@media (min-width: 991px) {
  .section-text.contact .text-content p {
    width: 900px;
  }
}
@media (min-width: 1280px) {
  .section-text.contact .text-content p {
    width: 1240px;
    margin-bottom: 80px;
  }
}
.section-text.contact .text-content p::after {
  content: "";
  position: absolute;
  bottom: -65px;
  right: -20px;
  display: block;
  width: 54px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/themes/advibe/img/arrow-contact-mobile.svg);
}
@media (min-width: 991px) {
  .section-text.contact .text-content p::after {
    background-image: url(/wp-content/themes/advibe/img/arrow-contact.svg);
    width: 111px;
    height: 138px;
    right: 100px;
    bottom: -90px;
  }
}
@media (min-width: 1280px) {
  .section-text.contact .text-content p::after {
    width: 200px;
    height: 242px;
    bottom: -180px;
    right: 150px;
  }
}
.section-text.contact .text-content .btn {
  background-color: var(--contact-us);
  border: 3px solid var(--section);
  color: var(--text);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: "QUARTZO";
  padding-top: 5px;
  width: 140px;
  height: 39px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-contact);
  box-shadow: var(--shadow-btn);
  position: relative;
}
.section-text.contact .text-content .btn:hover::before {
  transform: rotate(10deg);
}
@media (min-width: 991px) {
  .section-text.contact .text-content .btn {
    width: 200px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .section-text.contact .text-content .btn {
    width: 438px;
    height: 115px;
    border-radius: 57px;
    border: 10px solid var(--section);
    font-size: 53px;
    line-height: 63px;
  }
}

@media (min-width: 1280px) {
  .body_mc .section-text.contact .text-content .btn {
    padding-top: 15px;
  }
}

.section-block.questions {
  z-index: 8;
  top: -60px;
  background: var(--main);
  margin-bottom: -60px;
}
@media (min-width: 1280px) {
  .section-block.questions {
    top: -70px;
    margin-bottom: -70px;
  }
}
.section-block.questions .section-content {
  padding: 50px 27px 40px 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1280px) {
  .section-block.questions .section-content {
    padding: 98px 27px 100px 27px;
    flex-direction: row;
    align-items: flex-start;
  }
}
.section-block.questions .section-content::after {
  content: "";
  position: absolute;
  bottom: -220px;
  right: -70px;
  width: 255px;
  height: 257px;
  background: var(--gradient);
  filter: blur(50px);
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
}
@media (min-width: 991px) {
  .section-block.questions .section-content::after {
    width: 600px;
    height: 300px;
    right: -400px;
    bottom: -150px;
  }
}
.section-block.questions .section-content .questions-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-block.questions .section-content .questions-col:first-child {
  margin-bottom: 35px;
}
@media (min-width: 1280px) {
  .section-block.questions .section-content .questions-col:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .section-block.questions .section-content .questions-col:first-child {
    width: 38%;
  }
  .section-block.questions .section-content .questions-col:last-child {
    width: 62%;
  }
}
.section-block.questions .section-content h2 {
  color: var(--section);
  width: 226px;
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .section-block.questions .section-content h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1280px) {
  .section-block.questions .section-content h2 {
    width: auto;
    font-size: 53px;
    line-height: 63px;
  }
}
.section-block.questions .section-content h2 .title-back {
  background-image: url(/wp-content/themes/advibe/img/title-back-five-mobile.svg);
  width: 226px;
  height: 48px;
}
@media (min-width: 1280px) {
  .section-block.questions .section-content h2 .title-back {
    background-image: url(/wp-content/themes/advibe/img/title-back-five.svg);
    width: 479px;
    height: 118px;
  }
}
.section-block.questions .section-content p {
  width: 270px;
  color: var(--section);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  position: relative;
  margin-bottom: 39px;
}
@media (min-width: 1280px) {
  .section-block.questions .section-content p {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 1.4;
    width: auto;
  }
}
.section-block.questions .section-content p a {
  font-weight: 700;
  color: var(--section);
  text-decoration: underline;
}
.section-block.questions .section-content p a:hover {
  text-decoration: none;
}
.section-block.questions .section-content .join {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 267px;
  height: 68px;
  background-image: url(/wp-content/themes/advibe/img/join.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 33px;
}
@media (min-width: 1280px) {
  .section-block.questions .section-content .join {
    width: 590px;
    height: 139px;
    margin-bottom: 68px;
  }
}
.section-block.questions .section-content .join::after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 0;
  display: block;
  width: 46px;
  height: 78px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/themes/advibe/img/arrow-black-mobile.svg);
  z-index: 2;
}
@media (min-width: 1280px) {
  .section-block.questions .section-content .join::after {
    background-image: url(/wp-content/themes/advibe/img/arrow-black.svg);
    width: 94px;
    height: 160px;
    bottom: -100px;
  }
}
.section-block.questions .section-content .join span {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: var(--text-content);
  text-transform: uppercase;
  font-family: "QUARTZO";
}
@media (min-width: 1280px) {
  .section-block.questions .section-content .join span {
    font-size: 53px;
    line-height: 63px;
  }
}
.section-block.questions .section-content .link {
  color: var(--section);
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-decoration: underline;
  z-index: 2;
  position: relative;
}
@media (min-width: 1280px) {
  .section-block.questions .section-content .link {
    font-size: 38px;
    line-height: 46px;
  }
}
.section-block.questions .section-content .link:hover {
  text-decoration: none;
}
.section-block.questions .section-content .link::after {
  content: "";
  position: absolute;
  top: -52px;
  left: -70px;
  display: block;
  width: 60px;
  height: 71px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/themes/advibe/img/arrow-yellow-mobile.svg);
}
@media (min-width: 1280px) {
  .section-block.questions .section-content .link::after {
    background-image: url(/wp-content/themes/advibe/img/arrow-yellow.svg);
    width: 78px;
    height: 151px;
    top: -75px;
    left: -100px;
    transform: rotate(-45deg);
  }
}

.body_mc .section-block.questions .section-content h2 .title-back .title-text {
  height: 23px;
}
@media (min-width: 1280px) {
  .body_mc .section-block.questions .section-content h2 .title-back .title-text {
    height: 54px;
  }
}

footer {
  padding: 13px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--footer);
}
@media (min-width: 1280px) {
  footer {
    padding: 24px 76px;
    height: 86px;
  }
}
@media (min-width: 1700px) {
  footer {
    padding: 24px 223px 24px 174px;
  }
}
footer img {
  max-width: 100%;
  height: auto;
  width: 103px;
}
@media (min-width: 1280px) {
  footer img {
    width: 225px;
  }
}
footer span {
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  color: var(--copyright);
}
@media (min-width: 1280px) {
  footer span {
    font-size: 30px;
    line-height: 28px;
  }
}/*# sourceMappingURL=style.css.map */