*,
::after,
::before {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-2 {
  padding-right: .5rem !important;
}

.pl-2 {
  padding-left: .5rem !important;
}

.ml-2 {
  margin-left: .5rem !important;
}

.mr-2 {
  margin-right: .5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

/* typo */


h1,
.h1 {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 58px;
  line-height: 100%;
  margin-bottom: 60px;
}

h2,
.h2 {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 41px;
  color: #000000;
  margin-bottom: 15px;
}

h3,
.h3 {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 15px;
}

h4,
.h4 {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}

.h4.active {
  color: #3a8cf0;
}

h5,
.h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 20px;
}

.fancybox__caption h2 {
  color: #fff;
}

.additional-info {
  margin-top: 40px;
  color: #797979;
}

.no-border {
  border: 0 !important;
}

a {
  color: #1a73e8;
  text-decoration: none;
}

a:hover {
  color: #1a73e8;
  text-decoration: underline;
}

.dashed {
  text-decoration: none;
  border-bottom: 1px dashed #1a73e8;
}

a.dashed:hover {
  text-decoration: none;
}

.text-nowrap {
  white-space: nowrap;
}

.fw-600 {
  font-weight: 600;
}

hr {
  margin-top: 0;
  margin-bottom: 45px;
  color: inherit;
  background-color: #d2d2d2;
  border: 0;
  opacity: 1;
}

/* end typo */

body {
  min-height: 100vh;
  min-width: 1000px;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.popup-window {
  font-family: 'Open Sans', sans-serif !important;
}

.page {
  min-height: 100vh;
  display: grid;
  gap: 68px;
  grid-template-columns: 1fr;
  grid-template-rows: min-content;
}

.main {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr;
  grid-template-rows: min-content;
}

.logo {
  /*padding-top: 6px;*/
  position: relative;
  z-index: 2;
}

.header.with-submenu {
  /*background: #fff;*/
  margin-bottom: -28px;
}

.header .header-wrapper {
  border-bottom: 3px solid transparent;
  transition: border-bottom 0.3s ease;
  -webkit-transition: border-bottom 0.3s ease;
  -moz-transform: border-bottom 0.3s ease;
}

.header.header__main .header-wrapper {
  border-bottom: none;
}

.header.header__main.fix {
  padding-top: 52px;
}

.header.fix .header-wrapper {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  margin-top: -172px;
  border-bottom: 3px solid #2c77d2;
}

.header .header-wrapper .submenu {
  padding-bottom: 25px;
  padding-top: 12px;
  /*transition: padding-bottom 0.5s ease;*/
  /*-webkit-transition:padding-bottom 0.5s ease;*/
  /*-moz-transform: padding-bottom 0.5s ease;*/
}

.header.fix .header-wrapper .submenu {}

.header.fix.show .header-wrapper {
  margin-top: 0px;
  transition: margin-top 0.5s cubic-bezier(.25, .8, .25, 1);
  -webkit-transition: margin-top 0.5s cubic-bezier(.25, .8, .25, 1);
  -moz-transform: margin-top 0.5s cubic-bezier(.25, .8, .25, 1);
}

.header.fix.header__main .header-wrapper {
  background: #002a5b;
  border-bottom: none;


}

.sks-banner {
  margin-right: 0px;
  position: relative;
  z-index: 1;
  background: url('../img/bg/1/main_pic_24_4.svg') no-repeat right center;
  background-size: 48%;
  /*background: url('../img/bg/1/space_station.svg') no-repeat right center;*/
  /*background-size: contain;*/

}

.sks-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  background: url('/local/templates/europe/assets/img/icons/main-page-orange-triangle.png') no-repeat 25px 0;
}

.header__main {
  min-height: 713px;
  position: relative;
  /*background: url(../img/bg/mainpage_banner_bg1920x713.svg) no-repeat top center;*/
  background: url(../img/bg/mainpage_banner_bg_12.svg) no-repeat top center;
  background-size: cover;
}

.blue {
  min-height: 900px;
  background: url('../img/blue.png') no-repeat center center/cover;
}

.brown {
  background: url('../img/bg/licenses_banner_bgrnd_4096.svg') no-repeat center center/cover;
}

.footer {
  min-height: 530px;
  margin-top: 100px;
  position: relative;
  background: url('../img/bg/footer_bg.svg') no-repeat center center/cover;
}

.footer .container {
  position: relative;
}


.footer_angle {
  background: url('../img/more/footer_tr.svg') no-repeat center center;
  width: 72px;
  height: 48px;
  z-index: 1;
  position: absolute;
  top: 25px;
  left: 71%;
}

/* top */
.top {
  margin: 25px 0;
  display: grid;
  gap: 20px;
  z-index: 20;
  align-items: center;
  grid-template-columns: min-content min-content;
  justify-content: space-between;
}



.block-personal {
  display: grid;
  gap: 30px;
  grid-auto-flow: column;
  align-items: center;
  z-index: 2;
}

.block-personal a {
  display: block;
  position: relative;
  margin-top: 3px;
  min-width: 17px;
  min-height: 14px;
  font-style: normal;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 7px;
  padding-bottom: 4px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.block-personal a:hover,
.block-personal a:focus {
  border-bottom: 3px solid #2c77d2;
  text-decoration: none;
}

.header__main .block-personal a:hover,
.header__main .block-personal a:focus {
  border-bottom: 3px solid #45b2ff;
}

.block-personal .block-lang {
  /*display: none;*/
  position: relative;
}

.block-personal a.lang-menu {
  border-bottom: 0!important;
  padding-right: 0;
  padding-left: 0;
  margin-top: 6px;
  /*border-bottom: 3px solid transparent;*/

}

.block-personal a.lang-menu:hover {
  /*border-bottom: 0;*/
  border-bottom: 3px solid transparent;
}

.block-personal .lang-menu img {
  width: 22px;
}

.block-personal .lang-menu img:after {
  content: "";

}

.block-personal .languages {
  /*visibility: visible;*/
  /*opacity: 1;*/
  position: absolute;
  /*top: 35px;*/
  left: 12px !important;
  width: auto !important;
  background: #1C58A1;
  padding: 22px 22px 0px 22px;
}

.block-personal .languages.show {
  /*display: inherit;*/
}

.block-personal .languages ul {
  list-style: none;
  padding-left: 0;
  width: 54px;
}

.block-personal .languages ul a {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 3px;
}

.block-personal .languages ul a:hover,
.block-personal .languages ul a:focus,
.block-personal .languages ul a.selected {
  border-bottom: 3px solid #45b2ff;
}

.block-personal .languages img {
  width: 22px;
  margin-right: 10px;
  background: #fff;
}

.block-personal a.personal-link-info {
  position: relative;
  margin-top: 0;
  min-width: 34px;
  min-height: 34px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 34px;
  color: #000;
  background: #8AFF88;
  text-transform: uppercase;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border-bottom: 0px solid transparent !important;
}

a.basket-link {
  background: url('../img/basket.svg') no-repeat center center;
  text-indent: -9000px;
}

a.basket-link:hover {
  background: url('../img/basket-hover.svg') no-repeat center center;
}

a.search-link {
  background: url('../img/search.svg') no-repeat center center;
  text-indent: -9000px;
}

a.search-link:hover {
  background: url('../img/search-hover.svg') no-repeat center center;
}

a.personal-link {
  background: url('../img/personal.svg') no-repeat center center;
  text-indent: -9000px;
}

a.personal-link:hover {
  background: url('../img/personal-hover.svg') no-repeat center center;
}

.navbar {
  padding: 0;
  margin: 0;
  background: none;
}

.navbar-expand .navbar-nav .nav-link {
  padding: 0;
}

.navbar-expand .navbar-collapse {
  justify-content: center;
}

.navbar-nav {
  display: grid;
  gap: 0px;
  grid-auto-flow: column;
  width: max-content;
  justify-content: center;
  justify-self: center;
}

.nav-link {
  font-style: normal;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 7px;
  color: #000;
  border-bottom: 3px solid transparent;
  position: relative;
  margin-top: 18px;
  margin-bottom: 12px;
}

.navbar-expand .navbar-nav .nav-link {
  padding-bottom: 3px;
}

.header__main .nav-link {
  color: #ffffff;
}

a.nav-link:hover,
a.nav-link:focus,
.active a.nav-link {
  color: #000;
  border-bottom: 3px solid #2c77d2;
  text-decoration: none;
}


.header__main a.nav-link:hover,
.header__main a.nav-link:focus,
.header__main .active a.nav-link {
  border-bottom: 3px solid #45b2ff;
}

.header__main .nav-link:hover {
  color: #ffffff;
  text-decoration: none;
}


.drop {
  background: url('../img/icons/s-down.svg') no-repeat right 28px;
  padding-right: 12px !important;
  transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
  -webkit-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
  -moz-transform: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

.block-lang.drop {
  background: url('../img/icons/s-down.svg') no-repeat right 19px;
}



.navbar-nav .nav-item {
  padding-right: 25px;
  padding-left: 25px;
}

.nav-item.drop {
  padding-right: 25px !important;
  background-position-x: calc(100% - 0.6rem);
}


.drop-active {
  background: url('../img/icons/s-down.svg') no-repeat right center;
}



.nav_submenu {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -100;
  width: 100%;
  box-sizing: content-box !important;
  transform: translateX(-50%) translateY(20px);
}

.nav_submenu .container {
  padding-left: 100px;
  padding-right: 100px;
}

.drop:hover .nav_submenu {
  z-index: 10000;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition: opacity .3s .05s, transform .3s .05s, visibility .05s;
}

.nav_submenu .wrap {
  padding: 30px;
  background: #1C58A2 url('/local/templates/europe/assets/img/icons/menu.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  line-height: 19px;
}

.nav_submenu.submenu-community .wrap {
  min-height: 305px;
  background: #1C58A2 url('/local/templates/europe/assets/img/icons/sub-menu-community.png') no-repeat 97% 90%;
}

.submenu-text-block {
  margin-top: 0;
}

.nav_submenu .wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  bottom: 0;
  width: 85px;
  height: 49px;
  background: url('/local/templates/europe/assets/img/icons/u.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.submenu-text-block {
  color: #fff;
  margin-top: 10px;
}

.submenu-text-block .h3 {
  color: #fff;
}

.nav_submenu__nav,
.nav_submenu__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav_submenu__item ul {
  margin-top: 15px;
  margin-left: 20px;
}

.nav_submenu__item {
  color: #6dafff;
  margin-bottom: 15px;
}

a.nav_submenu__link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
}

a.nav_submenu__link.active,
a.nav_submenu__link:hover,
a.nav_submenu__link:focus {
  color: #fff;
  padding-bottom: 3px;
  border-bottom: 3px solid #45b2ff;
  text-decoration: none;
}

a.nav_submenu__link.active {
  cursor: text;
}



.nav_submenu__nav hr {
  margin-bottom: 15px;
  background: #4d7cb6;
  max-width: 180px;
}

.nav_main {
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: -9px;
  left: 0;
}

.nav_submenu.submenu-community .wrap {
  min-height: 355px;
  background: #1C58A2 url('/local/templates/europe/assets/img/icons/sub-menu-community.png') no-repeat 97% 90%;
}

.nav_submenu.submenu-support .wrap {
  min-height: 355px;
  background: #1C58A2 url('/local/templates/europe/assets/img/icons/sub-menu-support.svg') no-repeat 97% 90%;
}

.nav_submenu.submenu-learning .wrap {
  min-height: 355px;
  background: #1C58A2 url('/local/templates/europe/assets/img/icons/sub-menu-learning.svg') no-repeat 97% 90%;
}

.nav_submenu .buy-section .col-3 {
  width: 30%;
}

.nav_submenu .buy-section .col-5 {
  width: 36.66666667%;
}

@media (max-width: 1150px) {
  .nav-item.drop {
    background-position-x: calc(100% - 0.1rem);
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .nav_submenu .buy-section .col-3,
  .nav_submenu .buy-section .col-5 {
    width: 36%;
  }

}

.submenu-text-block {
  margin-top: 0;
}

.submenu-text-block {
  font-size: 12px;
}

.submenu-text-block ul {
  list-style: none;
  padding-left: 20px;
}

.submenu-text-block ul.submenu-links {
  padding-left: 0;
  margin-top: 20px;
}

.submenu-text-block ul.submenu-links li {
  display: inline;
  margin-right: 26px;
}

.submenu-text-block ul.submenu-links li a {
  color: #fff;
  font-size: 14px;

}

.products-list-menu {
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;

  background: #386193;
  margin: 0;
  padding: 35px 0;
  z-index: 1000;
  display: none;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  color: #fff;
}

/* footer */

.footer__crumps {
  padding: 90px 0 0;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  color: #45b2ff;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #fff;
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 10px;
  color: #45b2ff;
  content: '>';
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
}

.footer-menu {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
  color: #45b2ff;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}

.footer-menu {
  margin-left: -20px;
  margin-right: -20px;
}

.footer-menu .col-auto {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-menu__nav,
.footer-menu__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu__nav ul {
  margin-top: 15px;
  margin-left: 20px;
}

.footer-menu__item {
  margin-bottom: 15px;
}

.footer-menu__title {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #45b2ff;
  margin-bottom: 15px;
}

a.footer-menu__link {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-decoration: none;
}

a.footer-menu__link.active,
a.footer-menu__link:hover {
  color: #fff;
  padding-bottom: 3px;
  border-bottom: 3px solid #45b2ff;
  text-decoration: none;
}

a.footer-menu__link.active {
  cursor: text;
}

.offset-1-5-left {
  margin-left: calc(8.33333333% + 50px);
}

.offset-1-5-right {
  margin-right: 11.5%;
}

.offset-0-5-left {
  margin-left: 4%;
  padding-right: 65px;
}

.media {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 25px);
  bottom: 0;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

.media p {
  margin-bottom: 10px;
}

.media a {
  color: #ffffff;
  text-decoration: none;
}

.media a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.socials {
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
}

.socials a img {
  max-width: 23px;
  max-height: 21px;
}

.copy {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 14px;
  margin-bottom: 50px;
  color: #45B2FF
}


.copy a {
  color: #fff;
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.copy ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.copy ul li {
  margin: 0;
  padding: 0 5px 0 15px;
  display: inline-block;
  position: relative;
}

.copy ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  content: '|';
}

.copy ul li.first {
  padding-right: 10px;
}

.copy ul li.first::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  content: '';
}

.copy a:hover {
  text-decoration: underline;
}

.submenu {
  border-top: 1px solid #ededed;
}

.submenu .container {}

.submenu ul,
.submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.submenu ul {
  display: grid;
  gap: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(0, min-content));
}

.submenu li {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  margin-top: 1px;
  line-height: 18px;
  color: #3a8cf0;
  white-space: nowrap;
  position: relative;
}

.submenu ul .submenu__title {
  position: absolute;
  left: -170px;
  top: 9px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
}

.submenu li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  padding: 7px 20px;
  white-space: nowrap;
  background: #ededed;
  box-shadow: 0 0 0 2px #ededed, 0 0 0 2px #ededed;
}

.submenu li a.active,
.submenu li a:hover {
  background: #2c77d2;
  color: #ffffff;
  box-shadow: 0 0 0 2px #2c77d2, 0 0 0 2px #2c77d2;
}

.submenu li a.submenu-buy {
  background: #fff;
  box-shadow: 0 0 0 2px #2c77d2, 0 0 0 2px #2c77d2;
}

.submenu li a.submenu-buy.active,
.submenu li a.submenu-buy:hover {
  background: #2c77d2;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .media {
    right: calc(var(--bs-gutter-x) / 2 + 15px);
  }

  .page {
    gap: 70px;
  }

  .main {
    gap: 60px;
  }

  h1,
  .h1 {
    font-size: 48px;
    margin-bottom: 45px;
  }

  h2,
  .h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  h3,
  .h3 {
    font-size: 22px;
    line-height: 110%;
  }

  .what__textblock {
    margin-bottom: 30px;
  }

  .product-info__title {
    margin-bottom: 25px;
  }

  .product-info__text {
    margin-bottom: 20px;
  }

  .product-info__link {
    margin-bottom: 25px;
  }

  .what-list ul li {
    margin-bottom: 10px !important;
  }

  .sidebar ul li {
    margin-bottom: 10px !important;
  }

  .what-list h2 {
    position: relative;
    top: -5px;
  }

  .offset-2 {
    margin-left: calc(16.66666667% - 25px);
  }

  .submenu ul {
    gap: 15px;
  }

  .submenu ul .submenu__title {
    left: -155px;
    font-size: 13px;
  }

  .submenu li a {
    font-size: 13px;
  }
}

.row.modules__container {
  margin-right: -12.5px;
  margin-left: -12.5px;
  justify-content: center !important;
}

.col-modules {
  flex: 0 0 auto;
  width: 20%;
  padding-right: 25px;
  padding-left: 25px;
}

.modules .container {
  max-width: var(--max-width, 100%);
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.col-modules-link:hover {
  text-decoration: none;
}





.banner-enterprise {
  min-height: 350px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: url('/local/templates/europe/assets/img/bg/1/Enterprise.png') no-repeat 0 0;
}

.banner-enterprise a {
  margin-bottom: 100px;
}

/*community pages*/
/*betatesterpage*/

.banner-beta {
  height: 363px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: url('/local/templates/europe/assets/img/bg/1/banner_betatest.png') no-repeat center bottom/contain;

}

.beta-agreement {
  margin: 30px auto 0;
  max-width: 466px;
  font-size: 12px;
}

.banner-beta .beta-agreement {
  max-width: 335px;
  background: #021d30;
  color: #fff;

  margin: 0 0 2px;
  padding: 12px 20px;
  line-height: 1.1rem;
}

.beta-inform span {
  position: relative;
  font-size: 18px;
}

.beta-inform span:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: -31px;
  width: 40px;
  height: 40px;
  transform: rotate(148deg);
  background: url(../img/video-row.svg) no-repeat right top;
}

.blue-message {
  background: url(../img/bg/blue-message.png) center center / contain no-repeat;
  padding: 45px 77px 79px;
}

/*.banner-korean{*/
/*  background: #fff;*/
/*  padding: 6px 0 5px;*/
/*  border: 4px solid #002A5B;*/


/*}*/
/*.banner-korean img{*/
/*  max-height: 70px;*/
/*}*/
/*.h1.banner-korean__text{*/
/*  text-align: center;*/
/*  margin-bottom: 0;*/
/*  color: #234BAF;*/
/*}*/
/*.banner-korean__text span{*/
/*  color: #FF243F;*/
/*}*/
/*.banner-korean .btn{*/
/*  background:#FF243F;*/
/*  color: #fff;*/
/*  font-size: 18px;*/
/*  padding: 11px 0;*/
/*  width: 100%;*/
/*}*/
/*.banner-korean .btn:hover{*/
/*  background: #db3146;*/
/*}*/
/*@media (max-width: 1300px) {*/

/*  .banner-korean .h1 {*/
/*    font-size: 48px;*/

/*  }*/
/*}*/

/*.banner-black-friday {*/
/*  background: #fff;*/
/*  display: block;*/
/*}*/


.banner-black-friday {
  /*background: #201f45;*/
  display: block;
  /*border-bottom: 2px solid #66ffff;*/
}
.banner-black-friday video{
  margin-bottom: -2px;
  width: 100%;
}
.banner-black-friday .img {
  width: 100%;
}

.banner-3dscan{
  background: #000;
  display: block;
  max-height: 55px;
}

@media (max-width: 1180px) {
  /*.banner-beta {*/
  /*  height: 310px;*/
  /*}*/

  .row.modules__container {
    margin-right: calc(var(--bs-gutter-x) * -0.45);
    margin-left: calc(var(--bs-gutter-x) * -0.45);
  }

  .col-modules {
    width: 20%;
  }

  .col-modules {
    padding-right: calc(var(--bs-gutter-x) * 0.25);
    padding-left: calc(var(--bs-gutter-x) * 0.25);
  }
}

.popup-window.popup-window-with-titlebar {
  height: auto !important;
  max-height: 700px;
  overflow-y: auto;
}

/*scroll bars*/
/* width */
.popup-window.popup-window-with-titlebar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.popup-window.popup-window-with-titlebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.popup-window.popup-window-with-titlebar::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.popup-window.popup-window-with-titlebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.basket-icon span {
  position: absolute;
  top: -8px;
  right: -13px;
  background: #8AFF88;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  color: #000;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  font-weight: 700;
}

#back-top {
  position: fixed;
  bottom: 135px;
  right: 50px;
  z-index: 1000;
}

