@font-face {
  font-family: icon-font;
  src: url("//static.chimeroi.com/home/icon-font/180530/icomoon.eot");
  src: url("//static.chimeroi.com/home/icon-font/180530/icomoon.eot")
      format("embedded-opentype"),
    url("//static.chimeroi.com/home/icon-font/180530/icomoon.woff2")
      format("woff2"),
    url("//static.chimeroi.com/home/icon-font/180530/icomoon.ttf")
      format("truetype"),
    url("//static.chimeroi.com/home/icon-font/180530/icomoon.woff")
      format("woff"),
    url("//static.chimeroi.com/home/icon-font/180530/icomoon.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: chime;
  font-display: block;
  src: url("//static.chimeroi.com/crm/fonts/icon/18-08-15/icomoon.eot");
  src: url("//static.chimeroi.com/crm/fonts/icon/18-08-15/icomoon.eot#iefix")
      format("embedded-opentype"),
    url("//static.chimeroi.com/crm/fonts/icon/18-08-15/icomoon.ttf")
      format("truetype"),
    url("//static.chimeroi.com/crm/fonts/icon/18-08-15/icomoon.woff")
      format("woff"),
    url("//static.chimeroi.com/crm/fonts/icon/18-08-15/icomoon.svg#icomoon")
      format("svg");
  font-weight: 400;
  font-style: normal;
}

.features-bg .features-canvas {
  position: absolute;
  top: 0;
  right: 36px;
  width: 660px;
  height: 100%;
  overflow: hidden;
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("//static.chimeroi.com/home/images/products/flex-banner.png");
}
.features-bg .features-content .title {
  width: 580px;
  font-family: Gotham Bold;
  font-size: 60px;
  line-height: 1.08;
  text-align: left;
  z-index: 10;
  font-weight: bold;
}
.features-bg .features-content .sub-title {
  width: 500px;
  margin-top: 10px;
  font-family: SF UI Text, Helvetica, Arial, "san-serif";
  font-size: 18px;
  line-height: 1.67;
  text-align: left;
  z-index: 10;
}
.animated,
.animated2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}

.appeared {
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: linear;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownHalf {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownHalf {
  animation-name: fadeInDownHalf;
}

@keyframes fadeInUpHalf {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpHalf {
  animation-name: fadeInUpHalf;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftHalf {
  0% {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftHalf {
  animation-name: fadeInLeftHalf;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightHalf {
  0% {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightHalf {
  animation-name: fadeInRightHalf;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}
.feature .small-text {
  font-size: 16px;
  color: #7585b1;
  text-align: center;
  width: 55%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 29px;
  line-height: 19px;
}
.feature .ads-content {
  max-width: 1440px;
  padding: 0 160px;
}
.feature .ads-content img {
  width: 100%;
}
.main .feature .feature-text .h2,
.main .feature .feature-text .h3,
.main .feature .swiper-text .h2,
.main .feature .swiper-text .h3 {
  font-family: Gotham Book;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.11;
  text-align: left;
  color: #414676;
}
.main .feature.comparison .max-content .h5 {
    font-weight: bold;
    font-family: Gotham Bold;
    font-size: 36px;
    line-height: 1.11;
    text-align: center;
    color: #414676;
}
@media (max-width: 1279px) {
    .feature .small-text {
        width: 70%;
    }
    .feature .ads-content {
        padding:0 80px
    }
}
@media(max-width: 1023px) {
    .flexible .feature .ads-content {
        padding:0 40px
    }
}
@media(max-width: 749px) {
    .flexible .feature .ads-content {
        padding:0 30px
    }
}
@media (max-width: 600px) {
    .feature .small-text {
        width: 100%;
    }
    .feature .ads-content,  .features-bg .features-content {
        padding: 0;
    }
}
header {
  z-index: 20;
}
