/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .section-title {
    margin-bottom: 64px;
    font-size: 34.4px;
    line-height: 42.4px;
  }

  .nav-header .logo .logo-img {
    width: 144px;
    height: 32px;
  }
  .nav-header .nav .nav-list .nav-item .nav-link {
    padding: 18px 30px;
    font-size: 16px;
    line-height: 1.2;
  }

  .main {
    overflow-x: hidden;
  }
  .main h2 {
    font-size: 32.8px;
    line-height: 54.4px;
  }
  .main h2 strong {
    font-size: 40px;
  }

  .business-requirements {
    padding-bottom: 73.6px;
  }
  .business-requirements .item .item-pic {
    width: 40px;
    height: 40px;
  }
  .business-requirements .item .item-text {
    font-size: 14.4px;
    line-height: 17.6px;
  }
  .business-requirements .pros-wrap {
    padding: 68px 44.8px 72px;
  }
  .business-requirements .pros-wrap .pros-item {
    font-size: 14.4px;
    line-height: 20px;
  }

  .clients {
    padding: 73.6px 0;
  }
  .clients:before {
    width: 487.2px;
    height: 766.4px;
    transform: translate(0, -112px);
  }
  .clients .slider-scene {
    padding: 0 40px;
  }
  .clients .slider-scene .slick-arrow {
    height: 30px;
    width: 30px;
  }
  .clients .client-card {
    width: 214.88px;
    height: 360px;
    padding: 16px 17.6px;
  }
  .clients .client-card .card-img-wrap {
    padding-top: 15px;
    margin-bottom: 19px;
  }
  .clients .client-card .card-img-wrap .card-img {
    width: 115px;
    height: 115px;
  }
  .clients .client-card .card-text-wrap .card-title {
    font-size: 14px;
    line-height: 18px;
  }
  .clients .client-card .card-text-wrap .card-subtitle {
    font-size: 11px;
    line-height: 14px;
    margin: 10px 0;
  }
  .clients .client-card .card-text-wrap .card-text {
    font-size: 10px;
    line-height: 13px;
  }

  .stats {
    padding: 73.6px 0 32px;
  }
  .stats .stat-wrap {
    width: 141.6px;
    height: 228px;
  }
  .stats .stat-wrap .stat-img {
    width: 48px;
    height: 48px;
    margin: auto auto 20.8px;
  }
  .stats .stat-wrap .stat-num {
    font-size: 38.4px;
    line-height: 46.4px;
  }
  .stats .stat-wrap .stat-text {
    font-size: 17.6px;
    line-height: 22.4px;
  }

  .map-section {
    padding: 32px 0 73.6px;
  }

  .price {
    padding: 73.6px 0;
  }
  .price .price-wrap {
    padding: 64px 32px 76.8px;
  }
  .price .price-logo {
    width: 70.4px;
    height: 70.4px;
  }
  .price .price-num {
    font-size: 34.4px;
    line-height: 42.4px;
  }
  .price .price-img {
    width: 44px;
    height: 44px;
  }
  .price .price-text {
    margin-top: 38px;
    font-size: 18.4px;
    line-height: 22.4px;
  }
  .price .price-component {
    padding: 20px 32px;
    margin-bottom: 21.6px;
  }
  .price .price-component .price-img {
    margin-right: 32px;
  }
  .price .price-component .price-text {
    font-size: 14.4px;
    line-height: 17.6px;
  }
  .price .price-component .price-num {
    margin: 0 18px;
    font-size: 20.8px;
    line-height: 25.6px;
  }
  .price .price-component.icon-num .price-num {
    padding-right: 40px;
  }
  .price .price-component.icon-num .price-num:before {
    width: 40px;
    height: 40px;
  }

  .call-section {
    padding: 20.8px 110.4px;
  }
  .call-section .call-section__text {
    font-size: 22px;
  }
  .call-section .call-section__link-img-wrap .call-section__icon {
    width: 36px;
    height: 36px;
  }
  .call-section .call-section__link-img-wrap .call-section__link {
    padding: 20px 38.4px;
    margin-left: 20px;
    font-size: 18.48px;
    line-height: 22.4px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 56px;
    font-size: 30.1px;
    line-height: 37.1px;
  }

  .nav-header .logo {
    margin: auto;
  }
  .nav-header .logo .logo-img {
    width: 126px;
    height: 28px;
    cursor: pointer;
  }
  .nav-header .nav {
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    background: rgba(38, 63, 87, 0.88);
    opacity: 0;
    pointer-events: none;
  }
  .nav-header .nav .nav-list {
    width: 100%;
  }
  .nav-header .nav .nav-list .nav-item {
    display: block;
    width: 100%;
  }
  .nav-header .nav .nav-list .nav-item .nav-link {
    display: block;
    width: 100%;
    padding: 18px 30px;
    font-size: 16px;
    line-height: 1.2;
  }
  .nav-header .nav.active {
    opacity: 1;
    pointer-events: auto;
  }

  .main {
    padding: 42px 0;
  }
  .main .bg-pic:before {
    top: -132px;
    left: -48px;
    height: 454.8px;
    width: 606px;
    transform: scale(1, 1);
  }
  .main h2 {
    text-align: center;
    font-size: 28.7px;
    line-height: 47.6px;
  }
  .main h2 strong {
    font-size: 35px;
  }

  .business-requirements {
    padding-bottom: 64.4px;
  }
  .business-requirements .item {
    height: 110px;
    padding: 23px 39.2px;
    font-size: 12.6px;
    line-height: 15.4px;
  }
  .business-requirements .item .item-pic {
    width: 35px;
    height: 35px;
  }
  .business-requirements .item .item-text {
    font-size: 12.6px;
    line-height: 15.4px;
  }
  .business-requirements .pros-wrap {
    padding: 54.6px 39.2px;
  }
  .business-requirements .pros-wrap .pros-item {
    margin-bottom: 50.4px;
    font-size: 12.6px;
    line-height: 15.4px;
  }

  .clients {
    padding: 64.4px 0;
  }
  .clients:before {
    width: 426.3px;
    height: 670.6px;
    transform: translate(0, -98px);
  }
  .clients .slider-scene {
    padding: 0 40px;
  }
  .clients .slider-scene .slick-arrow {
    height: 30px;
    width: 30px;
  }
  .clients .client-card {
    width: 188.02px;
    padding: 14px 15.4px;
    margin: 49px 28.56px;
  }
  .clients .client-card .card-img-wrap {
    padding-top: 15px;
    margin-bottom: 19px;
  }
  .clients .client-card .card-img-wrap .card-img {
    width: 100px;
    height: 100px;
  }
  .clients .client-card .card-img-wrap .card-add-img {
    position: absolute;
    top: 0;
    left: calc(50% + 100px / 2);
    width: 30px;
    height: 30px;
    transform: translateX(-50%);
  }
  .clients .client-card .card-text-wrap .card-title {
    font-size: 14px;
    line-height: 18px;
  }
  .clients .client-card .card-text-wrap .card-subtitle {
    font-size: 11px;
    line-height: 14px;
    margin: 10px 0;
  }
  .clients .client-card .card-text-wrap .card-text {
    font-size: 10px;
    line-height: 13px;
  }

  .stats {
    padding: 64.4px 0 28px;
  }
  .stats .stat-wrap {
    width: 123.9px;
    height: 199.5px;
  }
  .stats .stat-wrap .stat-img {
    width: 42px;
    height: 42px;
    margin: auto auto 18.2px;
  }
  .stats .stat-wrap .stat-num {
    font-size: 33.6px;
    line-height: 40.6px;
  }
  .stats .stat-wrap .stat-text {
    font-size: 15.4px;
    line-height: 19.6px;
  }

  .map-section {
    padding: 28px 0 64.4px;
  }

  .price {
    padding: 64.4px 0;
  }
  .price .price-wrap {
    padding: 56px 28px 74.2px;
  }
  .price .price-logo {
    width: 45px;
    height: 45px;
  }
  .price .price-num {
    font-size: 26px;
    line-height: 26px;
  }
  .price .price-img {
    width: 38.5px;
    height: 38.5px;
  }
  .price .price-text {
    margin-top: 26.6px;
    font-size: 16.1px;
    line-height: 19.6px;
  }
  .price .price-component {
    padding: 14px 28px;
    margin-bottom: 18.9px;
  }
  .price .price-component .price-img {
    margin-right: 18px;
  }
  .price .price-component .price-text {
    font-size: 12.6px;
    line-height: 15.4px;
  }
  .price .price-component .price-num {
    margin: 0 6px;
    font-size: 18px;
    line-height: 18px;
  }
  .price .price-component.icon-num .price-num {
    padding-right: 35px;
  }
  .price .price-component.icon-num .price-num:before {
    width: 35px;
    height: 35px;
  }

  .call-section {
    padding: 18.2px 96.6px;
  }
  .call-section .call-section__text {
    font-size: 22px;
  }
  .call-section .call-section__link-img-wrap .call-section__icon {
    width: 36px;
    height: 36px;
  }
  .call-section .call-section__link-img-wrap .call-section__link {
    padding: 17.5px 33.6px;
    margin-left: 17.5px;
    font-size: 16.17px;
    line-height: 19.6px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 48px;
    font-size: 34.4px;
    line-height: 42.4px;
  }

  .main {
    padding: 36px 0;
  }
  .main .bg-pic {
    height: 200px;
  }
  .main .bg-pic:before {
    top: -88px;
    left: -32px;
    height: 303.2px;
    width: 404px;
  }
  .main h2 {
    margin-top: 69px;
    font-size: 32.8px;
    line-height: 54.4px;
  }
  .main h2 strong {
    font-size: 40px;
  }

  .business-requirements {
    padding-bottom: 55.2px;
  }
  .business-requirements .item {
    padding: 13.8px 33.6px;
    font-size: 14.4px;
    line-height: 17.6px;
  }
  .business-requirements .item .item-pic {
    width: 30px;
    height: 30px;
  }
  .business-requirements .item .item-text {
    font-size: 14.4px;
    line-height: 17.6px;
  }
  .business-requirements .req-wrap {
    margin-bottom: 28px;
  }
  .business-requirements .pros-wrap {
    padding: 40.8px 33.6px;
  }
  .business-requirements .pros-wrap .pros-item {
    margin-bottom: 43.2px;
    font-size: 14.4px;
    line-height: 17.6px;
  }

  .clients {
    padding: 55.2px 0;
  }
  .clients:before {
    width: 365.4px;
    height: 574.8px;
    transform: translate(0, -84px);
  }
  .clients .slider-scene {
    padding: 0 40px;
  }
  .clients .slider-scene .slick-arrow {
    height: 30px;
    width: 30px;
  }
  .clients .client-card {
    width: 161.16px;
    height: 400px;
    padding: 12px 13.2px;
    margin: 42px 24.48px;
  }
  .clients .client-card .card-text-wrap .card-title {
    font-size: 14px;
    line-height: 18px;
  }
  .clients .client-card .card-text-wrap .card-subtitle {
    font-size: 11px;
    line-height: 14px;
    margin: 10px 0;
  }
  .clients .client-card .card-text-wrap .card-text {
    font-size: 10px;
    line-height: 13px;
  }
  .clients .client-logo-card {
    height: auto !important;
  }

  .stats {
    padding: 55.2px 0 24px;
  }
  .stats .stat-wrap {
    padding: 24px 17px;
  }
  .stats .stat-wrap .stat-img {
    display: block;
    width: 45px;
    height: 45px;
    margin: auto auto 15.6px;
  }
  .stats .stat-wrap .stat-num {
    font-size: 36px;
    line-height: 46.4px;
  }
  .stats .stat-wrap .stat-text {
    font-size: 14px;
    line-height: 14px;
  }

  .map-section {
    padding: 24px 0;
  }

  .price {
    padding: 55.2px 0;
  }
  .price .price-wrap {
    padding: 40px 24px;
    margin-bottom: 28px;
  }
  .price .price-logo {
    width: 45px;
    height: 45px;
  }
  .price .price-num-wrap {
    justify-content: center;
  }
  .price .price-num {
    font-size: 26px;
    line-height: 26px;
  }
  .price .price-img {
    width: 45px;
    height: 45px;
  }
  .price .price-text {
    margin-top: 22.8px;
    font-size: 18.4px;
    line-height: 22.4px;
  }
  .price .price-component {
    text-align: center;
    padding: 20px 40px;
    margin-bottom: 27px;
  }
  .price .price-component .price-img {
    margin-right: 18px;
  }
  .price .price-component .price-text {
    font-size: 18px;
    line-height: 22px;
  }
  .price .price-component .price-num {
    margin: 0 18px;
    font-size: 24px;
    line-height: 24px;
  }
  .price .price-component.icon-num .price-num {
    padding-right: 40px;
  }
  .price .price-component.icon-num .price-num:before {
    width: 40px;
    height: 40px;
  }

  .call-section {
    padding: 15.6px 82.8px 32px;
  }
  .call-section .call-section__text {
    font-size: 16px;
  }
  .call-section .call-section__link-img-wrap .call-section__icon {
    width: 30px;
    height: 30px;
  }
  .call-section .call-section__link-img-wrap .call-section__link {
    padding: 15px 28.8px;
    margin-left: 15px;
    font-size: 18.48px;
    line-height: 22.4px;
  }
}
/*!* Extra Small Devices, Phones *!*/
@media only screen and (max-width: 575px) {
  .section-title {
    margin-bottom: 30.72px;
    font-size: 20.64px;
    line-height: 25.44px;
  }

  .main {
    padding: 28.8px 0;
  }
  .main .bg-pic {
    height: 140px;
  }
  .main .bg-pic:before {
    top: -66px;
    left: -24px;
    height: 227.4px;
    width: 303px;
  }
  .main h2 {
    margin-top: 55.2px;
    font-size: 19.68px;
    line-height: 32.64px;
  }
  .main h2 strong {
    font-size: 24px;
  }

  .business-requirements {
    padding-bottom: 44.16px;
  }
  .business-requirements .item {
    height: auto;
    padding: 11.04px 26.88px;
    margin-bottom: 12px;
    font-size: 10.8px;
    line-height: 13.2px;
  }
  .business-requirements .item .item-pic {
    width: 24px;
    height: 24px;
  }
  .business-requirements .item .item-text {
    font-size: 10.8px;
    line-height: 13.2px;
  }
  .business-requirements .req-wrap {
    margin-bottom: 28px;
  }
  .business-requirements .pros-wrap {
    padding: 32.64px 26.88px;
  }
  .business-requirements .pros-wrap .pros-item {
    margin-bottom: 13.44px;
    font-size: 10.8px;
    line-height: 13.2px;
  }

  .clients {
    padding: 44.16px 0;
  }
  .clients:before {
    width: 274.05px;
    height: 431.1px;
    transform: translate(0, -63px);
  }
  .clients .slick-track {
    padding: 90px 0;
  }
  .clients .slick-arrow {
    height: 20px;
    width: 20px;
  }
  .clients .slider-scene-clients {
    padding: 0 40px;
  }
  .clients .client-card {
    width: 140px;
    padding: 20px 5px;
    margin: 33.6px 19.584px;
  }
  .clients .client-card .card-img-wrap {
    padding-top: 15px;
    margin-bottom: 19px;
  }
  .clients .client-card .card-img-wrap .card-img {
    width: 90px;
    height: 90px;
  }
  .clients .client-card .card-img-wrap .card-add-img {
    position: absolute;
    top: 0;
    left: calc(50% + 90px / 2);
    width: 25px;
    height: 25px;
    transform: translateX(-50%);
  }
  .clients .client-card .card-text-wrap .card-title {
    font-size: 14px;
    line-height: 18px;
  }
  .clients .client-card .card-text-wrap .card-subtitle {
    font-size: 11px;
    line-height: 14px;
    margin: 10px 0;
  }
  .clients .client-card .card-text-wrap .card-text {
    font-size: 10px;
    line-height: 13px;
  }

  .stats {
    padding: 44.16px 0 19.2px;
  }
  .stats .stat-wrap {
    display: flex;
    align-items: center;
    width: 80%;
    height: auto;
    padding: 19.2px 17px;
    margin: 0 auto 28px;
  }
  .stats .stat-wrap .stat-img {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 18px 0 0;
  }
  .stats .stat-wrap .stat-num {
    font-size: 30px;
    line-height: 34.8px;
    margin-right: 12px;
  }
  .stats .stat-wrap .stat-text {
    font-size: 14px;
    line-height: 14px;
  }

  .map-section {
    padding: 19.2px 0;
  }

  .price {
    padding: 30px 0;
  }
  .price .price-wrap {
    padding: 19.2px;
    margin-bottom: 28px;
  }
  .price .price-logo {
    width: 40px;
    height: 40px;
  }
  .price .price-num {
    font-size: 20px;
    line-height: 20px;
  }
  .price .price-img {
    width: 45px;
    height: 45px;
  }
  .price .price-text {
    margin-top: 18.24px;
    font-size: 13.8px;
    line-height: 16.8px;
  }
  .price .price-component {
    display: flex;
    align-items: center;
    height: auto;
    padding: 19.2px 17px;
    margin: 0 auto 28px;
  }
  .price .price-component .price-img {
    width: 35px;
    height: 35px;
  }
  .price .price-component .price-text {
    margin: 0;
    font-size: 12px;
    line-height: 12px;
  }
  .price .price-component .price-num {
    margin: 0 6px;
    font-size: 16px;
    line-height: 16px;
  }
  .price .price-component.icon-num .price-num {
    padding-right: 35px;
  }
  .price .price-component.icon-num .price-num:before {
    width: 30px;
    height: 30px;
    transform: translateY(-15px);
  }

  .call-section {
    text-align: center;
    display: block;
    padding: 12.48px 0 32px;
    background: transparent;
  }
  .call-section .call-section__text {
    display: block;
    font-size: 16px;
  }
  .call-section .call-section__link-img-wrap {
    justify-content: center;
  }
  .call-section .call-section__link-img-wrap .call-section__icon {
    width: 30px;
    height: 30px;
  }
  .call-section .call-section__link-img-wrap .call-section__link {
    padding: 12px 23.04px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 14px;
  }
}
/* Extra Small Devices, Phones */

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