#back-top a {
  width: 64px;
  height: 64px;
  display: block;
  text-indent: -1000000px;
  background: #09e5bea1 url('/local/templates/europe/assets/data/up.svg') no-repeat center center;
  z-index: 1000;
  transition: all .15s ease-in-out, background-color .15s ease-in-out;
}


#back-top a:hover {
  background: #09E5BE url('/local/templates/europe/assets/data/up.svg') no-repeat center center;
}

.features-filter,
.products-filter {
  position: relative;
  background: url(../img/icons/s-down.svg) no-repeat right 9px;
}

.features-filter:hover,
.products-filter:hover {
  background-position-y: 12px;
}

.sort .filter-title,
.features .filter-title,
.products .filter-title {
  text-decoration: none;
  border-bottom: 1px dashed #0a7ddd;
}

.features-filter .nav_submenu,
.products-filter .nav_submenu {
  left: 0;
  width: 207px;
  padding-top: 10px;
}

.features-filter .nav_submenu {
  left: 12px;
  width: 157px;
}

.features-filter .nav_submenu ul,
.products-filter .nav_submenu ul {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 0;
  margin: 0;
  list-style: none;
}

.features-filter .nav_submenu ul li a,
.products-filter .nav_submenu ul li a {
  padding: 6px 16px;
  display: block;
  text-decoration: none;
  color: #000;
}

