@font-face {
  font-family: "Gilroy-Regular";
  src: url(../fonts/Gilroy-Regular.ttf);
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url(../fonts/Gilroy-Medium.ttf);
}
@font-face {
  font-family: "Gilroy-Semibold";
  src: url(../fonts/Gilroy-Semibold.ttf);
}
@font-face {
  font-family: "Gilroy-Extrabold";
  src: url(../fonts/Gilroy-Extrabold.ttf);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #75BF7A;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Tahoma, Arial, sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.laptop-none {
  display: none;
}

/*================================================*/
[data-aos=title-animation] {
  -webkit-filter: blur(12px);
  filter: blur(12px);
  opacity: 0;
}

[data-aos=title-animation].aos-animate {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

/*================================================*/
section {
  max-width: 1440px;
  width: 100%;
}

.container {
  max-width: 1280px;
  width: 100%;
}

nav {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  background: #FFFFFF;
  padding: 36px 0 18px;
}
nav .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav .logo > svg {
  width: 180px;
  height: 51px;
}
nav .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
nav .nav-link {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 17.1613px;
  line-height: 21px;
  color: #000000;
  white-space: nowrap;
}
nav .nav-btn {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  background: #75BF7A;
  border-radius: 5.95238px;
  padding: 12px 28px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: none;
      align-content: none;
  margin-top: 174px;
  background: rgba(173, 172, 172, 0.137254902);
}

header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: none;
      align-content: none;
}
header .header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: none;
      -ms-flex-pack: none;
          justify-content: none;
  -ms-flex-line-pack: none;
      align-content: none;
}
header .header-item h1 {
  font-family: "Gilroy-Extrabold";
  font-weight: 800;
  font-style: normal;
  font-size: 60px;
  line-height: 66px;
  color: #000000;
  padding-top: 165px;
}
header .header-item p {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  color: #9E9DA2;
  padding: 27px 0 62px;
}
header .header-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: none;
      align-content: none;
}
header .header-btn-group .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: none;
      -ms-flex-pack: none;
          justify-content: none;
  -ms-flex-line-pack: none;
      align-content: none;
  font-family: "Gilroy-Extrabold";
  font-weight: 800;
  font-style: normal;
  font-size: 24.6006px;
  line-height: 0px;
  color: #FFFFFF;
  background: #000000;
  border-radius: 5px;
  padding: 20px 35px;
  max-height: 67px;
}
header .header-btn-group .playmarket-svg {
  width: 31px;
  height: 30px;
}
header .header-btn-group .appstore-svg {
  width: 35px;
  height: 35px;
}
header .header-img {
  text-align: center;
  padding-top: 55px;
}
header .header-img svg {
  width: 553px;
  min-height: 582.81px;
}

.bannerform .banerform-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-line-pack: none;
      align-content: none;
  background: #75BF7A;
  border-radius: 10px;
  padding: 30px 72px;
  margin: 80px 0px 60px;
}
.bannerform .bannerform-item {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-style: normal;
  font-size: 24.6006px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 12px 0;
}
.bannerform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: none;
      align-content: none;
  margin: 12px 0;
}
.bannerform .form-control {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 0px;
  color: #DADADA;
  padding: 20px 35px 18px 35px;
  border-radius: 4px;
  max-width: 499px;
  max-height: 67px;
}
.bannerform .btn-dark {
  font-family: "Gilroy-Extrabold";
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  line-height: 0px;
  color: #FFFFFF;
  white-space: nowrap;
  background: #000000;
  border-radius: 4px;
  padding: 32px 47px;
}

.works .title-items {
  font-family: "Gilroy-Extrabold";
  font-weight: 800;
  font-style: normal;
  font-size: 46px;
  line-height: 50px;
  color: #000000;
  text-align: center;
  padding: 25px 0;
}
.works .title-items i {
  color: #75BF7A;
}
.works .works-title-item {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
  line-height: 26px;
  color: #9E9DA2;
  text-align: center;
  max-width: 620px;
}
.works .works-box {
  padding-bottom: 50px;
}
.works .num {
  width: 60px;
  height: 60px;
}
.works .number-title {
  font-family: "Gilroy-Extrabold";
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  line-height: 50px;
  color: #000000;
}
.works .number-text {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: #9E9DA2;
}

