body {
  font-family: MontserratRegular, sans-serif;
  color: #fff;
  background: #112131;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h2 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  width: 100%;
  height: 100%;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
  font-size: 34.83px;
  line-height: 43px;
}

.border-gradient, .price .price-component, .stats .stat-wrap, .business-requirements .pros-wrap {
  position: relative;
  background: #112131;
}
.border-gradient:before, .price .price-component:before, .stats .stat-wrap:before, .business-requirements .pros-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -4px;
  border-radius: inherit;
  background: linear-gradient(#FFF234, #F5986D);
}

.nav-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 62px;
  background: rgba(38, 63, 87, 0.88);
  z-index: 100;
  transition: 0.2s;
}
.nav-header .burger-wrap {
  position: absolute;
}
.nav-header .burger-wrap .burger {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.nav-header .logo {
  display: flex;
  align-items: center;
  height: 62px;
}
.nav-header .logo .logo-img {
  width: 180px;
  height: 40px;
  cursor: pointer;
}
.nav-header .nav .nav-list .nav-item {
  display: inline-block;
}
.nav-header .nav .nav-list .nav-item .nav-link {
  display: inline-block;
  padding: 18px 35px;
  font: 20px MontserratMedium;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
.nav-header .nav .nav-list .nav-item .nav-link:hover, .nav-header .nav .nav-list .nav-item .nav-link.active {
  background: #35536F;
}

.main {
  position: relative;
  padding: 60px 0 0;
  background: #112131;
}
.main .bg-pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
  background: url("../img/main-bg.png") center repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.main .bg-pic:before {
  content: "";
  position: absolute;
  top: -220px;
  left: -80px;
  height: 758px;
  width: 1010px;
  background: url("../img/phone-bg.png") center no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  transform: scale(1.2, 1.2);
}
.main h2 {
  margin-top: 115px;
  font-family: MontserratRegular, sans-serif;
  font-size: 41px;
  line-height: 68px;
  font-weight: 300;
}
.main h2 strong {
  font-family: MontserratSemiBold, sans-serif;
  font-weight: bold;
}
.main .main-pic-wrap {
  width: 100%;
}

.business-requirements {
  padding-bottom: 92px;
}
.business-requirements .item {
  display: flex;
  align-items: center;
  height: 113px;
  padding: 15px 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 11px;
}
.business-requirements .item:last-child {
  margin-bottom: 0;
}
.business-requirements .item .item-pic {
  width: 40px;
  height: 40px;
  margin-right: 24px;
}
.business-requirements .item .item-text {
  font-size: 15px;
  line-height: 18px;
}
.business-requirements .req-item {
  background: #1E3F4F;
}
.business-requirements .pros-wrap {
  padding: 55px;
  border-radius: 11px;
}
.business-requirements .pros-wrap .pros-item {
  height: auto;
  padding: 0;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 0;
}
.business-requirements .pros-wrap .pros-item:last-child {
  margin-bottom: 0;
}

.clients {
  position: relative;
  text-align: center;
  padding: 92px 0;
}
.clients:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 609px;
  height: 958px;
  background: url("../img/bg-shape.png") center no-repeat;
  background-size: contain;
  transform: translate(0, -140px);
  z-index: -10;
}
.clients .slick-list {
  padding: 0 !important;
}
.clients .slick-track {
  padding: 40px 0;
}
.clients .slider-scene {
  padding: 0 40px;
}
.clients .slider-scene-clients {
  padding: 0 80px;
}
.clients .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  outline: none;
  height: 30px;
  width: 30px;
  font-size: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}
