

/* Start:/bitrix/templates/aspro_next/components/bitrix/news.list/techno/style.css?16892596584925*/
.tecno-page {
  width: 100%;
}

.tecno-page__nav-btn-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 84px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #fff;
  z-index: 99;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  visibility: hidden;
}

.tecno-page__nav-btn-wrap_btn {
  width: 100%;
  max-width: 375px;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .tecno-page__nav-btn-wrap.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
}

.tecno-page__nav {
  width: 100%;
  position: sticky;
  top: 81px;
  padding-bottom: 113px;
}

.tecno-page__nav_box {
  width: 100%;
  padding-bottom: 37px;
}

.tecno-page__nav_box:last-child {
  padding-bottom: 0;
}

.tecno-page__nav_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  color: #141414;
}

.tecno-page__nav_items {
  width: 100%;
  margin-top: 14px;
}

.tecno-page__nav_item {
  position: relative;
  margin-left: 18px;
  margin-bottom: 10px;
}

.tecno-page__nav_item:last-child {
  margin-bottom: 0;
}

.tecno-page__nav_item.active::before {
  content: url("/local/templates/opticus/assets/images/icons/nav_arr.svg");
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 18px;
  margin-top: -12px;
  margin-left: -25px;
}

.tecno-page__nav_item.active a {
  color: #141414;
}

.tecno-page__nav_link {
  font-weight: 500;
  font-size: 12px;
  color: #7f7f82;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tecno-page__nav_link:hover {
  color: #e35656;
}

@media screen and (max-width: 991px) {
  .tecno-page__nav {
    position: static;
    padding: 0 22px;
    margin-top: 100px;
    padding-bottom: 50px;
  }
}

.tecno-page__nav-wrap {
  width: 100%;
  max-width: 290px;
  max-height: 70vh;
}

.tecno-page__nav-wrap::-webkit-scrollbar {
  width: 6px;
  background: #f5f5f5;
}

.tecno-page__nav-wrap::-webkit-scrollbar-thumb {
  background: #cececf;
}

@media screen and (max-width: 991px) {
  .tecno-page__nav-wrap {
    max-width: 100%;
  }
}

.tecno-page__content {
  width: 100%;
  padding-bottom: 113px;
}

@media screen and (max-width: 991px) {
  .tecno-page__content_main-item {
    padding-top: 64px;
  }
  .tecno-page__content_main-item:first-child {
    padding-top: 0;
  }
}

.tecno-page__content_main-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #141414;
}

@media screen and (max-width: 991px) {
  .tecno-page__content_main-title {
    padding-top: 0;
    font-size: 32px;
  }
}

.tecno-page__content_title {
  margin-top: 64px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.16;
  color: #141414;
}

@media screen and (max-width: 991px) {
  .tecno-page__content_title {
    font-size: 24px;
    margin-top: 50px;
  }
}

.tecno-page__content_text {
  font-size: 18px;
  color: #141414;
  line-height: 1.33;
  margin-top: 28px;
}

.tecno-page__content_text a {
  font-weight: bold;
  color: #141414;
  line-height: 1.33;
}

@media screen and (max-width: 991px) {
  .tecno-page__content_text {
    font-size: 16px;
    margin-top: 24px;
    line-height: 1.5;
  }
}

.tecno-page__content img {
  width: 100%;
  padding-top: 37px;
  max-width: 555px;
  border: solid 1px #E8E8E8;
}

.tecno-page__content iframe {
  max-width: 555px;
  padding-top: 37px;
}

@media screen and (max-width: 991px) {
  .tecno-page__content {
    padding: 64px 0;
  }
}

.popup-nav {
  background: #fff !important;
  padding: 0;
}

.popup-nav__mob {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #141414;
  z-index: 50;
}

.popup-nav__title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #141414;
  text-transform: uppercase;
  padding-left: 22px;
  padding-top: 38px;
  padding-bottom: 8px;
}

.popup-nav__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}

.popup-nav__close img {
  width: 100%;
  max-width: 20px;
}

@media screen and (max-width: 991px) {
  .popup-nav {
    display: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}

.popup {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tecno-page__content_text img {
  border: solid 1px #E8E8E8;
}

/* End */
/* /bitrix/templates/aspro_next/components/bitrix/news.list/techno/style.css?16892596584925 */