.slider {
  width: 400px;
  min-height: 567px;
  position: relative;
  margin: 60px auto;
}
.slider:before {
  content: "";
  position: absolute;
  background-image: url(../images/slider-bg.svg);
  z-index: 1;
  width: 400px;
  max-height: 567px;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.slider:after {
  content: "";
  position: absolute;
  width: 146px;
  height: 2px;
  background-color: #121515;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}

.carousel {
  padding-bottom: 230px;
}

.carousel-indicators {
  min-height: 13px;
}

.carousel-indicators [data-bs-target] {
  width: 12.77px;
  min-height: 12.77px;
  border: 0px solid;
  background: #75BF7A;
  border-radius: 13px;
  opacity: 0.5;
  cursor: pointer;
}

.carousel-indicators .active {
  opacity: 1;
  background: #75BF7A;
}

.carousel-inner {
  width: 243px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.carousel-item {
  width: 202px;
  height: 331px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 80px;
}

.device-svg {
  width: 202px;
  height: 331px;
}

.steps .title-items {
  font-family: "Gilroy-Extrabold";
  font-weight: 800;
  font-style: normal;
  font-size: 46px;
  line-height: 50px;
  color: #000000;
  text-align: center;
  padding: 25px 0;
}
.steps .title-items i {
  color: #75BF7A;
}
.steps .steps-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: none;
      -ms-flex-align: none;
          align-items: none;
  -webkit-box-pack: none;
      -ms-flex-pack: none;
          justify-content: none;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 0 70px 250px 70px;
}
.steps .steps-container .steps-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: none;
      align-content: none;
  max-width: 1060px;
  width: 100%;
  min-height: 304px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 28px 0;
}
.steps .steps-container .left {
  margin-right: 90px;
}
.steps .steps-container .right {
  margin-left: 90px;
}
.steps .steps-container .steps-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: none;
      -ms-flex-pack: none;
          justify-content: none;
  -ms-flex-line-pack: none;
      align-content: none;
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-style: normal;
  font-size: 33.9429px;
  line-height: 32px;
  color: #000000;
}
.steps .steps-container .text-green {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 88px;
  line-height: 119px;
  color: #75BF7A;
  padding-right: 25px;
}
.steps .steps-container .steps-item-text {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 23px;
  color: #9E9DA2;
}
.steps .steps-container .blok1 {
  width: 257px;
  min-height: 255px;
}
.steps .steps-container .blok2 {
  width: 248px;
  min-height: 227px;
}
.steps .steps-container .blok3 {
  width: 311px;
  min-height: 234px;
}

footer .logo-footer svg {
  width: 131px;
  height: 37.12px;
}
footer .footer-item {
  margin: 70px 0;
}
footer .footer-title {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 27px;
  color: #272042;
  padding: 21px 0;
}
footer .footer-text {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  color: #8B8BA5;
}
footer .footer-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: none;
      align-content: none;
}
footer .footer-btn {
  font-family: "Gilroy-Extrabold";
  font-weight: 800;
  font-style: normal;
  font-size: 16.8901px;
  line-height: 0px;
  white-space: nowrap;
  color: #FFFFFF;
  background: #000000;
  border-radius: 3.5px;
  padding: 13px 23px;
}
footer .footer-btn-svg {
  width: 23px;
  height: 23px;
}
footer .reserved {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #75BF7A;
  margin: 50px 0 70px;
}

