
/************************************************
 * Custom styles
 ************************************************/

/************************************************
 * Images
 ************************************************/

.techno .content-block {
    background: url("/images/layout.jpg") no-repeat 50% 0;
}

/* 46820 - Стили для вывода сттаей на главной странице */
.techno .article_main .articles__title__caption {
    text-align: center;
}
.techno .article_main .articles__title__caption h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.techno .mid-line {
  position: relative;
  margin: 30px 0;
  text-align: center;
}
.techno .mid-line::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  margin: auto;
  background-color: #e5e6e7;
}
.techno .mid-line__around {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 20px;
  background-color: #fff;
}

.techno .all_sub_articles_url {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 300;
  line-height: 34px;
  height: 36px;
  border: 1px solid #de6f3b;
    border-top-color: rgb(222, 111, 59);
    border-right-color: rgb(222, 111, 59);
    border-bottom-color: rgb(222, 111, 59);
    border-left-color: rgb(222, 111, 59);
  background-color: transparent;
  color: #333;
  transition: .25s ease-in-out;
}

.techno .all_sub_articles_url:hover {
  background-color: #fff3b2;
  /*color: #000;*/
}

.techno .article_main .article_sub {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-left: -30px;
}
.techno .article_main .articles__item {
  width: 49%;
  padding-left: 30px;
  padding-top: 25px;
}
.techno .article_main .article_sub .articles__title a {
  font-size: 18px;
}
.techno .article_main .articles__item .articles__item__link {
  text-decoration: none;
  color: #202020;
  transition: color .25s;
}
.techno .article_main .articles__item .articles__item__link:hover {
  color: #f77b42;
}
/* 46820 END */

/* 47065 - Якорные ссылки на блоки с доп.контентом на странице товара */
.techno .product-desc__tabs {
    list-style: none;
    padding: 0px;
    text-align: center;
}
.techno .product-desc__tabs li {
    display: inline-block;
}
.techno .product-desc__tabs li a {
    border-bottom: 1px dashed;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0px 10px;
    text-decoration: none;
}
/* 47065 END */

/* 47070 - Слайдер с отзывами на страницах каталога и тэгов */
.techno .mid-line {
    position: relative;
    margin: 30px 0;
    text-align: center;
}

.techno .mid-line::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    margin: auto;
    background-color: #e5e6e7;
}

.techno .mid-line__around {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 20px;
    background-color: #fff;
}

.techno .main-review {
    display: flex;
    align-items: center;
}

.techno .review__title {
    margin-bottom: 40px;
    font-size: 32px;
    color: #3D5365;
}

.techno .main-review__left {
    display: flex;
    flex-direction: column;
    flex: 1 0 50%;
}

.techno .main-review__right {
    flex: 1 0 50%;
    text-align: center;
}

.techno .main-review__top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.techno .main-review__author {
    flex-grow: 1;
}

.techno .main-review__author-name {
    text-align: center;
    font-weight: 700;
    font-size: 19px;
}

.techno .main-review__author-org {
    text-align: center;
}

.techno .main-review__descr {
    text-align: center;
    margin-top: 20px;
}

.techno .main-review__right {
    flex: 1 0 50%;
    text-align: center;
}

.techno .main-review__right a {
    display: inline-block;
    vertical-align: top;
}

.techno .main-review__right img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.techno .main-review__right span {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.techno .owl-theme .owl-controls .owl-page span {
    background: #00B2EB;
}
/* 47070 END */

.techno #scrollup {
    right: 68px;
    bottom: 12%;
}