.features-filter .nav_submenu ul li a:hover,
.products-filter .nav_submenu ul li a:hover,
.features-filter .nav_submenu ul li a.selected,
.products-filter .nav_submenu ul li a.selected {
  background: #3A8CF0;
  color: #fff;
}

.features-filter .nav_submenu ul li a.disabled,
.products-filter .nav_submenu ul li a.disabled {
  color: #9b9b9b;
  pointer-events: none;
}

.test-drives .submenu-2,
.test-drives .submenu-3 {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margins */
}

.test-drives .submenu-2 {
  margin-left: 35px;
}

@media (max-width: 500px) {
  .test-drives .submenu-2 {
    margin-left: 0px;
  }
}

.test-drives .submenu-2 li {
  display: inline-block;
  margin-right: 30px;

}

.test-drives .submenu-2 li a {
  font-weight: bold;
  padding: 10px 0 9px;
  border-bottom: 3px solid transparent;
}

.test-drives .submenu-2 li a.current {
  color: #000;
  border-bottom: 3px solid #2C77D2;
}

.test-drives .submenu-2 li a:hover {
  text-decoration: none;
  color: #000;
}

.icon_zip {
  width: 32px;
  height: 28px;
  display: inline-block;
  background: url(../img/icons/s-down.svg) center / contain no-repeat;
  margin-bottom: -8px;
  margin-right: 7px;
}

