.product__menu {
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: -1px;
  background: #fff;
  z-index: 1000;
}

.product__menu ul {
  margin: 0;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}

.product__menu ul li {
  list-style: none;
  padding: 0 15px;
  margin: 0;
}

.product__menu ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  text-decoration: none;
}
.product__menu .dropdown-item.active,
.product__menu ul li a.active,
.product__menu ul li a:hover {
  color: #03acd5;
  text-decoration: none;
}

.product__menu ul li a.btn-outline {
  padding: 10px 20px;
}

.product__menu ul li a.btn-outline:hover {
  color: #fff;
}

.product__menu ul li a.btn-outline.active {
  border: 1px solid #03acd5;
}

.product__menu .btn.focus,
.product__menu .btn:focus {
  outline: 0;
  box-shadow: none;
}

.product__menu .dropdown-toggle {
  padding: 0;
  margin: 15px 0;
}

.product__menu .dropdown-menu {
  margin: -10px 0 0;
  position: relative;
  padding: 0 0 35px;
}

.product__menu .dropdown-item {
  border-bottom: 1px solid #151515;
  padding: 10px 0;
  margin: 0 0;
  width: 100%;
  clear: both;
  font-weight: inherit;
  color: #151515;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
}

.product__menu a.btn-outline.dropdown-item {
  margin-top: 15px;
  padding: 10px 20px;
  width: auto;
}

.product__menu .dropdown-menu.show {
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  width: 100%;
  position: relative !important;
  border: 0;
  border-radius: 0;
  transform: none !important;
}

.another__features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.another__features ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 25px;
  background: url('/local/templates/nanodev_2021/assets/data/page_electro/li.png') no-repeat 0 9px;
  margin-bottom: 20px;
}

.img-resize {
  position: relative;
}
/* .img-resize-icon{
  position: absolute;
  left:0;
  bottom:30px;
} */

.img-resize a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
}

.img-resize a::before {
  content: '';
  position: absolute;

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: url('/local/templates/nanodev_2021/assets/data/page_electro/resize.png') no-repeat left bottom;
}

.section_color_main {
  color: var(--color-white);
  background: #1e262b;
}

.section_color_main .support__content a {
  color: var(--color-blue);
  text-decoration: none;
}

.support {
}

.support__content {
  margin-bottom: 40px;
}

.support__col {
  padding-bottom: 20px;
}
.support__col:last-of-type {
  padding-bottom: 0;
}

.edu {
  margin-left: 33.333333%;
  margin-right: 16.666667%;
}

@media (max-width: 991.98px) {
  .edu {
    margin-left: 0;
    margin-right: 0;
  }
}

.edu__content {
  margin-bottom: 40px;
}

.edu__buttons {
}

.section__system {
  padding: 60px 0;
}

.section_trial {
  padding: 0;
}

.system__content .row {
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--color-main);
}

.system__label {
  font-size: 24px;
  font-weight: normal;
  line-height: 140%;
}
.system__value {
  font-size: 20px;
  font-weight: normal;
  line-height: 140%;
}

@media (max-width: 991.98px) {
  .section__system {
    padding: 40px 0 30px;
  }
  .system__content .row {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
  }
  .system__label {
    padding-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 140%;
    border-top: 1px solid var(--color-main);
  }
  .system__value {
    font-size: 14px;
    line-height: 130%;
    padding-bottom: 10px;
  }
}

.offset-r-1 {
  margin-right: 8.333333%;
}

.offset-l-1 {
  margin-left: 8.333333%;
}

.offset-l-2 {
  margin-left: 16.666667%;
}

.offset-r-2 {
  margin-right: 16.666667%;
}

.offset-l-3 {
  margin-left: 25%;
}

.offset-l-4 {
  margin-left: 33.333333%;
}

.offset-l-6 {
  margin-left: 50%;
}

@media (max-width: 991.98px) {
  .offset-r-1 {
    margin-right: 0;
  }

  .offset-l-1 {
    margin-left: 0;
  }

  .offset-l-2 {
    margin-left: 0;
  }

  .offset-r-2 {
    margin-right: 0;
  }

  .offset-l-3 {
    margin-left: 0;
  }

  .offset-l-4 {
    margin-left: 0;
  }

  .offset-l-6 {
    margin-left: 0;
  }
}

.license__row {
  padding-bottom: 80px;
  padding-top: 80px;
  border-bottom: 1px solid var(--color-white);
}

.license__row:first-of-type {
  padding-top: 0;
}

