.last-child-no-space > *:last-child, .team-top-text > *:last-child,
.infrastructure-top-text > *:last-child, .infrastructure-list .item .text > *:last-child, .coupon-box .text > *:last-child {
  margin-bottom: 0; }

.breadcrumbs {
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.09em;
  margin: 5px 0 50px; }
  @media (max-width: 1024px) {
    .breadcrumbs {
      margin: 0 0 30px; } }
  @media (max-width: 480px) {
    .breadcrumbs {
      margin: 0 0 15px; } }
  .breadcrumbs a {
    color: #f7ab08;
    text-decoration: underline;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .breadcrumbs a:hover {
      color: #946705; }
  .breadcrumbs .arrow {
    display: inline-block;
    margin: 0 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #222222; }
  .breadcrumbs .current {
    font-weight: 600; }

#navhead .nav > li {
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  #navhead .nav > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #navhead .nav > li:hover {
    background-color: transparent;
    border-radius: 5px;
    border-color: #f7ab08; }
  #navhead .nav > li.active {
    background-color: transparent;
    border-radius: 5px;
    border-color: #f7ab08; }
    #navhead .nav > li.active > a {
      background: transparent !important; }
  #navhead .nav > li.login > a {
    padding: 8px; }
    #navhead .nav > li.login > a svg {
      display: block;
      width: 34px;
      height: 34px; }
      #navhead .nav > li.login > a svg path {
        fill: #f7ab08;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    #navhead .nav > li.login > a img {
      width: 34px;
      height: 34px; }
    #navhead .nav > li.login > a:hover svg path {
      fill: #000; }

@media (min-width: 1920px) {
  .carousel .item {
    max-height: none; } }

#ptitleblock {
  background: #f7ab08; }
  #ptitleblock h2 {
    font-size: 78px;
    font-weight: 400;
    letter-spacing: 0.05em; }
    @media (max-width: 1199px) {
      #ptitleblock h2 {
        font-size: 70px; } }
    @media (max-width: 991px) {
      #ptitleblock h2 {
        font-size: 50px;
        letter-spacing: -5px; } }
    @media (max-width: 661px) {
      #ptitleblock h2 {
        font-size: 26px;
        letter-spacing: 0; } }

.team-top-text,
.infrastructure-top-text {
  margin-bottom: 55px; }
  @media (max-width: 1024px) {
    .team-top-text,
    .infrastructure-top-text {
      margin-bottom: 40px; } }
  @media (max-width: 480px) {
    .team-top-text,
    .infrastructure-top-text {
      margin-bottom: 25px; } }
  .team-top-text h2,
  .infrastructure-top-text h2 {
    font-size: 40px;
    line-height: 1.35;
    color: #222222;
    font-weight: 800;
    letter-spacing: 0.05em; }
    @media (max-width: 768px) {
      .team-top-text h2,
      .infrastructure-top-text h2 {
        font-size: 30px;
        letter-spacing: 0; } }
    @media (max-width: 480px) {
      .team-top-text h2,
      .infrastructure-top-text h2 {
        font-size: 24px; } }
  .team-top-text p,
  .infrastructure-top-text p {
    font-size: 15px;
    line-height: 1.46;
    color: #222222; }

.infrastructure-list {
  margin-bottom: 100px; }
  @media (max-width: 1366px) {
    .infrastructure-list {
      margin-bottom: 60px; } }
  @media (max-width: 1024px) {
    .infrastructure-list {
      margin-bottom: 40px; } }
  @media (max-width: 480px) {
    .infrastructure-list {
      margin-bottom: 25px; } }
  .infrastructure-list .item {
    position: relative;
    z-index: 0;
    padding: 0 25px 20px;
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      .infrastructure-list .item {
        margin-bottom: 20px;
        padding: 0 15px 20px; } }
    .infrastructure-list .item::before {
      position: absolute;
      content: '';
      top: 15px;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #ececec;
      border-radius: 5px;
      z-index: -1; }
    .infrastructure-list .item .image {
      width: 200px;
      height: 105px;
      border-radius: 5px;
      overflow: hidden; }
      .infrastructure-list .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .infrastructure-list .item h3 {
      font-size: 16px;
      font-weight: 800;
      line-height: 1.36;
      color: #222222; }
    .infrastructure-list .item p {
      font-size: 15px;
      line-height: 1.6;
      color: #222222; }

.team-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%; }
  .team-list > * {
    width: 29.33333%;
    margin: 0 2% 2.66667em; }
  @media (max-width: 768px) {
    .team-list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1.5%;
      width: 103%; }
      .team-list > * {
        width: 47%;
        margin: 0 1.5% 2.25em; } }
  @media (max-width: 480px) {
    .team-list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.5%;
      width: 101%; }
      .team-list > * {
        width: 99%;
        margin: 0 0.5% 1em; } }
  .team-list .item {
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.05em; }
    @media (max-width: 480px) {
      .team-list .item {
        margin-bottom: 30px; } }
    .team-list .item .image {
      border-radius: 5px;
      overflow: hidden; }
      .team-list .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .team-list .item h3 {
      color: #222222;
      font-weight: 800;
      font-size: 16px;
      margin-top: 23px;
      margin-bottom: 12px; }
    .team-list .item .position {
      font-weight: 600;
      font-size: 15px;
      color: #f7ab08;
      display: inline-block;
      margin-bottom: 15px;
      min-height: 40px; }
      @media (max-width: 480px) {
        .team-list .item .position {
          min-height: auto; } }
    .team-list .item p {
      font-size: 12px;
      color: #222222;
      padding: 0 16%; }
      @media (max-width: 1024px) {
        .team-list .item p {
          padding: 0; } }