.articles-table {
  border-spacing: 0px;
  border-collapse: unset;
  border: 1px solid #c9c9c9;
  margin: 10px 0;
}

.articles-table td {
  border: 1px solid #c9c9c9;
  padding: 5px;
  border-spacing: 0px;
  border-collapse: separate;
  vertical-align: top;
}

.description-small-text-wrapper {
  max-height: 133px;
  overflow: hidden;
  position: relative;
}

.description-small-text-wrapper.show,
.description-small-text-wrapper.truncate {
  max-height: inherit;
}

.description-small-text-wrapper.truncate .description-small-text {
  max-height: 133px;
  overflow: hidden;
  position: relative;

}

.description-small-text-wrapper.truncate.show .description-small-text {
  max-height: inherit;
}

.description-small-text-wrapper.truncate .description-small-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23px;
  background: linear-gradient(transparent, #fff);
}

.description-small-text-wrapper.show .description-small-text:after {
  display: none;
}

.desc-show-more {
  margin-top: 0px;
  position: relative;
  width: 100%;
  height: 13px;
  cursor: pointer;
}

.desc-show-more:after {
  content: '';
  position: absolute;
  right: calc(50% - 26px);
  top: 0;
  border: 26px solid transparent;
  border-top: 13px solid #E2E2E2;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  -moz-transform: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.desc-show-more:hover:after {
  border-top-color: #2c77d2;
}

