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;
}

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

.text-white {
  color: #fff !important;
}

body.w-page_education-page {
  background-color: #f0f0f0;
}

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

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

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

.w-page__main p.hd_mb_lg {
  margin-bottom: 1rem;
}

.w-page__main p.specific_p:not(:last-child) {
  margin-bottom: 1rem;
}

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

.ava_theme-air .btn-land {
  color: #fff;
  font-family: 'Open sans', sans-serif;
  padding: 11px 15px 11px !important;
  min-width: 140px;
  text-transform: uppercase;
  border-radius: 30px !important;
  position: relative;
  background-color: #1e2985;
  border: none !important;
}

.ava_theme-air .btn-land:hover,
.ava_theme-air .btn-land:focus {
  color: #fff;
  background-color: #555639;
}

.ava_theme-air .btn-land_inversed {
  color: #000;
  font-family: 'Open sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0 !important;
  border: 1px solid #fff;
  padding: 11px 16px !important;
}

.ava_theme-air .btn-land_inversed:hover,
.ava_theme-air .btn-land_inversed:focus {
  color: #fff;
  background-color: rgba(255,255,255,0.5);
  border-color: transparent;
}

.ava_theme-air .btn-land_inversed:active {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.ava_theme-air .btn-land_regular {
  color: #fff;
  font-family: 'Open sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0 !important;
  border: 1px solid #1e2985;
  background-color: #1e2985;
  padding: 11px 16px !important;
}

.ava_theme-air .btn-land_regular:hover,
.ava_theme-air .btn-land_regular:focus {
  color: #fff;
  background-color: #4752a9;
  border-color: #4752a9;
}

.ava_theme-air .btn-land_regular:active {
  color: #1e2985;
  background-color: transparent;
  border-color: #1e2985;
}

.head_container {
  position: relative;
  background-image: url("/ava-assets/img/landing-pages/land-education/head_bg.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.webpNotSupported .head_container {
  background-image: url("/ava-assets/img/landing-pages/land-education/head_bg.jpg");
}

.head_container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 36.72%;
  background-image: url("/ava-assets/img/landing-pages/land-education/head_pic.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.webpNotSupported .head_container:before {
  background-image: url("/ava-assets/img/landing-pages/land-education/head_pic.jpg");
}

.head_container .btn_area {
  margin-top: 20px;
}

.head_container__section {
  padding-top: 20px;
  padding-bottom: 20px;
  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;
  text-align: center;
}

.head_container__header_text_container {
  width: 100%;
}

.head_container__header_text_container p {
  color: #fff;
  font-size: 14px;
  line-height: 1.42;
  max-width: 630px;
}

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

.head_container__title {
  font-family: 'Open sans', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 20px;
}

.head_container__title_sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 11px;
}

.container_lp-2__m_bg {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}

.container_lp-2__row {
  padding-bottom: 20px !important;
}

.container_lp-2__row_paddingTopMD {
  padding-top: 20px !important;
}

.container_lp-2__row_paddingBottomNone {
  padding-bottom: 5px !important;
}

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

.container_lp-2__title {
  font-family: 'Open sans', sans-serif;
  color: #1e2229;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

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

.container_lp-2__title_white {
  color: #fff;
}

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

.programmsIcons {
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 15px;
  position: relative;
}

.programmsIcons__item {
  padding-top: 100%;
  background-color: #fff;
  box-shadow: 0 30px 30px rgba(0,0,0,0.1);
  position: relative;
}

.programmsIcons__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
}

.ava_theme-air .landing-section_related-products {
  background-color: #fff;
  box-shadow: 0 30px 30px rgba(0,0,0,0.1);
  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: #1e2985;
  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 .landing-section_related-products ul[class*="specs-list"] li:before {
  background-color: #1e2985 !important;
}

.ava_theme-air .landing-section_related-products .pricer__current,
.ava_theme-air .landing-section_related-products .pricer__perMonthPrice {
  color: #1e2985 !important;
}

.ava_theme-air .landing-section_related-products .btn-configure {
  background-color: #1e2985 !important;
  border-color: #2432a1 !important;
}

.ava_theme-air .landing-section_related-products .btn-configure:focus {
  box-shadow: 0 0 0 3px rgba(30,41,133,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: 5px;
  border-top: none;
  border-bottom: none;
}

.ava_theme-air .landing-section_related-products .landing-title {
  max-width: 1530px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: initial !important;
}

.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;
}

.ava_theme-air .landing-section_related-products .btn-configure:hover,
.ava_theme-air .landing-section_related-products .btn-configure:focus {
  color: #fff !important;
  background-color: #4752a9 !important;
  border-color: #4752a9 !important;
}

.ava_theme-air .landing-section_related-products .btn-configure:active {
  color: #1e2985 !important;
  background-color: transparent !important;
  border-color: #1e2985 !important;
}

.content-bg-1 {
  position: relative;
  background-image: url("/ava-assets/img/landing-pages/land-education/footer_bg.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.webpNotSupported .content-bg-1 {
  background-image: url("/ava-assets/img/landing-pages/land-education/footer_bg.jpg");
}

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

  .programmsIcons {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 640px) {
  .ava_theme-air .btn-land_inversed {
    min-width: 160px;
    padding: 16px !important;
  }

  .ava_theme-air .btn-land_regular {
    min-width: 160px;
    padding: 16px !important;
  }

  .head_container__section {
    text-align: left;
    padding-bottom: 40px;
  }

  .head_container__header_text_container p {
    font-size: 16px;
    line-height: 1.87;
  }

  .head_container__title {
    font-size: 35px;
    line-height: initial;
    margin-bottom: 0;
  }

  .head_container__title_sub {
    font-size: 25px;
    line-height: initial;
    margin-bottom: 10px;
  }

  .container_lp-2__title {
    font-size: 32px;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .container_lp-2 p {
    font-size: 16px;
    line-height: 1.75;
  }

  .ava_theme-air .landing-section_related-products .landing-title {
    margin-top: 0;
    font-size: 32px;
    line-height: initial;
  }
}

@media (min-width: 680px) {
  .programmsIcons {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 769px) {
  .head_container__title_sub {
    margin-bottom: 20px;
  }

  .container_lp-2__row_paddingTopMD {
    padding-top: 40px !important;
  }

  .container_lp-2__row_paddingBottomNone {
    padding-bottom: 0 !important;
  }

  .container_lp-2__title {
    font-size: 32px;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 961px) {
  .w-page__main p.hd_mb_lg {
    margin-bottom: 2rem;
  }

  .w-page__main p.specific_p {
    margin-bottom: 1.8rem;
    max-width: 390px;
  }

  .paddingBottomNone_hd {
    padding-bottom: 0 !important;
  }

  .head_container .btn_area {
    margin-top: 50px;
  }

  .head_container__section {
    min-height: -webkit-calc(100vw / 2.2);
    min-height: calc(100vw / 2.2);
    padding-bottom: 20px;
  }

  .head_container__title {
    margin-top: 0;
  }

  .container_lp-2__row {
    padding-top: 40px !important;
  }

  .container_lp-2__row__min_height_md {
    min-height: 460px;
  }

  .container_lp-2__row_paddingTopLG {
    padding-top: 100px !important;
  }

  .container_lp-2__row_paddingTopMD {
    padding-top: 80px !important;
  }

  .container_lp-2__row_paddingTopNone {
    padding-top: 0 !important;
  }

  .container_lp-2__row_paddingBottomLG {
    padding-bottom: 40px !important;
  }

  .container_lp-2__row_paddingBottomMD {
    padding-bottom: 40px !important;
  }

  .framed_image {
    padding-right: 16.9%;
  }

  .framed_image_right {
    padding-right: 0;
    padding-left: 18%;
  }

  .framed_image > div {
    padding-right: 12.5%;
    padding-top: 9.3%;
    padding-bottom: 12.5%;
    position: relative;
  }

  .framed_image > div:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 20.5%;
    bottom: -2px;
    border: 10px solid #1e2985;
    width: 58.6%;
  }

  .framed_image > div img {
    position: relative;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    border: 8px solid #fff;
    box-shadow: 0 30px 30px rgba(0,0,0,0.1);
  }

  .framed_image_right > div {
    padding-top: 5.3%;
    padding-right: 11%;
  }

  .framed_image_right > div:before {
    top: 17.5%;
  }

  .programmsIcons {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 15px;
    grid-template-areas: "a b c" "d . e" "f g h";
  }

  .programmsIcons:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: 10px solid #1e2985;
    width: 73%;
    height: 73%;
  }

  .programmsIcons_a {
    grid-area: a;
  }

  .programmsIcons_b {
    grid-area: b;
  }

  .programmsIcons_c {
    grid-area: c;
  }

  .programmsIcons_d {
    grid-area: d;
  }

  .programmsIcons_e {
    grid-area: e;
  }

  .programmsIcons_f {
    grid-area: f;
  }

  .programmsIcons_g {
    grid-area: g;
  }

  .programmsIcons_h {
    grid-area: h;
  }

  .ava_theme-air .landing-section_related-products {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .w-page__main p {
    margin-bottom: 1.8rem;
    font-size: 16px;
  }
}

@media (min-width: 1024.5px) {
  .ava_theme-air .btn-land_inversed {
    padding: 20px !important;
    min-width: 180px;
  }

  .ava_theme-air .btn-land_regular {
    padding: 20px !important;
    min-width: 180px;
  }
}

@media (min-width: 1250px) {
  .container_lp-2__row_paddingBottomLG {
    padding-bottom: 70px !important;
  }

  .container_lp-2__row_paddingBottomMD {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 1280px) {
  .head_container .btn_area {
    margin-top: 60px;
  }

  .head_container__section {
    height: -webkit-calc(100vw / 2.74);
    height: calc(100vw / 2.74);
    min-height: initial;
    max-height: 700px;
  }

  .head_container__header_text_container p {
    font-size: 18px;
    line-height: 1.988;
  }

  .head_container__title {
    font-size: 52px;
    line-height: 1.153;
    margin-top: 0;
    margin-bottom: 0;
  }

  .head_container__title_sub {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .head_container__headtext {
    max-width: 95%;
  }

  .container_lp-2__title {
    font-size: 45px;
    line-height: 1.22;
    margin-top: 0;
    margin-bottom: 27px;
  }

  .container_lp-2 p {
    font-size: 18px;
    line-height: 1.99;
  }

  .container_lp-2 .padding-hack {
    margin-left: -15px;
    width: -webkit-calc(100% + 15px);
    width: calc(100% + 15px);
  }

  .programmsIcons {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 20px;
    grid-template-areas: ". . a b" "e f c d" "g h . .";
    position: relative;
  }

  .programmsIcons:before {
    width: 35%;
    height: 75%;
  }

  .ava_theme-air .landing-section_related-products {
    padding-top: 80px;
    padding-bottom: 82px;
  }

  .ava_theme-air .landing-section_related-products .landing-title {
    margin-bottom: 35px;
    font-size: 45px;
  }
}

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

@media (max-width: 1250px) {
  .head_container:before {
    width: 34%;
  }
}

@media (max-width: 960px) {
  .head_container:before {
    position: static;
    height: -webkit-calc(100vw / 3);
    height: calc(100vw / 3);
    width: 100%;
    background-image: url("/ava-assets/img/landing-pages/land-education/head_pic_mobile.webp");
  }

  .webpNotSupported .head_container:before {
    background-image: url("/ava-assets/img/landing-pages/land-education/head_pic_mobile.jpg");
  }

  .framed_image {
    margin: 0 -15px;
  }
}

@media (max-width: 640px) {
  .head_container:before {
    height: -webkit-calc(100vw / 2.4);
    height: calc(100vw / 2.4);
  }
}

@media (max-width: 600px) {
  .programmsIcons {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

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

@media all and (-ms-high-contrast: none) {
  .programmsIcons__item .programmsIcons {
    min-width: 100%;
    display: -ms-grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    -ms-grid-rows: 220px 20px 220px 20px 220px;
  }

  .programmsIcons__item .programmsIcons .programmsIcons__item {
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
    padding: 20px;
  }

  .programmsIcons__item .programmsIcons .programmsIcons__item img {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
  }

  .programmsIcons__item .programmsIcons_a {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .programmsIcons__item .programmsIcons_b {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  .programmsIcons__item .programmsIcons_c {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  .programmsIcons__item .programmsIcons_d {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }

  .programmsIcons__item .programmsIcons_e {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .programmsIcons__item .programmsIcons_f {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .programmsIcons__item .programmsIcons_g {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .programmsIcons__item .programmsIcons_h {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}