html {
  scroll-behavior: smooth;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.w-page_engineering-page {
  background-color: #fff;
}

body.w-page_engineering-page .w-page__scroll-fix {
  padding-top: 0 !important;
}

.w-page__main {
  padding-bottom: 0 !important;
}

.w-footer {
  position: relative;
  z-index: 2;
}

.w-page__main p {
  margin-bottom: 1.8rem;
  line-height: 1.8;
  font-size: 15px;
}

.w-page__main img {
  max-width: 100%;
}

.btn-land {
  color: #fff;
  font-family: 'Open sans', sans-serif;
  padding: 11px 15px 11px !important;
  min-width: 140px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#2196f3), to(#2196f3));
  background-image: -webkit-linear-gradient(left, #2196f3 0%, #2196f3 100%);
  background-image: linear-gradient(to right, #2196f3 0%, #2196f3 100%);
  border: none !important;
  overflow: hidden;
}

.btn-land:before {
  display: block;
  content: '';
  position: absolute;
  width: 180px;
  height: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: -webkit-linear-gradient(30deg, #2196f3 0%, #007bdd 100%);
  background-image: linear-gradient(60deg, #2196f3 0%, #007bdd 100%);
  border-radius: 4px;
  -webkit-transition: -webkit-transform 1200ms ease-out;
  transition: -webkit-transform 1200ms ease-out;
  transition: transform 1200ms ease-out;
  transition: transform 1200ms ease-out, -webkit-transform 1200ms ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-land:hover,
.btn-land:focus {
  color: #fff;
}

.btn-land:hover:before,
.btn-land:focus:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}

.btn-land span {
  position: relative;
  font-weight: 600;
}

.ava_theme-air .btn-land.btn-ghost {
  color: #212531;
  background: #fff;
  border-color: transparent !important;
  border-width: 2px !important;
  border-style: solid !important;
}

.ava_theme-air .btn-land.btn-ghost:before {
  display: none;
}

.ava_theme-air .btn-land.btn-ghost:hover {
  color: #fff;
  background: #209af9;
  border-color: #a9d6fb !important;
  border-width: 2px !important;
  border-style: solid !important;
}

.container_lp {
  position: relative;
}

.container_lp__m_bg {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}

.container_lp__row {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

.container_lp__head_section {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  min-height: 510px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container_lp__header_text_container p {
  line-height: 1.5;
  font-size: 24px;
}

.container_lp__header_text_container p:last-child {
  margin-bottom: 0;
}

.container_lp__title_sub {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Open sans', sans-serif;
}

.container_lp__title {
  font-family: 'Open sans', sans-serif;
  color: #1e2229;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 13px;
  margin-top: 0;
}

.container_lp__title_sup {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.container_lp__title_head {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 16px;
}

.container_lp p:last-child {
  margin-bottom: 0;
}

.container_lp__headtext {
  margin-bottom: 45px;
}

.head_container {
  background-image: url("/ava-assets/img/Industries-pages/Engineering/head_bg.webp?v=2");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.webpNotSupported .head_container {
  background-image: url("/ava-assets/img/Industries-pages/Engineering/head_bg.jpg?v=2");
}

.content-bg-1 {
  position: relative;
  overflow: hidden;
  background-color: #2196f3;
}

.content-bg-1 .btn-land {
  border-radius: 25px !important;
  overflow: hidden;
}

.content-bg-1 p,
.content-bg-1 .container_lp__title {
  color: #fff;
}

.ava_theme-air .landing-section_related-products {
  background-color: #fafafa;
  z-index: 2;
  position: relative;
  padding-top: 10px;
}

.ava_theme-air .landing-section_related-products .landing-title {
  text-align: center;
  margin-bottom: 20px;
}

.ava_theme-air .product-snippet__descr {
  opacity: 1;
}

.ava_theme-air .product-snippet__descr ul {
  list-style-type: none;
  border-top: 1px solid #d5d5d5;
  margin: 15px 0 20px;
  padding: 15px 0 0;
}

.ava_theme-air .product-snippet__descr ul li {
  position: relative;
  font-family: 'Open sans', sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  font-weight: 300;
  padding: 3px 0 3px 16px;
}

.ava_theme-air .product-snippet__descr ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 6px;
  background-color: #2196f3;
  margin-top: 5px;
  vertical-align: top;
  position: absolute;
  left: 0;
}

.ava_theme-air .product-snippet__descr ul li + li {
  margin-top: 0;
}

.ava_theme-air #relatedProducts ul[class*="specs-list"] li:before {
  background-color: #2196f3 !important;
}

.ava_theme-air #relatedProducts .pricer__current,
.ava_theme-air #relatedProducts .pricer__perMonthPrice {
  color: #2196f3 !important;
}

.ava_theme-air #relatedProducts .btn-configure {
  background-color: #2196f3 !important;
  border-color: #37a1f4 !important;
}

.ava_theme-air #relatedProducts .btn-configure:focus {
  box-shadow: 0 0 0 3px rgba(33,150,243,0.35), inset 0 3px 5px rgba(0,0,0,0.125) !important;
}

.ava_theme-air .landing-section_related-products {
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e6e8;
  border-bottom: 1px solid #e5e6e8;
}

.ava_theme-air .landing-section_related-products .landing-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}

.ava_theme-air .w-grid_products.products-list > .w-grid__col {
  border-left-color: #d5d5d5;
}

.ava_theme-air .w-grid_products.products-list > .w-grid__col.eq-row_even:first-child,
.ava_theme-air .w-grid_products.products-list > .w-grid__col.eq-row_odd:first-child {
  border-left: none;
}

.ava_theme-air .w-grid_fab {
  margin: 0 0 0 -62px;
}

.ava_theme-air .w-grid_fab > .w-grid__col {
  padding: 0 0 55px 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-page__main .mobile_image {
  display: none;
}

.nukaBg {
  position: relative;
  background-color: #fff;
}

.nukaBg:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background-position: 70% 50%;
  background-size: cover;
  background-image: var(--bg-image);
}

.nukaBg_right:before {
  left: initial;
  right: 0;
  background-position: 100% 0;
}

.nukaBg.nukaBg1:before {
  background-position: 20% 50%;
}

.nukaBg.nukaBg3:before {
  background-position: 20% 50%;
}

.nukaBg_video .before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.nukaBg_video .before:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(135deg, transparent 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor), -webkit-linear-gradient(135deg, currentColor 25%, transparent 25%, transparent 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, transparent 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor), linear-gradient(-45deg, currentColor 25%, transparent 25%, transparent 75%, transparent 75%, transparent);
  background-size: 2px 2px;
  background-position: 0 0, 2px 2px;
  background-repeat: repeat;
  color: rgba(255,255,255,0.5);
}

.nukaBg_video .video-cover-wrapper {
  max-height: 100%;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}

.nukaBg_video .video-cover {
  min-width: 110%;
  min-height: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.programmsIcons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 520px;
  grid-gap: 15px;
  -ms-grid-columns: (minmax(125px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  overflow: hidden;
}

.programmsIcons__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  position: relative;
}

.programmsIcons__item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  border-left: 1px solid #d1d1d1;
}

.bg_player:after {
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(25%, transparent), color-stop(75%, transparent), color-stop(75%, currentColor), color-stop(75%, currentColor)), -webkit-gradient(linear, left top, right top, color-stop(25%, currentColor), color-stop(25%, transparent), color-stop(75%, transparent), color-stop(75%, transparent), color-stop(75%, transparent));
  background-image: -webkit-linear-gradient(top, transparent 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor), -webkit-linear-gradient(left, currentColor 25%, transparent 25%, transparent 75%, transparent 75%, transparent);
  background-image: linear-gradient(to bottom, transparent 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor), linear-gradient(to right, currentColor 25%, transparent 25%, transparent 75%, transparent 75%, transparent);
  background-size: 2px 2px;
  background-position: 0 0, 2px 3px;
  background-repeat: repeat;
  opacity: 1;
  color: #262626;
}

@media (min-width: 370px) {
  .head_container .h_img {
    margin-right: 30px;
  }
}

@media (min-width: 426px) {
  .container_lp__title_head {
    font-size: 30px;
  }
}

@media (min-width: 480px) {
  .btn-land {
    padding: 15px 15px 15px !important;
    min-width: 140px;
  }
}

@media (min-width: 550px) {
  .container_lp__title_head {
    font-size: 36px;
  }
}

@media (min-width: 561px) {
  .ava_theme-air .landing-section_related-products .landing-title {
    margin-top: 18px;
  }
}

@media screen and (min-width: 561px) {
  .container_lp__title {
    margin-bottom: 21px;
    margin-top: 18px;
  }
}

@media (min-width: 768px) {
  .container_lp__title_head {
    font-size: 40px;
  }
}

@media (min-width: 961px) {
  .w-page__main p {
    font-size: 16px;
  }

  .container_lp__row__min_height_md {
    min-height: 460px;
  }

  .container_lp__headtext p {
    font-size: 24px;
  }
}

@media screen and (min-width: 961px) {
  .container_lp__title {
    margin-top: 18px;
    font-size: 24px;
  }

  .container_lp__title_head {
    font-size: 44px;
  }
}

@media (min-width: 1280px) {
  .container_lp__head_section {
    min-height: 695px;
  }

  .container_lp__header_text_container p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .head_container {
    background-position: 50% -20px;
    background-attachment: fixed;
    background-size: initial;
    z-index: 0;
  }

  .content-bg-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/ava-assets/img/Industries-pages/Engineering/Bg-1.webp");
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }

  .webpNotSupported .content-bg-1:before {
    background-image: url("/ava-assets/img/Industries-pages/Engineering/Bg-1.jpg");
  }

  .container_lp {
    z-index: 2;
    position: relative;
  }

  .h_holder {
    height: 670px;
  }

  .head_container {
    position: fixed;
    width: 100%;
    left: 0;
    top: 170px;
    -webkit-transition: top 0.3s, background 0.3s;
    transition: top 0.3s, background 0.3s;
  }

  .a-header_unpinned ~ .w-page__body .head_container {
    top: 70px;
    background-position: 50% -120px;
  }

  .text-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1366px) {
  .container_lp__title_sub {
    font-size: 24px;
  }

  .container_lp__title {
    font-size: 29px;
  }

  .container_lp__title_head {
    font-size: 50px;
  }
}