.description-small-text-wrapper.show .desc-show-more:after {
  border: 26px solid transparent;
  border-bottom: 13px solid #E2E2E2;
  top: -26px;
}

.description-small-text-wrapper.show .desc-show-more:hover:after {
  border-color: transparent;
  border-bottom-color: #2c77d2;
}

.community-banner {
  margin-bottom: 70px !important;
}

.community-description {
  max-width: 970px !important;
}

.sticky-block {
  position: sticky;
  top: 0;
  padding: 20px 0 10px;
  margin-bottom: 20px;
  left: 0;
  background: #fff;
  z-index: 100;
  /* border-bottom: 1px solid #ccc; */
}

.about-banner {
  margin-bottom: 60px;
}

.about-banner img {
  max-width: 100%;
}

.about .subheader-row {
  align-items: flex-end;
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  color: #3A8CF0;
}

.about .digit {
  font-size: 95px;
  line-height: 80px;
  padding-right: 0;
}

.about .subheaders {
  padding-left: 11px;
  font-size: 26px;
  line-height: 110%;
}


.header-banner .exclamation,
.product-info .exclamation {
  color: #FFAC5A;
  position: relative;
  margin-top: 27px;
}

.product-info .exclamation {
  color: #0EB5CD;
}


.header-banner .exclamation:before,
.product-info .exclamation:before {
  content: "!";
  position: absolute;
  font-weight: 700;
  font-size: 25px;
  background: #FF9833;
  padding: 4px 10px;
  display: block;
  top: -7px;
  left: -37px;
  color: #fff;
  border-radius: 50%;
}