@media (max-width: 1199px) {
  header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  header .header-item h1, header .header-item p {
    text-align: center;
  }
  header .header-btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bannerform .banerform-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: none;
        align-content: none;
  }
  .bannerform-item {
    text-align: center;
  }
  .footer-item {
    margin: 50px 0;
  }
}
@media (max-width: 960px) {
  .laptop-none {
    display: block;
    margin: 0 auto;
  }
  .mob-none {
    display: none;
  }
  .bannerform form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: none;
        align-content: none;
  }
  .steps .steps-container {
    padding: 0 70px 150px 70px;
  }
  .steps .steps-container .steps-bg {
    min-height: 477px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .steps .steps-container .steps-item-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .steps .steps-container .steps-item-text {
    text-align: center;
    padding: 40px 0;
  }
  .steps .steps-container .left {
    margin-right: 0px;
  }
  .steps .steps-container .right {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  nav .navbar {
    text-align: end;
  }
  nav .navbar-toggler {
    margin-left: auto;
  }
  nav .navbar-nav {
    text-align: right;
  }
  nav .burger svg {
    width: 50px;
    height: 38px;
  }
}
@media (max-width: 575px) {
  nav {
    padding: 24px 0 14px;
  }
  nav .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .logo svg {
    width: 93px;
    height: 26.35px;
  }
  nav .burger svg {
    width: 23px;
    height: 18px;
  }
  nav .nav-btn {
    font-size: 18px;
    line-height: 20px;
    border-radius: 3.95238px;
    padding: 12px 28px;
    margin-left: auto;
  }
  main {
    margin-top: 70px;
  }
  header .header-item h1 {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    padding: 30px 20px 0;
  }
  header .header-item p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 24px 20px;
  }
  header .header-btn-group .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    -ms-flex-line-pack: none;
        align-content: none;
    font-size: 14px;
    border-radius: 3px;
    padding: 9px 20px;
    margin: 0 7px;
  }
  header .header-btn-group .playmarket-svg {
    width: 18px;
    height: 19px;
  }
  header .header-btn-group .appstore-svg {
    width: 20px;
    height: 20px;
  }
  header .header-img svg {
    width: 320px;
    min-height: 338px;
  }
  .bannerform .bannerform-item {
    font-size: 24px;
    line-height: 28px;
  }
  .bannerform .form-control {
    font-size: 16px;
    max-width: 280px;
    max-height: 48px;
  }
  .bannerform .btn-dark {
    font-size: 18px;
    padding: 23px 72px;
  }
  .works .title-items {
    font-size: 24px;
  }
  .works .works-title-item {
    font-size: 18px;
    line-height: 22px;
  }
  .works .num {
    width: 55px;
    height: 55px;
  }
  .works .number-title {
    line-height: 56px;
    text-align: center;
  }
  .works .number-text {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }
  .slider {
    width: 320px;
    min-height: 448px;
  }
  .slider::before {
    width: 320px;
    max-height: 448x;
  }
  .slider::after {
    width: 115px;
    top: 13px;
  }
  .carousel-indicators {
    height: 11px;
  }
  .carousel {
    padding-bottom: 130px;
  }
  .carousel-indicators {
    min-height: 11px;
  }
  .carousel-inner {
    width: 195px;
  }
  .carousel-item {
    width: 194px;
    margin-top: 60px;
  }
  .device-svg {
    width: 194px;
    height: 331px;
  }
  .steps .title-items {
    font-size: 24px;
  }
  .steps .steps-container {
    padding: 0 20px 150px 20px;
  }
  .steps .steps-container .text-green {
    font-size: 65px;
    line-height: 87px;
    text-align: left;
    margin: 0;
  }
  .steps .steps-container .steps-item-title {
    font-size: 25px;
    line-height: 24px;
  }
  .steps .steps-container .steps-item-text {
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    margin: 0;
  }
  .steps .steps-container .blok1 {
    width: 225px;
    min-height: 223px;
    padding: 20px 0;
  }
  .steps .steps-container .blok2 {
    width: 248px;
    min-height: 227px;
    padding: 20px 0;
  }
  .steps .steps-container .blok3 {
    width: 247px;
    min-height: 173px;
    padding: 20px 0;
  }
  .steps .steps-container .mob-none-sm {
    display: none;
  }
  footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .logo-footer {
    text-align: center;
  }
  footer .logo-footer svg {
    width: 131px;
    height: 37.12px;
  }
  footer .footer-item {
    margin: 10px 0;
  }
  footer .footer-title,
footer .footer-text {
    text-align: center;
  }
  footer .footer-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .mob-none-sm {
    display: none;
  }
  footer .footer-btn {
    font-size: 14px;
    text-align: center;
    padding: 9px 20px;
    border-radius: 3px;
  }
  footer .footer-btn-svg {
    width: 19px;
    height: 19px;
  }
  footer .reserved {
    color: #9E9DA2;
  }
}