@media (max-width: 1250px) {
  .nukaBg_video .before {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .ava_theme-air .landing-section_related-products {
    padding-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .container_lp__row {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nukaBg .container_lp__row,
  .nukaBg.no_mobile_bg .container_lp__row {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .m_text_left {
    text-align: left;
  }

  .m_text_left p {
    text-align: left;
  }
}

@media (max-width: 960px) {
  .nukaBg.nukaBg1:before {
    background-position: 50% 35%;
  }

  .nukaBg.nukaBg3:before {
    background-position: 50% 35%;
  }

  .nukaBg:before {
    margin-bottom: 20px;
    position: static;
    width: 100%;
    height: 250px;
  }

  .programmsIcons {
    max-width: 100%;
  }
}

@media screen and (max-width: 839px) {
  .container_lp__row,
  .w-grid__col {
    width: initial;
  }

  .no_mobile_bg {
    background-image: none !important;
  }

  .no_mobile_bg .container_lp__row,
  .no_mobile_bg .w-grid__col {
    padding-bottom: 0;
    width: initial;
  }

  .no_mobile_bg .mobile_image {
    display: block;
  }

  .w-grid__col.container_lp__head_section {
    min-height: auto;
    padding-bottom: 40vw;
  }

  .container_lp__header_text_container {
    max-width: 100%;
  }

  .container_lp__header_text_container p {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .container_lp__header_text_container {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .container_lp__head_section {
    padding-top: 0;
  }
}

@media screen and (max-width: 550px) {
  .head_container {
    background-image: url("/ava-assets/img/Industries-pages/Engineering/head_bg-mobile.webp");
  }

  .webpNotSupported .head_container {
    background-image: url("/ava-assets/img/Industries-pages/Engineering/head_bg-mobile.jpg");
  }

  .container_lp__header_text_container p {
    font-size: 17px;
  }
}

@media (max-width: 400px) {
  .mobile_hidden {
    display: none;
  }
}

@media (max-width: 1365px) and (min-width: 1190px) {
  .head_container {
    background-position: 50% -60px;
  }

  .a-header_unpinned ~ .w-page__body .head_container {
    background-position: 50% -210px;
  }
}