.mobile-app-top {
  position: relative;
}

.mobile-app-top .wrapper {
  background: #16161b;
}

.mobile-app-top .wrapper .content-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-app-top .wrapper .block {
  padding-top: 200px;
  padding-bottom: 30px;
}

.mobile-app-top .wrapper .text {
  color: #fff;
  padding: 0;
}

.mobile-app-top .wrapper .text .bold {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px;
  font-family: Myriad_Pro_Bold;
  text-transform: capitalize;
}

.mobile-app-top .wrapper .text .simple {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.7;
  margin-bottom: 40px;
  font-family: Proxima_Nova_Regular;
}

.mobile-app-top .wrapper .text .bottom {
  font-size: 24px;
  line-height: 50px;
  font-family: Myriad_Pro_Bold;
  text-transform: capitalize;
}

.mobile-app-top .wrapper .icon-nav-down {
  display: flex;
  flex-direction: column;
  animation: none;
  max-width: 20px;
  margin: 0 auto;
}

.mobile-app-top .wrapper .icon-nav-down .top {
  opacity: 0;
  margin-bottom: 10px;
  -webkit-animation: opacity 2.5s infinite ease-in-out;
  -moz-animation: opacity 2.5s infinite ease-in-out;
  -o-animation: opacity 2.5s infinite ease-in-out;
  animation: opacity 2.5s infinite ease-in-out;
  animation-delay: 2s;
}

.mobile-app-top .wrapper .icon-nav-down .bottom {
  opacity: 0;
  height: 20px;
  -webkit-animation: opacity 2.5s infinite ease-in-out;
  -moz-animation: opacity 2.5s infinite ease-in-out;
  -o-animation: opacity 2.5s infinite ease-in-out;
  animation: opacity 2.5s infinite ease-in-out;
  animation-delay: 2.25s;
}

