.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1; }
  .navbar .navbar-brand {
    margin-right: 3rem; }
    .navbar .navbar-brand img {
      max-width: 283px; }
  .navbar .navbar-text h3 {
    margin: 0; }
  .navbar .navbar-text span {
    font-size: 1.5rem;
    color: #00b250; }
  .navbar .navbar-text a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600; }
    .navbar .navbar-text a:hover {
      text-decoration: none;
      color: #00b250; }
  .navbar .navbar-nav {
    margin-left: auto; }
    .navbar .navbar-nav .nav-item {
      margin-left: 2rem; }
      .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-size: 1.125rem; }
        .navbar .navbar-nav .nav-item .nav-link:hover {
          color: #00b250; }
      .navbar .navbar-nav .nav-item.active .nav-link {
        color: #00b250; }
  .navbar.sps--blw {
    position: fixed;
    background: #00b251;
    background: -webkit-linear-gradient(#00b251 0%, #007152 100%);
    background: -o-linear-gradient(#00b251 0%, #007152 100%);
    background: linear-gradient(#00b251 0%, #007152 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
    animation: zoomIn;
    animation-delay: 1s;
    transition: all .2s linear;
    height: 60px; }
    .navbar.sps--blw .navbar-brand img {
      max-width: 163px; }
    .navbar.sps--blw .navbar-text a:hover {
      color: #000; }
    .navbar.sps--blw .navbar-text span {
      color: #fff; }
    .navbar.sps--blw .navbar-nav .nav-item .nav-link:hover {
      color: #000; }
  .navbar .navbar-toggler {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border: 0;
    z-index: 4;
    padding-right: 5px;
    padding-left: 5px;
    background-color: transparent;
    transition: all .3s ease;
    position: relative;
    margin-left: auto; }
    .navbar .navbar-toggler:focus {
      outline: none; }
    .navbar .navbar-toggler .navbar-line {
      height: 3px;
      margin: 7px 0;
      display: block;
      transition: all 0.3s ease;
      background-color: #00b250;
      border-radius: 3px;
      width: 36px;
      position: relative; }
      .navbar .navbar-toggler .navbar-line:first-child {
        width: 18px; }
        .navbar .navbar-toggler .navbar-line:first-child::before {
          content: '';
          position: absolute;
          height: 3px;
          top: 0;
          right: -18px;
          background-color: #fff;
          width: 15px;
          transition: all .3s ease; }
      .navbar .navbar-toggler .navbar-line:nth-child(2) {
        width: 27px; }
        .navbar .navbar-toggler .navbar-line:nth-child(2)::before {
          content: '';
          position: absolute;
          height: 3px;
          top: 0;
          right: -9px;
          background-color: #fff;
          width: 6px;
          transition: all .3s ease; }
    .navbar .navbar-toggler.menu-show {
      background-color: transparent; }
      .navbar .navbar-toggler.menu-show .navbar-line {
        background-color: #fff; }
      .navbar .navbar-toggler.menu-show:hover .navbar-line {
        background-color: #404040; }
      .navbar .navbar-toggler.menu-show .navbar-line:nth-child(1) {
        transform: rotate(45deg);
        margin: 0;
        margin-top: 4px;
        width: 25px; }
        .navbar .navbar-toggler.menu-show .navbar-line:nth-child(1)::before {
          display: none; }
      .navbar .navbar-toggler.menu-show .navbar-line:nth-child(2) {
        transform: rotate(-45deg);
        margin: 0;
        margin-top: -3px;
        width: 25px; }
        .navbar .navbar-toggler.menu-show .navbar-line:nth-child(2)::before {
          display: none; }
      .navbar .navbar-toggler.menu-show .navbar-line:nth-child(3) {
        opacity: 0;
        margin-bottom: -2px;
        transform: rotate(90deg);
        width: 25px; }
      .navbar .navbar-toggler.menu-show:hover .navbar-line {
        animation: none; }
    .navbar .navbar-toggler:hover .navbar-line {
      background-color: #00b250; }
      .navbar .navbar-toggler:hover .navbar-line::before {
        background-color: #00b250 !important; }
  .navbar.subpage {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .navbar.subpage.sps--blw {
      border: 0; }

@media only screen and (max-width: 1439.98px) {
  .navbar .navbar-brand img {
    max-width: 200px; }
  .navbar .navbar-text span {
    font-size: 1.2rem; }
  .navbar .navbar-text a {
    font-size: 1.2rem; } }

@media only screen and (max-width: 1199.98px) {
  .navbar .navbar-brand {
    margin-right: 1rem; }
  .navbar .navbar-nav .nav-item {
    margin-left: 0rem; } }

@media only screen and (max-width: 991.98px) {
  .navbar .navbar-collapse {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #007152;
    min-height: 100vh;
    opacity: 0;
    transition: all 0.5s ease;
    display: none;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    overflow: scroll;
    padding-top: 5rem; }
  .navbar .navbar-nav {
    margin-top: 2rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    margin-left: 0;
    width: calc(100% - 30px); }
    .navbar .navbar-nav .nav-item {
      margin: 0;
      padding-left: 15px;
      position: relative; }
      .navbar .navbar-nav .nav-item .nav-link {
        font-size: 1.5rem;
        color: #fff; }
        .navbar .navbar-nav .nav-item .nav-link:hover {
          color: #00b250; } }

@media only screen and (max-width: 575.98px) {
  .navbar-text {
    display: none; } }

.container-slider {
  padding: 0;
  position: relative; }
  .container-slider .slider-content {
    position: absolute;
    z-index: auto;
    height: auto;
    width: auto;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(calc(50% + 50px)); }
    .container-slider .slider-content .section-title {
      font-size: 4.8rem;
      color: #fff;
      text-transform: uppercase;
      font-weight: 800;
      display: flex;
      flex-direction: column;
      margin: 0;
      line-height: 1; }
      .container-slider .slider-content .section-title small {
        font-size: 1.5rem; }
    .container-slider .slider-content p {
      color: #fff;
      margin: 0;
      line-height: 1.4; }
  .container-slider .slider-img {
    background: #000; }
    .container-slider .slider-img img {
      opacity: .5;
      width: 100%; }
  .container-slider .slider-mask {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    max-width: 100%; }
    .container-slider .slider-mask img {
      width: 100%; }
  .container-slider.subpage {
    height: 400px;
    overflow: hidden;
    background: #f9f9f9; }
    .container-slider.subpage .slider-img {
      height: 100%;
      overflow: hidden;
      border-bottom-right-radius: 200px; }
      .container-slider.subpage .slider-img img {
        height: 100%;
        object-fit: cover; }
    .container-slider.subpage .section-title {
      display: inline; }

@media only screen and (max-width: 1719.98px) {
  .container-slider .slider-content {
    margin-top: 12rem; }
    .container-slider .slider-content .section-title {
      font-size: 4.6rem; } }

@media only screen and (max-width: 1439.98px) {
  .container-slider .slider-content {
    margin-top: 10rem; }
    .container-slider .slider-content .section-title {
      font-size: 4rem; } }

@media only screen and (max-width: 1199.98px) {
  .container-slider .slider-content {
    margin-top: 8rem; } }

@media only screen and (max-width: 991.98px) {
  .container-slider .slider-img img {
    height: 50vh;
    object-fit: cover; } }

@media only screen and (max-width: 575.98px) {
  .container-slider .slider-img img {
    height: 50vh; }
  .container-slider .slider-content {
    margin-top: 50%; }
  .container-slider .slider-mask {
    display: none; }
  .container-slider.subpage .slider-img {
    height: 100%;
    border-bottom-right-radius: 100px; }
    .container-slider.subpage .slider-img img {
      height: 100%; }
  .container-slider.subpage .slider-content p {
    font-weight: 300;
    font-size: .875rem; } }

.container-news {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .container-news .header h3 {
    font-size: 3.43rem;
    font-weight: bold; }
    .container-news .header h3 span {
      color: #00b250; }
  .container-news .header p {
    font-size: 1.125rem; }
  .container-news .header .btn-primary {
    margin-left: auto; }
  .container-news .header .col-right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column; }
  .container-news .news-row {
    display: flex; }
    .container-news .news-row .news-item {
      position: relative;
      display: flex;
      margin-bottom: 2rem;
      margin-right: 2rem;
      flex: 0 0 50%;
      max-width: calc(50% - 1rem);
      border-bottom-right-radius: 6px;
      overflow: hidden; }
      .container-news .news-row .news-item .img {
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%; }
        .container-news .news-row .news-item .img::before {
          display: block;
          content: "";
          padding-top: 75%; }
        .container-news .news-row .news-item .img img {
          object-fit: cover;
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          border-bottom-right-radius: 6px;
          transition: all .2s linear; }
      .container-news .news-row .news-item:nth-child(2n) {
        margin-right: 0; }
      .container-news .news-row .news-item:nth-child(3) {
        margin-bottom: 0; }
      .container-news .news-row .news-item:nth-child(4) {
        margin-bottom: 0; }
      .container-news .news-row .news-item .news-content {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1rem;
        color: #fff; }
        .container-news .news-row .news-item .news-content .date span {
          margin-right: .5rem;
          color: #00b250; }
        .container-news .news-row .news-item .news-content h3 {
          font-size: 1.4rem;
          margin: 0; }
        .container-news .news-row .news-item .news-content p {
          display: none; }
      .container-news .news-row .news-item .arrow {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background: #fff;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background: #a6a6a6;
        transition: all .2s linear; }
      .container-news .news-row .news-item.news-big {
        margin-bottom: 0rem;
        margin-right: 0rem;
        flex: 0 0 100%;
        max-width: 100%; }
        .container-news .news-row .news-item.news-big .news-content {
          padding: 3rem; }
          .container-news .news-row .news-item.news-big .news-content .date span {
            margin-right: .5rem;
            color: #00b250; }
          .container-news .news-row .news-item.news-big .news-content h3 {
            font-size: 1.6rem;
            margin: 0;
            margin-bottom: 1rem; }
          .container-news .news-row .news-item.news-big .news-content p {
            display: block;
            font-size: 1.125rem;
            line-height: 1.3;
            margin-bottom: 0; }
      .container-news .news-row .news-item:hover .img img {
        transform: scale(1.1); }
      .container-news .news-row .news-item:hover .arrow {
        background: #00b250;
        padding-left: 1rem;
        color: #fff; }
    .container-news .news-row .news-wrapper {
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .container-news .news-row .news-wrapper.standard {
        margin-top: 2rem; }
        .container-news .news-row .news-wrapper.standard .news-item {
          max-width: calc(25% - 1.5rem);
          flex: 0 0 25%; }
          .container-news .news-row .news-wrapper.standard .news-item:nth-child(2n) {
            margin-right: 2rem; }
          .container-news .news-row .news-wrapper.standard .news-item:nth-child(4n) {
            margin-right: 0;
            margin-bottom: 2rem; }
          .container-news .news-row .news-wrapper.standard .news-item:nth-child(3n) {
            margin-bottom: 2rem; }
      .container-news .news-row .news-wrapper.banner .news-banner {
        max-width: calc(50% - 1rem);
        flex: 0 0 50%;
        margin-right: 2rem;
        background: #fff;
        height: auto;
        margin-bottom: 2rem;
        padding: 2rem;
        position: relative; }
        .container-news .news-row .news-wrapper.banner .news-banner .img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .container-news .news-row .news-wrapper.banner .news-banner .img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .container-news .news-row .news-wrapper.banner .news-banner .content {
          position: absolute;
          z-index: auto;
          height: auto;
          width: auto;
          left: 0;
          right: 0;
          bottom: 50%;
          transform: translateY(50%);
          padding: 3rem;
          color: #fff; }
          .container-news .news-row .news-wrapper.banner .news-banner .content h3 {
            text-transform: uppercase;
            font-size: 2.81rem;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            line-height: 1.4; }
            .container-news .news-row .news-wrapper.banner .news-banner .content h3 small {
              text-transform: none;
              font-size: 1rem; }
      .container-news .news-row .news-wrapper.banner .news-item {
        max-width: calc(25% - 1.5rem);
        flex: 0 0 25%; }
        .container-news .news-row .news-wrapper.banner .news-item:nth-child(3n) {
          margin-right: 0rem; }
        .container-news .news-row .news-wrapper.banner .news-item:nth-child(2n) {
          margin-right: 2rem;
          margin-bottom: 2rem; }
        .container-news .news-row .news-wrapper.banner .news-item:nth-child(3n) {
          margin-bottom: 2rem; }

.content-header {
  font-size: 2.26rem;
  margin-bottom: .5rem;
  width: 100%; }

.header-infobar {
  margin-bottom: 1rem; }
  .header-infobar a {
    color: #404040; }
    .header-infobar a span {
      color: #00b250; }
    .header-infobar a:hover {
      color: #00b250; }

.article {
  margin: 0; }
  .article .article-left {
    border-right: 1px solid #eeeeee;
    background: #fff;
    padding: 3rem;
    border-radius: 4px; }
    .article .article-left .content-header {
      font-size: 3vw;
      margin-bottom: .5rem;
      width: 100%;
      font-weight: bold;
      line-height: 1; }
    .article .article-left .lead {
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 1.4;
      margin-bottom: 1rem; }
    .article .article-left .img-cover {
      display: block;
      overflow: hidden;
      position: relative;
      width: 100%; }
      .article .article-left .img-cover::before {
        display: block;
        content: "";
        padding-top: 49.60%; }
      .article .article-left .img-cover img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .article .article-left .content {
      margin-top: 2rem; }
      .article .article-left .content ul li, .article .article-left .content ol li {
        margin-bottom: .5rem;
        padding-left: 1rem; }
        .article .article-left .content ul li::marker, .article .article-left .content ol li::marker {
          content: "\f105";
          font-family: "Font Awesome 5 Pro";
          font-weight: normal;
          color: #00b250; }
      .article .article-left .content h4, .article .article-left .content .h4 {
        font-size: 1.5rem;
        font-weight: bold;
        margin-top: 2rem; }
    .article .article-left .content-footer {
      margin-top: 2rem;
      padding-top: 1rem;
      border-top: 1px solid #eeeeee;
      display: flex;
      flex-direction: column; }
      .article .article-left .content-footer p {
        margin: 0;
        font-size: .875rem; }
    .article .article-left .download-wrapper {
      display: flex;
      flex-wrap: wrap; }
      .article .article-left .download-wrapper .col-offer {
        position: relative;
        margin-bottom: 2rem;
        flex: 0 0 25%;
        max-width: calc(25% - 2rem);
        margin-right: 2rem; }
        .article .article-left .download-wrapper .col-offer:nth-child(4n) {
          margin-right: 0; }
        .article .article-left .download-wrapper .col-offer .box-offer {
          background: #fff;
          display: flex;
          border-radius: 6px;
          border: 1px solid #eeeeee;
          overflow: hidden;
          height: 100%; }
          .article .article-left .download-wrapper .col-offer .box-offer .content {
            display: flex;
            flex-direction: column;
            padding: 3rem;
            margin-top: 0 !important; }
            .article .article-left .download-wrapper .col-offer .box-offer .content h3 {
              font-size: 1.2rem;
              font-weight: 600;
              color: #000;
              margin: 0;
              margin-bottom: 1rem; }
          .article .article-left .download-wrapper .col-offer .box-offer p {
            margin: 0;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #000;
            font-size: .875rem;
            font-weight: 600;
            width: 100%;
            line-height: 1; }
          .article .article-left .download-wrapper .col-offer .box-offer .icon-offer {
            flex: 0 0 20%;
            background: #f9f9f9;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 1rem;
            padding-bottom: 1rem;
            transition: all .2s linear; }
            .article .article-left .download-wrapper .col-offer .box-offer .icon-offer img {
              width: 40px;
              height: 40px;
              object-fit: scale-down;
              transition: all .2s linear; }
          .article .article-left .download-wrapper .col-offer .box-offer .title-offer {
            flex: 0 0 60%;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            flex-direction: column;
            text-align: left;
            color: #000;
            padding-left: 3rem;
            font-size: 1.5rem;
            text-transform: uppercase;
            font-weight: 500; }
            .article .article-left .download-wrapper .col-offer .box-offer .title-offer span {
              font-weight: 700;
              font-size: 2.25rem; }
        .article .article-left .download-wrapper .col-offer .far, .article .article-left .download-wrapper .col-offer .fal, .article .article-left .download-wrapper .col-offer .fas, .article .article-left .download-wrapper .col-offer .fab {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 30px;
          height: 30px;
          background: #a6a6a6;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1rem;
          color: #fff;
          border-top-left-radius: 6px;
          transition: all .2s linear; }
        .article .article-left .download-wrapper .col-offer:hover .box-offer .icon-offer {
          background: #00b250; }
          .article .article-left .download-wrapper .col-offer:hover .box-offer .icon-offer img {
            transform: scale(1.1); }
        .article .article-left .download-wrapper .col-offer:hover .far, .article .article-left .download-wrapper .col-offer:hover .fal, .article .article-left .download-wrapper .col-offer:hover .fas, .article .article-left .download-wrapper .col-offer:hover .fab {
          background: #00b250;
          padding-left: 1rem; }
        .article .article-left .download-wrapper .col-offer.col-offer-mini {
          flex: 0 0 20%;
          max-width: 20%; }
          .article .article-left .download-wrapper .col-offer.col-offer-mini .box-offer .icon-offer {
            padding-top: 2rem;
            padding-bottom: 2rem; }
            .article .article-left .download-wrapper .col-offer.col-offer-mini .box-offer .icon-offer img {
              width: 60px;
              height: 60px; }
          .article .article-left .download-wrapper .col-offer.col-offer-mini .box-offer .title-offer {
            font-size: 1.3rem;
            padding-left: 1rem;
            line-height: 1; }
            .article .article-left .download-wrapper .col-offer.col-offer-mini .box-offer .title-offer span {
              font-size: 1.3rem; }
          .article .article-left .download-wrapper .col-offer.col-offer-mini .fa-long-arrow-right {
            width: 40px;
            height: 40px; }
          .article .article-left .download-wrapper .col-offer.col-offer-mini:hover .box-offer .icon-offer img {
            transform: scale(1.2); }
  .article .article-right {
    padding-left: 4rem;
    padding-top: 2rem; }
    .article .article-right .related-wrapper .news-item {
      position: relative;
      display: flex;
      margin-bottom: 2rem;
      margin-right: 0;
      flex: 0 0 100%;
      max-width: 100%;
      border-bottom-right-radius: 6px;
      overflow: hidden; }
      .article .article-right .related-wrapper .news-item .img {
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%; }
        .article .article-right .related-wrapper .news-item .img::before {
          display: block;
          content: "";
          padding-top: 56%; }
        .article .article-right .related-wrapper .news-item .img img {
          object-fit: cover;
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          border-bottom-right-radius: 6px;
          transition: all .2s linear; }
      .article .article-right .related-wrapper .news-item:last-child {
        margin-bottom: 0; }
      .article .article-right .related-wrapper .news-item .news-content {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1rem;
        color: #fff; }
        .article .article-right .related-wrapper .news-item .news-content .date {
          font-size: .875rem; }
          .article .article-right .related-wrapper .news-item .news-content .date span {
            margin-right: .5rem;
            color: #00b250; }
        .article .article-right .related-wrapper .news-item .news-content h3 {
          font-size: 1.125rem;
          margin: 0; }
        .article .article-right .related-wrapper .news-item .news-content p {
          display: none; }
      .article .article-right .related-wrapper .news-item .arrow {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background: #fff;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background: #a6a6a6;
        transition: all .2s linear; }
      .article .article-right .related-wrapper .news-item:hover .img img {
        transform: scale(1.1); }
      .article .article-right .related-wrapper .news-item:hover .arrow {
        background: #00b250;
        padding-left: 1rem;
        color: #fff; }
    .article .article-right h3 {
      font-size: 1.4rem;
      margin-bottom: 2rem;
      font-weight: 600; }
    .article .article-right .download-wrapper {
      position: sticky;
      top: 6rem; }
      .article .article-right .download-wrapper .col-offer {
        position: relative;
        margin-bottom: 1rem; }
        .article .article-right .download-wrapper .col-offer .box-offer {
          background: #fff;
          display: flex;
          border-radius: 6px;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          overflow: hidden; }
          .article .article-right .download-wrapper .col-offer .box-offer p {
            margin: 0;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #000;
            font-size: .875rem;
            font-weight: 600;
            margin-left: .5rem;
            width: 100%;
            line-height: 1;
            padding-right: 30px;
            padding-top: 1rem;
            padding-bottom: 1rem; }
          .article .article-right .download-wrapper .col-offer .box-offer .icon-offer {
            flex: 0 0 20%;
            background: #f9f9f9;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 1rem;
            padding-bottom: 1rem;
            transition: all .2s linear; }
            .article .article-right .download-wrapper .col-offer .box-offer .icon-offer img {
              width: 40px;
              height: 40px;
              object-fit: scale-down;
              transition: all .2s linear; }
          .article .article-right .download-wrapper .col-offer .box-offer .title-offer {
            flex: 0 0 60%;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            flex-direction: column;
            text-align: left;
            color: #000;
            padding-left: 3rem;
            font-size: 1.5rem;
            text-transform: uppercase;
            font-weight: 500; }
            .article .article-right .download-wrapper .col-offer .box-offer .title-offer span {
              font-weight: 700;
              font-size: 2.25rem; }
        .article .article-right .download-wrapper .col-offer .far, .article .article-right .download-wrapper .col-offer .fal, .article .article-right .download-wrapper .col-offer .fas, .article .article-right .download-wrapper .col-offer .fab {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 30px;
          height: 30px;
          background: #a6a6a6;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1rem;
          color: #fff;
          border-top-left-radius: 6px;
          transition: all .2s linear; }
        .article .article-right .download-wrapper .col-offer:hover .box-offer .icon-offer {
          background: #00b250; }
          .article .article-right .download-wrapper .col-offer:hover .box-offer .icon-offer img {
            transform: scale(1.1); }
        .article .article-right .download-wrapper .col-offer:hover .far, .article .article-right .download-wrapper .col-offer:hover .fal, .article .article-right .download-wrapper .col-offer:hover .fas, .article .article-right .download-wrapper .col-offer:hover .fab {
          background: #00b250;
          padding-left: 1rem; }
        .article .article-right .download-wrapper .col-offer.col-offer-mini {
          flex: 0 0 20%;
          max-width: 20%; }
          .article .article-right .download-wrapper .col-offer.col-offer-mini .box-offer .icon-offer {
            padding-top: 2rem;
            padding-bottom: 2rem; }
            .article .article-right .download-wrapper .col-offer.col-offer-mini .box-offer .icon-offer img {
              width: 60px;
              height: 60px; }
          .article .article-right .download-wrapper .col-offer.col-offer-mini .box-offer .title-offer {
            font-size: 1.3rem;
            padding-left: 1rem;
            line-height: 1; }
            .article .article-right .download-wrapper .col-offer.col-offer-mini .box-offer .title-offer span {
              font-size: 1.3rem; }
          .article .article-right .download-wrapper .col-offer.col-offer-mini .fa-long-arrow-right {
            width: 40px;
            height: 40px; }
          .article .article-right .download-wrapper .col-offer.col-offer-mini:hover .box-offer .icon-offer img {
            transform: scale(1.2); }

@media only screen and (max-width: 1719.98px) {
  .container-news .news-row .news-item .news-content h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem; }
  .article .article-left .download-wrapper .col-offer .box-offer .content {
    padding: 2rem; } }

@media only screen and (max-width: 1439.98px) {
  .article .article-left .download-wrapper .col-offer .box-offer .content {
    padding: 1rem; }
  .article .article-right {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 0; }
    .article .article-right .related-wrapper {
      padding: 2rem 1rem; }
      .article .article-right .related-wrapper .news-item .img::before {
        padding-top: 100%; } }

@media only screen and (max-width: 1199.98px) {
  .article .article-right {
    padding-left: 1rem; }
  .article .article-left .download-wrapper .col-offer {
    flex: 0 0 33.333%;
    margin-right: 2rem;
    margin-bottom: 2rem;
    max-width: calc(33.333% - 1.5rem); }
    .article .article-left .download-wrapper .col-offer:nth-child(4n) {
      margin-right: 2rem; }
    .article .article-left .download-wrapper .col-offer:nth-child(3n) {
      margin-right: 0; } }

@media only screen and (max-width: 991.98px) {
  .container-news .news-row .news-item {
    margin-bottom: 1rem;
    margin-right: 1rem;
    max-width: calc(50% - .5rem); }
  .container-news .news-row .news-wrapper {
    margin-bottom: 1rem; }
    .container-news .news-row .news-wrapper.standard {
      margin-top: 0rem;
      margin-bottom: 0; }
      .container-news .news-row .news-wrapper.standard .news-item {
        max-width: calc(50% - .5rem);
        flex: 0 0 50%; }
        .container-news .news-row .news-wrapper.standard .news-item:nth-child(2n) {
          margin-right: 0rem; }
    .container-news .news-row .news-wrapper.banner .news-banner {
      max-width: 100%;
      flex: 0 0 100%;
      padding: 0; }
      .container-news .news-row .news-wrapper.banner .news-banner .img {
        position: relative;
        padding-top: 33%; }
        .container-news .news-row .news-wrapper.banner .news-banner .img img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .container-news .news-row .news-wrapper.banner .news-item {
      max-width: calc(50% - .5rem);
      flex: 0 0 50%; }
      .container-news .news-row .news-wrapper.banner .news-item:nth-child(2) {
        margin-right: 1rem; }
      .container-news .news-row .news-wrapper.banner .news-item:nth-child(3) {
        margin-right: 0rem; }
  .article .article-left .download-wrapper .col-offer {
    flex: 0 0 50%;
    margin-right: 2rem;
    margin-bottom: 2rem;
    max-width: calc(50% - 1rem); }
    .article .article-left .download-wrapper .col-offer:nth-child(3n) {
      margin-right: 2rem; }
    .article .article-left .download-wrapper .col-offer:nth-child(2n) {
      margin-right: 0; }
  .article .article-right {
    padding: 0;
    margin-top: 2rem; }
    .article .article-right .related-wrapper {
      flex-direction: row; }
      .article .article-right .related-wrapper h3 {
        max-width: 100%;
        flex: 0 0 100%; }
      .article .article-right .related-wrapper .news-item {
        margin-bottom: 0rem;
        margin-right: 1rem;
        flex: 0 0 33.3333%;
        max-width: calc(33.33333% - 1rem); } }

@media only screen and (max-width: 767.98px) {
  .container-news {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .container-news .header .col-right {
      align-items: flex-start; }
    .container-news .header .btn-primary {
      margin-left: 0; }
    .container-news .news-row {
      margin-top: 2rem; }
      .container-news .news-row .news-item .news-content h3 {
        font-size: 1rem; }
      .container-news .news-row .news-item.news-big .news-content {
        padding: 1.5rem; }
  .article .article-left {
    padding: 2rem; }
    .article .article-left .content-header {
      font-size: 2rem; }
    .article .article-left .download-wrapper .col-offer {
      flex: 0 0 100%;
      margin-right: 0;
      margin-bottom: 2rem;
      max-width: 100%; }
      .article .article-left .download-wrapper .col-offer:nth-child(3n) {
        margin-right: 0; }
      .article .article-left .download-wrapper .col-offer:nth-child(2n) {
        margin-right: 0; }
      .article .article-left .download-wrapper .col-offer:last-child {
        margin-bottom: 0; }
      .article .article-left .download-wrapper .col-offer .box-offer {
        box-shadow: none;
        border-bottom: 1px solid #eeeeee; }
  .article .article-right h3 {
    margin-bottom: 1rem; }
  .article .article-right .related-wrapper .news-item {
    margin-bottom: 1rem;
    margin-right: 0;
    flex: 100%;
    max-width: 100%; }
    .article .article-right .related-wrapper .news-item .img::before {
      padding-top: 56%; } }

@media only screen and (max-width: 575.98px) {
  .container-news .news-row .news-item {
    max-width: 100%;
    flex: 0 0 100%; }
    .container-news .news-row .news-item .img::before {
      padding-top: 100%; }
    .container-news .news-row .news-item.news-big .news-content {
      padding: 1rem; }
      .container-news .news-row .news-item.news-big .news-content p {
        display: none; }
      .container-news .news-row .news-item.news-big .news-content h3 {
        font-size: 1.2rem; }
    .container-news .news-row .news-item .arrow {
      width: 40px;
      height: 40px; }
    .container-news .news-row .news-item:nth-child(3) {
      margin-bottom: 1rem; }
  .container-news .news-row .news-wrapper.standard .news-item {
    max-width: 100%;
    flex: 0 0 100%; }
  .container-news .news-row .news-wrapper.banner .news-banner .img {
    padding-top: 100%; }
  .container-news .news-row .news-wrapper.banner .news-banner .content {
    padding: 1rem; }
    .container-news .news-row .news-wrapper.banner .news-banner .content h3 {
      font-size: 1.6rem; }
  .container-news .news-row .news-wrapper.banner .news-item {
    max-width: 100%;
    flex: 0 0 100%; }
  .article .article-left {
    padding: 1rem; }
  .container-breadcrumb {
    padding: 0; } }

.container-footer {
  margin-top: 4rem;
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .container-footer .item-logo {
    padding-right: 4rem; }
    .container-footer .item-logo img {
      max-width: 100%; }
  .container-footer .item h4 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase; }
  .container-footer .item ul {
    margin-top: 1rem; }
    .container-footer .item ul li {
      margin-top: .2rem;
      display: flex; }
      .container-footer .item ul li a {
        color: #404040;
        display: flex;
        align-items: flex-start; }
        .container-footer .item ul li a:hover {
          color: #00b250; }
      .container-footer .item ul li .far, .container-footer .item ul li .fal, .container-footer .item ul li .fas, .container-footer .item ul li .fa, .container-footer .item ul li .fab {
        margin-right: 1.5rem;
        font-size: 1.125rem;
        color: #00b250;
        width: 5px; }

footer {
  background: #00b251;
  background: -webkit-linear-gradient(#00b251 0%, #007152 100%);
  background: -o-linear-gradient(#00b251 0%, #007152 100%);
  background: linear-gradient(#00b251 0%, #007152 100%);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #fff; }
  footer .col-left {
    font-size: 1.125rem; }
  footer .col-right {
    font-size: .75rem;
    text-align: right; }
    footer .col-right a {
      font-weight: 600;
      text-transform: uppercase;
      color: #fff; }

@media only screen and (max-width: 991.98px) {
  .container-footer .item-logo {
    order: 1; }
  .container-footer .item {
    order: 3; }
    .container-footer .item:nth-child(4) {
      order: 2; }
  footer .col-left {
    text-align: center; }
  footer .col-right {
    text-align: center; } }

@media only screen and (max-width: 767.98px) {
  .container-footer {
    margin-top: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media only screen and (max-width: 575.98px) {
  .container-footer .item-logo {
    padding-right: 0rem;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem; }
  .container-footer .item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
    .container-footer .item ul {
      margin-top: 0rem; }
      .container-footer .item ul li {
        margin: 0; } }

/*cookies*/
.cookie-message {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  max-width: 430px;
  z-index: 100;
  color: #000;
  padding: 2rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  display: none;
  font-size: 0.6875rem;
  font-weight: 300;
  margin-left: 10px; }
  .cookie-message .btn-primary {
    font-size: 1rem;
    margin-top: 1rem; }

.container-breadcrumb {
  border: 0;
  background: #f9f9f9; }
  .container-breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0; }
    .container-breadcrumb .breadcrumb .breadcrumb-item {
      align-items: center;
      display: flex;
      font-size: .875rem;
      color: #404040; }
      .container-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #404040; }
        .container-breadcrumb .breadcrumb .breadcrumb-item a .fa-home {
          font-weight: 300;
          padding-right: 1rem;
          padding: .5rem;
          color: #404040; }

body {
  background: #ebebeb; }

a {
  transition: all .2s linear; }
  a:hover {
    text-decoration: none; }

.btn-primary {
  text-transform: uppercase;
  background: #00b251;
  background: -webkit-linear-gradient(#00b251 0%, #007152 100%);
  background: -o-linear-gradient(#00b251 0%, #007152 100%);
  background: linear-gradient(#00b251 0%, #007152 100%);
  border: 0;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 1.25rem 2.5rem;
  font-weight: 700;
  transition: all .2s linear; }
  .btn-primary span {
    transition: all .2s linear;
    margin-left: 1rem; }
  .btn-primary:hover {
    background-position: 0 -66px; }

.container-offer {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .container-offer .section-title {
    font-size: 3.43rem;
    font-weight: bold; }
  .container-offer .row-offer {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .container-offer .row-offer .col-offer {
      position: relative;
      margin-bottom: 2rem; }
      .container-offer .row-offer .col-offer .box-offer {
        background: #fff;
        display: flex;
        border-radius: 6px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        overflow: hidden; }
        .container-offer .row-offer .col-offer .box-offer .icon-offer {
          flex: 0 0 30%;
          background: #f9f9f9;
          border-top-right-radius: 100px;
          border-bottom-right-radius: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-top: 3rem;
          padding-bottom: 3rem;
          transition: all .2s linear; }
          .container-offer .row-offer .col-offer .box-offer .icon-offer img {
            width: 100px;
            height: 100px;
            object-fit: scale-down;
            transition: all .2s linear; }
        .container-offer .row-offer .col-offer .box-offer .title-offer {
          flex: 0 0 60%;
          display: flex;
          align-items: flex-start;
          justify-content: center;
          flex-direction: column;
          text-align: left;
          color: #000;
          padding-left: 3rem;
          font-size: 1.5rem;
          text-transform: uppercase;
          font-weight: 500; }
          .container-offer .row-offer .col-offer .box-offer .title-offer span {
            font-weight: 700;
            font-size: 2.25rem; }
      .container-offer .row-offer .col-offer .fa-long-arrow-right {
        position: absolute;
        bottom: 0;
        right: 15px;
        width: 60px;
        height: 60px;
        background: #a6a6a6;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        color: #fff;
        border-top-left-radius: 6px;
        transition: all .2s linear; }
      .container-offer .row-offer .col-offer:hover .box-offer .icon-offer {
        background: #00b250; }
        .container-offer .row-offer .col-offer:hover .box-offer .icon-offer img {
          transform: scale(1.2); }
      .container-offer .row-offer .col-offer:hover .fa-long-arrow-right {
        background: #00b250;
        padding-left: 1rem; }
      .container-offer .row-offer .col-offer.col-offer-mini {
        flex: 0 0 20%;
        max-width: 20%; }
        .container-offer .row-offer .col-offer.col-offer-mini .box-offer .icon-offer {
          padding-top: 2rem;
          padding-bottom: 2rem; }
          .container-offer .row-offer .col-offer.col-offer-mini .box-offer .icon-offer img {
            width: 60px;
            height: 60px; }
        .container-offer .row-offer .col-offer.col-offer-mini .box-offer .title-offer {
          font-size: 1.3rem;
          padding-left: 1rem;
          line-height: 1; }
          .container-offer .row-offer .col-offer.col-offer-mini .box-offer .title-offer span {
            font-size: 1.3rem; }
        .container-offer .row-offer .col-offer.col-offer-mini .fa-long-arrow-right {
          width: 40px;
          height: 40px; }
        .container-offer .row-offer .col-offer.col-offer-mini:hover .box-offer .icon-offer img {
          transform: scale(1.2); }

.container-about {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .container-about .col-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-right: 4rem;
    font-size: 1.125rem; }
    .container-about .col-left .section-title {
      font-size: 3.43rem;
      font-weight: bold; }
      .container-about .col-left .section-title span {
        color: #00b250; }
  .container-about .col-right .slider-main {
    overflow: hidden; }
    .container-about .col-right .slider-main .swiper-slide {
      display: block;
      overflow: hidden;
      position: relative;
      width: 100%; }
      .container-about .col-right .slider-main .swiper-slide::before {
        display: block;
        content: "";
        padding-top: 66%; }
      .container-about .col-right .slider-main .swiper-slide img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .container-about .col-right .slider-main::after {
      position: absolute;
      content: "";
      top: -20px;
      left: -10px;
      background: #00b251;
      background: -webkit-linear-gradient(left, #00b251 0%, #007152 100%);
      background: -o-linear-gradient(left, #00b251 0%, #007152 100%);
      background: linear-gradient(to right, #00b251 0%, #007152 100%);
      width: 50px;
      height: 50px;
      border-top-left-radius: 6px; }
  .container-about .col-right .navigation-slider {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    .container-about .col-right .navigation-slider .nav-next {
      background: #00b251;
      background: -webkit-linear-gradient(left, #00b251 0%, #007152 100%);
      background: -o-linear-gradient(left, #00b251 0%, #007152 100%);
      background: linear-gradient(to right, #00b251 0%, #007152 100%);
      width: 50px;
      height: 50px;
      border-top-left-radius: 6px;
      color: #fff;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: -2rem;
      z-index: 1;
      margin-right: -1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      border-bottom-right-radius: 6px;
      transition: all .2s linear; }
      .container-about .col-right .navigation-slider .nav-next:hover {
        padding-left: 1rem; }

.container-icons {
  background: #00b251;
  background: -webkit-linear-gradient(#00b251 0%, #007152 100%);
  background: -o-linear-gradient(#00b251 0%, #007152 100%);
  background: linear-gradient(#00b251 0%, #007152 100%);
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #fff; }
  .container-icons .icon-wrapper {
    margin-top: 6rem;
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap; }
    .container-icons .icon-wrapper .icon-item {
      flex: 0 0 25%;
      margin-right: 4rem;
      max-width: calc(25% - 4rem);
      margin-bottom: 2rem;
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden; }
      .container-icons .icon-wrapper .icon-item:last-child {
        margin-right: 0; }
      .container-icons .icon-wrapper .icon-item .img {
        display: flex;
        margin-bottom: 2rem;
        align-items: center; }
        .container-icons .icon-wrapper .icon-item .img img {
          width: 90px;
          height: 90px;
          object-fit: scale-down; }
        .container-icons .icon-wrapper .icon-item .img .line {
          flex: 0 0 70%;
          border-top: 2px dashed;
          margin-left: 4rem;
          max-width: 70%; }
      .container-icons .icon-wrapper .icon-item h3 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0; }
      .container-icons .icon-wrapper .icon-item p {
        padding-right: 5rem;
        line-height: 1.3;
        font-weight: 300; }
  .container-icons .col-12 {
    position: relative; }
    .container-icons .col-12 .link {
      position: absolute;
      right: 0;
      bottom: 2rem;
      background: #fff;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-top-left-radius: 6px;
      border-bottom-right-radius: 6px;
      transition: all .2s linear;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
      .container-icons .col-12 .link:hover {
        padding-left: 1rem; }

.container-contact {
  padding: 4rem 15px;
  padding-bottom: 0; }
  .container-contact .contact-left {
    display: flex; }
    .container-contact .contact-left .contact-wrapper {
      flex: 0 0 50%;
      max-width: 50%;
      display: flex;
      flex-direction: column; }
      .container-contact .contact-left .contact-wrapper .contact-item {
        margin-bottom: 1rem;
        display: flex;
        font-size: 1.125rem;
        padding-right: 40%;
        line-height: 1.4; }
        .container-contact .contact-left .contact-wrapper .contact-item a {
          color: #000; }
        .container-contact .contact-left .contact-wrapper .contact-item span {
          margin-right: .75rem;
          margin-top: .35rem;
          color: #00b250; }
  .container-contact .form {
    display: flex; }
    .container-contact .form .left .form-group:last-child {
      margin-bottom: 0; }
    .container-contact .form .right .form-group {
      height: 100%; }
      .container-contact .form .right .form-group textarea {
        height: 100%; }
    .container-contact .form .footer {
      margin-top: 1rem; }
    .container-contact .form .custom-control-label {
      font-size: .75rem;
      line-height: 1.2;
      padding-top: 0.3rem; }
    .container-contact .form .btn-primary {
      margin-top: 1rem; }

.container-map {
  padding: 0;
  margin: 0;
  margin-top: 3rem;
  margin-bottom: -4rem; }
  .container-map .map {
    width: 100%;
    height: 500px; }

@media only screen and (max-width: 1719.98px) {
  .container-offer .row-offer .col-offer .box-offer .title-offer {
    padding-left: 1rem;
    font-size: 1.5rem; }
    .container-offer .row-offer .col-offer .box-offer .title-offer span {
      font-weight: 700;
      font-size: 2rem; }
  .container-offer .row-offer .col-offer.col-offer-mini .box-offer .title-offer {
    font-size: 1rem; }
    .container-offer .row-offer .col-offer.col-offer-mini .box-offer .title-offer span {
      font-size: 1rem; }
  .container-contact .contact-left .contact-wrapper .contact-item {
    padding-right: 10%; } }

@media only screen and (max-width: 1439.98px) {
  .container-offer .row-offer {
    justify-content: center; }
    .container-offer .row-offer .col-offer {
      padding-right: .5rem;
      padding-left: .5rem;
      margin-bottom: 1rem; }
      .container-offer .row-offer .col-offer .box-offer .icon-offer {
        padding-top: 2rem;
        padding-bottom: 2rem; }
        .container-offer .row-offer .col-offer .box-offer .icon-offer img {
          width: 70px;
          height: 70px; }
      .container-offer .row-offer .col-offer .box-offer .title-offer {
        font-size: 1.2rem; }
        .container-offer .row-offer .col-offer .box-offer .title-offer span {
          font-size: 1.2rem; }
      .container-offer .row-offer .col-offer .fa-long-arrow-right {
        width: 40px;
        height: 40px;
        right: 8px; }
      .container-offer .row-offer .col-offer.col-offer-mini {
        flex: 0 0 33.33333%;
        max-width: 33.3333%; }
  .section-title {
    font-size: 2.2rem !important; }
  .container-icons .icon-wrapper .icon-item {
    margin-right: 2rem;
    max-width: calc(25% - 1.75rem); }
    .container-icons .icon-wrapper .icon-item .img .line {
      margin-left: 2rem; }
  .container-contact .contact-left .contact-wrapper .contact-item {
    padding-right: 1rem;
    font-size: 1rem; } }

@media only screen and (max-width: 1199.98px) {
  .container-contact .contact-left {
    display: flex;
    height: 100%;
    flex-wrap: wrap; }
    .container-contact .contact-left .contact-wrapper {
      flex: 0 0 100%;
      max-width: 100%; } }

@media only screen and (max-width: 991.98px) {
  .section-title {
    font-size: 1.8rem !important; }
  .container-offer .row-offer .col-offer .box-offer .icon-offer img {
    width: 70px !important;
    height: 70px !important; }
  .container-offer .row-offer .col-offer .box-offer .title-offer span {
    font-size: 1.2rem !important; }
  .container-offer .row-offer .col-offer.col-offer-mini {
    flex: 0 0 50%;
    max-width: 50%; }
  .container-about .col-left {
    font-size: 1rem;
    line-height: 1.4; }
  .container-about .col-right .slider-main .swiper-slide::before {
    padding-top: 100%; }
  .container-icons .icon-wrapper {
    margin-top: 4rem;
    margin-bottom: 2rem; }
    .container-icons .icon-wrapper .icon-item {
      margin-right: 1rem;
      max-width: calc(50% - 1rem);
      flex: 0 0 50%; }
      .container-icons .icon-wrapper .icon-item .img .line {
        border: 0; }
  .container-news .header p {
    font-size: 1rem;
    line-height: 1.4; }
  .btn-primary {
    padding: 1rem 1.5rem; }
    .btn-primary:hover {
      background-position: 0 -58px; }
  .container-contact .contact-right .form .right {
    margin-top: 1rem; } }

@media only screen and (max-width: 767.98px) {
  .container-offer {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .container-about {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .container-about .col-right {
      margin-top: 2rem; }
  .container-icons .icon-wrapper {
    margin-top: 2rem;
    margin-bottom: 0rem; }
    .container-icons .icon-wrapper .icon-item .img {
      margin-bottom: 1rem; }
      .container-icons .icon-wrapper .icon-item .img img {
        width: 70px;
        height: 70px; }
    .container-icons .icon-wrapper .icon-item h3 {
      font-size: 1.2rem; }
    .container-icons .icon-wrapper .icon-item p {
      padding-right: 0; }
    .container-icons .icon-wrapper .icon-item:nth-child(2n) {
      margin-right: 0; }
  .container-contact .contact-right {
    margin-top: 2rem; }
    .container-contact .contact-right h3 {
      font-size: 1.25rem; }
    .container-contact .contact-right .form-group {
      margin-bottom: .5rem; }
      .container-contact .contact-right .form-group .form-control {
        padding: .5rem;
        font-size: .875rem;
        height: auto; }
    .container-contact .contact-right .form .right {
      margin-top: .5rem; }
  .container-contact .contact-left .contact-wrapper {
    flex: 0 0 50%;
    max-width: 50%; }
  .container-map {
    margin-bottom: 0; } }

@media only screen and (max-width: 575.98px) {
  .section-title {
    font-size: 1.6rem !important; }
  .container-offer .row-offer .col-offer {
    flex: 0 0 100%;
    max-width: 100%; }
    .container-offer .row-offer .col-offer.col-offer-mini {
      flex: 0 0 100%;
      max-width: 100%; }
  .container-icons .icon-wrapper .icon-item {
    margin-right: 0rem;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem; }
  .container-icons .col-12 .link {
    bottom: -1rem;
    width: 40px;
    height: 40px; }
  .container-about .col-right .navigation-slider .nav-next {
    width: 40px;
    height: 40px;
    margin-top: -1rem;
    margin-right: 0rem; }
  .container-contact .contact-left .contact-wrapper {
    flex: 0 0 100%;
    max-width: 100%; } }

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