*,
*::after,
*::before {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  background-color: #000;
}

.container {
  max-width: 192rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 14rem;
}
@media screen and (max-width: 1250px) {
  .container {
    padding: 0 8rem;
  }
}
@media screen and (max-width: 1050px) {
  .container {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 2.4rem;
  }
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

.main {
  flex-grow: 1;
}

body {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

h1 {
  font-size: 11.2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  h1 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1250px) {
  h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 950px) {
  h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 10rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  h2 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 950px) {
  h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 650px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 450px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 8rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  h3 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 3.5rem;
  }
}

h4 {
  font-size: 7.5rem;
  line-height: 1.49;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  h4 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 3.5rem;
  }
}

h5 {
  font-size: 7rem;
  line-height: 1.05;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  h5 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3rem;
  }
}

h6 {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  h6 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 2.5rem;
  }
}

p {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .nav {
    display: none !important;
  }
}
.nav-list {
  display: flex;
  -moz-column-gap: 3.9rem;
       column-gap: 3.9rem;
}
@media screen and (max-width: 1250px) {
  .nav-list {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.nav-item {
  position: relative;
}
.nav-item__accordion {
  position: absolute;
  top: 1.38rem;
  right: -1.8rem;
  width: 1.07rem;
  height: 0.601rem;
  display: none;
}
.nav-item__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
.nav-item .show {
  display: block !important;
}
.nav-item:hover {
  cursor: pointer;
}
.nav-item:hover .nav-item__title {
  color: #fff;
}
.nav .active .nav-item__title {
  color: #3c82f4;
}

.sidebar {
  display: none;
}
@media screen and (max-width: 768px) {
  .sidebar {
    display: block;
  }
}
.sidebar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  gap: 0.5rem;
  width: 4rem;
  transition: 0.3s;
}
.sidebar-icon__item {
  width: 100%;
  height: 0.3rem;
  background-color: #707070;
}
.sidebar-icon:hover {
  cursor: pointer;
}
.sidebar-icon:hover .sidebar-icon__item {
  background-color: #3c82f4;
}
.sidebar-list {
  transition: 0.5s;
  transform: translateX(0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.sidebar-list__x {
  position: absolute;
  right: 4rem;
  top: 4rem;
}
.sidebar-list__x:hover {
  cursor: pointer;
}
.sidebar-item {
  position: relative;
}
.sidebar-item__accordion {
  position: absolute;
  top: 2rem;
  right: -3rem;
  width: 2.07rem;
  height: 1.601rem;
  display: none;
}
.sidebar-item__title {
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.sidebar-item .show {
  display: block !important;
}
.sidebar-item:hover {
  cursor: pointer;
}
.sidebar-item:hover .sidebar-item__title {
  color: #fff;
}
.sidebar .active .sidebar-item__title {
  color: #3c82f4;
}
.sidebar-hidden {
  transform: translateX(-120%);
}

.header {
  padding-top: 4.65rem;
}
@media screen and (max-width: 1250px) {
  .header {
    padding-top: 2.5rem;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .header-logo__icon {
    max-width: 12rem;
  }
}
.header-sign {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.header-sign__btn {
  color: #707070;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #707070;
  background: transparent;
}
.header-sign__btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 1250px) {
  .header-sign .login {
    display: none;
  }
}
.header-sign .primary-btn {
  width: 11.9rem;
  padding: 1.2rem 0 1.3rem;
}
@media screen and (max-width: 450px) {
  .header-sign .primary-btn {
    width: 8rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1250px) {
  .header-sign .primary-btn {
    display: none;
    padding: 0.8rem 0 0.8rem;
  }
}
.header .hidden {
  display: none !important;
}
@media screen and (max-width: 1250px) {
  .header .hidden {
    display: block !important;
  }
}

.hero {
  text-align: center;
  padding: 12.5rem 4rem 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18.8rem;
}
@media screen and (max-width: 1440px) {
  .hero {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    margin-bottom: 10rem;
  }
}
.hero .container {
  padding: 0;
}
.hero-title-gr {
  margin-top: -4.1rem;
  margin-bottom: 13.6rem;
  background: linear-gradient(90deg, #fe6783 1.9%, #ffbf84 97.1%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
@media screen and (max-width: 1600px) {
  .hero-title-gr {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 1250px) {
  .hero-title-gr {
    margin-top: 0;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 550px) {
  .hero-title-gr {
    font-size: 3rem;
  }
}
.hero-info {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero-info__title {
  color: #fff;
  max-width: 69.4rem;
  margin-bottom: 5rem;
}
.hero-info__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2.6rem;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 550px) {
  .hero-info__wrapper {
    flex-direction: column;
  }
}
.hero-info__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.3rem;
  font-size: 2rem;
  padding: 2.4rem 0;
}
@media screen and (max-width: 1440px) {
  .hero-info__btn {
    width: 25rem;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-info__btn {
    width: 20rem;
    padding: 1.8rem 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 550px) {
  .hero-info__btn {
    max-width: 25rem;
    padding: 1.5rem 0;
    width: 100%;
  }
}
.hero-info__footer {
  display: flex;
  -moz-column-gap: 0.98rem;
       column-gap: 0.98rem;
  justify-content: center;
  align-items: center;
}
.hero-info__round {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 2.86rem;
  height: 2.86rem;
  background-color: rgba(15, 198, 92, 0.24);
}
.hero-info__circle {
  width: 1.71rem;
  height: 1.71rem;
  background-color: #0fc65c;
  border-radius: 50%;
}
.hero-info__subt {
  font-size: 2.5rem;
  line-height: normal;
  color: #707070;
  font-weight: 400;
  display: inline;
}
@media screen and (max-width: 768px) {
  .hero-info__subt {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 450px) {
  .hero-info__subt {
    font-size: 1.5rem !important;
  }
}
.hero-info__subt span {
  font-weight: 700;
  line-height: 1.52;
  color: #fff;
}

.steps {
  text-align: center;
  margin-bottom: 7.1rem;
}
.steps .container {
  padding: 0 4rem;
  max-width: 200rem;
}
.steps-header {
  padding: 0 21.8rem;
  margin-bottom: 16.2rem;
}
@media screen and (max-width: 1600px) {
  .steps-header {
    padding: 0 15rem;
  }
}
@media screen and (max-width: 1440px) {
  .steps-header {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .steps-header {
    margin-bottom: 10rem;
  }
}
.steps-title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1440px) {
  .steps-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 950px) {
  .steps-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .steps-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 650px) {
  .steps-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .steps-title {
    font-size: 2.5rem;
  }
}
.steps-category {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media screen and (max-width: 1440px) {
  .steps-category {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .steps-category {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .steps-category {
    row-gap: 3rem;
    flex-direction: column;
  }
}
.steps-category__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps-category__item-wrapper {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-bottom: 1rem;
  align-items: center;
}
.steps-category__item-title {
  font-size: 3.5rem;
  line-height: 1.48;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .steps-category__item-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 950px) {
  .steps-category__item-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 650px) {
  .steps-category__item-title {
    font-size: 1.8rem;
  }
}
.steps-category__item-subt {
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  .steps-category__item-subt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1050px) {
  .steps-category__item-subt {
    font-size: 1.5rem;
  }
}
.steps-category__item-img {
  width: 3.7rem;
  height: 3.7rem;
}
@media screen and (max-width: 950px) {
  .steps-category__item-img {
    width: 2rem;
    height: 2rem;
  }
}

.step {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.step-name {
  font-size: 2.5rem;
  line-height: 1.52;
  font-weight: 600;
  color: #3d82f2;
}
.step-title {
  margin-bottom: -0.9rem;
}
@media screen and (max-width: 1440px) {
  .step-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 950px) {
  .step-title {
    margin-bottom: 0;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .step-title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .step-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .step-title {
    font-size: 2.5rem;
  }
}
.step-subt {
  max-width: 92.9rem;
  width: 100%;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 1050px) {
  .step-subt {
    font-size: 2rem;
  }
}
.step-btn {
  max-width: 31.3rem;
  width: 100%;
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .step-btn {
    max-width: 27rem;
    padding: 1.8rem;
    font-size: 1.8rem;
  }
}
.step .footer-btn {
  padding: 2.2rem;
  width: 28.3rem;
}

.step-btn-1 {
  margin-bottom: 18.9rem;
}
@media screen and (max-width: 768px) {
  .step-btn-1 {
    margin-bottom: 10rem;
  }
}

.step-1 {
  margin-bottom: 7.1rem;
}

.step-2 {
  margin-bottom: 17.6rem;
}
@media screen and (max-width: 768px) {
  .step-2 {
    margin-bottom: 10rem;
  }
}

.step-3 {
  margin-bottom: 18.9rem;
}
@media screen and (max-width: 768px) {
  .step-3 {
    margin-bottom: 10rem;
  }
}

.page {
  padding: 0;
  max-width: 173.1rem;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2.3rem;
       column-gap: 2.3rem;
  width: 100%;
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 768px) {
  .page {
    flex-direction: column;
    row-gap: 2.3rem;
  }
}
.page-wrapper {
  background-color: #0d0d0d;
  padding: 3.3rem 4.5rem;
  max-width: 85.4rem;
  width: 100%;
  height: 66.6rem;
  text-align: start;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .page-wrapper {
    height: 50rem;
  }
}
@media screen and (max-width: 1050px) {
  .page-wrapper {
    height: 40rem;
  }
}
@media screen and (max-width: 650px) {
  .page-wrapper {
    height: 35rem;
    text-align: center;
    padding: 3.3rem 1rem;
  }
}
.page-link {
  color: #0fc65c;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1440px) {
  .page-link {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.page-title {
  line-height: 1.5;
  color: #919191;
  margin-bottom: -2.8rem;
}
@media screen and (max-width: 1600px) {
  .page-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1440px) {
  .page-title {
    font-size: 6rem;
    margin-bottom: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 1050px) {
  .page-title {
    font-size: 4rem;
    margin-bottom: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 650px) {
  .page-title {
    font-size: 3rem;
  }
}
.page .item-2 .page-link {
  margin-bottom: 9.6rem;
}
.page .item-2 .page-title {
  line-height: 1.16;
}
.page .page-title__secondary {
  color: #fff !important;
}
.phone {
  font-size: 62.5%;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 78.7em;
  width: 100%;
  height: 33.8em;
  padding: 5.8em 0 0 6.1em;
  border-top-left-radius: 15.5em;
  border-top: 1.4em solid #afaac1;
  border-left: 1.4em solid #afaac1;
  overflow: hidden;
  background-color: #000000;
}
@media screen and (max-width: 1600px) {
  .phone {
    font-size: 40%;
  }
}
@media screen and (max-width: 1050px) {
  .phone {
    font-size: 25%;
  }
}
@media screen and (max-width: 768px) {
  .phone {
    font-size: 40%;
  }
}
@media screen and (max-width: 650px) {
  .phone {
    font-size: 25%;
  }
}
.phone-display {
  background-color: #1e1e1e;
  height: 100%;
  border-top-left-radius: 9em;
  padding: 4em 0 0 3.2em;
  position: relative;
}
.phone-display__header {
  width: 60.3em;
  padding: 3.6em 0 3em 21.2em;
  position: absolute;
  background-color: #000000;
  border-top-left-radius: 5em;
  border-bottom-left-radius: 5em;
  right: 0;
  top: -3.9em;
  left: 20.7em;
  display: flex;
  align-items: center;
  -moz-column-gap: 2.9em;
       column-gap: 2.9em;
}
.phone-display__header-speaker {
  width: 11.5em;
  height: 1.8em;
  background-color: #2b2b29;
  border-radius: 0.9em;
}
.phone-display__camera {
  border-radius: 50%;
  border: 2px solid #2b2b29;
  width: 3.4em;
  height: 3.4em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #171717;
}
.phone-display__camera-inner {
  width: 1.2em;
  height: 1.2em;
  background-color: #232a5e;
  border-radius: 50%;
}
.phone-clock {
  margin-left: 7.7rem;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 1600px) {
  .phone-clock {
    margin-bottom: 4.27em;
    margin-left: 2em;
  }
}
@media screen and (max-width: 1050px) {
  .phone-clock {
    margin-bottom: 4.27em;
    margin-left: 2em;
  }
}
@media screen and (max-width: 650px) {
  .phone-clock {
    margin-bottom: 2em;
    margin-left: -15em;
  }
}
.phone-wrapper {
  padding: 1.4em 3.3em;
  display: flex;
  width: 89em;
  align-items: center;
  justify-content: space-between;
  background-color: #323234;
  border-radius: 2em;
}
.phone-wrapper__title {
  font-size: 2.5em;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.phone-wrapper__link {
  font-size: 3.6em;
  line-height: 1.3;
  color: #84e575;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.work {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  max-width: 173.6rem;
}
@media screen and (max-width: 1440px) {
  .work {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .work {
    flex-direction: column;
  }
}
.work-info {
  text-align: start;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .work-info {
    max-width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .work-info {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .work-info {
    max-width: 100%;
  }
}
.work-info__name {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1600px) {
  .work-info__name {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .work-info__name {
    margin-bottom: 2rem;
  }
}
.work-info__title {
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 1600px) {
  .work-info__title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1440px) {
  .work-info__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1050px) {
  .work-info__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .work-info__title {
    font-size: 3rem;
  }
}
.work-info__title-span {
  color: #3c82f4;
}
.work-info__categories {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 768px) {
  .work-info__categories {
    margin-bottom: 2rem;
  }
}
.work-info__category {
  display: flex;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .work-info__category {
    justify-content: center;
  }
}
.work-info__category-number {
  width: 3.3rem;
  height: 3.3rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 50%;
  padding: 0.5rem 1.3rem 0.1rem;
}
.work-info__category-subt {
  font-size: 2.3rem;
  line-height: 1.47;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .work-info__category-subt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1440px) {
  .work-info__category-subt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1050px) {
  .work-info__category-subt {
    font-size: 1.5rem;
  }
}
.work-info__btns {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
@media screen and (max-width: 1050px) {
  .work-info__btns {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
.work-info__btn {
  display: flex;
  justify-content: center;
  width: 20.7rem;
  padding: 2.1rem 0 2.2rem;
}
@media screen and (max-width: 1440px) {
  .work-info__btn {
    width: 18rem;
  }
}
@media screen and (max-width: 1050px) {
  .work-info__btn {
    width: 90%;
    padding: 1rem 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .work-info__btn {
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
  }
}
.work-img__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work-img {
  width: 86rem;
  height: 68rem;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .work-img {
    width: 70rem;
    height: auto;
  }
}
@media screen and (max-width: 1600px) {
  .work-img {
    width: 60rem;
    height: auto;
  }
}
@media screen and (max-width: 1440px) {
  .work-img {
    width: 50rem;
    height: auto;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 950px) {
  .work-img {
    width: 30rem;
    height: auto;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 950px) {
  .work-img {
    width: 90%;
    height: auto;
    margin-top: 5rem;
  }
}
.work-img__footer {
  width: 30.9rem;
  height: 27.6rem;
  background-color: #8b8b8b;
  margin-top: -25.1rem;
  margin-left: 17rem;
}
@media screen and (max-width: 1440px) {
  .work-img__footer {
    width: 20rem;
    height: 20rem;
    margin-top: -18.1rem;
    margin-left: 15rem;
  }
}
@media screen and (max-width: 950px) {
  .work-img__footer {
    width: 12rem;
    margin-left: 8rem;
  }
}
@media screen and (max-width: 950px) {
  .work-img__footer {
    width: 15rem;
    margin-left: 0;
  }
}

.expert {
  margin-bottom: 18.8rem;
}
@media screen and (max-width: 768px) {
  .expert {
    margin-bottom: 10rem;
  }
}
.expert-title {
  margin-bottom: 5.2rem;
}
.expert-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18.8rem;
}
@media screen and (max-width: 1440px) {
  .expert-wrap {
    margin-bottom: 8rem;
  }
}
.expert img {
  max-width: 100%;
  height: 100%;
}
.expert-user {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 79.9rem;
  background-image: url("../images/users.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.expert-user__title {
  max-width: 123.6rem;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .expert-user__title {
    margin: 0 5rem;
  }
}
@media screen and (max-width: 1440px) {
  .expert-user {
    height: 30rem;
  }
}

.start {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 18.3rem;
}
@media screen and (max-width: 768px) {
  .start {
    margin-bottom: 10rem;
  }
}
.start img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1440px) {
  .start img {
    width: 10rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .start img {
    width: 7rem;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .start img {
    width: 4rem;
    height: auto;
  }
}
.start-subt {
  font-size: 4.3rem;
  line-height: 1.48;
  font-weight: 400;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 1440px) {
  .start-subt {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 950px) {
  .start-subt {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .start-subt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .start-subt {
    font-size: 1.5rem;
  }
}
.start-btn {
  padding: 2.9rem 0 2.8rem;
  width: 47.2rem;
  font-size: 3rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 1440px) {
  .start-btn {
    width: 30rem;
    padding: 2rem 0 2rem;
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .start-btn {
    width: 25rem;
    padding: 1.5rem 0 1.5rem;
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 450px) {
  .start-btn {
    width: 20rem;
    padding: 1rem 0 1rem;
    font-size: 2rem !important;
  }
}
.start .subt {
  font-size: 3.8rem;
}

.footer {
  padding-bottom: 9.6rem;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .container {
    flex-direction: column;
  }
}
.footer-logo {
  display: flex;
  align-items: start;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
  margin-bottom: 0.2rem;
}
.footer-logo__img {
  width: 4.7rem;
  height: 5.2rem;
}
.footer-logo__title {
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
}
.footer-link {
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: 400;
  color: #707070;
}
.footer .nav {
  display: block !important;
  margin-top: 2rem;
}
.footer .nav-list {
  -moz-column-gap: 4.2rem;
       column-gap: 4.2rem;
}
@media screen and (max-width: 950px) {
  .footer .nav-list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.footer .nav-item__title {
  font-size: 2.8rem;
}
@media screen and (max-width: 950px) {
  .footer .nav-item__title {
    font-size: 1.8rem !important;
  }
}

.btn {
  border-radius: 1.2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
.btn:hover {
  cursor: pointer;
}

.primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3c82f4;
  color: #fff;
  border-radius: 1.2rem;
  border: 1px solid transparent;
}
.primary-btn:hover {
  opacity: 0.8;
  background-color: transparent;
  border: 1px solid #3c82f4;
  color: #3c82f4;
}

.outline-btn {
  background: transparent;
  color: #707070;
  border: 1px solid #707070;
}
.outline-btn:hover {
  border: 1px solid #3c82f4;
  color: #3c82f4;
}/*# sourceMappingURL=main.css.map */