@keyframes opacity {
  20%, 100% {
    opacity: 0;
  }

  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .mobile-app-top .wrapper .block {
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-app-top .wrapper .content-block {
    display: flex;
    flex-direction: column-reverse;
  }

  .mobile-app-top .wrapper .content-block .bold {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
  }

  .mobile-app-top .wrapper .content-block .simple {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .mobile-app-top .wrapper .content-block .bottom {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }

  .mobile-app-top .wrapper .content-block .image-main {
    left: 0;
    width: 300px;
  }

  .mobile-app-top .wrapper .icon-nav-down {
    margin-top: 50px;
  }

  .mobile-app-top .wrapper .image-container {
    margin-bottom: 50px;
  }

  .mobile-app-top .wrapper .image-top {
    width: 100%;
    left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-app-top .wrapper {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .mobile-app-top .wrapper .container {
    max-width: none;
    padding: 0 40px;
  }

  .mobile-app-top .wrapper .block {
    padding-bottom: 0;
  }

  .mobile-app-top .wrapper .image-container .image-main {
    width: 323px;
    left: -25px;
  }

  .mobile-app-top .wrapper .content-block {
    justify-content: space-around;
  }

  .mobile-app-top .wrapper .content-block .bold {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .mobile-app-top .wrapper .content-block .simple {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .mobile-app-top .wrapper .content-block .bottom {
    font-size: 18px;
    line-height: 26px;
  }

  .mobile-app-top .wrapper .icon-nav-down {
    margin-top: 160px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mobile-app-top .wrapper .container {
    max-width: none;
    padding: 160px 100px 70px;
  }

  .mobile-app-top .wrapper .content-block .text .bold {
    line-height: 52px;
    margin-bottom: 30px;
  }

  .mobile-app-top .wrapper .content-block .text .simple {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .mobile-app-top .wrapper .content-block .text .bottom {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-app-top .wrapper .block {
    padding-top: 135px;
  }

  .mobile-app-top .wrapper .content-block .image-container .image-main {
    width: 190px;
  }

  .mobile-app-top .wrapper .icon-nav-down {
    margin-top: 120px;
  }
}

.mobile-app-top .video-background {
  opacity: 0.2;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top;
}

.mobile-app-top .wrapper .simple {
  max-width: 540px;
}

.mobile-app-top .wrapper .image-main {
  position: relative;
  display: none;
}

.mobile-app-top .wrapper .bold {
  text-transform: capitalize;
}

.mobile-app-top .wrapper .icon-nav-down {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mobile-app-top .wrapper .block {
    padding-top: 150px;
  }

  .mobile-app-top .wrapper .content-block .image-main {
    width: 190px;
  }

  .mobile-app-top .wrapper .icon-nav-down {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-app-top .wrapper .block .image-container .image-main {
    display: block;
  }

  .mobile-app-top .wrapper .icon-nav-down {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mobile-app-top .wrapper .block {
    padding-top: 210px;
  }

  .mobile-app-top .wrapper .block .image-container .image-main {
    left: -50px;
    display: none;
  }

  .mobile-app-top .wrapper .icon-nav-down {
    margin-top: 110px;
  }
}

.mobile-app-main .section-blocks {
  padding: 40px 0 0;
}

.mobile-app-main .section-blocks .title-general {
  text-transform: capitalize;
  margin-bottom: 0;
}

.mobile-app-main ul.dash {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  padding-bottom: 0;
}

.mobile-app-main ul.dash > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}

.mobile-app-main ul > li {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  opacity: 1;
}

.mobile-app-main .wrapper {
  margin-bottom: 0;
  padding: 40px 0;
}

.mobile-app-main .wrapper .container.block {
  display: flex;
  justify-content: space-between;
}

.mobile-app-main .wrapper .card {
  background: #fff;
}

.mobile-app-main .card {
  padding: 35px 40px 20px 50px;
  border: 6px solid #ECEEF3;
  border-radius: 40px;
  position: relative;
  flex: 1;
}

.mobile-app-main .card .title {
  font-size: 30px;
  line-height: 42px;
  z-index: 7;
  font-weight: bold;
  font-family: Myriad_Pro_Bold, sans-serif;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.mobile-app-main .card .title > * {
  font-size: 30px;
  line-height: 42px;
  margin: 0;
}

.mobile-app-main .card .line {
  background: #000000;
  width: 30px;
  height: 2px;
}

.mobile-app-main .card .text {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #000000;
  text-transform: capitalize;
  opacity: 0.5;
  font-family: Myriad_Pro_Bold, sans-serif;
  max-width: 75%;
}

.mobile-app-main .card .content .text {
  margin-bottom: 0;
  text-transform: initial;
  max-width: 100%;
}

.mobile-app-main .card .content .text p {
  margin-bottom: 5px;
}

.mobile-app-main .content {
  color: #000000;
  margin-top: 15px;
}

.mobile-app-main .content .content-title {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  opacity: 1;
  font-family: Proxima_Nova_Bold, sans-serif;
}

.mobile-app-main .content .dash {
  color: #333;
  opacity: 1;
  margin-left: 7px;
  font-family: Proxima_Nova_Regular, sans-serif;
}

.mobile-app-main .content .text {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  opacity: 1;
  font-family: Proxima_Nova_Regular, sans-serif;
}

.mobile-app-main .wrapper-silver {
  background: #F8F8F8;
  padding: 40px 0;
}

.mobile-app-main .wrapper-silver .container.block {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.mobile-app-main .wrapper-silver .card {
  background: #fff;
}

.mobile-app-main .wrapper .container.block,
.mobile-app-main .wrapper-silver .container.block {
  gap: 40px;
}

.mobile-app-main .spot {
  max-width: max-content;
}

.mobile-app-main .spot::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 70px;
  z-index: 1;
  left: auto;
  right: 0;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .mobile-app-main .section-blocks {
    padding-top: 10px;
  }

  .mobile-app-main .section-blocks .container {
    max-width: none;
    padding: 0;
  }

  .mobile-app-main .section-blocks .title-general {
    font-size: 22px;
    line-height: 28px;
    font-family: Myriad_Pro_Bold, sans-serif;
    padding: 0 10px;
  }

  .mobile-app-main .section-blocks .block {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    align-items: flex-start;
  }

  .mobile-app-main .section-blocks .card {
    position: relative;
    padding: 27px 30px 27px 15px;
    left: -10px;
    max-width: 95%;
    min-width: 95%;
    border-radius: 0 20px 20px 0;
    border: 4px solid #EBEBEB;
  }

  .mobile-app-main .section-blocks .card .title {
    font-size: 20px;
    line-height: 28px;
    font-family: Myriad_Pro_Bold, sans-serif;
    margin-bottom: 10px !important;
  }

  .mobile-app-main .section-blocks .card .title > * {
    font-size: 20px;
    line-height: 28px;
    font-family: Myriad_Pro_Bold, sans-serif;
  }

  .mobile-app-main .section-blocks .card .line {
    height: 2px;
    margin-bottom: 20px;
  }

  .mobile-app-main .section-blocks .card .text {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-app-main .section-blocks .content .text {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-app-main .section-blocks .last-content .text {
    margin-top: 15px;
  }

  .mobile-app-main .section-blocks .wrapper {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .mobile-app-main .section-blocks .wrapper .container {
    padding: 0;
  }

  .mobile-app-main .section-blocks .wrapper .content {
    padding: 0 10px;
    margin-top: 20px;
  }

  .mobile-app-main .section-blocks .wrapper-silver {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .mobile-app-main .section-blocks .wrapper-silver .container {
    padding: 0;
  }

  .mobile-app-main .section-blocks .wrapper-silver .container.block {
    bottom: auto;
    padding: 0;
    top: auto;
    flex-direction: column;
  }

  .mobile-app-main .section-blocks .wrapper-silver .card {
    position: relative;
    top: 0;
    bottom: auto;
    padding: 27px 15px;
    left: -10px;
    max-width: 95%;
    min-width: 95%;
  }

  .mobile-app-main .section-blocks .wrapper-silver .content {
    padding: 0 10px;
    margin-top: 20px;
  }

  .mobile-app-main .section-blocks .content {
    margin-top: 0;
  }

  .mobile-app-main .section-blocks .content .content-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .mobile-app-main .section-blocks .dash {
    margin: 0;
    padding-bottom: 0;
  }

  .mobile-app-main .section-blocks .dash li {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-app-main .section-blocks .wrapper .card,
  .mobile-app-main .section-blocks .wrapper-silver .card {
    margin-bottom: 30px;
  }

  .mobile-app-main .section-blocks .wrapper .card .content,
  .mobile-app-main .section-blocks .wrapper-silver .card .content {
    padding: 0;
  }

  .mobile-app-main .section-blocks .wrapper .container.block,
  .mobile-app-main .section-blocks .wrapper-silver .container.block {
    gap: 0;
  }

  .mobile-app-main .section-blocks .block .card {
    min-width: 95%;
    max-width: 95%;
    border-radius: 0 22px 22px 0;
  }

  .mobile-app-main .section-blocks .spot::before {
    right: 0;
    left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-app-main .section-blocks {
    padding-top: 30px;
  }

  .mobile-app-main .section-blocks .container {
    max-width: none;
    padding: 0 40px !important;
  }

  .mobile-app-main .section-blocks .title-general {
    max-width: 520px;
  }

  .mobile-app-main .section-blocks .card {
    padding: 30px 30px 20px 35px;
  }

  .mobile-app-main .section-blocks .card .title {
    font-size: 24px;
    line-height: 30px;
  }

  .mobile-app-main .section-blocks .card .title > * {
    font-size: 24px;
    line-height: 30px;
  }

  .mobile-app-main .section-blocks .wrapper .block .content .text {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-app-main .section-blocks .wrapper .block .content .dash > li {
    font-size: 16px;
  }

  .mobile-app-main .section-blocks .wrapper-silver {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .mobile-app-main .section-blocks .wrapper-silver .card {
    bottom: 0;
    padding: 40px 10px 40px 40px;
    border-radius: 40px;
  }

  .mobile-app-main .section-blocks .wrapper-silver .content .content-title {
    line-height: 24px;
  }

  .mobile-app-main .section-blocks .wrapper-silver .content .text {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-app-main .section-blocks .wrapper-silver .content .dash {
    margin-left: 40px;
    line-height: 26px;
  }

  .mobile-app-main .section-blocks .wrapper-silver .content .dash > li {
    font-size: 16px;
  }

  .mobile-app-main .section-blocks .spot {
    max-width: 75%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mobile-app-main .section-blocks {
    padding-top: 40px;
  }

  .mobile-app-main .section-blocks .container {
    max-width: none;
    padding: 0 100px;
  }

  .mobile-app-main .section-blocks .title-general {
    max-width: 750px;
  }

  .mobile-app-main .section-blocks .card .title {
    font-size: 26px;
    line-height: 32px;
  }

  .mobile-app-main .section-blocks .card .title > * {
    font-size: 26px;
    line-height: 32px;
  }

  .mobile-app-main .section-blocks .content .text {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-app-main .section-blocks .content .dash li {
    font-size: 16px;
    line-height: 26px;
  }

  .mobile-app-main .wrapper-silver .card {
    padding-right: 40px;
  }

  .mobile-app-main .wrapper .block .card {
    padding-left: 50px;
  }
}

.mobile-app-main .section-blocks .spot {
  max-width: 80%;
}

.mobile-app-main .section-blocks .mobile-blue::before {
  background: url("../../assets/img/Mobile_page/icons/mobile_blue.svg") no-repeat;
}

.mobile-app-main .section-blocks .mobile-purple::before {
  background: url("../../assets/img/Mobile_page/icons/mobile_purple.svg") no-repeat;
}

.mobile-app-main .section-blocks .mobile-red::before {
  background: url("../../assets/img/Mobile_page/icons/mobile_red.svg") no-repeat;
}

.mobile-app-main .section-blocks .mobile-light::before {
  background: url("../../assets/img/Mobile_page/icons/mobile_ligth.svg") no-repeat;
}

.mobile-app-main .section-blocks .mobile-orange::before {
  background: url("../../assets/img/Mobile_page/icons/mobile_orange.svg") no-repeat;
}

.mobile-app-trusted .wrapper {
  background: #16161b;
  padding: 40px 0;
}

.mobile-app-trusted .wrapper .title-general {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.mobile-app-trusted .wrapper .trusted-blocks {
  display: flex;
  justify-content: space-between;
}

.mobile-app-trusted .block {
  max-width: 330px;
}

.mobile-app-trusted .block:not(:last-child) {
  margin-right: 30px;
}

.mobile-app-trusted .block .image {
  width: 184px;
  height: 81px;
}

.mobile-app-trusted .block .line {
  margin: 32px 0 30px;
  height: 2px;
  width: 30px;
  background: linear-gradient(90deg, #37e3fd 0%, #2e5cfa 50%, #0000b0 100%);
}

.mobile-app-trusted .block .text {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  opacity: 0.7;
  font-family: Proxima_Nova_Regular;
}

@media screen and (max-width: 767px) {
  .mobile-app-trusted .wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-app-trusted .wrapper .title-general {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .mobile-app-trusted .wrapper .trusted-blocks {
    display: flex;
    flex-direction: column;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .image-auto-height {
    height: auto;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .line {
    transform: rotate(0);
    width: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .text {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
    margin-left: 0;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .image {
    max-width: 125px;
    width: auto;
    height: 40px;
    left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-app-trusted .wrapper {
    padding: 30px 0;
  }

  .mobile-app-trusted .wrapper .container {
    max-width: none;
    padding: 0 40px;
  }

  .mobile-app-trusted .wrapper .title-general {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .image {
    max-width: 130px;
    max-height: 35px;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mobile-app-trusted .wrapper .container {
    max-width: none;
    padding: 0 100px;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .text {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .image {
    height: 40px;
    width: auto;
    left: 0;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .move-image {
    left: -20px;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .image-nasa {
    left: 0;
  }
}

.mobile-app-trusted .wrapper .block .move-img {
  position: relative;
  right: 45px;
}

@media screen and (max-width: 767px) {
  .mobile-app-trusted .wrapper .container {
    max-width: none;
    padding: 0 10px;
  }

  .mobile-app-trusted .wrapper .container .block {
    max-width: none;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .datafeeds-image {
    height: 40px;
    max-width: 180px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mobile-app-trusted .wrapper .trusted-blocks .block {
    margin-right: 40px;
  }

  .mobile-app-trusted .wrapper .trusted-blocks .block .image {
    max-width: 200px;
    left: 0;
  }
}

.mobile-app-clients .wrapper {
  padding: 40px 0;
}

.mobile-app-clients .wrapper .blocks {
  display: flex;
  justify-content: space-around;
}

.mobile-app-clients .wrapper .blocks .block-image {
  width: 500px;
  height: 280px;
  position: relative;
}

.mobile-app-clients .wrapper .blocks .block-image .image-original,
.mobile-app-clients .wrapper .blocks .block-image .image-original_mobile {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-app-clients .wrapper .blocks .block-image .image-original_mobile {
  display: none;
  background-position: center;
}

.mobile-app-clients .wrapper .blocks .block-image .hover-block-text {
  opacity: 0;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-right: 10px;
  transition: .8s;
  background-repeat: no-repeat;
  background-size: contain;
}

.mobile-app-clients .wrapper .blocks .block-image .hover-block-text .technologies-use {
  align-items: center;
}

.mobile-app-clients .wrapper .blocks .block-image .hover-block-text .technologies-use .images {
  margin: 0;
}

.mobile-app-clients .wrapper .blocks .block-image .hover-block-text .technologies-use .images .text-img {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 14px;
  height: auto;
  margin-top: 3px;
  font-family: Proxima_Nova_Regular;
}

.mobile-app-clients .wrapper .blocks .block-image .hover-block-text .title {
  padding: 51px 0 15px 51px;
  font-family: Myriad_Pro_Bold;
  font-size: 32px;
  line-height: 42px;
  margin: 0;
}

.mobile-app-clients .wrapper .blocks .block-image .hover-block-text .line-general {
  margin-left: 51px;
  margin-bottom: 15px;
  height: 3px;
}

.mobile-app-clients .wrapper .blocks .block-image .hover-block-text .text {
  font-size: 16px;
  line-height: 26px;
  white-space: pre-line;
  font-family: Proxima_Nova_Regular;
  padding: 0 0 23px 51px;
  max-width: 470px;
  margin: 0;
  text-transform: capitalize;
  max-width: 470px;
}

.mobile-app-clients .wrapper .blocks .block-image:hover .image-original,
.mobile-app-clients .wrapper .blocks .block-image:hover .image-original_mobile {
  opacity: 0;
}

.mobile-app-clients .wrapper .blocks .block-image:hover .hover-block-text {
  display: block;
  opacity: 1;
}

.mobile-app-clients .technologies-use {
  display: flex;
  font-family: Myriad_Pro_Semibold, sans-serif;
  font-size: 18px;
  line-height: 42px;
  margin-left: 51px;
}

.mobile-app-clients .technologies-use .use-technologi {
  text-transform: capitalize;
  margin-bottom: 0;
}

.mobile-app-clients .technologies-use .images {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.mobile-app-clients .technologies-use .images img {
  width: 30px;
  height: 28px;
  margin: 0 13px;
}

@media screen and (max-width: 767px) {
  .mobile-app-clients .wrapper {
    padding: 20px 0 0;
  }

  .mobile-app-clients .wrapper .container {
    max-width: none;
    padding: 0 10px;
  }

  .mobile-app-clients .wrapper .title-general {
    font-size: 22px;
    line-height: 36px;
  }

  .mobile-app-clients .wrapper .blocks {
    flex-direction: column;
  }

  .mobile-app-clients .wrapper .blocks .block-image {
    width: 100%;
    height: 385px;
    margin-bottom: 30px !important;
    pointer-events: none;
  }

  .mobile-app-clients .wrapper .blocks .block-image .image-original_mobile {
    display: block;
    background-size: contain;
  }

  .mobile-app-clients .wrapper .blocks .block-image .image-original {
    display: none;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text {
    opacity: 1;
    color: #000;
    background-image: none !important;
    top: 50%;
    height: auto;
    display: block;
    width: 280px;
    margin: 0 auto;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.nda {
    padding-top: 20px;
    color: #fff;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.nda .use-technologi {
    opacity: 0.8 !important;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.fintech {
    color: #fff;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 0;
    margin-top: 5px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .line-general {
    display: block;
    width: 15px;
    margin-left: 0;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .text {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 0;
    margin-top: 10px;
    max-width: 260px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .technologies-use {
    margin-left: 0;
    align-items: center;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .technologies-use .use-technologi {
    font-size: 12px;
    line-height: 14px;
    opacity: 0.25;
    font-family: Myriad_Pro_Bold;
    margin: 0;
    min-width: 110px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .technologies-use .images {
    margin-left: 12px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .technologies-use .images img {
    margin: 0 4px;
    height: 18px;
    width: auto;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.smartTrader {
    color: #fff;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.smartTrader .line-general {
    background: #0EA5FB;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.smartTrader .technologies-use {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.smartTrader .technologies-use .images {
    margin-left: 0;
    margin-top: 10px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.tasx {
    padding-top: 14px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.tasx .line-general {
    background: #4989CA;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.fintatech {
    color: #fff;
    padding-top: 15px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.fintatech .line-general {
    background: #4989CA;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.iota .line-general {
    background: #339893;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.iota .technologies-use {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.iota .technologies-use .images {
    align-items: center;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.tradersyard {
    padding-top: 20px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.tradersyard .line-general {
    background: #4467B0;
    margin-bottom: 10px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.alphateka .line-general {
    background: #FF3C3C;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text.eservia .line-general {
    background: #66cc99;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-app-clients .wrapper {
    padding: 30px 0;
  }

  .mobile-app-clients .wrapper .container {
    max-width: none;
    padding: 0 40px;
  }

  .mobile-app-clients .wrapper .blocks .block-image {
    width: 350px;
    height: 190px;
    margin: 0 15px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text {
    opacity: 0;
    height: 100%;
    color: #fff;
    width: 100%;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .title {
    padding: 17px 0 18px 27px;
    font-size: 26px;
    line-height: 42px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .line-general {
    margin-left: 27px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .text {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 24px 27px;
    max-width: 320px;
  }

  .mobile-app-clients .wrapper .technologies-use {
    margin-left: 27px;
  }

  .mobile-app-clients .wrapper .technologies-use .use-technologi {
    margin: 0;
    font-size: 12px;
    line-height: 19px;
  }

  .mobile-app-clients .wrapper .technologies-use .images {
    margin-left: 10px;
    margin-top: -2px;
  }

  .mobile-app-clients .wrapper .technologies-use .images img {
    width: 100%;
    height: auto;
    transform: scale(0.6);
    margin: 0 3px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mobile-app-clients .wrapper .container {
    max-width: none;
    padding: 0 100px;
  }

  .mobile-app-clients .wrapper .blocks .block-image {
    width: 450px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .title {
    padding: 25px 0 15px 30px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .line-general {
    margin-left: 30px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .text {
    padding-left: 30px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .technologies-use {
    margin-left: 30px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .technologies-use .images {
    margin-left: auto;
  }
}

.mobile-app-clients .wrapper .blocks {
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mobile-app-clients .wrapper {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .title {
    padding-bottom: 10px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .text {
    padding-bottom: 10px;
  }

  .mobile-app-clients .wrapper .blocks .block-image .hover-block-text .technologies-use {
    align-items: center;
  }
}

.technologies-black .wrapper {
  background: #16161b;
}

.technologies-black .swift {
  width: 50px !important;
}

.technologies-black .wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.technologies-black .wrapper .title-general {
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
}

.technologies-black .wrapper .temp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.technologies-black .wrapper .technologies {
  margin: 0 30px 30px;
  width: 80px;
}

.technologies-black .wrapper .technologies:nth-child(8n + 1) {
  margin-left: 0;
}

.technologies-black .wrapper .technologies img {
  height: 47px;
  width: auto;
}

.technologies-black .wrapper .technologi {
  margin: 0 auto;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.technologies-black .wrapper .image-slide {
  display: none;
  cursor: pointer;
}

.technologies-black .wrapper .link-button {
  display: block;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .technologies-black .wrapper {
    padding: 20px 0;
  }

  .technologies-black .wrapper .title-general {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .technologies-black .wrapper .temp {
    height: 250px;
    overflow: hidden;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
    display: flex;
    justify-content: center;
  }

  .technologies-black .wrapper .temp.collapsed {
    height: 700px;
  }

  .technologies-black .wrapper .temp .technologies {
    width: 20%;
    margin: 0 20px 30px;
  }

  .technologies-black .wrapper .temp .technologies:nth-child(8n + 1) {
    margin-left: 20px;
  }

  .technologies-black .wrapper .temp .technologies img {
    height: 60px;
    max-width: 55px;
  }

  .technologies-black .wrapper .image-slide {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    transform: rotate(180deg);
  }

  .technologies-black .wrapper .image-slide .icon-button-back {
    width: 16px;
  }

  .technologies-black .wrapper .image-slide.hide img {
    transform: rotate(-180deg);
  }

  .technologies-black .wrapper .link-button button {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .technologies-black .wrapper {
    margin-bottom: 0;
    padding: 30px 0;
  }

  .technologies-black .wrapper .container {
    max-width: none;
    padding: 0 40px;
  }

  .technologies-black .wrapper .title-general {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .technologies-black .wrapper .technologies {
    margin: 0 20px 30px;
    width: 80px;
  }

  .technologies-black .wrapper .technologies:nth-child(8n + 1) {
    margin-left: 20px;
  }

  .technologies-black .wrapper .technologies img {
    height: 50px;
    width: auto;
    max-width: 55px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .technologies-black .wrapper .container {
    padding: 0 100px;
    max-width: none;
  }

  .technologies-black .wrapper .title-general {
    font-size: 36px;
    line-height: 50px;
  }

  .technologies-black .wrapper .technologies {
    max-width: 80px;
    margin: 0 20px 30px;
  }

  .technologies-black .wrapper .technologies img {
    width: auto;
    height: 60px;
    max-height: none;
  }
}

.general-count .wrapper {
  background: #fff;
  padding: 40px 0 0;
}

.general-count .wrapper .title-general {
  text-align: center;
}

.general-count .wrapper .blocks-wrapper {
  padding-top: 0;
  margin-top: 0;
}

.general-count .wrapper .blocks-wrapper .blocks-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.general-count .wrapper .blocks-wrapper .blocks-bottom {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.general-count .wrapper .blocks-wrapper .blocks-bottom .block:first-child {
  margin-right: 130px;
}

.general-count .wrapper .block {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.general-count .wrapper .block .text-general {
  min-width: fit-content;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-family: Proxima_Nova_Regular, sans-serif;
}

.general-count .wrapper .block .number-gradient span {
  font-size: 108px;
  background: -webkit-linear-gradient(144deg, #b5b8ec, #c2f1fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(144deg, #b5b8ec, #c2f1fe);
  background-clip: text;
  color: transparent;
  min-width: fit-content;
  text-align: center;
  color: #bcc6f6;
  font-weight: bold;
  line-height: 0.9;
  font-family: Myriad_Pro_Bold, sans-serif;
}

@media screen and (max-width: 767px) {
  .general-count .wrapper {
    padding-top: 20px;
  }

  .general-count .wrapper .title-general {
    margin-bottom: 20px;
  }

  .general-count .wrapper .block {
    flex-direction: row;
    justify-content: space-between;
    justify-content: center;
    width: 100%;
  }

  .general-count .wrapper .block .number-gradient span {
    font-size: 60px;
  }

  .general-count .wrapper .block .number-gradient svg {
    max-width: 150px;
    height: 50px;
  }

  .general-count .wrapper .block .number-gradient.small-img svg {
    max-width: 70px;
  }

  .general-count .wrapper .block .number-gradient.four svg {
    max-width: 40px;
  }

  .general-count .wrapper .block .text-general {
    margin-left: 40px;
  }

  .general-count .wrapper .blocks-wrapper {
    padding-bottom: 0;
  }

  .general-count .wrapper .blocks-wrapper .blocks-top,
  .general-count .wrapper .blocks-wrapper .blocks-bottom {
    flex-direction: column;
    padding-bottom: 0;
  }

  .general-count .wrapper .blocks-wrapper .blocks-top .block,
  .general-count .wrapper .blocks-wrapper .blocks-bottom .block {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .general-count .wrapper .blocks-wrapper .blocks-bottom .block:first-child {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .general-count .custom-text {
    color: #333;
  }
}

.expertise-block .wrapper {
  padding-bottom: 40px;
}

.expertise-block .wrapper .list-expertise {
  display: flex;
  align-items: center;
  margin-top: 45px;
  margin-left: 0;
}

.expertise-block .wrapper .list-expertise .title-general {
  margin: 0 90px 0 0;
  text-transform: capitalize;
}

.expertise-block .wrapper .list-expertise .expertise-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 20px;
  border-radius: 20px;
  margin-left: 10px;
  position: relative;
  background: #F8F8F8;
}

.expertise-block .wrapper .list-expertise .img-expertise {
  max-height: 100%;
  width: auto;
}

.expertise-block .wrapper .list-expertise .img-expertise.image-clutch {
  width: auto;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .expertise-block .wrapper {
    padding-bottom: 10px;
  }

  .expertise-block .wrapper .container {
    padding: 0 10px;
  }

  .expertise-block .wrapper .list-expertise {
    margin-top: 20px;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .expertise-block .wrapper .list-expertise .title-general {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    flex: 1 0 100%;
    margin: 0;
    padding-bottom: 10px;
  }

  .expertise-block .wrapper .list-expertise .img-expertise {
    flex: 1;
    max-width: 120px;
  }

  .expertise-block .wrapper .list-expertise .img-expertise.image-clutch {
    width: auto;
    height: 40px;
  }

  .expertise-block .wrapper .list-expertise .clutch-widget {
    flex: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .expertise-block .wrapper {
    padding-bottom: 20px;
  }

  .expertise-block .wrapper .container {
    padding: 0 40px;
  }

  .expertise-block .wrapper .list-expertise {
    margin-left: 0;
    justify-content: space-between;
    margin-top: 20px;
  }

  .expertise-block .wrapper .list-expertise .title-general {
    font-size: 24px;
    line-height: 36px;
    margin-right: -4px;
    min-width: 200px;
  }

  .expertise-block .wrapper .list-expertise .expertise-wrapp {
    height: 100px;
  }

  .expertise-block .wrapper .list-expertise .img-expertise.image-clutch {
    width: auto;
    height: 30px;
  }

  .expertise-block .wrapper .list-expertise .clutch-widget {
    width: 200px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .expertise-block .wrapper .container {
    padding: 0 100px;
  }

  .expertise-block .wrapper .list-expertise .title-general {
    font-size: 30px;
    line-height: 50px;
  }
}

.mobile-app-feedback .wrapper {
  background: #F8F8F8;
  padding: 40px 0;
}

.mobile-app-feedback .feedback {
  margin-top: 100px;
  margin-bottom: 0;
  z-index: 99;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  min-height: 260px;
  padding: 0 96px 0 110px;
  background: #fff;
  color: #000000;
}

.mobile-app-feedback .feedback .person {
  position: relative;
  top: -50px;
  min-width: 300px;
}

.mobile-app-feedback .feedback .person .image {
  width: 170px;
  height: 170px;
}

.mobile-app-feedback .feedback .name {
  font-size: 24px;
  line-height: 42px;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 8px;
  font-family: Myriad_Pro_Bold;
  min-width: 200px;
}

.mobile-app-feedback .feedback .position {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  opacity: 0.3;
  font-family: Proxima_Nova_Regular;
  min-width: 220px;
}

.mobile-app-feedback .feedback .text-general {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  max-width: 690px;
  opacity: 1;
  margin-bottom: 40px;
  padding: 20px 0 0;
}

.mobile-app-feedback .feedback .custom-text {
  max-width: 690px;
  font-size: 18px;
  line-height: 28px;
  text-overflow: ellipsis;
  font-family: Proxima_Nova_Regular;
  position: relative;
  margin: 0 0 40px;
  padding: 74px 0 0;
}

.mobile-app-feedback .feedback .custom-text::after {
  content: '';
  background: url("../../assets/img/main_page/ticks.png") no-repeat;
  position: absolute;
  width: 120px;
  height: 120px;
  left: -37px;
  top: 30px;
}

@media screen and (max-width: 767px) {
  .mobile-app-feedback .wrapper {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .mobile-app-feedback .wrapper .container {
    padding: 0;
    max-width: none;
  }

  .mobile-app-feedback .wrapper .title-general {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: -23px;
    padding: 0 10px;
  }

  .mobile-app-feedback .wrapper .slider {
    margin: 0 0 -10px;
    overflow: visible;
  }

  .mobile-app-feedback .wrapper .feedback {
    flex-direction: column;
    padding: 0;
    border-radius: 0;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .mobile-app-feedback .wrapper .feedback .person {
    display: flex;
    position: initial;
    margin-left: 10px;
    padding-top: 30px;
  }

  .mobile-app-feedback .wrapper .feedback .person .image {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .mobile-app-feedback .wrapper .feedback .person .name {
    font-size: 20px;
    line-height: 28px;
    font-family: Myriad_Pro_Bold;
  }

  .mobile-app-feedback .wrapper .feedback .person .position {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    min-width: auto;
  }

  .mobile-app-feedback .wrapper .feedback .description {
    margin: 30px 0 0;
    padding: 0 10px 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-app-feedback .wrapper .feedback .description .custom-text {
    padding: 0;
    max-height: 310px;
  }

  .mobile-app-feedback .wrapper .feedback .description .custom-text::after {
    top: -38px;
    left: -28px;
  }

  .mobile-app-feedback .wrapper .feedback .description .text-general {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-app-feedback .wrapper .button {
    width: 100%;
    margin: 0 auto;
  }

  .mobile-app-feedback .wrapper .button button {
    width: 220px;
    font-size: 16px;
    line-height: 22px;
  }

  .mobile-app-feedback .wrapper .carousel-indicators {
    top: 0;
    width: 100%;
    left: auto;
    margin: 0 auto;
    height: 30px;
  }

  .mobile-app-feedback .wrapper .carousel-indicators > li {
    width: 8px;
    height: 8px;
    margin-left: 20px;
  }

  .mobile-app-feedback .wrapper .carousel-control-prev {
    width: 25px;
    height: 40px;
    top: -65px;
    right: 69px;
    left: auto;
  }

  .mobile-app-feedback .wrapper .carousel-control-prev .carousel-control-prev-icon {
    margin: 0;
    height: auto;
    min-width: auto;
  }

  .mobile-app-feedback .wrapper .carousel-control-next {
    top: -65px;
    left: auto;
    right: 24px;
    width: 25px;
    height: 40px;
  }

  .mobile-app-feedback .wrapper .carousel-control-next .carousel-control-next-icon {
    margin: 0;
    height: auto;
    min-width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-app-feedback .wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .mobile-app-feedback .wrapper .container {
    max-width: none;
    padding: 0 40px;
  }

  .mobile-app-feedback .wrapper .feedback {
    margin-bottom: 0;
  }

  .mobile-app-feedback .wrapper .slider {
    max-width: 640px;
    margin: 0 auto;
  }

  .mobile-app-feedback .wrapper .button {
    padding-bottom: 0;
  }

  .mobile-app-feedback .wrapper .feedback {
    padding: 0 40px 40px 30px;
    position: static;
  }

  .mobile-app-feedback .wrapper .feedback .person {
    position: relative;
    top: -40px;
    min-width: 210px;
  }

  .mobile-app-feedback .wrapper .feedback .description {
    margin: 0;
  }

  .mobile-app-feedback .wrapper .feedback .description .text-general {
    opacity: 1;
  }

  .mobile-app-feedback .wrapper .feedback .description .custom-text {
    padding: 60px 0 0 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-app-feedback .wrapper .feedback .description .custom-text::after {
    top: 10px;
    left: 0;
  }

  .mobile-app-feedback .wrapper .carousel-control-next {
    right: -70px;
  }

  .mobile-app-feedback .wrapper .carousel-control-next-icon {
    margin-left: 30px;
  }

  .mobile-app-feedback .wrapper .carousel-control-prev {
    left: -75px;
  }

  .mobile-app-feedback .wrapper .carousel-control-prev-icon {
    margin-right: 30px;
  }

  .mobile-app-feedback .wrapper .carousel-indicators {
    top: 2%;
  }

  .mobile-app-feedback .wrapper .feedback .person .image {
    width: 150px;
    height: 150px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mobile-app-feedback .wrapper .container {
    max-width: none;
    padding: 0 100px;
  }

  .mobile-app-feedback .wrapper .title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .mobile-app-feedback .wrapper .title > * {
    font-size: 36px;
    line-height: 50px;
  }

  .mobile-app-feedback .wrapper .wrapp-slide {
    margin: 0 auto;
  }

  .mobile-app-feedback .wrapper .feedback {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mobile-app-feedback .wrapper .feedback .person {
    min-width: 260px;
  }

  .mobile-app-feedback .wrapper .feedback .person .image {
    width: 150px;
    height: 150px;
  }

  .mobile-app-feedback .wrapper .feedback .description .custom-text {
    max-height: none;
  }

  .mobile-app-feedback .wrapper .feedback .description .custom-text::after {
    left: -35px;
  }

  .mobile-app-feedback .wrapper .slider {
    margin: 0 55px;
  }

  .mobile-app-feedback .wrapper .carousel-indicators {
    width: 400px;
    left: 55%;
  }

  .mobile-app-feedback .wrapper .carousel-control-next {
    right: -45px;
    top: 15%;
    height: 300px;
  }

  .mobile-app-feedback .wrapper .carousel-control-prev {
    left: -45px;
    height: 300px;
    top: 15%;
  }
}

.mobile-app-feedback .owl-theme .owl-nav .owl-next {
  background: transparent;
  font-size: 46px;
  position: absolute;
  top: 215px;
  right: -50px;
  width: auto;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-next svg {
  opacity: 0.4;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-next:hover {
  background: transparent;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-next:hover svg {
  opacity: 1;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-prev {
  background: transparent;
  font-size: 46px;
  position: absolute;
  top: 215px;
  left: -50px;
  width: auto;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-prev svg {
  opacity: 0.4;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-prev:hover svg {
  opacity: 1;
}

.mobile-app-feedback .owl-theme .owl-dots {
  position: absolute;
  top: 50px;
  right: 60px;
}

.mobile-app-feedback .owl-theme .owl-dots .owl-dot {
  margin-left: 10px;
  display: inline-block;
  width: auto;
}

.mobile-app-feedback .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  opacity: 1;
}

.mobile-app-feedback .owl-theme .owl-dots .owl-dot span {
  border-radius: 3px;
  opacity: 0.2;
  background: #fff;
}

.mobile-app-feedback .owl-theme .owl-dots .owl-dot span:hover {
  background: #fff;
  border-right-color: #fff;
}

.mobile-app-feedback wrapp-slide {
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .mobile-app-feedback .owl-theme .owl-nav {
    display: none;
  }

  .mobile-app-feedback .owl-theme .owl-nav .owl-next {
    top: -75px;
    right: 10px !important;
  }

  .mobile-app-feedback .owl-theme .owl-nav .owl-prev {
    left: auto !important;
    right: 50px;
    top: -75px;
  }

  .mobile-app-feedback .owl-theme .owl-dots {
    top: 0;
    right: 35px;
  }

  .mobile-app-feedback wrapp-slide {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mobile-app-feedback .owl-theme .owl-nav .owl-next {
    right: -80px;
  }

  .mobile-app-feedback .owl-theme .owl-nav .owl-prev {
    left: -80px;
  }
}

.mobile-app-feedback app-footer .wrapper_footer {
  background: #16161b;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-next {
  color: #000;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-next img {
  opacity: 0.4;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-next:hover {
  color: #000;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-next:hover img {
  opacity: 1;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-prev {
  color: #000;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-prev img {
  opacity: 0.4;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-prev:hover {
  color: #000;
}

.mobile-app-feedback .owl-theme .owl-nav .owl-prev:hover img {
  opacity: 1;
}

.mobile-app-feedback .owl-theme .owl-dots .owl-dot.active span {
  background: #000;
  opacity: 1;
}

.mobile-app-feedback .owl-theme .owl-dots .owl-dot span {
  opacity: 0.2;
  background: #000;
  color: #000;
}

.mobile-app-feedback .owl-theme .owl-dots .owl-dot span:hover {
  background: #000;
  border-right-color: #000;
}

.more-about-magnise .more-about-magnise-wrap .wrapper {
  background: #16161b;
  padding: 40px 0;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .title-general {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad {
  border-radius: 40px;
  background: #37e3fd;
  background: linear-gradient(159deg, #37e3fd 0%, #2e5cfa 50%, #0000b0 100%);
  height: auto;
  padding: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .overflow-text {
  transition: height 0.3s ease-in-out;
  height: 133px;
  overflow: hidden;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside {
  width: 100%;
  height: 100%;
  background: #242424;
  border-radius: 35px;
  padding: 35px 35px 55px;
  position: relative;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .logos-inside .icon-gb {
  background: url("../../assets/img/common/logo_white.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.15;
  position: absolute;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .logos-inside .icon-gb.one {
  width: 240px;
  height: 240px;
  top: 26px;
  left: 62px;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .logos-inside .icon-gb.two {
  width: 150px;
  height: 150px;
  top: 13px;
  right: 82px;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .logos-inside .icon-gb.three {
  width: 155px;
  height: 155px;
  bottom: 23px;
  left: 35%;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .text-general {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 5;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .title {
  font-size: 20px;
  line-height: 28px;
  font-family: Proxima_Nova_Bold, sans-serif;
  color: #fff;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .image-slide {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 50px;
  transform: rotate(180deg);
  position: absolute;
  bottom: 15px;
  padding: 10px 0;
  left: -20px;
  cursor: pointer;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .image-slide img {
  height: 11px;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad.collapsed .overflow-text {
  height: 133px;
  overflow: hidden;
}

.more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad.collapsed .image-slide img {
  transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
  .more-about-magnise .more-about-magnise-wrap .wrapper {
    padding: 20px 0;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .container {
    padding: 0 10px;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad {
    border-radius: 0 45px 45px 0;
    position: relative;
    left: -25px;
    padding: 6px;
    width: 103%;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside {
    border-radius: 0 40px 40px 0;
    padding: 32px 10px 70px 20px;
    column-count: initial;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .logos-inside .icon-gb.one {
    width: 170px;
    height: 170px;
    top: 40px;
    left: 33px;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .logos-inside .icon-gb.two {
    display: none;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .logos-inside .icon-gb.three {
    width: 150px;
    height: 150px;
    bottom: 46px;
    left: auto;
    right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .more-about-magnise .more-about-magnise-wrap .wrapper {
    margin-bottom: -1px;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .container {
    max-width: none;
    width: 100%;
    padding: 0 40px;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .title-general {
    margin-bottom: 40px;
    line-height: 40px;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside {
    column-count: 1;
    padding: 35px 35px 50px 35px;
    border-radius: 35px;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .text-general {
    max-width: 100%;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .logos-inside .icon-gb.three {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .more-about-magnise .more-about-magnise-wrap .wrapper .container {
    max-width: none;
    width: 100%;
    padding: 0 100px;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .title-general {
    margin-bottom: 45px;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .logos-inside .icon-gb.one {
    top: 40px;
    left: 33px;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .logos-inside .icon-gb.two {
    top: 13px;
    right: 58px;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .logos-inside .icon-gb.three {
    bottom: 24px;
    left: 49%;
  }

  .more-about-magnise .more-about-magnise-wrap .wrapper .card-abroad .card-inside .text-general {
    font-size: 16px;
    line-height: 28px;
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.call-to-action-btn {
  display: inline-flex;
  align-items: center;
  height: unset;
  border: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  outline: none;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
  font-family: Proxima_Nova_Bold, sans-serif;
  background: blue;
  font-size: 16px;
  line-height: 2;
  padding: 5px 40px;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.call-to-action-btn .call-to-action-btn__bg_hovered {
  opacity: 0;
}

.call-to-action-btn .call-to-action-btn__bg_default {
  opacity: 1;
}

.call-to-action-btn:hover .call-to-action-btn__bg_hovered {
  opacity: 1;
}

.call-to-action-btn:hover .call-to-action-btn__bg_default {
  opacity: 0;
}

.call-to-action-btn:hover .call-to-action-btn__icon {
  animation-name: tada;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-duration: 1s;
}

.call-to-action-btn__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.call-to-action-btn__bg.call-to-action-btn__bg_default {
  /* background: linear-gradient(#005aff, #26adfe);*/
  background: linear-gradient(324deg, #26adfe 0%, #005aff 50%, #0000b0 100%);
}

.call-to-action-btn__bg.call-to-action-btn__bg_hovered {
  /*  background: linear-gradient(#1b6afd, #3ab4fd);*/
  background: linear-gradient(324deg, #0000b0 0%, #005aff 50%, #26adfe 100%);
}

.call-to-action-btn__text {
  position: relative;
  z-index: 2;
}

.call-to-action-btn__icon {
  margin-left: 20px;
  width: 45px;
  height: 45px;
  position: static;
  z-index: 2;
}

.call-to-action-btn__icon path {
  fill: #3278FF;
}

.wrapper-formSend {
  padding: 40px 0;
}

.wrapper-formSend .checkbox-text {
  color: rgba(255, 255, 255, 0.8);
}

.wrapper-formSend .cbx .box-select {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.wrapper-formSend .checkbox-text .privacy-link {
  color: #000;
}

.wrapper-formSend .container-custom {
  max-width: 1212px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(324deg, #37e3fd 0%, #2e5cfa 50%, #0000b0 100%);
  border-radius: 40px;
  padding: 50px;
}

.wrapper-formSend .container-custom .message {
  line-height: 1.5;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  font-family: Myriad_Pro_Bold, sans-serif;
  text-align: center;
}

.wrapper-formSend .title-general {
  margin-bottom: 40px;
  margin-top: 0;
  color: white;
}

.wrapper-formSend .title-general * {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #fff;
}

.wrapper-formSend .form-control:focus:valid {
  color: #495057 !important;
  outline: 0;
  box-shadow: none;
  border: 1px solid #023aff !important;
  background-color: white !important;
}

.wrapper-formSend .form-top {
  display: flex;
  margin-bottom: 30px;
}

.wrapper-formSend .form-top .block-input-first {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin-right: 20px;
}

.wrapper-formSend .form-top .block-input-first .input-form {
  background-color: white;
  color: black;
  border-radius: 10px;
  padding: 8px 12px;
  border: none;
  max-width: 480px;
  outline: none;
  margin-bottom: 15px;
  height: 40px;
  box-sizing: border-box;
}

.wrapper-formSend .form-top .block-input-first .input-form::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wrapper-formSend .form-top .block-input-second {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.wrapper-formSend .form-top .block-input-second .text-comment {
  outline: none;
  height: 150px;
  box-sizing: border-box;
  background-color: white;
  color: black;
  border-radius: 10px;
  padding: 8px 12px;
  border: none;
  resize: none;
  margin-bottom: 15px;
}

.wrapper-formSend .form-top .block-input-second .text-comment::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wrapper-formSend .custom-checkbox {
  margin-bottom: 15px;
}

.wrapper-formSend .form-bottom {
  display: flex;
  justify-content: space-between;
}

.wrapper-formSend .form-bottom .group-checkbox {
  max-width: 70%;
}

.wrapper-formSend .form-bottom .loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #023aff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wrapper-formSend .form-bottom .hide-loader {
  display: none;
}

.wrapper-formSend .form-bottom .button-submit {
  align-self: flex-end;
}

.wrapper-formSend .form-bottom .button-submit .apply {
  font-size: 14px;
  line-height: 22px;
  font-family: Proxima_Nova_Regular, sans-serif;
  background: #023aff;
  border-radius: 10px;
  padding: 12px;
  width: 250px;
  border: none;
  outline: none;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
}

.wrapper-formSend .form-bottom .button-submit .apply:hover {
  background: #161616;
  color: #fff;
}

.wrapper-formSend .form-bottom .button-submit .apply:disabled {
  border: 1px solid #eceef3 !important;
  background-color: #eceef3 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

@media screen and (max-width: 767px) {
  .wrapper-formSend {
    background: linear-gradient(324deg, #37e3fd 0%, #2e5cfa 50%, #0000b0 100%);
    padding-top: 15px;
  }

  .wrapper-formSend .checkbox-text {
    color: rgba(255, 255, 255, 0.8);
  }

  .wrapper-formSend .cbx .box-select {
    border: 1px solid rgba(255, 255, 255, 0.7);
  }

  .wrapper-formSend .container-custom {
    max-width: none;
    padding: 0 10px;
    background: transparent;
    border-radius: 0px;
    padding: 15px;
  }

  .wrapper-formSend .title-general {
    margin-bottom: 20px;
    color: white;
  }

  .wrapper-formSend .title-general * {
    font-size: 24px;
    line-height: 34px;
  }

  .wrapper-formSend .form-send .form-top {
    flex-direction: column;
  }

  .wrapper-formSend .form-send .form-top .block-input-first {
    margin-right: 0;
    width: 100%;
  }

  .wrapper-formSend .form-send .form-top .block-input-first .input-form {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-formSend .form-send .form-top .block-input-second {
    width: 100%;
  }

  .wrapper-formSend .form-send .form-bottom {
    flex-direction: column;
  }

  .wrapper-formSend .form-send .form-bottom .group-checkbox {
    max-width: none;
    width: 100%;
  }

  .wrapper-formSend .form-send .form-bottom .button-submit {
    width: 100%;
  }

  .wrapper-formSend .form-send .form-bottom .button-submit .apply {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper-formSend {
    background: linear-gradient(324deg, #37e3fd 0%, #2e5cfa 50%, #0000b0 100%);
  }

  .wrapper-formSend .checkbox-text {
    color: rgba(255, 255, 255, 0.8);
  }

  .wrapper-formSend .cbx .box-select {
    border: 1px solid rgba(255, 255, 255, 0.7);
  }

  .wrapper-formSend .container-custom {
    max-width: none;
    background: transparent;
    padding: 0 40px;
  }

  .wrapper-formSend .title-general,
  .wrapper-formSend .title-general > * {
    font-size: 30px;
    line-height: 50px;
    color: white;
  }

  .wrapper-formSend .form-top {
    flex-direction: column;
  }

  .wrapper-formSend .form-top .block-input-first {
    width: 100%;
    margin-right: 0;
  }

  .wrapper-formSend .form-top .block-input-first .input-form {
    max-width: none;
  }

  .wrapper-formSend .form-top .block-input-second {
    width: 100%;
  }

  .wrapper-formSend .form-bottom {
    flex-direction: column;
  }

  .wrapper-formSend .form-bottom .group-checkbox {
    max-width: none;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .wrapper-formSend .checkbox-text {
    color: rgba(255, 255, 255, 0.8);
  }

  .wrapper-formSend .cbx .box-select {
    border: 1px solid rgba(255, 255, 255, 0.7);
  }

  .wrapper-formSend .container-custom:after {
    right: 50px;
    width: 250px;
    height: 250px;
  }

  .wrapper-formSend .title-general,
  .wrapper-formSend .title-general > * {
    font-size: 36px;
    line-height: 50px;
    color: white;
  }
}


/*# sourceMappingURL=mobile.css.map */
