

/* Start:/local/templates/html_conotech/components-template/content/style.css?17368459605987*/
.content img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block;
  border-radius: 0;
  line-height: 1.4;
  clear: both; }
  .content img[align='left'], .content img[align='center'], .content img[align='middle'], .content img[align='right'] {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px; }
  @media (min-width: 1340px) {
    .content img[align='left'] {
      float: left;
      max-width: 40%;
      margin: 0 40px 20px 0; }
    .content img[align='right'] {
      float: right;
      max-width: 40%;
      margin: 0 0 20px 20px; }
    .content img[align='center'] {
      margin: 0 auto 20px; } }

.content img:not([class]) {
  margin-bottom: 40px; }

.content .content-img {
  clear: both; }
  .content .content-img .img-descr {
    display: block;
    margin-top: 15px;
    color: #828282;
    font-size: 14px;
    text-align: center;
    font-style: italic; }
  .content .content-img--left {
    float: left;
    margin: 20px 40px 40px 0; }
    @media (max-width: 768px) {
      .content .content-img--left {
        float: none;
        margin: 0 auto 40px; } }
    .content .content-img--left img {
      display: block;
      margin: 0 auto; }
  .content .content-img--right {
    float: right;
    margin: 0 0 20px 20px; }
    @media (max-width: 768px) {
      .content .content-img--right {
        float: none;
        margin: 0 auto 20px; } }
    .content .content-img--right img {
      display: block;
      margin: 0 auto; }
  .content .content-img--center {
    max-width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 20px 0 40px; }
    .content .content-img--center img {
      margin: 0 auto; }
  .content .content-img--overlay {
    position: relative; }
    .content .content-img--overlay:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0px;
      left: 0;
      background: linear-gradient(180deg, #45007B 0%, rgba(44, 43, 43, 0) 100%);
      transform: matrix(1, 0, 0, -1, 0, 0); }

.content .video {
  width: 100%;
  max-width: 800px;
  height: 300px;
  margin: 0 auto 20px;
  display: block; }
  @media (min-width: 1340px) {
    .content .video {
      height: 500px; } }

.content ol:not(.list-reset),
.content ul:not(.list-reset) {
  margin: 25px 0 25px; }
  @media (min-width: 1340px) {
    .content ol:not(.list-reset),
    .content ul:not(.list-reset) {
      margin: 25px 0 20px; } }
  .content ol:not(.list-reset) li,
  .content ul:not(.list-reset) li {
    position: relative;
    padding: 0 0 0 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 12px; }
    .content ol:not(.list-reset) li:last-child,
    .content ul:not(.list-reset) li:last-child {
      margin: 0; }
  .content ol:not(.list-reset) li > ul,
  .content ol:not(.list-reset) li > ol,
  .content ul:not(.list-reset) li > ul,
  .content ul:not(.list-reset) li > ol {
    margin: 12px 0 10px; }
    @media (min-width: 1340px) {
      .content ol:not(.list-reset) li > ul,
      .content ol:not(.list-reset) li > ol,
      .content ul:not(.list-reset) li > ul,
      .content ul:not(.list-reset) li > ol {
        margin: 12px 0 10px; } }

.content ul:not(.list-reset) > li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0242aa;
  border: 1px solid #0242aa;
  position: absolute;
  top: 8px;
  left: 0; }

.content ol:not(.list-reset) {
  counter-reset: list;
  list-style: none; }
  .content ol:not(.list-reset) > li:before {
    content: counters(list, ".") ".";
    counter-increment: list;
    transform: none;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    color: #0242aa;
    position: absolute;
    top: 0;
    left: 0; }
  .content ol:not(.list-reset) > li > ol:not(.list-reset) li {
    padding: 0 0 0 45px; }
    .content ol:not(.list-reset) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
      padding: 0 0 0 60px; }

