.cmp-parker-card-container {
  border: 1px solid transparent;
  margin: 0 2em 0;
  height: 100%;
}
.cmp-parker-card-container:hover {
  border: 2px solid var(--index-main-color) !important;
}
.cmp-parker-content-center .cmp-parker-card-container .card .card-body {
  text-align: center;
}
.cmp-parker-card-container .card .card-body {
  padding: 1em;
  overflow: hidden;
}
.cmp-parker-card-container .card .card-body .card-title {
  margin: 15px 0;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.font-w-500 {
    font-weight: 500;
  }
  #nav-height {
    display: none;
  }
  @media screen and (max-width: 1139px) {
    #nav-height {
      display: block;
      height: 120px!important;
    }
  }
  h2.cmp-parker-hero-text {
    font-size: 48px;
  }
  .btn {
    display: inline-block;
    min-width: 120px;
    padding: 0.32em 0.5em;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
  }
  .btn-primary {
    color: white;
    background-color: var(--index-main-color);
    border-color: var(--index-main-color);
  }
  .btn-yellow {
    color: black;
    background-color: var(--index-main-color);
    border-color: var(--index-main-color);
  }
  .baseTit {
    font-size: 42px;
  }
  .codes {
    width: 120px;
    margin: auto;
    font-size: 0;
  }
  
  .codes > div {
    vertical-align: top;
    display: inline-block;
  }
  .banner .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 80px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .banner .slick-arrow:hover {
    background-color: var(--index-main-color);
  }
  .banner:hover .slick-arrow {
    opacity: 1;
  }
  .banner .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 15px;
  }
  .banner .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 15px;
  }
  .banner ul.slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner ul.slick-dots li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 6px solid white;
    background-color: var(--index-main-color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .banner ul.slick-dots li button {
    display: none;
  }
  .banner ul.slick-dots li.slick-active {
    border-color: var(--index-main-color);
    background-color: white;
  }
  .banner .metaslider .slider-wrapper .nivo-directionNav a {
    width: 50px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
  }
  .banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
    background-color: var(--index-main-color);
  }
  .banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
    background-image: url(../images/banner-btn-l.png);
  }
  .banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
    background-image: url(../images/banner-btn-r.png);
  }
  .banner .theme-default .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto !important;
  }
  .banner .theme-default .nivo-controlNav a {
    width: 25px  !important;
    height: 25px !important;
    background: #fff !important;
    border: 7px solid #7d7d7d !important;
    border-radius: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 8px !important;
  }
  .banner .theme-default .nivo-controlNav a.active {
    border-color: var(--index-main-color) !important;
  }
  .banner li {
    position: relative;
  }
  .banner .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner .left {
    width: 100%;
    max-width: 50%;
    padding: 50px 120px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .banner.inner-about .left {
    max-width: 60%;
    padding: 50px 68px;
    margin: 0 250px;
  }
  .banner.inner-faq .left {
    padding: 50px 68px;
  }
  .banner.inner-industries .left {
    padding: 50px 68px;
    margin: 0 150px;
  }
  .banner h2 {
    font-size: 33px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .banner h2.font-48 {
    font-size: 48px;
  }
  .banner h2 span {
    color: var(--index-main-color);
  }
  .banner p {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    line-height: 2;
  }
  .banner .cmp-teaser__title-link {
    color: white;
    font-weight: 500;
  }
  @media (max-width: 1600px) {
    .banner .left {
      padding: 50px 60px;
    }
  }
  @media (max-width: 1400px) {
    .font-18 {
        font-size: 16px;
      }
      .banner p {
        font-size: 16px;
      }
      /*.our-user .left ul .slick-active li > div {
        font-size: 20px;
      }*/
      .baseTit {
        font-size: 28px;
      }
      .font-20 {
        font-size: 16px;
      }
      .font-32 {
        font-size: 24px;
      }
      .font-24 {
        font-size: 16px;
      }
      .font-22 {
        font-size: 16px;
      }
  }
  @media (max-width: 1255px) {
    .banner .content {
        position: unset;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
      }
      .banner .left {
        max-width: 100%!important;
        background-color: #fff;
        margin: 0!important;
      }
      .banner h2 {
        font-size: 32px!important;
      }
      .banner h2.cmp-teaser__title-link {
        color: black!important;
        line-height: 1.8;
      }
      .banner p {
        color: black;
      }
  }
  @media (max-width: 1024px) {
    h2.cmp-parker-hero-text {
      font-size: 39px;
    }
    /*.banner .left {
      text-align: center;
    }*/
    /*.cmp-image-icons-links_txt-block {
      text-align: center;
    }*/
  }
  @media (max-width: 767px) {
    h2.cmp-parker-hero-text {
        font-size: 30px;
      }
      .cmp-image-icons-links_txt-block {
        padding: 30px;
      }
      .our-user {
        display: none;
      }
      .baseTit {
        font-size: 24px;
      }
      .banner p {
        font-size: 14px;
      }
      .font-20 {
        font-size: 14px;
      }
      .font-24 {
        font-size: 14px;
        line-height: 2;
      }
      .cmp-image-icons-links_active-title {
        font-size: 14px;
      }
      .cmp-image-icons-links_active-txt-block {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -moz-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100% !important;
      }
      .cmp-image-icons-links_active-txt-container {
        margin: 30px 0 12px;
      }
      .cmp-image-icons-links_title {
        margin-bottom: 12px;
      }
      .cmp-parker-card-container .card .card-body {
        padding: 0 0 1em 0;
      }
      .font-16 {
        font-size: 14px;
        line-height: 2;
      }
      .font-18 {
        font-size: 14px;
        line-height: 2;
      }
  }
  @media (max-width: 480px) {
    h2.cmp-parker-hero-text {
        font-size: 24px;
      }
      .banner h2 {
        font-size: 24px!important;
      }
      .banner .left {
        padding: 30px 15px!important;
      }
  }
  .cmp-title {
    padding: 20px 30px;
    background: #f2f2f2;
  }
  .cmp-title__text {
    font-size: 40px;
  }
  .cmp-breadcrumb {
    padding: 0 50px;
    margin: 15px 0;
    line-height: 2;
  }
  @media (max-width: 1440px) {
    .cmp-title__text {
      font-size: 33px;
    }
  }
  @media (max-width: 480px) {
    .cmp-title__text {
      font-size: 28px;
    }
  }
  .industry-page .aem-container {
    display: grid;
    grid-template-columns: repeat(3, -webkit-calc(100% / 3));
    grid-template-columns: repeat(3, -moz-calc(100% / 3));
    grid-template-columns: repeat(3, calc(100% / 3));
  }
  .cmp-parker-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
  }
  .cmp-parker-border .cmp-parker-card-container {
    border: 1px solid #cccccc;
  }
  @media (max-width: 1024px) {
    .industry-page .aem-container {
      display: grid;
      grid-template-columns: repeat(2, -webkit-calc(100% / 2));
      grid-template-columns: repeat(2, -moz-calc(100% / 2));
      grid-template-columns: repeat(2, calc(100% / 2));
    }
    .cmp-parker-border .cmp-parker-card-container .card .card-body {
      padding: 12px 24px;
    }
  }
  @media (max-width: 767px) {
    .industry-page .aem-container {
      display: grid;
      grid-template-columns: 1fr !important;
    }
  }
  .news-page .press .list ul {
    margin: -15px;
  }
  .news-page .press .list ul li {
    padding: 15px;
  }
  .news-page .press .list .card__content:hover {
    background: #F5F5F5;
  }
  .news-page .media figure,
  .news-page .media img,
  .news-page .media p {
    display: block;
    margin: 0;
    padding: 0;
  }
  .news-page .media .list ul {
    margin: -10px;
  }
  .news-page .media .list ul li {
    width: 25%;
    padding: 10px;
  }
  .news-page .media .list ul li:before {
    border-radius: 4px;
    content: "";
    -webkit-box-shadow: 0 1px 1px #00000006, 0 2px 2px #00000006, 0 4px 4px #00000006, 0 8px 8px #00000006, 0 16px 16px #00000006;
    box-shadow: 0 1px 1px #00000006, 0 2px 2px #00000006, 0 4px 4px #00000006, 0 8px 8px #00000006, 0 16px 16px #00000006;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    z-index: -1;
  }
  .news-page .media .list ul li:after {
    border-radius: 4px;
    content: "";
    -webkit-box-shadow: 0 1px 1px #0000001a, 0 2px 2px #0000001a, 0 4px 4px #0000001a, 0 8px 8px #0000001a, 0 16px 16px #0000001a;
    box-shadow: 0 1px 1px #0000001a, 0 2px 2px #0000001a, 0 4px 4px #0000001a, 0 8px 8px #0000001a, 0 16px 16px #0000001a;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    z-index: -1;
  }
  .news-page .media .list ul li:hover:after,
  .news-page .media .list ul li:hover:focus:after,
  .news-page .media .list ul li:hover:focus-within:after {
    opacity: 1;
  }
  .card__content {
    position: relative;
    height: 100%;
    padding: 20px 20px 50px;
  }
  .card__content .date {
    font-size: 14px;
    color: #999999;
    display: block;
  }
  .card__date {
    margin-bottom: 5px;
  }
  .card__title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #004388;
  }
  ul .card__text > p {
    font-size: 16px;
  }
  .card__link {
    left: 20px;
    bottom: 20px;
  }
  .link:hover {
    color: #00A6E2;
    cursor: pointer;
    background-size: 100% 2px;
  }
  .link {
    color: #00A6E2;
    font-weight: 500;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(currentColor, currentColor);
    background-image: -moz-linear-gradient(currentColor, currentColor);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  @media (max-width: 1279px) {
    .link {
      font-size: 16px;
    }
  }
  .flockler-wall_v2-item__wrapper {
    background-color: #fff;
    border-radius: 4px;
    border-top: 1px solid rgba(128, 128, 128, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .flockler-wall_v2-item__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .flockler-wall_v2-item__text {
    padding: .9em;
    font-size: 1em;
    position: relative;
  }
  .flockler-wall_v2-item__text__wrapper {
    max-height: 12em;
    overflow: hidden;
  }
  .flockler-wall_v2-item__text__wrapper[data-clip-status=clipped] {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(5em, #000000), color-stop(10.5em, rgba(0, 0, 0, 0.1)), color-stop(11.5em, rgba(0, 0, 0, 0)));
    -webkit-mask-image: -webkit-linear-gradient(top, #000000 5em, rgba(0, 0, 0, 0.1) 10.5em, rgba(0, 0, 0, 0) 11.5em);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(5em, #000000), color-stop(10.5em, rgba(0, 0, 0, 0.1)), color-stop(11.5em, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, #000000 5em, rgba(0, 0, 0, 0.1) 10.5em, rgba(0, 0, 0, 0) 11.5em);
    margin-bottom: 1em;
  }
  .flockler-wall_v2-item__text__show-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-radius: 3px;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-left: -1em;
    padding: 1em;
    text-transform: uppercase;
    opacity: .75;
    position: absolute;
    bottom: 0.5em;
  }
  .flockler-wall_v2-item__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4em;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0 1em;
    width: 100%;
  }
  a.flockler-wall_v2-item__profile,
  .flockler-wall_v2-item__profile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  figure.flockler-wall_v2-item__profile__avatar {
    background: rgba(128, 128, 128, 0.1);
    border-radius: 100%;
    display: block;
    height: 2.25em;
    margin: 0 0.5em 0 0;
    min-width: 2.25em;
    overflow: hidden;
    width: 2.25em;
  }
  figure.flockler-wall_v2-item__context {
    background: #fff;
    border-radius: 50%;
    color: #000;
    opacity: 1;
    height: 2.75em;
    margin-left: 1em!important;
    min-width: 2.75em;
    padding: 0.375em;
    -webkit-transition: opacity .6s linear;
    -moz-transition: opacity .6s linear;
    transition: opacity .6s linear;
    width: 2.75em;
  }
  .flockler-wall_v2-item--linkedin figure.flockler-wall_v2-item__context {
    color: #0077b5;
  }
  div.flockler-wall_v2-item__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: .75em;
    line-height: 1.2;
    max-height: 3em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 1em;
    white-space: nowrap;
  }
  a.flockler-wall_v2-item__footer__source-link,
  span.flockler-wall_v2-item__footer__source-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    overflow: hidden;
    text-decoration: none;
    height: 3em;
  }
  .flockler-wall_v2-item__footer__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flockler-wall_v2-item__footer__source-link__icon {
    height: 1.5em;
    margin-right: 0.25em;
    opacity: .5;
    pointer-events: none;
    width: 1.5em;
  }
  .flockler-wall_v2-item__text__wrapper[data-clip-status=show-full] {
    max-height: none;
    overflow: auto;
  }
  @media (max-width: 1440px) {
    .news-page .media .list ul li {
      width: 33.33%;
    }
  }
  @media (max-width: 993px) {
    .news-page .media .list ul li {
      width: 50%;
    }
  }
  @media (max-width: 678px) {
    .news-page .media .list ul li {
      width: 100%;
    }
  }
  .faq-page .module-1 .grid-box {
    margin: 0 -15px;
  }
  .faq-page .module-1 .grid-box .column {
    padding: 0 15px;
    vertical-align: middle;
  }
  .faq-page .support .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: -10px;
    padding-top: 24px;
    margin-top: 0!important;
  }
  .faq-page .support .list ul li {
    padding: 10px;
  }
  .faq-page .faq .ph-content-section__topic {
    padding-bottom: 48px;
  }
  .faq-page .faq .ph-content-section__topic h2 {
    font-size: 30px;
    text-align: center;
    /*margin: 25px 0 50px;*/
  }
  .jumbotron {
    margin: 0 auto;
    text-align: center;
  }
  .jumbotron h1 {
    font-size: 48px;
    margin: 30px 0;
  }
  .css-eh17kw {
    -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    height: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    font-size: 18px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 0;
  }
  .ph-card-basic__link {
    background-color: #fff;
    border: 1px solid #e2e1dd;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    font-size: 18px;
    min-height: 140px;
    padding: 27px 32px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .ph-card-basic__link .active,
  .ph-card-basic__link:hover {
    border-color: var(--index-main-color);
    text-decoration: none;
  }
  .m-auto {
    margin: auto!important;
  }
  .css-5e668t {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    -webkit-border-image: initial;
    -moz-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    padding: 0px 16px 0px 0px;
    -webkit-transition: min-height 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: min-height 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: min-height 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-bottom-style: solid;
    border-bottom-color: #c5c5c5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 0px !important;
  }
  .css-5e668t {
    margin: 0px !important;
  }
  .css-r55ttm:hover {
    background-color: #fafafa;
  }
  .css-r55ttm:not(:last-child) {
    border-bottom: 0px;
  }
  .css-1n11r91 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .css-1xyqcqq {
    margin: 0px;
    font-size: 18px;
    padding: 12px 6px;
  }
  .css-1bvwp5n {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 24px;
    position: absolute;
    right: 0px;
    top: 12px;
  }
  .css-r55ttm {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    overflow-anchor: none;
  }
  .css-1o6szkr {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #ffffff;
    padding: 16px 32px 24px 6px;
  }
  .css-1yjtb4s {
    margin: 0px;
    font-size: 14px;
    line-height: 2;
  }
  .css-c4sutr {
    display: none;
  }
  .faqs ul li svg.css-1bvwp5n[data-testid="AddIcon"] {
    display: block;
  }
  .faqs ul li.Mui-expanded svg.css-1bvwp5n[data-testid="AddIcon"] {
    display: none;
  }
  .faqs ul li svg.css-1bvwp5n[data-testid="RemoveIcon"] {
    display: none;
  }
  .faqs ul li.Mui-expanded svg.css-1bvwp5n[data-testid="RemoveIcon"] {
    display: block;
  }
  @media (max-width: 1024px) {
    .faq-page .faq .wid-80 {
      width: 100%;
    }
    .jumbotron h1 {
      font-size: 32px;
    }
  }
  @media (max-width: 993px) {
    .module-1 .column {
      width: 100%!important;
    }
    .module-1 .column:first-child {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 480px) {
    .faq-page .faq .ph-content-section__topic h2 {
      font-size: 24px;
    }
    .jumbotron h1 {
      font-size: 24px;
    }
  }
  .about-page .about-4 > div:first-child {
    padding: 64px 64px 32px;
  }
  .about-page .about-4 > div:last-child {
    padding: 0px 64px 64px;
  }
  .about-page .about-4 .aem-container {
    display: grid;
    grid-template-columns: repeat(4, -webkit-calc(100% / 4));
    grid-template-columns: repeat(4, -moz-calc(100% / 4));
    grid-template-columns: repeat(4, calc(100% / 4));
  }
  .cmp-parker-blue-theme {
    background: #0076cc;
  }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cmp-parker-ibd-align-center .image-box-container {
    max-width: 100% !important;
    padding: 64px 80px;
  }
  .image-box-container .left-box {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cmp-parker-ibd-align-center .image-box-container .left-box.order-right {
    padding: 64px 105px 64px 160px;
  }
  .image-box-container .image-box-container__title {
    margin-bottom: 12px;
    font-size: 42px;
  }
  .cmp-parker-blue-theme .image-box-container .image-box-container__header .image-box-container__title {
    color: white;
  }
  .cmp-parker-blue-theme .image-box-container .image-box-container__description {
    color: #fff;
    line-height: 1.8;
  }
  .order-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .grey-bg {
    background-color: #F2F2F2;
  }
  .cmp-parker-bg-grey {
    background-color: #f1f5f8 !important;
  }
  .cmp-parker-yellow-theme {
    background-color: var(--index-main-color);
  }
  .cmp-parker-padding {
    padding: 64px;
  }
  .cmp-parker-left-align-text .cmp-image-icons-links_img-block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cmp-image {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp-image .cmp-image__image {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 1392px) {
    .cmp-parker-ibd-align-center .image-box-container .left-box.order-right {
      padding: 64px 48px 64px 96px;
    }
  }
  @media (max-width: 1024px) {
    .about-page .about-4 .aem-container {
      display: grid;
      grid-template-columns: repeat(2, -webkit-calc(100% / 2));
      grid-template-columns: repeat(2, -moz-calc(100% / 2));
      grid-template-columns: repeat(2, calc(100% / 2));
    }
    .about-page .about-4 > div:first-child {
      padding: 32px;
    }
    .about-page .about-4 > div:last-child {
      padding: 32px 0;
    }
    .cmp-parker-padding {
      padding: 48px;
    }
    .cmp-parker-ibd-align-center .image-box-container {
      padding: 0 !important;
    }
    .cmp-parker-ibd-align-center .order-left .image-container {
      padding: 48px 48px 32px !important;
      width: 100%;
    }
    .cmp-parker-ibd-align-center .image-box-container .left-box.order-right {
      padding: 48px 64px 48px 16px;
    }
    .hide-element {
      display: none;
    }
    .about-1 .cmp-parker-yellow-theme {
      width: 100%;
    }
    .image-box-container .left-box {
      padding: 48px;
    }
  }
  @media (max-width: 991px) {
    .about-page .about-1 .image-box-container > div {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .image-box-container .left-box {
      padding: 32px!important;
    }
    .cmp-parker-padding {
      padding: 0;
    }
    .about-page .about-4 .aem-container {
      display: grid;
      grid-template-columns: 1fr !important;
    }
    .cmp-parker-card-container .card img {
      padding: 0 0 15px;
    }
    .font-28 {
      font-size: 20px;
    }
    .image-box-container .image-box-container__title {
      font-size: 24px;
    }
  }
  .contact-page input[type="text"],
  .contact-page input[type="password"],
  .contact-page input[type="number"],
  .contact-page input[type="tel"],
  .contact-page input[type="email"],
  .contact-page input[type="search"],
  .contact-page input[type="date"],
  .contact-page input[type="url"],
  .contact-page textarea {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    appearance: none;
    color: #242424;
  }
  .contact-page textarea {
    height: auto;
    min-height: 10rem;
    line-height: 1.2;
    resize: vertical;
  }
  .contact-page .contact-1 {
    /*height: 435px;*/
    position: relative;
    overflow: hidden;
  }
  .contact-page .contact-1 .container {
    height: 100%;
  }
  .contact-page .contact-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-2 .left {
    width: 45%;
    padding: 64px;
  }
  .contact-page .contact-2 .right {
    width: 55%;
  }
  .contact-page .contact-3{
    border-top: 1px solid black;
  }
  .parallax__img-wrap {
    /*position: absolute;*/
    position: relative;
    height: 100%;
    width: 100%;
  }
  .parallax__img {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    position: relative;
  }
  .parallax__img-video {
    pointer-events: none;
    position: absolute;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
    height: 100%;
    width: 100%;
  }
  .main__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main__title--about {
    font-size: 30px;
    line-height: 30px;
  }
  .hero__title,
  .main__title {
    margin: 0;
    font-style: normal;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0 0 40px;
  }
  @media (min-width: 767px) {
    /*.contact-page .contact-1 {
      height: 100vh;
    }*/
    .main__wrapper {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .main__title--about {
      font-size: 48px;
      line-height: 48px;
    }
    .parallax__img-video {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
    .btn-down,
    .btn-down::after {
      position: absolute;
      width: 35px;
      height: 35px;
    }
    .btn-down {
      bottom: 20px;
      border: 1px solid #e6e6e6;
      background: 0 0;
      right: 2%;
      cursor: pointer;
      outline: 0;
      display: block;
      z-index: 100;
    }
    .btn-down::after {
      content: "";
      background-image: url(../images/arrow-button-vertical.svg);
      background-position: center;
      background-size: 5px 15px;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: anim-btn;
      -moz-animation-name: anim-btn;
      animation-name: anim-btn;
      -webkit-animation-duration: .7s;
      -moz-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-direction: alternate;
      -moz-animation-direction: alternate;
      animation-direction: alternate;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      animation-timing-function: linear;
    }
  }
  @media (min-width: 1280px) {
    .parallax__img-video {
      height: 100%;
      width: 100%;
    }
    .burovie .main__title--about,
    .main__title--about {
      font-size: 64px;
      line-height: 64px;
    }
    .btn-down {
      right: 2%;
      width: 50px;
      height: 50px;
    }
    .btn-down::after {
      width: 50px;
      height: 50px;
      background-size: 5px 25px;
    }
  }
  @media (min-width: 1680px) {
    .hero-common__title,
    .hero__title,
    .main__title {
      font-size: 90px;
      line-height: 90px;
      text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }
    .main__title--about {
      font-size: 90px;
      font-weight: 600;
      line-height: 90px;
    }
    .btn-down {
      right: 3%;
      bottom: 20px;
    }
  }
  @-webkit-keyframes anim-btn {
    0% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
    }
    50% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
    }
  }
  @-moz-keyframes anim-btn {
    0% {
      -moz-transform: translateY(-3px);
      transform: translateY(-3px);
    }
    50% {
      -moz-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -moz-transform: translateY(3px);
      transform: translateY(3px);
    }
  }
  @keyframes anim-btn {
    0% {
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      transform: translateY(-3px);
    }
    50% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(3px);
      -moz-transform: translateY(3px);
      transform: translateY(3px);
    }
  }
  .contacts__contacts-info {
    margin-bottom: 28px;
  }
  .contacts__contacts-info__title {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #616161;
    margin-bottom: 0;
  }
  .contacts__contacts-info__title {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #616161;
    margin-bottom: 0;
  }
  address {
    font-style: normal;
  }
  .contacts__contacts-info__paragraph {
    font-size: 24px;
    line-height: 1.5;
    color: #171c28;
  }
  .contacts-info-content-address > a,
  .contacts__contacts-info__paragraph > a {
    position: relative;
    display: inline-block;
    color: inherit;
  }
  .contacts__contacts-info__paragraph > a:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 0;
    height: 1px;
    bottom: 5%;
    background-color: #171c28;
    -webkit-transition: width .5s linear;
    -moz-transition: width .5s linear;
    transition: width .5s linear;
  }
  .contacts-info-content-address > a:hover:before,
  .contacts-navigation-list__item.active:before,
  .contacts-navigation-list__item:hover:before,
  .contacts-social__list-item:hover:before,
  .contacts__contacts-info__paragraph > a:hover:before,
  .contacts__email-input-button:hover:before,
  .purchase-inform__contacts--content:hover:before {
    width: 100%;
  }
  .contacts__social_links a {
    font-size: 20px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    border: solid 2px var(--index-main-color);
    border-radius: 100%;
  }
  .contacts__social_links a + a {
    margin-left: 15px;
  }
  .text-field,
  .select-field,
  .autocomplete {
    overflow: hidden;
    position: relative;
    padding: 27px 20px 9px 20px;
    border: 1px solid #7D7D7D;
    border-radius: 10px;
    color: #7D7D7D;
    background: #FFF;
    -webkit-transition: color 0.5s, border 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.5s, border 0.3s, -webkit-box-shadow 0.3s;
    -moz-transition: color 0.5s, border 0.3s, box-shadow 0.3s;
    transition: color 0.5s, border 0.3s, box-shadow 0.3s;
    transition: color 0.5s, border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .text-field label,
  .select-field label,
  .autocomplete label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    white-space: nowrap;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: height 0.5s, font-size 0.5s, color 0.3s;
    -moz-transition: height 0.5s, font-size 0.5s, color 0.3s;
    transition: height 0.5s, font-size 0.5s, color 0.3s;
  }
  .text-field input,
  .select-field__value,
  .autocomplete input,
  .autocomplete__value {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #242424;
  }
  .text-field--fixed label,
  .text-field--active label,
  .select-field--active label,
  .autocomplete--active label,
  .autocomplete--fixed label {
    height: 34px;
    font-size: 14px;
  }
  .form__field:not(.form__field--error) .select-field.select-field--active .form__label,
  .form__field:not(.form__field--error) .text-field.text-field--active .form__label,
  .form__field:not(.form__field--error) .autocomplete--active .form__label {
    color: var(--index-main-color);
  }
  .dl__filter-form .select-field.select-field--active,
  .dl__filter-form .text-field.text-field--active,
  .form__field:not(.form__field--error) .select-field.select-field--active,
  .form__field:not(.form__field--error) .text-field.text-field--active,
  .autocomplete--active {
    border: 1px solid var(--index-main-color);
    -webkit-box-shadow: inset 0 0 0 1px var(--index-main-color);
    box-shadow: inset 0 0 0 1px var(--index-main-color);
  }
  .form__submit {
    color: #FFF;
    background-color: var(--index-main-color);
    border: 2px solid var(--index-main-color);
  }
  @media (max-width: 1679px) {
    .contacts__contacts-info {
      margin-bottom: 20px;
    }
    .contacts__contacts-info__title {
      font-size: 16px;
    }
    .contacts__contacts-info__paragraph {
      font-size: 20px;
    }
  }
  @media (max-width: 1024px) {
    .contact-page .contact-2 .left {
      padding: 48px;
    }
    .contacts__contacts-info {
      margin-bottom: 15px;
    }
  }
  @media (max-width: 993px) {
    .contact-page .contact-2 .left {
      width: 100%;
    }
    .contact-page .contact-2 .right {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .contact-page .contact-2 .left {
      padding: 32px;
    }
    .parallax__img-video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
    .contacts__contacts-info {
      margin-bottom: 7px;
    }
    .contacts__contacts-info__title {
      font-size: 12px;
    }
    .contacts__contacts-info__paragraph {
      font-size: 16px;
      padding-bottom: 7px;
    }
  }
  
  
  .our-news .list ul li .box .img .img-content .story__text {
      transition: height 600ms ease-in-out, opacity .8s ease-in-out;
  }
  
  .story__text p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0;
      color: white;
  }
  
  .story__gradient {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 150%;
      max-height: 150%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 20%, transparent);
      z-index: 0;
  }
  
  @media (min-width: calc(1024px)){
    .story__gradient {
      max-height: 50%;
      transition: max-height 600ms ease-in-out;
    }
  
    .story:hover .story__gradient {
      max-height: 150%;
    }
  }
  
  
  
  
  .slider-controls__container {
      display: flex;
      justify-content: center;
      flex-direction: row;
      align-items: center;
  }
  
  .container-slider__scrollbar {
      height: 2px !important;
      border-right: 0 !important;
      cursor: grab;
      flex: 1;
      display: flex;
      align-items: center;
  }
  
  .container-slider__scrollbar--drag {
      position: relative;
      height: 4px !important;
      border-radius: 0 !important;
      background-color: #004388;
  }
  
  .slider-controls__arrow {
      display: flex;
      justify-content: center;
      cursor: pointer;
      right: unset;
      left: unset;
      position: relative;
      top: unset;
      height: auto;
      width: 30px;
      margin: 0;
      transition: filter 150ms ease-in-out;
  }
  
  .slider-controls__arrow--left {
      margin-right: 15px;
  }
  
  .slider-controls__arrow--right {
      margin-left: 15px;
  }
  
  
  
  
  
  /* news2 */
  .news2-page ul{
      margin:-15px;
    display: flex;
    flex-wrap: wrap;
  }
  .news2-page ul li{
      padding:15px;
  }
  .news2-page ul li .img{
      width:42%;
    height: 100%;
  }
  .news2-page ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news2-page ul li .text{
      margin-left:42%;
  }
  
  @media (max-width: 1139px){
    .news2-page ul li{
      width: 100%!important;
    }
  }
  
  @media (max-width: 480px){
    .news2-page ul li .text {
      margin-left: 0%;
      padding-left: 0;
      margin-top: 30px;
    }
  
    .news2-page ul li .img{
      width: 100%;
      float: none;
    }
  }
  
  
  /* newdet-page */
  .newdet-page .data span{
      display: inline-block;
      vertical-align: middle;
  }
  .newdet-page .data time{
      color:var(--index-main-color);
      display: inline-block;
      vertical-align: middle;
      border: 1px solid var(--index-main-color);
      padding: 5px 15px;
      border-radius: 5px;
  }
  .newdet-page h1{
      font-size:48px;
      font-weight: 500;
  }
  .newdet-page .desc{
      font-size:30px;
      font-style: italic;
      border-left:4px solid var(--index-main-color);
  }
  .newdet-page .m-link a{
      padding:0 50px;
      position: relative;
  }
  .newdet-page .m-link a.prev svg{
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
  }
  .newdet-page .m-link a.next svg{
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
  }
  
  @media (max-width: 1024px){
    .newdet-page .desc{
      font-size: 24px;
    }
  
    .newdet-page h1{
      font-size: 36px;
    }
  }
  
  @media (max-width: 767px){
    .newdet-page .desc{
      font-size: 20px;
    }
  
    .newdet-page h1{
      font-size: 24px;
    }
    
    .newdet-page .m-link a{
      float: none;
      padding: 0;
      margin: 15px 0;
    }
    .newdet-page .m-link a svg{
      display: none;
    }
  }
  /* end */
  
  
  
  
  
  
  /* industry */
  .industry-detail .box{
      margin:-30px;
  }
  .industry-detail .box > div{
      padding:30px;
  }
  .industry-detail .box .nav{
      width:20%;
    position: sticky;
    top: 60px;
  }
  .industry-detail .box .nav ul li.active i img:first-child,
  .industry-detail .box .nav ul li a:hover i img:first-child{
      display:block;
  }
  .industry-detail .box .nav ul li.active i img:last-child,
  .industry-detail .box .nav ul li a:hover i img:last-child{
      display:none;
  }
  .industry-detail .box .nav ul li.active span,
  .industry-detail .box .nav ul li a:hover span{
      color:var(--index-main-color);
  }
  .industry-detail .box .nav ul li + li{
      margin-top:30px;
  }
  .industry-detail .box .nav ul li i img:first-child{
      display:none;
  }
  .industry-detail .box .nav ul li i{
      display: inline-block;
      vertical-align: middle;
      width:60px;
  }
  .industry-detail .box .nav ul li span{
      display: inline-block;
      vertical-align: middle;
      color:#7a7a7a;
      width:calc(100% - 60px);
  }
  .industry-detail .box .content{
      width:60%;
  }
  .industry-detail .box .content .title{
      font-size:48px;
      font-weight:500;
  }
  .industry-detail .box .content .title:before{
      content: '';
      display: inline-block;
      width: 14px;
      height: 14px;
      background-color: var(--index-main-color);
      border-radius: 50%;
      margin-right: 25px;
      vertical-align: middle;
  }
  .industry-detail .box .img{
      width:20%;
  }
  
  @media (max-width: 1279px) {
    .industry-detail .box{
      margin:-15px;
    }
    .industry-detail .box > div{
      padding:15px;
    }
  
    .industry-detail .box .content .title{
      font-size: 36px;
    }
  }
  
  
  @media (max-width: 1139px) {
    .industry-detail .box .img{
      display: none;
    }
  
    .industry-detail .box .nav{
      width: 100%;
      position: static;
    }
  
    .industry-detail .box .nav ul{
      font-size: 0;
      margin: -15px;
    }
  
    .industry-detail .box .nav ul li{
      display: inline-block;
      vertical-align: top;
      width: 33.33%;
      margin-top: 0!important;
      padding: 15px;
    }
  
    .industry-detail .box .content {
      width: 100%;
    }
  
    .industry-detail .box .content .title {
      font-size: 24px;
    }
  }
  
  @media (max-width: 767px){
    .industry-detail .box .nav ul li{
      width: 50%;
    }
  }
  /* end */
  
  
  
  
  
  
  /* product */
  .w-1500 {
    max-width: 1530px;
  }
  .product-page .product-1 .left {
    width: 45%;
    padding-right: 5%;
  }
  .product-page .product-1 .left .img {
    border: 1px solid #eee;
  }
  .product-page .product-1 .right {
    width: 55%;
  }
  .product-page .product-1 .right .name {
    font-size: 48px;
    font-weight: 500;
  }
  .product-page .product-1 .right .domBtn {
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--index-main-color);
    padding: 0 20px;
  }
  .product-page .product-1 .right .imgs {
    border-top: 1px solid #eee;
  }
  .product-page .product-1 .right .imgs ul {
    margin: -15px;
  }
  .product-page .product-1 .right .imgs li {
    padding: 15px;
  }
  .product-page .product-1 .right .imgs li img{
    cursor: pointer;
  }
  .product-page .product-title {
    background-color: #eee;
  }
  .product-page .product-title .name {
    font-size: 30px;
    font-weight: 500;
    /*padding-left: 160px;*/
  }
  .product-page .product-2 .name {
    color: #9e9e9e;
  }
  .product-page .product-2 .model {
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
  }
  .product-page .product-2 .model .item {
    padding: 20px 50px 60px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -40px;
    position: relative;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
  }
  .product-page .product-2 .model .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -70px;
    right: 0;
    background-color: #fff;
    opacity: 0;
    border-radius: inherit;
  }
  .product-page .product-2 .model .item::after {
    content: attr(data-text);
    display: block;
    font-size: 1.875vw;
    line-height: 70px;
    position: absolute;
    left: 50%;
    bottom: -70px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  .product-page .product-2 .model .item span {
    position: relative;
    z-index: 1;
    display: block;
    border-bottom: 4px solid currentColor;
  }
  .product-page .product-2 .model .item svg {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -16px;
    opacity: 0;
  }
  .product-page .product-2 .model .item.active {
    color: var(--index-main-color);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .product-page .product-2 .model .item.active::before {
    opacity: 1;
  }
  .product-page .product-2 .model .item.active::after {
    opacity: 1;
  }
  .product-page .product-2 .model .item.active svg {
    opacity: 1;
  }
  .product-page .product-2 .content .item .box {
    position: relative;
    padding: 70px 40px 40px;
    border-radius: 10px;
    line-height: 1.8;
  }
  
  .product-page .product-2 .content .item .box ul li{
    position: relative;
    padding-left: 15px;
  }
  .product-page .product-2 .content .item .box ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--index-main-color);
    position: absolute;
    left: 0;
    top: 8px;
  }
  
  .product-page .product-2 .content .item .box .left{
    width: 30%;
  }
  .product-page .product-2 .content .item .box .right{
    width: 70%;
  }
  
  .product-page .product-2 .content .item .box table tbody{
    min-width: 450px;
  }
  
  .product-page .product-2 .content .item .box strong{
    font-weight: bold;
  }
  .product-page .product-2 .content .item .box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: inherit;
  }
  .product-page .product-3 .name {
    font-size: 30px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
  }
  .product-page .product-3 .name::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--index-main-color);
    position: absolute;
    left: 0;
    top: 20px;
  }
  .product-page .product-3 .box > div {
    display: inline-block;
    vertical-align: top;
    line-height: 1.8;
  }
  
  .product-page .product-3 .box li {
    padding-left: 30px;
    position: relative;
  }
  .product-page .product-3 .box li::before {
    content: '\f058';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--index-main-color);
  }
  
  .product-page .product-4 table tbody{
    margin-bottom: 20px;
  }
  
  .product-page .product-4 table tr{
    position: relative;
  }
  
  .product-page .product-4 table tr:not(:nth-child(2)) td:first-child{
    position: sticky;
    z-index: 1;
    left: 0;
    top: 0;
    width: 200px!important;
  }
  .product-page .product-4 table tr:not(:nth-child(2)) td:first-child::before{
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
  }
  .product-page .product-4 table tr:not(:nth-child(2)) td:nth-child(2){
    margin-left: 200px;
  }
  
  .product-page .product-5 li:not(:last-child) {
    margin-bottom: 20px;
  }
  .product-page .product-5 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d2d2d2;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .product-page .product-5 .box .img {
    width: 20%;
  }
  .product-page .product-5 .box .name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 30px;
  }
  .product-page .product-5 .box .pdf {
    width: 300px;
  }
  .product-page .product-5 .box:hover {
    background-color: #f3f3f3;
  }
  @media (max-width: 1400px) {
    .product-page .product-1 .right .name {
      font-size: 40px;
    }
  }
  @media (max-width: 1200px) {
    .product-page .product-1 .right .name {
      font-size: 30px;
    }
    .product-page .product-title .name {
      font-size: 28px;
    }
    .product-page .product-3 .name {
      font-size: 24px;
    }
    .product-page .product-3 .name::before {
      top: 14px;
    }
  
    .product-page .product-5 .box .name{
      font-size: 24px;
    }
  }
  @media (max-width: 1000px) {
    .product-page .product-1 .left {
      width: 100%;
      padding-right: 0;
      margin-bottom: 40px;
    }
    .product-page .product-1 .right {
      width: 100%;
    }
    .product-page .product-2 .model .item {
      padding: 15px 2.25vw 60px;
    }
  
  }
  @media (max-width: 700px) {
    .product-page .product-2 .model .item {
      padding: 0;
      margin: 0;
    }
    .product-page .product-2 .model .item::before {
      display: none;
    }
    .product-page .product-2 .model .item::after {
      display: none;
    }
    .product-page .product-2 .model .item svg {
      display: none;
    }
    .product-page .product-2 .model .item.active {
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .product-page .product-2 .model {
      font-size: 5.5vw;
    }
    .product-page .product-2 .content {
      margin-top: 20px;
    }
    .product-page .product-2 .content .item .box {
      max-width: 100%!important;
      margin-left: 0!important;
      margin-right: 0!important;
    }
    .product-page .product-2 .content .item .box {
      padding: 20px;
    }
    .product-page .product-3 .box > div {
      width: 100%;
      padding: 0;
    }
    .product-page .product-3 .box > div.left {
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
    }
    .product-page .product-1 .right .name {
      font-size: 24px;
    }
    .product-page .product-title .name {
      font-size: 20px;
    }
    .product-page .product-3 .name {
      font-size: 18px;
    }
    .product-page .product-3 .name::before {
      top: 8px;
    }
  
    .product-page .product-5 .box{
      flex-wrap: wrap;
    }
  
    .product-page .product-5 .box .name{
      font-size: 18px;
    }
  
    .product-page .product-5 .box .pdf{
      width: 100%;
    }
  
    .product-page .product-5 .box .img {
      width: 35%;
    }
  
    .product-page .product-5 .box .pdf{
      display: none;
    }
  
    .product-page .product-5 .box .mob-pdf{
      display: block;
    }
  }
  
  @media (max-width: 500px) {
    .product-page .product-5 .box .img{
      width: 100%;
    }
  
    .product-page .product-5 .box .name{
      padding: 15px;
    }
  }
  /* end */
  
  
  .slick-track{
    margin-left: 0;
  }
  
  
  .product-yd-page .Tit{
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .product-yd-page ul li {
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
  }
  
  .product-yd-page ul li:hover .img{
    border-color: var(--index-main-color);
  }
  
  .product-yd-page ul li .img{
    width: 25%;
    border: 1px solid #e5e5e5;
    transition: .5s ease;
  }
  
  .product-yd-page ul li .text{
    padding-left: 30%;
  }
  
  .product-yd-page ul li .text .name{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  
  @media (max-width: 500px) {
    .product-yd-page ul li .img{
      width: 100%;
      float: none;
    }
  
    .product-yd-page ul li .text{
      padding: 0;
      margin-top: 30px;
    }
  
    .product-yd-page ul li .text .name{
      font-size: 20px;
    }
  }
  
  
  
  
  .contact-4 .grid-box {
    margin: -10px;
  }
  .contact-4 .grid-box .column {
    padding: 10px;
  }
  
  .contact-4 .title {
    font-size: 25px;
    /*font-weight: 600;*/
  }
  .contact-4 ul li {
    display: flex;
    align-items: center;
  }
  .contact-4 ul li {
    font-size: 20px;
    /*font-weight: 500;*/
  }
  .contact-4 ul li:not(:last-child){
      padding-bottom: calc(18px / 2);
  }
  
  .contact-4 ul li:not(:first-child){
      margin-top: calc(18px / 2);
  }
  
  .contact-4 ul li .elementor-icon-list-icon {
    padding-right: 4px;
  }
  
  .contact-4 ul li .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: 31px;
  }
  
  .contact-4 ul li .elementor-icon-list-icon + .elementor-icon-list-text {
    align-self: center;
    padding-left: 5px;
  }
  /*seo*/
  h1.hema {
      display: inline;
  }
  .image-box-container__description {
      line-height: 2;
  }
  .font-18.Auxil-catdes {
      line-height: 1.8;
  }
  .card-description {
      line-height: 2;
  }
  
  @media screen and (max-width: 1000px){
    a.maihe {
      display: none !important;
    }
  }
  
  
  
  
  .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
  }
  .m-page a,
  .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
  }
  .m-page span.current,
  .m-page a:hover {
    background: var(--index-main-color) none repeat scroll 0 0;
    color: #fff;
  }
  img.photo {
      width: 577px;
      height: 377px;
  }
  img.yyy {
      width: 523px;
  }