.product-info .exclamation:before {
  background: #0EB5CD;
}

.header-banner .learn-more:hover {
  text-decoration: underline;
}

.banner-review {
  padding: 40px 50px;
  background: url(../img/bg/feedbacks.svg) center / contain no-repeat;
  background-size: cover;
}

.banner-review h2 {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 0;
}

.banner-partners {
  padding: 40px 50px;
  background: url(../img/bg/partners.svg) center / contain no-repeat;
  background-size: cover;
  color: #fff;
}

.banner-partners h2 {
  color: #fff;
  margin-bottom: 5px;
}

.beta-testing-blog .testingBanner {
  padding: 30px 50px;
  color: #fff;
}

.beta-testing-blog .testingBanner .h2 {
  color: #fff;
  margin-bottom: 0;
}

.beta-testing-blog .testingBanner .btn {
  color: #00194A;
  background: #fff;
  padding: 16px;
  width: 160px;
  font-size: 16px;
  line-height: 16px;
}

.beta-testing-blog .startTestingBanner {
  background: url(/local/templates/europe/assets/img/bg/banner_blue.svg);
  background-size: cover;
}

.beta-testing-blog .startTestingBanner .btn:hover {
  background: #2c77d2;
  color: #fff;
}

.beta-testing-blog .leaveFeedbackBanner {
  background: url(/local/templates/europe/assets/img/bg/banner_orange.svg);
  background-size: cover;
}

.beta-testing-blog .leaveFeedbackBanner .btn:hover {
  background: #f16c50;
}

.beta-testing-blog .container-medium {
  margin-left: 0;
  padding-left: 0;
}

.about-main img {
  max-width: 100%;
  max-height: 150px;
}

@media(min-width:768px) {
  .wrapped-text__button {
    display: none;
  }
}
