h2.section-title {
  color: #0B0425;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}

a.common-btn {
  background-color: #000;
  color: #C0FE06;
  font-family: "DM Sans", sans-serif;
  padding: 0 20px 0 40px;
  border-radius: 46px;
  font-weight: 400;
  height: 42px;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  border: 1px solid #000;
}
a.common-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #C0FE06;
}
a.common-btn:hover {
  background-color: transparent;
  color: #000;
}
a.common-btn:hover:before {
  background-color: #000;
}

@-webkit-keyframes rotateSocialItem {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateSocialItem {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateSocialItemReverse {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotateSocialItemReverse {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.circle-progress-value {
  stroke-width: 6px;
  stroke: #C0FE06;
}

.circle-progress-circle {
  stroke-width: 6px;
  stroke: transparent;
}

.circle-progress-text {
  fill: #11171C;
}

span.typed-cursor {
  display: none;
}

@-webkit-keyframes klwbLF {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-1000px, 0, 0);
  }
}

@keyframes klwbLF {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-1000px, 0, 0);
  }
}
@-webkit-keyframes klwbLF2 {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(1000px, 0, 0);
  }
}
@keyframes klwbLF2 {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(1000px, 0, 0);
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Poppins", sans-serif;
}

html {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  font-weight: 400;
  font-size: 14px;
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
  color: #282828;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

strong {
  font-weight: bold;
}

.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1240px;
  margin: 0 auto;
}

span.gray {
  color: #84919A;
}

input {
  outline: none;
}

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

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

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@-webkit-keyframes runText {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes runText {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
header {
  margin-top: 36px;
  transition: 0.3s all ease;
  position: relative;
  z-index: 99999;
}
header.fixed {
  position: fixed;
  margin-top: 10px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
header.fixed .container .inner {
  box-shadow: 5px 7px 50px rgba(0, 0, 0, 0.3);
  height: 55px;
}
header.fixed .container .inner a svg {
  width: 130px;
}
header.fixed .container .inner a.header-btn {
  padding: 5px 22px;
}
header .container .inner {
  background-color: rgba(243, 243, 243, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  height: 75px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 26px;
}
header .container .inner a.header-logo {
  display: flex;
  align-items: center;
}
header .container .inner a.header-logo svg {
  transition: 0.3s all ease;
}
header .container .inner a.header-logo svg.logo-mobile {
  display: none;
}
header .container .inner a:hover svg {
  transform: scale(1.05);
}
header .container .inner a.header-btn {
  font-size: 12px;
  color: #C0FE06;
  background-color: #000;
  padding: 9px 22px;
  box-sizing: border-box;
  box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 46px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: 1px solid #000;
}
header .container .inner a.header-btn:hover {
  background-color: transparent;
  color: #000;
}
header .container .inner a.burger-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
}
header .container .inner a.burger-btn.active {
  position: relative;
  transition: 0.3s all ease;
}
header .container .inner a.burger-btn.active:after, header .container .inner a.burger-btn.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 25px;
  height: 4px;
  background-color: #C0FE06;
  z-index: 99;
  border-radius: 5px;
}
header .container .inner a.burger-btn.active:before {
  transform: translate(-50%, -50%) rotate(35deg);
}
header .container .inner a.burger-btn.active:after {
  transform: translate(-50%, -50%) rotate(-35deg);
}

section.first-section {
  margin-top: 54px;
}
section.first-section.pt-75 {
  padding-top: 110px;
}
section.first-section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.first-section .container .left {
  width: 50%;
}
section.first-section .container .left p.title {
  font-family: "TT Hoves", sans-serif;
  letter-spacing: -0.03em;
  font-weight: 600;
  font-size: 14px;
  line-height: 200%;
}
section.first-section .container .left h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -0.3px;
  color: #121212;
  height: 90px;
  margin: 5px 0 40px 0;
  padding-bottom: 19px;
  position: relative;
}
section.first-section .container .left h1:before {
  content: "";
  position: absolute;
  background-color: #C0FE06;
  width: 315px;
  height: 1px;
  left: 0;
  bottom: 0;
}
section.first-section .container .right {
  width: 45%;
}
section.first-section .container .right .img-block {
  width: 327px;
  height: 327px;
  border: 0.525px solid #C0FE06;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
section.first-section .container .right .img-block .items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: rotate(0);
  -webkit-animation: 40s rotateSocialItem linear infinite;
          animation: 40s rotateSocialItem linear infinite;
}
section.first-section .container .right .img-block .items svg {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-animation: 40s rotateSocialItemReverse linear infinite;
          animation: 40s rotateSocialItemReverse linear infinite;
}
section.first-section .container .right .img-block .items svg.youtube-icon {
  top: 0;
  left: 50%;
}
section.first-section .container .right .img-block .items svg.inst-icon {
  left: 50%;
  top: 100%;
}
section.first-section .container .right .img-block .items svg.twitter-icon {
  left: 94%;
  top: 25%;
}
section.first-section .container .right .img-block .items svg.pinetest-icon {
  left: 94%;
  top: 75%;
}
section.first-section .container .right .img-block .items svg.google-icon {
  left: 6%;
  top: 25%;
}
section.first-section .container .right .img-block .items svg.facebook-icon {
  top: 75%;
  left: 6%;
}
section.first-section .container .right .img-block .img-bg {
  width: 229px;
  height: 229px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
  cursor: pointer;
}
section.first-section .container .right .img-block:hover .img-bg {
  transform: scale(1.05);
}

section.trusted {
  margin-top: 86px;
}
section.trusted h2.section-title {
  margin-bottom: 51px;
}
section.trusted .rows-container .slider-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 35px;
  -webkit-animation: 60s linear 0s infinite normal none running klwbLF2;
          animation: 60s linear 0s infinite normal none running klwbLF2;
}
section.trusted .rows-container .slider-row.reverse {
  justify-content: flex-start;
  -webkit-animation: 60s linear 0s infinite normal none running klwbLF;
          animation: 60s linear 0s infinite normal none running klwbLF;
}
section.trusted .rows-container .slider-row:last-child {
  margin-bottom: 0;
}
section.trusted .rows-container .slider-row .item {
  margin-right: 90px;
}
section.trusted .rows-container .slider-row .item:last-child {
  margin-right: 0;
}