.license__row:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.license__icon {
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .license h2 {
    margin-bottom: 30px;
  }
  .license__row {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .license__content {
    margin-bottom: 30px;
  }
}

.trial {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}

@media (max-width: 991.98px) {
  .trial {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.trial__content {
  margin-bottom: 20px;
}

.trial__buttons {
}

.main_section {
  background-repeat: no-repeat;
  background-position: right center;
}

.main_section__description {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .main_section__description {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 10px;
  }
}

.main_section__content {
  margin-bottom: 20px;
}

.main_section__img {
  text-align: right;
}

@media (max-width: 991.98px) {
  .main_section__img {
    margin-bottom: 20px;
  }
}

.main_section__img img {
  max-width: 100%;
}

.about__content {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
}

@media (max-width: 991.98px) {
  .about__content {
    font-size: 18px;
    line-height: 140%;
  }
}

.features {
}

@media (max-width: 991.98px) {
  .features {
    margin-bottom: 40px;
  }
}

.features__title {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .features__title {
    margin-bottom: 40px;
  }
}

.features__icon {
  margin-bottom: 15px;
}

.feature-list {
  padding: 0;
  position: relative;
}

.feature-list::before {
  height: 240px;
  width: 100%;
  content: ' ';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.feature-list__block {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.feature-list__block_first {
  padding-top: 40px;
}

.feature-list__block:last-of-type {
  border-bottom: 0;
}

.feature-list__item {
  padding-bottom: 80px;
}

.feature-list__item:last-of-type {
  padding-bottom: 0;
}

.feature-list__image {
  order: 1;
}

.feature-list__content {
  order: 2;
  margin-left: 8.333333%;
}

.feature-list__item.invert {
}

.feature-list__item.invert .feature-list__image {
  order: 2;
}

.feature-list__item.invert .feature-list__content {
  order: 1;
  margin-left: 0;
  margin-right: 8.333333%;
}

@media (max-width: 991.98px) {
  .feature-list::before {
    height: 60px;
    width: 100%;
    content: ' ';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .feature-list__block {
    padding-top: 30px;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 130%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .feature-list__block_first {
    padding-top: 20px;
  }

  .feature-list__block:last-of-type {
    border-bottom: 0;
  }

  .feature-list__item {
    padding-bottom: 40px;
  }

  .feature-list__item:last-of-type {
    padding-bottom: 0;
  }

  .feature-list__image {
    order: 1;
    margin-bottom: 20px;
  }

  .feature-list__content {
    order: 2;
    margin-left: 0;
  }

  .feature-list__item.invert {
  }

  .feature-list__item.invert .feature-list__image {
    order: 1;
  }

  .feature-list__item.invert .feature-list__content {
    order: 2;
    margin-right: 0;
  }
}

.moduls {
}

.moduls h2 {
  margin-bottom: 35px;
}

.module {
  position: relative;
  text-align: center;
  background: var(--color-main);
}

.module:hover {
  background: var(--color-third);
}

.module__header {
  min-height: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module__body {
  background: var(--color-third);
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
}

.module:hover .module__body {
  background: var(--color-blue);
}

.moduls a {
  color: var(--color-white);
  text-decoration: none;
  display: inline-block;
  padding: 15px;
}

.moduls a::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .moduls {
    padding-bottom: 10px;
  }
  .module {
    margin-bottom: 30px;
  }
}

.video-list__header {
  padding-bottom: 60px;
}

.video-list__item {
  padding-bottom: 60px;
}

.video-item__header {
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .video-list__header {
    padding-bottom: 20px;
  }

  .video-list__item {
    padding-bottom: 40px;
  }

  .video-item__header {
    padding-bottom: 20px;
  }
  .video-item__body {
    font-size: 14px;
    line-height: 130%;
  }
}

.dropdown-menu {
  z-index: 100000;
}

.section__inner_products {
  padding: 40px 0;
}
.section__inner_products .module__header img {
  max-width: 48px;
}


@media (max-width: 991.98px) {
  .product__menu .dropdown-item {
    font-size: 16px !important;
  }

  .dropdown.show .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-bottom: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-top: 0;
    border-left: 0.3em solid transparent;
  }

  .main_section__description {
    font-size: 18px !important;
  }
}

.dropdown{
  width:100%
}

.section_color_main .m-input{
  border-color:#fff;
  color: #fff;
}
.section_color_main .m-checkbox__pseudo{
  border-color:#fff;
}
.section_color_main .m-radio__pseudo{
  border-color:#fff;
}