.clients .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translateY(50%);
}
.clients .slick-arrow.slick-next {
  right: 0;
}
.clients .slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/arrow.png") center no-repeat;
  background-size: contain;
}
.clients .client-card {
  width: 268.6px;
  height: 330px;
  padding: 20px 22px;
  margin: 70px 40.8px;
  border-radius: 6.1px;
  background-color: rgba(31, 54, 76, 0.8);
  box-shadow: 0 22px 27px 0 rgba(14, 31, 48, 0.68);
  transition: 0.3s;
  outline: none;
  transition-delay: 0s;
}
.clients .client-card.slick-center {
  background: linear-gradient(180deg, #3A506B 0%, #514257 100%);
  box-shadow: 0 33px 40px 0 rgba(14, 31, 48, 0.68);
  transform: scale(1.45, 1.45);
}
.clients .client-card .card-img-wrap {
  position: relative;
  padding-top: 15px;
  margin-bottom: 19px;
  border-radius: 50%;
}
.clients .client-card .card-img-wrap .card-img {
  display: inline-block;
  width: 115px;
  height: 115px;
  margin: auto;
}
.clients .client-card .card-img-wrap .card-add-img {
  position: absolute;
  top: 0;
  left: calc(50% + 115px / 2);
  width: 32px;
  height: 32px;
  transform: translateX(-50%);
}
.clients .client-card .card-text-wrap {
  position: relative;
}
.clients .client-card .card-text-wrap .card-title {
  font-family: MontserratSemiBold, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.clients .client-card .card-text-wrap .card-subtitle {
  font-family: MontserratMedium, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 10px 0;
}
.clients .client-card .card-text-wrap .card-text {
  position: relative;
  font-size: 10px;
  line-height: 13px;
  margin: 0;
}
.clients .slider-scene-clients {
  margin-top: 40px;
}
.clients .slider-scene-clients .client-logo-card {
  width: 140px;
  height: 80px;
  padding: 5px;
  margin: 0 10px;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.stats {
  padding: 92px 0 40px;
}
.stats .stat-wrap {
  position: relative;
  text-align: center;
  width: 159px;
  height: 256px;
  margin: 0 15px;
  font-family: MontserratMedium, sans-serif;
  padding: 36px 14px;
  border-radius: 11px;
}
.stats .stat-wrap .stat-img {
  display: block;
  width: 54px;
  height: 54px;
  margin: auto auto 23px;
}
.stats .stat-wrap .stat-num {
  font-size: 43.2px;
  line-height: 53px;
}
.stats .stat-wrap .stat-text {
  font-size: 20.16px;
  line-height: 25px;
}

.map-section {
  padding: 92px 0 41px;
}

.price {
  padding: 41px 0 120px;
}
.price .price-wrap {
  padding: 68px 68px 90px;
  background: #1E3F4F;
  border-radius: 11px;
}
.price .price-logo {
  width: 64px;
  height: 64px;
  margin-right: 22px;
}
.price .price-num-wrap {
  justify-content: center;
}
.price .price-num {
  font-family: MontserratMedium, sans-serif;
  font-size: 31.35px;
  line-height: 38px;
  word-break: keep-all;
}
.price .price-img {
  width: 55px;
  height: 55px;
}
.price .price-text {
  text-align: center;
  margin-top: 38px;
  font-size: 20px;
  line-height: 26px;
}
.price .price-component {
  padding: 22px 33px;
  margin-bottom: 21px;
  border-radius: 11px;
}
.price .price-component:before {
  background: linear-gradient(to right, #FFF234, #F5986D) !important;
}
.price .price-component .price-img {
  width: 44px;
  height: 44px;
  margin-right: 40px;
}
.price .price-component .price-text {
  font-size: 16px;
  line-height: 20px;
}
.price .price-component .price-num {
  margin: 0 15px;
  font-size: 21px;
  line-height: 25px;
}
.price .price-component.icon-num .price-num {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
.price .price-component.icon-num .price-num:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../img/infinity.png) center no-repeat;
  background-size: contain;
  transform: translateY(-65%);
}

.call-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 138px;
  background: linear-gradient(270deg, #2F3345 0%, #4E4247 100%);
}
.call-section .call-section__text {
  font: 30px MontserratMedium;
  margin: 0;
}
.call-section .call-section__link-img-wrap {
  display: flex;
  align-items: center;
}
.call-section .call-section__link-img-wrap .call-section__icon {
  width: 54px;
  height: 54px;
}
.call-section .call-section__link-img-wrap .call-section__phone {
  margin-left: 45px;
  font-size: 22px;
  line-height: 28px;
}
.call-section .call-section__link-img-wrap .call-section__link {
  display: block;
  padding: 18px 34px;
  margin-left: 25px;
  text-transform: uppercase;
  font-size: 17px;
  font-family: MontserratSemiBold, monospace;
  line-height: 20px;
  color: #fff;
  background: #132638;
  border-radius: 39.6px;
  text-decoration: none;
  box-shadow: 0 2px 14px 0 rgba(243, 255, 52, 0.15);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background: rgba(130, 130, 130, 0.15);
}
.footer .copyright {
  font-size: 12px;
  line-height: 15px;
}

/*# sourceMappingURL=main-file.css.map */