section.we-deliver {
  margin-top: 94px;
}
section.we-deliver .container h2.section-title {
  position: relative;
  line-height: 52px;
}
section.we-deliver .container h2.section-title svg {
  position: absolute;
  bottom: -17px;
  transform: translateX(-50%);
  left: 52%;
}
section.we-deliver .container .we-deliver-slider {
  margin-top: 117px;
  position: relative;
}
section.we-deliver .container .we-deliver-slider p.slider-arr {
  position: absolute;
  top: -70px;
  cursor: pointer;
}
section.we-deliver .container .we-deliver-slider p.slider-arr.prev {
  left: 50%;
  transform: translateX(-60px);
}
section.we-deliver .container .we-deliver-slider p.slider-arr.next {
  left: 50%;
  transform: translateX(10px);
}
section.we-deliver .container .we-deliver-slider p.slider-arr svg path {
  transition: 0.3s all ease;
}
section.we-deliver .container .we-deliver-slider p.slider-arr:hover svg path {
  fill: #C0FE06;
}
section.we-deliver .container .we-deliver-slider .slider-item {
  cursor: pointer;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-labels {
  display: flex;
  justify-content: center;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-labels a.item,
section.we-deliver .container .we-deliver-slider .slider-item .slider-labels p.item {
  height: 42px;
  background: #F3F3F3;
  border-radius: 80px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 0 31px;
  display: flex;
  align-items: center;
  line-height: 181%;
  margin-right: 35px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-labels a.item:first-child,
section.we-deliver .container .we-deliver-slider .slider-item .slider-labels p.item:first-child {
  padding: 0 31px 0 18px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-labels a.item:first-child svg,
section.we-deliver .container .we-deliver-slider .slider-item .slider-labels p.item:first-child svg {
  margin-right: 8px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-labels a.item:last-child,
section.we-deliver .container .we-deliver-slider .slider-item .slider-labels p.item:last-child {
  margin-right: 0;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-labels a.item {
  border: 1px solid #C0FE06;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-labels a.item:hover {
  border: 1px solid #000;
  background-color: transparent;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results {
  background: #F3F3F3;
  border-radius: 80px;
  margin-top: 47px;
  padding: 51px 0 112px;
  position: relative;
  overflow: hidden;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results span.circle {
  display: inline-block;
  border: 1px solid #979797;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results span.circle.circle-1 {
  width: 260px;
  height: 260px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results span.circle.circle-2 {
  width: 450px;
  height: 450px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results span.circle.circle-3 {
  width: 640px;
  height: 640px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results span.circle.circle-4 {
  width: 860px;
  height: 860px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results span.circle.circle-5 {
  width: 1060px;
  height: 1060px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 130px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item .progress {
  margin-bottom: 50px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item .progress svg {
  width: 137px;
  height: 137px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item .progress svg text.circle-progress-text {
  font: 18px "DM Sans", sans-serif;
  font-weight: bold;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item p.title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #0B2D4B;
  text-align: center;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item p.subtitle {
  font-family: "TT Hoves", sans-serif;
  font-weight: 300;
  margin-top: 13px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #376085;
  max-width: 157px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item:last-child {
  margin-right: 0;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-imgs {
  display: flex;
  justify-content: center;
  margin-top: -68px;
  position: relative;
  z-index: 2;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-imgs .item {
  width: 208px;
  height: 136px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  margin-right: 58px;
}
section.we-deliver .container .we-deliver-slider .slider-item .slider-imgs .item:last-child {
  margin-right: 0;
}

section.see-results {
  margin-top: 100px;
}
section.see-results .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.see-results .container .left {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 20px;
}
section.see-results .container .left .icons-block {
  width: 197px;
  height: 206px;
  margin-right: 43px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.see-results .container .left .icons-block p.big-icon {
  background: #FFFFFF;
  box-shadow: 5px 7px 50px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.see-results .container .left .icons-block p.apple {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.see-results .container .left .icons-block p.google {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
}
section.see-results .container .left .icons-block p.facebook {
  background: #2734A2;
  box-shadow: -7px 7px 28px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  height: 80px;
  width: 77px;
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.see-results .container .left .desc p.title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}
section.see-results .container .left .desc p.subtitle {
  margin-top: 5px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #0D1826;
}
section.see-results .container .right {
  display: flex;
  align-items: center;
  width: 49%;
}
section.see-results .container .right .icons-block {
  width: 197px;
  height: 206px;
  margin-right: 43px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.see-results .container .right .icons-block p.big-icon {
  background: #FFFFFF;
  box-shadow: 5px 7px 50px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.see-results .container .right .icons-block p.apple {
  position: absolute;
  top: 0;
  height: 72px;
  border-radius: 10px;
  left: 0;
  z-index: 22;
  box-shadow: 5px 5px 23px rgba(0, 0, 0, 0.18);
}
section.see-results .container .right .icons-block p.facebook {
  background: #2734A2;
  box-shadow: -7px 7px 28px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  height: 80px;
  width: 77px;
  position: absolute;
  top: 125px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.see-results .container .right .desc p.title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}
section.see-results .container .right .desc p.subtitle {
  margin-top: 5px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #0D1826;
}
section.see-results .container .book-consult {
  margin-top: 105px;
  width: 100%;
}
section.see-results .container .book-consult a.common-btn {
  margin: 0 auto;
}
section.see-results .container .book-consult p.call-string {
  text-align: center;
  margin-top: 21px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: rgba(13, 24, 38, 0.603174);
}
section.see-results .container .book-consult p.call-string br {
  display: none;
}
section.see-results .container .book-consult p.call-string a {
  text-decoration: underline;
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: rgba(13, 24, 38, 0.603174);
}
section.see-results .container .book-consult p.call-string a:hover {
  color: #C0FE06;
}

section.our-clients {
  margin-top: 88px;
}
section.our-clients .container h2.section-title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
section.our-clients .container h2.section-title svg {
  position: absolute;
  top: 56px;
  right: -9px;
}
section.our-clients .container p.section-secondary {
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-top: 21px;
  text-align: center;
  color: rgba(13, 24, 38, 0.603174);
}
section.our-clients .container .testim-slider {
  margin-top: 48px;
  display: flex;
  flex-flow: wrap;
}
section.our-clients .container .testim-slider .item.slick-slide {
  margin: 0 45px;
  padding-top: 20px;
  cursor: pointer;
}
section.our-clients .container .testim-slider .item.slick-slide:hover .logo img {
  transform: scale(1.05);
}
section.our-clients .container .testim-slider .item.slick-slide .logo {
  height: 100px;
  background-position: center center;
  background-size: contain;
  width: 100px;
  position: relative;
  margin: 0 auto;
}
section.our-clients .container .testim-slider .item.slick-slide .logo img {
  height: 100%;
  transition: 0.3s all ease;
}
section.our-clients .container .testim-slider .item.slick-slide .logo img.social-logo {
  position: absolute;
  bottom: -16px;
  right: -7px;
  width: 48px;
  height: 48px;
}
section.our-clients .container .testim-slider .item.slick-slide .stars {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
section.our-clients .container .testim-slider .item.slick-slide .stars svg {
  margin-right: 14px;
}
section.our-clients .container .testim-slider .item.slick-slide .stars svg:last-child {
  margin-right: 0;
}
section.our-clients .container .testim-slider .item.slick-slide .info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 290px;
}
section.our-clients .container .testim-slider .item.slick-slide .info p.testim-text {
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 34px;
}
section.our-clients .container .testim-slider .item.slick-slide .info .author-block p.testim-author {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 200%;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(7, 4, 4, 0.92);
}
section.our-clients .container .testim-slider .item.slick-slide .info .author-block p.company {
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #272223;
  opacity: 0.5;
}

section.next-step {
  margin-top: 141px;
}
section.next-step .container {
  background-color: #C0FE06;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 51px 82px 63px 102px;
}
section.next-step .container .left {
  width: 40%;
}
section.next-step .container .left h3.title {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 120%;
  letter-spacing: -1px;
  color: #000000;
}
section.next-step .container .right {
  width: 40%;
}
section.next-step .container .right p.next-text-desc,
section.next-step .container .right p.next-text-desc a {
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(13, 24, 38, 0.603174);
}
section.next-step .container .right p.next-text-desc br,
section.next-step .container .right p.next-text-desc a br {
  display: none;
}
section.next-step .container .right p.next-text-desc a:hover {
  text-decoration: underline;
}
section.next-step .container .right a.common-btn {
  margin: 20px 0 13px;
}

section.why-switch {
  margin-top: 100px;
}
section.why-switch .container h2.section-title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
section.why-switch .container h2.section-title svg {
  position: absolute;
  bottom: -23px;
  left: 37%;
  transform: translateX(-50%);
}
section.why-switch .container p.secondary {
  margin: 52px auto 72px;
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.64);
  width: 40%;
}
section.why-switch .container .adv-items-slider .item {
  text-align: center;
}
section.why-switch .container .adv-items-slider .item img {
  height: 96px;
  display: inline-block;
}
section.why-switch .container .adv-items-slider .item p.title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #000000;
  margin: 25px 0 8px 0;
}
section.why-switch .container .adv-items-slider .item p.subtitle {
  font-family: "TT Hoves", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.64);
}

section.contacts {
  margin-top: 88px;
}
section.contacts .container .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 69px;
}
section.contacts .container .inner .left {
  width: 55%;
  height: 1000px;
}
section.contacts .container .inner .left img {
  width: 100%;
}
section.contacts .container .inner .right {
  width: 35%;
  margin-top: 15px;
}
section.contacts .container .inner .right p.heading {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
section.contacts .container .inner .right .contact-item {
  display: flex;
  margin-top: 22px;
}
section.contacts .container .inner .right .contact-item .icon {
  margin-right: 10px;
}
section.contacts .container .inner .right .contact-item .text p.title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-top: 5px;
}
section.contacts .container .inner .right .contact-item .text p.second a,
section.contacts .container .inner .right .contact-item .text p.second {
  font-family: "TT Hoves", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #252C52;
  margin-top: 9px;
}
section.contacts .container .inner .right .contact-item .text p.second a:hover {
  text-decoration: underline;
}
section.contacts .container .inner .right .contact-item.hours {
  margin-top: 41px;
}

footer {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 90px;
  padding-top: 65px;
}
footer .container {
  display: flex;
  justify-content: space-between;
}

footer .container .logo-block ul {
  margin-top: 20px;
  display: flex;
}
footer .container .logo-block ul li {
  margin-right: 15px;
}
footer .container .logo-block ul li a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #000;
  transition: 0.3s all ease;
}
footer .container .logo-block ul li a:hover {
  background-color: #C0FE06;
  border: 1px solid #000;
}
footer .container .logo-block ul li:last-child {
  margin-right: 0;
}
footer .container .col p.title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 12px;
}
footer .container .col p.second a,
footer .container .col p.second {
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #252C52;
}
footer .container .col p.second a:hover {
  text-decoration: underline;
}
footer .container .col a.inquiry-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 181%;
  color: #000000;
  height: 42px;
  background-color: #C0FE06;
  display: flex;
  align-items: center;
  padding: 0 12px 0 8px;
  border-radius: 80px;
  border: 1px solid #C0FE06;
  box-sizing: border-box;
}
footer .container .col a.inquiry-btn img {
  margin-right: 10px;
}
footer .container .col a.inquiry-btn:hover {
  background-color: transparent;
  border: 1px solid #000;
}
footer .container .rights {
  display: flex;
  margin-top: 57px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 28px 0 24px;
}
footer .container .rights p, footer .container .rights a {
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
footer .container .rights a {
  margin-left: 24px;
}
footer .container .rights a:hover {
  text-decoration: underline;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu.show {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.mobile-menu.show .inner .menu-items {
  top: 150px;
}
.mobile-menu.show .inner .menu-items a.common-btn {
  margin-top: 35px;
}
.mobile-menu .inner {
  width: 100%;
  height: 100%;
}
.mobile-menu .inner .menu-items {
  position: absolute;
  top: 250px;
  transition: 0.5s all ease;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-menu .inner .menu-items ul li {
  text-align: center;
  margin-bottom: 20px;
}
.mobile-menu .inner .menu-items ul li a {
  font-family: "TT Hoves", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.mobile-menu .inner .menu-items a.common-btn {
  transition: 1s all ease;
  margin-top: 105px;
}
.mobile-menu .inner .menu-contacts {
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: 87%;
  transform: translateX(-50%);
  text-align: center;
  border-top: 1px solid #C0FE06;
  padding-top: 25px;
}
.mobile-menu .inner .menu-contacts p a,
.mobile-menu .inner .menu-contacts p {
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #252C52;
}

@media only screen and (max-width: 1128px) {
  section.first-section .container .left h1 {
    height: 131px;
  }
}
@media only screen and (max-width: 1300px) {
  .container {
    margin: 0 30px;
  }

  section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item {
    margin-right: 80px;
  }

  section.trusted .rows-container .slider-row {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  section.first-section .container .left h1 br {
    display: none;
  }

  section.see-results .container {
    flex-direction: column;
  }

  section.we-deliver .container .we-deliver-slider .slider-item .slider-imgs .item {
    margin-right: 31px;
  }

  section.our-clients .container .testim-slider .item.slick-slide .info {
    min-height: 230px;
  }

  section.see-results .container .left {
    width: 100%;
  }

  section.next-step .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 22px 12px 35px;
  }
  section.next-step .container .left {
    width: 100%;
  }
  section.next-step .container .left h3.title {
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1px;
  }
  section.next-step .container .right {
    width: 100%;
  }
  section.next-step .container .right p.next-text-desc {
    text-align: center;
  }
  section.next-step .container .right a.common-btn {
    margin: 49px auto 11px;
  }

  section.contacts .container .inner {
    flex-direction: column;
  }
  section.contacts .container .inner .left {
    width: 100%;
  }
  section.contacts .container .inner .right {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.contacts .container .inner .right .contact-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.contacts .container .inner .right .contact-item .text p {
    text-align: center;
  }

  section.first-section .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.first-section .container .left {
    width: 100%;
    text-align: center;
    margin-bottom: 69px;
  }
  section.first-section .container .left .block-heading {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 25px;
  }
  section.first-section .container .left .block-heading h1 {
    margin-bottom: 0;
    padding-bottom: 13px;
  }
  section.first-section .container .left .block-heading h1:before {
    display: none;
  }
  section.first-section .container .left a.common-btn {
    margin: 0 auto;
  }
  section.first-section .container .right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  footer .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .container .col {
    margin-top: 30px;
  }
  footer .container .col p {
    text-align: center;
  }

  section.see-results .container .right {
    width: 100%;
    margin-top: 50px;
  }

  section.we-deliver .container .we-deliver-slider .slider-item .slider-results {
    border-radius: 50px;
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item {
    margin-right: 30px;
  }

  section.see-results .container .left .desc p.title br,
section.see-results .container .right .desc p.title br {
    display: none;
  }

  section.we-deliver .container .we-deliver-slider .slider-item .slider-labels {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-labels p.item {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 800px) {
  h2.section-title {
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.3px;
    color: #121212;
    width: 100%;
    box-sizing: border-box;
  }

  header .container .inner {
    align-items: center;
  }
  header .container .inner a.header-logo {
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  header .container .inner a.header-logo svg.logo-desctop {
    display: none;
  }
  header .container .inner a.header-logo svg.logo-mobile {
    display: block;
    width: 100%;
  }
  header .container .inner a.header-btn {
    display: none;
  }
  header .container .inner a.burger-btn {
    display: flex;
  }

  section.first-section {
    margin-top: 40px;
  }
  section.first-section .container .left .block-heading h1 {
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.3px;
    color: #121212;
  }
  section.first-section .container .left .block-heading p.title {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: -0.03em;
  }
  section.first-section .container .right .img-block {
    height: 300px;
    width: 300px;
  }
  section.first-section .container .right .img-block .img-bg {
    width: 213px;
    height: 213px;
  }

  section.trusted {
    margin-top: 56px;
  }
  section.trusted h2.section-title {
    margin-bottom: 45px;
  }

  section.see-results {
    margin-top: 53px;
  }
  section.see-results .container .left {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.see-results .container .left .icons-block {
    margin-right: 0;
  }
  section.see-results .container .left .desc {
    text-align: center;
    margin-top: 40px;
  }
  section.see-results .container .left .desc p.title {
    font-size: 30px;
    line-height: 45px;
  }
  section.see-results .container .right {
    display: flex;
    flex-direction: column;
  }
  section.see-results .container .right .icons-block {
    margin-right: 0;
  }
  section.see-results .container .right .desc {
    text-align: center;
    margin-top: 60px;
  }
  section.see-results .container .right .desc p.title {
    font-size: 30px;
    line-height: 45px;
  }
  section.see-results .container .book-consult {
    margin-top: 48px;
  }
  section.see-results .container .book-consult p.call-string a,
section.see-results .container .book-consult p.call-string {
    font-size: 14px;
    line-height: 20px;
    margin-top: 17px;
  }
  section.see-results .container .book-consult p.call-string a br,
section.see-results .container .book-consult p.call-string br {
    display: block;
  }

  section.our-clients {
    margin-top: 37px;
  }
  section.our-clients .container h2.section-title svg {
    top: 31px;
    right: 2px;
    width: 97px;
  }
  section.our-clients .container p.section-secondary {
    margin-top: 9px;
  }
  section.our-clients .container .testim-slider {
    margin-top: 7px;
  }
  section.our-clients .container .testim-slider .item.slick-slide {
    margin: 0;
  }
  section.our-clients .container .testim-slider .item.slick-slide .stars {
    margin-top: 27px;
  }
  section.our-clients .container .testim-slider .item.slick-slide .info {
    min-height: 290px;
  }
  section.our-clients .container .testim-slider .item.slick-slide .info p.testim-text {
    font-size: 14px;
    line-height: 28px;
  }
  section.our-clients .container .testim-slider ul.slick-dots {
    width: 100%;
    bottom: -35px;
  }

  section.next-step {
    margin-top: 89px;
  }
  section.next-step .container {
    border-radius: 24px;
  }
  section.next-step .container .left h3.title {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1px;
    padding: 0 20px;
  }
  section.next-step .container .right {
    margin-top: 24px;
  }
  section.next-step .container .right p.next-text-desc a {
    text-decoration: underline;
  }
  section.next-step .container .right p.next-text-desc br {
    display: block;
  }

  section.why-switch {
    margin-top: 58px;
  }
  section.why-switch .container h2.section-title {
    width: 100%;
    letter-spacing: -2px;
  }
  section.why-switch .container p.secondary {
    width: 100%;
    margin: 39px auto 30px;
  }
  section.contacts {
    margin-top: 82px;
  }
  section.contacts .container .inner {
    margin-top: 49px;
  }
  section.contacts .container .inner .right .contact-item {
    margin-top: 30px;
  }
  section.contacts .container .inner .right .contact-item .text p.second a,
section.contacts .container .inner .right .contact-item .text p.second {
    font-weight: 500;
  }

  section.we-deliver {
    margin-top: 52px;
  }
  section.we-deliver .container {
    margin: 0;
  }
  section.we-deliver .container h2.section-title {
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.3px;
    color: #121212;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  section.we-deliver .container h2.section-title svg {
    bottom: 24px;
    width: 100px;
    left: 75%;
  }
  section.we-deliver .container .we-deliver-slider {
    margin-top: 70px;
  }
  section.we-deliver .container .we-deliver-slider p.slider-arr {
    top: -60px;
  }
  section.we-deliver .container .we-deliver-slider p.slider-arr.prev {
    left: 50%;
    transform: translateX(-50px);
  }
  section.we-deliver .container .we-deliver-slider p.slider-arr.next {
    left: 50%;
    transform: translateX(10px);
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-results {
    background-color: transparent;
    margin-top: 0;
    padding: 27px 0 82px;
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-results span.circle {
    display: none;
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner {
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner::-webkit-scrollbar-track, section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner::-webkit-scrollbar-thumb, section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner::-webkit-scrollbar {
    display: none;
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item {
    width: 196px;
    border-radius: 50px;
    padding: 25px 30px;
    background-color: rgba(89, 67, 90, 0.03);
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item:first-child {
    margin-left: 30px;
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-results .inner .item:last-child {
    margin-right: 30px;
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-imgs {
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-imgs::-webkit-scrollbar-track, section.we-deliver .container .we-deliver-slider .slider-item .slider-imgs::-webkit-scrollbar-thumb, section.we-deliver .container .we-deliver-slider .slider-item .slider-imgs::-webkit-scrollbar {
    display: none;
  }
  section.we-deliver .container .we-deliver-slider .slider-item .slider-imgs .item {
    margin-right: 31px;
    min-width: 207px;
  }

  footer {
    margin-top: 43px;
    padding-top: 36px;
  }
  footer .container .rights {
    margin-top: 32px;
    padding: 16px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .container .rights .right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .container .rights .right a {
    margin-top: 13px;
    margin-left: 0;
  }
}