.content .ol-custom ol:not(.list-reset) > li:before {
  font-size: 1.5rem;
  line-height: 1.3rem;
  top: 5px; }
  @media (max-width: 767px) {
    .content .ol-custom ol:not(.list-reset) > li:before {
      font-size: 16px;
      top: 0px; } }

.content .ol-custom ol:not(.list-reset) li > ol li:before {
  font-size: 16px;
  line-height: 1.37; }

.content .ol-custom ol:not(.list-reset) li ol li:before {
  top: 1px; }

.content table {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  width: 100%; }

.content th {
  padding: 12px 25px;
  font-weight: 700;
  background-color: #EEEEEE;
  text-align: left; }

.content td {
  padding: 12px 25px;
  border-bottom: 1px solid #E4E4E4; }
  .content td.color {
    color: #AAAAAA; }

.content {
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: #222222; }
  .content p {
    line-height: 1.5;
    margin-bottom: 20px; }
    .content p:last-child {
      margin: 0; }
    .content p.text-deleted {
      text-decoration: line-through; }
  .content a:not([class]) {
    color: #0242aa;
    text-decoration: none;
    padding: 2px;
    transition: color .3s; }
    .content a:not([class]):hover {
      color: #0284FB; }
  .content hr {
    position: relative;
    height: 1px;
    background: #AAAAAA;
    border: 0;
    margin: 35px 0; }
    @media (max-width: 767px) {
      .content hr {
        margin: 26px 0px; } }
    .content hr:after, .content hr:before {
      content: '';
      display: table;
      clear: both; }
  .content mark {
    background: #0242aa;
    color: #fff;
    font-weight: normal;
    padding: 0 5px;
    font-style: normal; }
  .content s {
    text-decoration: line-through; }
  .content blockquote {
    display: block;
    margin-bottom: 25px;
    padding: 28px 35px;
    color: #222222;
    line-height: 1.7;
    font-style: italic;
    letter-spacing: 0.03em;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA; }
  .content iframe {
    max-width: 100%; }

/* End */


/* Start:/local/templates/html_conotech/components-template/product-slider/style.css?17368459603301*/
.product-slider-section, .news-slider-section {
  position: relative; }

.product-slider {
  z-index: unset !important;
  height: 440px;
  margin: 0px -10px; }
  @media (max-width: 575px) {
    .product-slider {
      overflow: hidden; } }
  @media (max-width: 1099px) {
    .product-slider {
      height: auto;
      margin: 0px -4px;
      margin-right: 0px; } }
  @media (max-width: 820px) {
    .product-slider .swiper-button-next,
    .product-slider .swiper-button-prev {
      display: none; } }
  @media (max-width: 575px) {
    .product-slider {
      margin-right: -10px; } }
  .product-slider__container.swiper-container {
    padding: 16px 4px;
    padding-bottom: 24px;
    margin: -16px -4px;
    margin-bottom: -24px;
    z-index: 10; }
    @media (max-width: 1099px) {
      .product-slider__container.swiper-container {
        padding: 0px 0px;
        margin: 0px 0px; } }
  .product-slider .product-card-wrap {
    padding: 0px 4px;
    width: calc(100% / 5);
    flex: 0 0 auto; }
    @media (max-width: 1699px) {
      .product-slider .product-card-wrap {
        width: calc(100% / 4); } }
    @media (max-width: 1339px) {
      .product-slider .product-card-wrap {
        width: calc(100% / 3); } }
    @media (max-width: 1099px) {
      .product-slider .product-card-wrap {
        width: 272px;
        padding: 0px 4px;
        display: flex; } }
    .product-slider .product-card-wrap--news {
      width: calc(100% / 4);
      display: flex; }
      @media (max-width: 1339px) {
        .product-slider .product-card-wrap--news {
          width: calc(100% / 3); } }
      @media (max-width: 1099px) {
        .product-slider .product-card-wrap--news {
          width: 272px;
          padding: 0px 4px;
          display: flex; } }
  .product-slider .swiper-pagination {
    display: none; }

.product-slider-section-bg {
  padding: 52px 0px;
  background-color: #fafafb; }
  @media (max-width: 1099px) {
    .product-slider-section-bg {
      padding: 40px 0px; } }
  @media (max-width: 767px) {
    .product-slider-section-bg {
      padding: 25px 0px; } }

.product-slider-ajax-tabs {
  margin-bottom: 22px;
  padding-bottom: 20px;
  overflow: auto; }
  @media (max-width: 767px) {
    .product-slider-ajax-tabs {
      margin-bottom: 8px;
      padding-bottom: 25px; } }
  .product-slider-ajax-tabs__inner {
    display: flex;
    align-items: center; }
  .product-slider-ajax-tabs__item {
    font-weight: 600;
    font-size: 24px;
    margin-right: 32px;
    color: #aaaaaa;
    position: relative;
    line-height: 1.25;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .product-slider-ajax-tabs__item {
        font-size: 14px;
        margin-right: 16px; } }
    .product-slider-ajax-tabs__item:after {
      position: absolute;
      content: "";
      left: 0;
      right: 100%;
      bottom: -6px;
      height: 3px;
      background-color: #0242AA;
      transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .product-slider-ajax-tabs__item:hover {
        cursor: pointer; }
        .product-slider-ajax-tabs__item:hover:after {
          right: 0; } }
    .product-slider-ajax-tabs__item.active {
      pointer-events: none;
      color: inherit; }
      .product-slider-ajax-tabs__item.active:after {
        right: 0; }

/* End */


/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1736845947122*/
.product-slider .product-card-wrap{
	width: 320px!important;
}

.news-section .section-margin{
	margin-top: 0!important;
}
/* End */


/* Start:/local/templates/html_conotech/components-template/mixin__index-presection/style.css?17368459602224*/
.presection {
  margin-bottom: 38px;
  align-items: center; }
  @media (max-width: 767px) {
    .presection {
      margin-bottom: 20px; } }
  .presection__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media (max-width: 767px) {
      .presection__inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start; } }
  .presection__link {
    position: absolute;
    right: 0;
    padding-right: 15px;
    display: block;
    position: absolute;
    font-weight: 500;
    transition: all .3s ease;
    color: #AAAAAA; }
    .presection__link:after {
      position: absolute;
      content: '';
      width: 7px;
      height: 7px;
      right: 0;
      top: calc(50% - 3px);
      background-repeat: no-repeat;
      background-position: center;
      border-left: 1px solid #AAAAAA;
      border-bottom: 1px solid #AAAAAA;
      transform: rotate(-135deg);
      transition: all .3s ease; }
    @media (max-width: 767px) {
      .presection__link {
        position: relative;
        display: inline-block;
        margin-top: 10px; } }
    @media (min-width: 1024px) {
      .presection__link:hover {
        cursor: pointer;
        color: #0284FB; }
        .presection__link:hover:before {
          right: 0; }
        .presection__link:hover:after {
          position: absolute;
          content: '';
          border-color: #0284FB; } }
  .presection--inner .presection__inner {
    justify-content: flex-start; }

.presection__inner .presection__title {
  font-weight: 500;
  font-size: 42px;
  position: relative; }
  @media (max-width: 1339px) {
    .presection__inner .presection__title {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .presection__inner .presection__title {
      font-size: 18px; } }

@media (max-width: 767px) {
  .index .presection__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; } }

@media (max-width: 1099px) {
  .index .presection__link {
    padding-right: 18px; }
    .index .presection__link:after {
      right: 5px; } }

@media (max-width: 767px) {
  .index .presection__link {
    margin-top: 0; } }

/* End */
/* /local/templates/html_conotech/components-template/content/style.css?17368459605987 */
/* /local/templates/html_conotech/components-template/product-slider/style.css?17368459603301 */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1736845947122 */
/* /local/templates/html_conotech/components-template/mixin__index-presection/style.css?17368459602224 */