.support-team {
  background: #f6f6f6;
  padding: 50px 0; }
  @media (max-width: 1024px) {
    .support-team {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .support-team {
      padding: 25px 0; } }
  .support-team + .block #footer {
    margin-top: 0; }
  .support-team h2 {
    font-size: 40px;
    line-height: 1.35;
    color: #222222;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 60px; }
    @media (max-width: 1024px) {
      .support-team h2 {
        margin-bottom: 40px; } }
    @media (max-width: 768px) {
      .support-team h2 {
        font-size: 30px;
        letter-spacing: 0; } }
    @media (max-width: 480px) {
      .support-team h2 {
        margin-bottom: 25px;
        font-size: 24px; } }

.support-team-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%; }
  .support-team-list > * {
    width: 29.33333%;
    margin: 0 2% 2.66667em; }
  @media (max-width: 1024px) {
    .support-team-list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -2%;
      width: 104%; }
      .support-team-list > * {
        width: 46%;
        margin: 0 2% 3em; } }
  @media (max-width: 600px) {
    .support-team-list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.5%;
      width: 101%; }
      .support-team-list > * {
        width: 99%;
        margin: 0 0.5% 1em; } }
  .support-team-list .item {
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #222222;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .support-team-list .item {
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .support-team-list .item {
        margin-bottom: 15px; } }
    .support-team-list .item .image {
      width: 75px;
      height: 75px;
      border-radius: 5px;
      overflow: hidden;
      margin-right: 15px; }
      .support-team-list .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .support-team-list .item .info {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .support-team-list .item .name {
      display: block;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5px; }
    .support-team-list .item .position {
      display: block;
      font-size: 15px; }
    .support-team-list .item .btn {
      background: #f7ab08;
      line-height: 1.38;
      color: #fff;
      font-size: 18px;
      font-weight: 800;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .support-team-list .item .btn:hover {
        background: #c68906; }

.about-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media (max-width: 1024px) {
    .about-text {
      display: block; } }
  .about-text .video {
    -webkit-flex-basis: 600px;
    -moz-flex-basis: 600px;
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    height: 360px;
    margin-right: 6.5%;
    position: relative;
    z-index: 0;
    display: block; }
    @media (max-width: 1200px) {
      .about-text .video {
        margin-right: 30px; } }
    @media (max-width: 1024px) {
      .about-text .video {
        margin: 0 auto 30px; } }
    @media (max-width: 768px) {
      .about-text .video {
        height: 50vw; } }
    .about-text .video::before {
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      z-index: 0;
      background: rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .about-text .video img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .about-text .video .play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: block; }
      @media (max-width: 768px) {
        .about-text .video .play {
          width: 70px;
          height: 70px; } }
      .about-text .video .play::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 0 14px 25px;
        border-color: transparent transparent transparent #fff; }
    .about-text .video:hover::before {
      opacity: 0; }
  .about-text .right-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .about-text .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 55px; }
    @media (max-width: 1024px) {
      .about-text .text {
        margin-top: 0; } }
  .about-text h3 {
    font-weight: 600;
    line-height: 1.36; }
  .about-text p {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.46;
    color: #222222;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .about-text p {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .about-text p {
        margin-bottom: 12px; } }

.gallery-part {
  margin-bottom: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .gallery-part {
      display: block;
      margin-bottom: 40px; } }
  @media (max-width: 480px) {
    .gallery-part {
      margin-bottom: 25px; } }
  .gallery-part .link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
    width: 100%;
    min-height: 135px;
    border: 4px solid #e3e3e3; }
    @media (max-width: 1024px) {
      .gallery-part .link {
        max-width: 100%;
        min-height: auto;
        border: none; } }
    .gallery-part .link a {
      font-weight: 800;
      font-size: 18px;
      color: #fff;
      background: #f7ab08;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      padding: 10px;
      letter-spacing: 0.05em;
      text-decoration: none;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .gallery-part .link a:hover {
        background: #c68906; }
      .gallery-part .link a .text {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        padding: 18px 0; }
        @media (max-width: 1024px) {
          .gallery-part .link a .text {
            padding: 5px 0; } }
      .gallery-part .link a .arrow {
        position: relative;
        width: 50px;
        height: 1px;
        background: #fff; }
        .gallery-part .link a .arrow::before {
          width: 5px;
          height: 5px;
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          transform-origin: center center;
          -webkit-transform: translate(0, -50%) rotateZ(45deg);
          -moz-transform: translate(0, -50%) rotateZ(45deg);
          -ms-transform: translate(0, -50%) rotateZ(45deg);
          -o-transform: translate(0, -50%) rotateZ(45deg);
          transform: translate(0, -50%) rotateZ(45deg);
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
  .gallery-part .right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%; }
    @media (max-width: 1024px) {
      .gallery-part .right {
        max-width: 100%; } }
    .gallery-part .right .swiper-slide {
      height: auto;
      border: 4px solid #e3e3e3; }
      .gallery-part .right .swiper-slide img {
        max-width: 100%;
        max-height: 135px;
        width: 100%;
        height: 100%;
        object-fit: cover; }

.trustpilot-small {
  margin-bottom: 90px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 1366px) {
    .trustpilot-small {
      margin-bottom: 60px; } }
  @media (max-width: 1024px) {
    .trustpilot-small {
      margin-bottom: 40px; } }
  @media (max-width: 480px) {
    .trustpilot-small {
      margin-bottom: 25px; } }
  .trustpilot-small:hover {
    opacity: 0.8; }

.benefits-box {
  padding: 110px 0 55px;
  background: #f6f6f6; }
  @media (max-width: 1024px) {
    .benefits-box {
      padding: 40px 20px; } }
  @media (max-width: 480px) {
    .benefits-box {
      padding: 25px 0; } }
  .benefits-box + .block #footer {
    margin-top: 0; }
  .benefits-box .benefits-lists {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3%;
    width: 106%; }
    .benefits-box .benefits-lists > * {
      width: 44%;
      margin: 0 3% 4.5em; }
    @media (max-width: 1024px) {
      .benefits-box .benefits-lists {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%; }
        .benefits-box .benefits-lists > * {
          width: 48%;
          margin: 0 1% 1.5em; } }
    @media (max-width: 480px) {
      .benefits-box .benefits-lists {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0.5%;
        width: 101%; }
        .benefits-box .benefits-lists > * {
          width: 99%;
          margin: 0 0.5% 1em; } }
  .benefits-box .item {
    margin-bottom: 45px; }
    @media (max-width: 1024px) {
      .benefits-box .item {
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .benefits-box .item {
        margin-bottom: 20px; }
        .benefits-box .item:last-child {
          margin-bottom: 0; } }
  .benefits-box .image {
    min-height: 70px; }
    .benefits-box .image img {
      max-height: 70px; }
  .benefits-box h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.36;
    letter-spacing: 0.05em;
    color: #222222; }
  .benefits-box p {
    font-size: 12px;
    color: #222222;
    letter-spacing: 0.05em;
    line-height: 1.36; }

.coupon-box > .container,
.feature-box > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .coupon-box > .container,
    .feature-box > .container {
      display: block; } }
.coupon-box .left-section,
.feature-box .left-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.coupon-box .right-section,
.feature-box .right-section {
  margin-left: 7%;
  -webkit-flex-basis: 265px;
  -moz-flex-basis: 265px;
  -ms-flex-preferred-size: 265px;
  flex-basis: 265px; }
  @media (max-width: 1024px) {
    .coupon-box .right-section,
    .feature-box .right-section {
      margin-left: 30px; } }
  @media (max-width: 768px) {
    .coupon-box .right-section,
    .feature-box .right-section {
      margin-left: 0;
      margin-top: 20px; } }

.coupon-box {
  padding: 15px 0;
  background: #f6f6f6; }
  @media (max-width: 768px) {
    .coupon-box .text {
      text-align: center; } }
  .coupon-box h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.36;
    color: #222222;
    margin: 0;
    text-transform: uppercase; }
  .coupon-box p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.36;
    color: #222222; }
    .coupon-box p span {
      color: #f7ab08; }
  .coupon-box .btn {
    width: 100%;
    background: #fff;
    border: 1px solid #f7ab08;
    font-size: 16px;
    font-weight: 600;
    color: #747474;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .coupon-box .btn:hover {
      background: #f7ab08;
      color: #fff; }

.feature-box {
  padding: 60px 0 40px; }
  @media (max-width: 480px) {
    .feature-box {
      padding: 25px 0; } }
  .feature-box .right-section .form-group {
    position: relative;
    z-index: 0;
    margin-bottom: 25px; }
  .feature-box .right-section label {
    position: absolute;
    top: 0;
    left: 15px;
    font-weight: 400;
    background: #fff;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #222222;
    padding: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .feature-box .right-section input[type="email"],
  .feature-box .right-section input[type="password"] {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 0px !important;
    height: 40px;
    line-height: 40px; }
  .feature-box .right-section button {
    background: #f7ab08;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.3;
    padding: 15px;
    letter-spacing: 0.05em; }
    .feature-box .right-section button:hover {
      background: #c68906; }
  .feature-box .right-section .title {
    background: #f6f6f6;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.38;
    letter-spacing: 0.02em;
    padding: 12px;
    color: #222222; }
  .feature-box .right-section .image {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    text-align: center;
    margin-bottom: 30px; }
    .feature-box .right-section .image:hover {
      opacity: 0.8; }
  .feature-box .right-section .text {
    padding: 25px 12px 20px;
    border: 1px solid #f6f6f6;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.05em; }

.feature-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .feature-list > * {
    width: 30.33333%;
    margin: 0 1.5% 2em; }
  @media (max-width: 1024px) {
    .feature-list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1%;
      width: 102%; }
      .feature-list > * {
        width: 48%;
        margin: 0 1% 1.5em; } }
  @media (max-width: 480px) {
    .feature-list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.5%;
      width: 101%; }
      .feature-list > * {
        width: 99%;
        margin: 0 0.5% 1em; } }
  .feature-list .item {
    margin-bottom: 60px; }
    @media (max-width: 1024px) {
      .feature-list .item {
        margin-bottom: 40px; } }
    @media (max-width: 480px) {
      .feature-list .item {
        margin-bottom: 30px; }
        .feature-list .item:last-child {
          margin-bottom: 0; } }
  .feature-list .image {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 22px;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .feature-list .image img {
      display: block;
      min-width: 101%;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .feature-list .image:hover {
      opacity: 0.8;
      background-color: #fff;
      box-shadow: 0 7px 16px 3px rgba(198, 137, 6, 0.8); }
  .feature-list h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.37;
    letter-spacing: 0.05em;
    color: #222222; }
  .feature-list p {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.05em;
    min-height: 75px; }
    @media (max-width: 480px) {
      .feature-list p {
        min-height: auto; } }
  .feature-list .btn {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    padding: 12px;
    background: #fff;
    width: 100%;
    color: #222222;
    line-height: 1.36;
    letter-spacing: 0.05em;
    border: 1px solid #f7ab08;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .feature-list .btn:hover {
      background: #f7ab08;
      color: #fff; }
