

/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/style.css?172708625810043*/
.catalog-sidebar {
  width: 100%;
}

@media (min-width: 1220px) {
  .catalog-sidebar {
    width: 300px;
  }
  .catalog-section {
    -webkit-box-flex: 1;
            flex: 1;
  }
}

@media (max-width: 1219.98px) {
  .catalog-section {
    min-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.services {
  width: auto;
  padding: 0 15px;
}

.services:after {
  content: "";
  display: table;
  clear: both;
}

.services * {
  box-sizing: border-box;
}

.services .column {
  width: 50%;
  float: left;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .services .column.mobile, .more .mobile {
    display: none;
  }
  .services .column.desktop, .more .desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .services .column.mobile, .more .mobile {
    display: block;
  }
  .services .column.desktop, .more .desktop {
    display: none;
  }
}

.service-block {
  padding: 10px 25px;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 20px;
}

.service-block .btn {
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  max-width: 150px;
  text-align: center;
}

.service-block_name {
  width: 100%;
  height: 45px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  display: table;
}

.service-block_name span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.sort_icon {
  margin: 0 0 0 6px;
  display: inline !important;
  border: none !important;
}

.linkSort:hover .sort_icon > svg rect,
.sort_icon.current > svg rect {
  fill: #fb7f06;
}

.sortBlock {
  /*margin-bottom: 25px;*/
  /*border-bottom: 2px solid #e1e1e1;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sortBlock .sort_icon svg {
  display: none;
}

@media screen and (max-width: 992px) {
  .sortBlock {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 120;
    background-color: #F6F6F6;
    padding: 24px 16px;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  .sortBlock .sortBlock__links {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .sortBlock .sortBlock__top {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    align-self: stretch;
    gap: 16px;
  }
  .sortBlock .sortBlock__close {
    position: absolute;
    top: 24px;
    right: 16px;
    border: none;
    background: none;
    width: unset;
    display: block;
    padding: 0;
  }
  .sortBlock .titleSort {
    color: #333;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 100%;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  .sortBlock .linkSort {
    padding: 12px 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .sortBlock .linkSort span {
    display: block;
  }
  .sortBlock .linkSort:hover {
    color: #333 !important;
  }
  .sortBlock .current {
    color: #FFF !important;
    background-color: #333;
  }
  .sortBlock .current:hover {
    color: #FFF !important;
  }
  .sortBlock .current .sort_icon svg {
    fill: #fff;
  }
  .sortBlock span, .sortBlock a {
    border-bottom: none !important;
  }
  .sortBlock .sort_icon {
    padding: 0 8px;
  }
  .sortBlock .sort_icon i {
    display: none;
  }
  .sortBlock .sort_icon svg {
    display: block;
    fill: #333;
  }
  .sortBlock .sortBlock__top span {
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    z-index: 10;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
}

@media screen and (max-width: 992px) {
  .sortBlock--show {
    bottom: 70px;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    padding: 24px 16px 25px !important;
  }
}

@media screen and (max-width: 992px) {
  .sortBlock--hidden {
    bottom: -100%;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
  }
}

.sortBlock .titleSort,
.sortBlock .linkSort {
  /*padding-bottom: 12px;*/
  position: relative;
  /*bottom: -2px;*/
}

.sortBlock .titleSort {
  margin-right: 8px;
}

.sortBlock .linkSort,
.wrap-sort-list .list-buttons a {
  text-decoration: none;
  color: #333;
  width: auto;
  margin: 0 8px;
}

.sortBlock .linkSort:hover,
.wrap-sort-list .list-buttons a:hover {
  color: #F59A22;
}

.sortBlock .linkSort.current,
.wrap-sort-list .list-buttons .current {
  color: #F59A22;
  /*border-bottom: 2px solid #df7c20;*/
}

.video-side-block {
  width: 100%;
}

.video-side-block:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.video-side-block:after {
  content: "";
  display: table;
  clear: both;
}

.video-side-block_image {
  width: 35%;
  float: left;
}

.video-side-block_image a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.video-side-block_image a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.5);
  background-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/../../news/video/images/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  z-index: 5;
}

.video-side-block:hover .video-side-block_image a:before {
  background-color: rgba(3, 3, 3, 0.3);
}

.video-side-block_content {
  width: 65%;
  float: left;
  padding-left: 10px;
  font-size: 13px;
  line-height: 17px;
}

.video-side-block_content a {
  color: #333;
  display: block;
  position: relative;
}

.video-side-block_content a:hover {
  color: #EB7A00;
}

#tmp__video h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px;
}

#tmp__video {
  padding: 0 15px 0 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  #tmp__video {
    display: none;
  }
}

.u-spoiler_content {
  display: none;
  margin-top: 30px;
}

.u-spoiler_button {
  display: inline-block;
  text-decoration: underline;
  color: #fd7e14;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.u-spoiler.view .u-spoiler_content {
  display: block;
}

.wrap-sort-list {
  display: none;
}

.wrap-sort-list__button-sort_open {
  background-color: #ea7902 !important;
  color: #fff;
}

.wrap-sort-list__button-sort_open:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ea7902;
  z-index: 11;
}

.wrap-sort-list .button-sort {
  text-align: center;
  padding: 15px 10px;
  background-color: #F59A22;
  color: #fff;
  position: relative;
  display: none;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 15px;
}

.wrap-sort-list .list-buttons {
  display: none;
}

.wrap-sort-list .list-buttons span {
  color: #aaa !important;
}

.wrap-sort-list .list-buttons a,
.wrap-sort-list .list-buttons span {
  display: block;
  padding: 12px 20px;
}

@media (max-width: 1219.98px) {
  .wrap-sort-list {
    display: block;
  }
  .wrap-sort-list .button-sort {
    display: block;
  }
  .wrap-sort-list .sortBlock {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .wrap-sort-list .button-sort {
    margin-right: 0;
    margin-left: 0;
  }
}

.section-list {
  margin-left: 15px;
}

@media (max-width: 1219.98px) {
  .section-list {
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .section-list {
    display: none;
  }
}

.section-item {
  background-color: #fff;
  position: relative;
}

.section-item__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 220px;
  color: #000;
  text-decoration: none;
  z-index: 3;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
}

.section-item__info-title {
  width: 80%;
  text-align: center;
  max-height: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-top: 20px;
}

.section-item__info img {
  height: 100px;
  width: auto;
}

.section-item__bg {
  background: inherit;
  border: 1px solid transparent;
  bottom: 1px;
  left: 1px;
  right: 1px;
  top: 0;
  position: absolute;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.section-item:hover {
  z-index: 5;
}

.section-item:hover .section-item__info {
  color: #000;
  text-decoration: none;
}

.section-item:hover .section-item__bg {
  background-color: #fff;
  bottom: -1rem;
  left: -1rem;
  right: -1rem;
  top: -1rem;
}

@media screen and (max-width: 992px) {
  .box-shadow--bg-no-color {
    background-color: unset !important;
    padding-left: 0;
    padding-right: 0;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/bitrix/catalog.element/.default/style.css?172708625825869*/
.catalog-item-detail__sidebar {
  font-size: 14px;
}

.catalog-item-detail__price-val {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}

.catalog-item-detail__price {
  font-size: 16px;
}

.chars-list-o {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-size: 14px;
}

.chars-list-o > li {
  display: -webkit-box;
  display: flex;
}

.chars-list-o > li::after {
  display: block;
  clear: both;
  content: "";
}

.chars-list-o > li:not(:last-child) {
  margin-bottom: 10px;
}

.chars-list-o__icon {
  display: block;
  width: 35px;
  min-height: 1px;
  -webkit-box-flex: 0;
          flex: 0 auto;
}

.chars-list-o__content {
  -webkit-box-flex: 1;
          flex: 1;
}

.chars-list-o__content-installment a {
  -webkit-box-flex: 0;
          flex: none;
  padding-bottom: 2px;
  border-bottom: 1px dashed;
  color: #5fb100;
  font-weight: bold;
}

.chars-list-o__content-installment a:hover {
  color: #4b8c00;
  text-decoration: none;
}

.char-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.char-list__row {
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  display: block;
}

.char-list__left {
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
}

.char-list__right {
  width: 50%;
  font-weight: bold;
}

.char-list__border {
  background-color: #fff;
}

.char-list .label-checkbox {
  margin: 0;
}

.for_ajax_info {
  position: relative;
}

@media (max-width: 991.98px) {
  .ionTabs__item {
    display: block !important;
  }
}

.action-buttons {
  font-size: 13px;
  color: #606060;
}

.action-buttons > span {
  cursor: pointer;
}

.action-buttons > span:hover {
  color: #3a3a3a;
}

.action-buttons > span.active {
  color: #D73E14;
}

.action-buttons i {
  margin-right: 5px;
}

@media (max-width: 991.98px) {
  .ionTabs__item_mobile {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border-top: 1px solid #ebebeb;
    color: #606060;
    font-weight: bold;
    font-size: 15px;
    position: relative;
  }
  .ionTabs__item_mobile.active {
    background-color: #f7f7f7;
  }
  .ionTabs__item_mobile::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -1px;
    border-top: 4px solid #606060;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .ionTabs__item_mobile.active::before {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .ionTabs__item_mobile-content {
    padding: 20px;
    display: none;
    border-top: 1px solid #ebebeb;
  }
  .ionTabs__item_mobile.active + .ionTabs__item_mobile-content {
    display: block;
  }
}

/***One_Click***/
.box-modal {
  max-width: 445px;
}

.popup_er {
  display: none;
  color: red;
  margin-top: 10px;
}

.popup_gud {
  display: none;
  color: green;
  margin-top: 10px;
}

.popup_price {
  display: none;
}

.popup_inp {
  border: 1px solid #aa9ba1;
  border-radius: 5px;
  color: #563743 !important;
  font-size: 16px;
  height: 30px;
  line-height: 21px;
  margin-bottom: 7px;
  padding: 5px 25px 5px 10px;
  width: 185px;
}

.popup_inp.correct {
  border: 1px solid #51bf87 !important;
  background: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/bitrix/catalog.element/.default/images/galka.png) 164px center no-repeat !important;
}

.popup_inp.err {
  border: 1px solid #db5565 !important;
  background: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/bitrix/catalog.element/.default/images/error1.png) 168px center no-repeat !important;
}

.popup_inp :hover {
  border: 1px solid #aa9ba1;
}

.popup_inp :focus {
  border: 1px solid #0bacd3;
}

.popup_pdp {
  width: 100px;
}

/****/
.main-slider-element {
  height: 340px;
}

.main-slider-element .carousel-cell {
  width: 100%;
  height: 340px;
}

.main-slider-element .carousel-cell a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.main-slider-element .carousel-cell img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 320px;
  display: inline-block;
}

.second-slider-element .carousel-cell {
  width: 23%;
  height: 70px;
  border: 1px solid #ededed;
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.second-slider-element .carousel-cell img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.second-slider-element .carousel-cell:not(:last-child) {
  margin-right: 2%;
}

.second-slider-element .carousel-cell.is-selected {
  border-color: #F59A22;
}

.box-title {
  padding: 15px 30px;
  font-size: 22px;
}

.package-title {
  font-weight: bold;
  text-transform: uppercase;
}

.package-border {
  border: 3px solid #5FB100;
}

.mobile-cart-btn {
  display: none;
}

.price_old-drop__logo {
  display: none;
}

.mobile-product-action {
  display: none;
}

.specifications_mobile {
  display: none;
}

.mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  body h1 {
    font-weight: 800;
  }
  body .box-shadow_desktop .container {
    padding: 0;
  }
  body .box-shadow_desktop .container.py-3 {
    padding-top: 20px !important;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .main-breadcrumb.container {
    margin-top: 96px;
  }
  .main-title {
    margin: 20px 0 0 0;
  }
  .container.clearfix.pb-4 {
    padding-bottom: 0 !important;
  }
  .main_image-container .main-slider-element {
    height: auto;
  }
  .main_image-container .carousel-cell {
    height: auto;
  }
  .main_image-container .second-slider-element .carousel-cell {
    border-radius: 8px;
  }
  .main_image-container .main-slider-element .carousel-cell a {
    padding: 0;
  }
  .main_image-container .main-slider-element .carousel-cell img {
    max-height: 100%;
    width: 100% !important;
  }
  .main_image-container .second-slider-element .carousel-cell img {
    height: 70px;
  }
  .main_image-container .flickity-enabled.is-draggable {
    margin: 0 0 16px 0;
  }
  .like {
    display: inline !important;
  }
  .catalog-item-detail__price.mb-3 {
    margin-bottom: 0 !important;
  }
  .bonus {
    color: #ED1D1D;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
  .catalog-item-detail .box-shadow {
    background: #F6F6F6;
  }
  .box-shadow_desktop {
    box-shadow: none !important;
    background-color: #F6F6F6 !important;
  }
  .link_green_mobile {
    display: block;
    color: #5FB100 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
  }
  .text-underline-dashed.link_green_mobile {
    border: none;
  }
  .text-underline-dashed.link_green_mobile span {
    border-bottom: 1px solid #5FB100;
    padding-bottom: 2px;
  }
  .price_old-drop__logo {
    display: inline;
  }
  .package-border {
    border: none;
    display: none;
  }
  .feedback-form {
    display: none;
  }
  .box-shadow.mb-3.mb-md-4 {
    background-color: #f6f6f6;
  }
  .list-group-item {
    border-radius: 8px !important;
  }
  .button-seller {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    margin: 18px 0 0 0;
  }
  .button-seller .btn-outline-primary {
    color: #333;
    border: 1px solid #333;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
  }
  .button-seller .in-the-basket {
    display: inline !important;
  }
  .button-seller .desktop-cart-btn {
    display: none;
  }
  .mobile-cart-btn {
    display: inline;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
  }
  .far.fa-shopping-cart.desktop-cart-btn {
    display: none;
  }
  .mobile-product-action {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    gap: 16px 6px;
    margin: 20px 0 0 0;
  }
  .mobile-product-action__rating {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 4px;
  }
  .btn.btn-primary.btn-lg.btn-block {
    background: var(--orange-base, #FF8B22);
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
    border-radius: 8px;
  }
  .btn.btn-primary.btn-lg.btn-block.btn-success {
    background-color: #5FB100 !important;
    border-color: #5FB100;
  }
  .mobile-product-action__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 8px;
    color: #333;
    width: 49%;
    text-align: center;
    background-color: #E7E7E7;
    border-radius: 8px;
    padding: 8px 16px;
    min-height: 64px;
    border: none;
  }
  .mobile-product-action__item:hover {
    color: #333;
    text-decoration: none;
  }
  .catalog-item-detail__sidebar .p-3 {
    padding: 0 !important;
  }
  .mobile-product-action__text {
    color: #333333;
    font-size: 14px;
    line-height: 140%;
  }
  .product-info.p-3 {
    padding: 0 !important;
  }
  .show-product,
  .installation,
  .delivery {
    display: none;
  }
  .underline_green {
    border-bottom: 1px solid #5FB100;
    padding-bottom: 2px;
  }
  .specifications.specifications_mobile {
    display: block;
  }
  .specifications.specifications_mobile .specifications__label {
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
  }
  .specifications.specifications_mobile .specifications__items {
    margin: 16px 0 0 0;
  }
  .specifications.specifications_mobile .specifications__title {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
  .specifications.specifications_mobile .specifications__value {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
  }
  .specifications.specifications_mobile .specifications__all {
    margin: 18px 0 0 0;
  }
  .about {
    margin: 20px 0 0 0;
  }
  .about__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
  }
  .about__text {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 16px 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
  .about__text_full {
    -webkit-line-clamp: unset;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
  .about__more {
    margin: 18px 0 0 0;
  }
  .reviews {
    margin: 20px 0 0 0;
  }
  .reviews__title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .reviews__left {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
  }
  .reviews__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .reviews__average {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 0 4px;
  }
  .reviews__average_for-js {
    padding-top: 4px;
  }
  .reviews__items {
    display: -webkit-box;
    display: flex;
    gap: 16px;
    margin: 16px 0 0 0;
    overflow: auto;
    scrollbar-width: none;
    /* Firefox */
  }
  .reviews__items::-webkit-scrollbar {
    /* Chrome, Safari */
    display: none;
  }
  .reviews__item {
    width: 272px;
    min-width: 272px;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
  }
  .reviews__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .reviews__user {
    display: -webkit-box;
    display: flex;
  }
  .reviews__avatar {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 46px;
    height: 46px;
    padding: 13px 7px;
    border-radius: 100px;
    background: #FF8B22;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 100%;
  }
  .reviews__mid {
    margin: 0 0 0 8px;
  }
  .reviews__name-user {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
  }
  .reviews__date {
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
  }
  .reviews__text {
    margin: 16px 0 0 0;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
  .reviews__all {
    margin: 16px 0 0 0;
  }
  .selection {
    margin: 40px 0 0 0;
  }
  .selection .selection__title {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
  }
  .selection .selection_items {
    display: -webkit-box;
    display: flex;
    gap: 10px;
    margin: 16px 0 0 0;
    overflow: auto;
  }
  .selection .selection_items .selection__item {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    white-space: nowrap;
  }
  .main-title .container .mb-4 {
    margin-bottom: 16px !important;
  }
  .availability {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 4px 0;
  }
  .availability .availability__left {
    display: -webkit-box;
    display: flex;
    gap: 8px;
    color: #5FB100;
  }
  .availability .availability__right {
    display: none;
  }
  .buy-one-click {
    background-color: #fff !important;
  }
  .buy-one-click_wrapper {
    padding: 0 8px 0 16px !important;
  }
  .basket__wrapper {
    padding: 0 16px 0 8px !important;
  }
  .buy-ozon_wrapper {
    padding: 0 16px !important;
  }
  .form-row.mb-2.button-container.button-seller {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    position: fixed;
    left: 0;
    margin: 0;
    z-index: 199;
    bottom: 76px;
    width: 100%;
  }
  .popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: #F6F6F6;
    width: 100vw;
    height: 100vh;
    overflow: auto;
  }
  .popup-wrapper .popup__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    background: #fff;
    padding: 16px;
    box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.1);
    border-radius: 0 0 8px 8px;
  }
  .popup-wrapper .popup__header .popup_title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
  }
  .popup-wrapper .popup__header .popup_title_filter {
    font-weight: 400;
    border-bottom: 1px solid #333;
    padding: 0 0 5px 0;
    cursor: pointer;
  }
  .popup-wrapper .popup__list-title {
    color: #6c757d;
  }
  .popup-wrapper .popup__content {
    margin: 16px 0 85px 0;
  }
  .popup-wrapper .popup__content .label-checkbox input[type="checkbox"]:checked + span:before {
    border-color: #333;
    border-width: 2px;
  }
  .popup-wrapper .popup__content .label-checkbox input[type="checkbox"]:checked + span:after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .popup-wrapper .popup__footer {
    z-index: 300;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 80px;
    background: #fff;
    padding: 12px 16px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    border: none;
  }
  .popup-wrapper .popup__footer:hover {
    text-decoration: none;
  }
  .popup-wrapper .popup__footer .popup__footer-title {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .popup-wrapper .popup__footer .popup__footer-quantity {
    color: #9D9D9D;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 8px 0 0 0;
  }
  .popup__content .label-checkbox input[type="checkbox"] + span:before {
    border-color: #333 !important;
    border-width: 2px !important;
  }
  .tabbar-bottom_show {
    z-index: 240 !important;
  }
  .profit {
    display: none;
  }
  .catalog-item-detail__price_mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .catalog-item-detail__price_mobile .like {
    cursor: pointer;
    display: inline;
  }
  .catalog-item-detail__price_mobile .catalog-item-detail__price-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
            justify-content: flex-end;
    gap: 16px;
    color: #333;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
  }
  .catalog-item-detail__price_mobile .catalog-item-detail__price-left s {
    color: #747474;
    font-size: 20px;
    font-weight: 400;
  }
  .catalog-item-detail__price_mobile .catalog-item-detail__price-left .mb-2 {
    margin-bottom: 0 !important;
  }
  .filter__name {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
  .filter__name .filter__value {
    color: #333;
    font-weight: 700;
  }
  .product-slider .product-slider__title.product-slider_bg-blue:before {
    background-color: #F6F6F6;
  }
  .product-slider .product-slider__title.pt-4 {
    padding-top: 20px !important;
  }
  .product-slider .h2 {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    text-transform: none;
  }
  .catalog-products-viewed {
    margin: 20px 0 0 0;
  }
  .catalog-products-viewed .product-slider__title.product-slider_bg-green:before {
    background-color: #F6F6F6;
  }
  .catalog-products-viewed .product-slider__title h2 {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    text-transform: none;
  }
  .catalog-products-viewed .product-slider__title .mb-2 {
    margin-bottom: 0 !important;
  }
  .catalog-products-viewed .product-slider__title.product-slider_bg-green.pt-4 {
    padding-top: 0 !important;
  }
  .product-slider .product-slider__container .owl-stage-outer {
    padding: 16px 0 0 1rem;
  }
  .product-slider.mb-5 {
    margin-bottom: 0 !important;
  }
  .catalog_item__svg_liked .svg_no-liked {
    display: none !important;
  }
  .catalog_item__svg_liked .svg_liked {
    display: inline !important;
  }
  .like_yes {
    display: none;
  }
  .liked .like_yes {
    display: inline !important;
  }
  .liked .like_no {
    display: none !important;
  }
  .catalog-item-detail__price-val {
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
  }
  .container.py-3 .row .mx-2 {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }
  .zverushki-tags-wrapper .zverushki-tags > li {
    padding: 0;
  }
  .zverushki-tags-wrapper .zverushki-tags {
    margin: 16px -5px 0 !important;
  }
  .row .col-12 .mx-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .basket__wrapper .btn-success {
    border: none;
  }
  .main-title .container h1 {
    color: #333;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }
  .main_image-container .badges {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    top: 8px;
    left: 24px;
    right: 24px;
    bottom: auto;
  }
  .main_image-container .badges .badge {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 8px 16px;
    border-radius: 8px;
    height: auto;
  }
  .main_image-container .badges .badge_orange {
    background: #FF8B22;
  }
  .product-slider__container .owl-stage-outer .owl-item:not(.active) {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .like-products__svg.btn:focus {
    box-shadow: none;
  }
  .in-the-basket {
    font-size: 16px;
  }
  .box-shadow {
    box-shadow: none !important;
  }
  .product-info.border-top {
    border-top: none !important;
  }
  .box-shadow.mb-3.mb-md-4 {
    margin-bottom: 0 !important;
  }
  .catalog_item__name a:hover {
    color: inherit;
    text-decoration: none;
  }
  .catalog-item-detail .row.mb-3.mb-md-4 {
    margin-bottom: 0 !important;
  }
  .row.mb-2.mb-md-3 {
    margin-bottom: 0 !important;
  }
  .product-slider__title h2 {
    color: #333;
    font-size: 20px !important;
    font-weight: 800;
    line-height: 120%;
    text-transform: none;
  }
  .product-slider__title .h2 {
    font-size: 20px !important;
  }
  .product-slider__title .pt-4 {
    padding-top: 0 !important;
    margin: 20px 0 0 0;
  }
  .product-slider__title .mb-2 {
    margin-bottom: 0 !important;
  }
  .product-slider__title .mb-2 {
    margin-bottom: 0 !important;
  }
  .fa-arrow-right:before {
    content: "" !important;
  }
  .product-slider__container .owl-stage-outer:before {
    box-shadow: none !important;
  }
  .main-footer {
    margin: 20px 0 0 0;
  }
  .catalog-item-detail__actions {
    margin: 18px 0 0 0;
  }
}

.like {
  display: none;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 999;
  background-color: #fff;
  opacity: 30%;
}

.loader .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.loader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}

.loader .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.loader .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.loader .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.loader .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.loader .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.loader .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.loader .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.loader .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.loader .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.loader .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.loader .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.loader .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.loader .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.loader .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.loader .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.loader .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.like {
  display: none;
}

.availability {
  display: none;
}

.display-none {
  display: none !important;
}

.about__text-hidden,
.hidden-comment {
  display: block;
  max-height: 350px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  overflow: hidden;
}

.hidden-text {
  overflow: hidden;
  max-height: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.btn.buy-ozon {
  color: #fff;
  background-color: #005bff;
  border-color: #005bff;
}

.btn.buy-ozon:hover {
  color: #fff;
  background-color: #156aff;
  border-color: #156aff;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/bitrix/catalog.element/.default/js/ion/css/ion.tabs.css?17270862581390*/
/* Ion.Tabs
// css version 1.0.0
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/

/* =====================================================================================================================
// Ion.Tabs: Base */

.ionTabs {
    position: relative;
}
    .ionTabs__head {
        position: relative; display: block;
        list-style-type: none;
        margin: 0; padding: 0;
        z-index: 1;
    }
    .ionTabs__head:before, .ionTabs__head:after {content: ""; display: table;}
    .ionTabs__head:after {clear: both;}
    .ionTabs__head {zoom: 1;}

        .ionTabs__tab {
            position: relative;
            display: block; float: left;
            list-style-type: none;
            background: none;
            margin: 0; padding: 0;
            cursor: pointer;
        }
            .ionTabs__tab.ionTabs__tab_state_active {
                cursor: default;
            }

    .ionTabs__body {
        position: relative;
        z-index: 2;
    }

    .ionTabs__item {
        position: relative;
        display: none;
    }
    .ionTabs__item:after {
  content: "";
  display: table;
  clear: both;
}
        .ionTabs__item.ionTabs__item_state_active {
            display: block;
        }

    .ionTabs__preloader {
        position: relative;
    }
/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/styles/elements/tabs.css?1727086258608*/
.ionTabs {
  margin: 0 0 30px;
}

.ionTabs__head {
  border-bottom: 1px solid #ededed;
}

.ionTabs__tab {
  position: relative;
  color: #828282;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 17px 0;
  text-transform: uppercase;
}

.ionTabs__tab:not(:last-child) {
  margin-right: 30px;
}

.ionTabs__tab:hover {
  color: #333333;
}

.ionTabs__tab.ionTabs__tab_state_active {
  color: #333;
  position: relative;
}

.ionTabs__tab.ionTabs__tab_state_active:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: -1px;
  border-bottom: 2px solid #F59A22;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/styles/elements/modal_form.css?17270862581865*/
.modal_form {
  width: 550px;
  padding: 30px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 21px;
}

.modal_form * {
  box-sizing: border-box;
}

.fancybox-slide--complete .modal_form {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal_form h2 {
  margin: 0;
  margin-bottom: 35px;
}

.modal_form p {
  text-align: left;
  text-indent: 0;
  font-size: 15px;
  line-height: 21px;
  margin: 0;
}

.modal_form p:not(:last-child) {
  margin-bottom: 15px;
}

.modal_form .label {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.modal_form .label-text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

.modal_form .label-text font {
  position: relative;
}

.modal_form .label-text font span {
  position: absolute;
  top: 0;
  left: 5px;
}

.modal_form .label:last-of-type .label-text {
  display: none;
}

.modal_form .label input[type="text"] {
  width: 100%;
  height: 40px;
  border: 1px solid #E1E1E1;
  padding: 0 15px;
  font-size: 15px;
}

.modal_form font.errortext {
  position: relative;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 20px;
  margin-top: -15px;
  display: block;
  height: auto;
  padding: 15px 20px;
  border: 1px solid #f7dcdc;
  background: #fbf7f7;
}

.modal_form .btn {
  font-family: 'Roboto Condensed', Tahoma, sans-serif;
  display: block;
  background-color: #FE7B00;
  border-radius: 3px;
  color: #fff;
  padding: 12px 60px;
  border: none;
  margin: 25px auto 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.modal_form .btn:hover {
  background-color: #E15501;
}

.whiteblock-abs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/libs/flickity/flickity.css?17270862582716*/
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }


.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 420px;
}
@media screen and (max-width: 1700px) {
  .flickity-viewport {
    height: 350px;
  }
}
@media screen and (max-width: 990px) {
  .flickity-viewport {
    height: 410px;
  }
}
@media screen and (max-width: 568px) {
  .flickity-viewport {
    height: clamp(320px, -2.5rem + 100vw, 528px);
  }
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/libs/lightgallery/lightgallery.min.css?172708625820443*/
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}@font-face{font-family:lg;src:url(/local/templates/pechi_main_new_2016/assets/libs/lightgallery/fonts/lg.eot?n1z373);src:url(/local/templates/pechi_main_new_2016/assets/libs/lightgallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(/local/templates/pechi_main_new_2016/assets/libs/lightgallery/fonts/lg.woff?n1z373) format("woff"),url(/local/templates/pechi_main_new_2016/assets/libs/lightgallery/fonts/lg.ttf?n1z373) format("truetype"),url(/local/templates/pechi_main_new_2016/assets/libs/lightgallery/fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/local/templates/pechi_main_new_2016/assets/libs/lightgallery/../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/local/templates/pechi_main_new_2016/assets/libs/lightgallery/../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(/local/templates/pechi_main_new_2016/assets/libs/lightgallery/../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/local/templates/pechi_main_new_2016/assets/libs/lightgallery/../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/local/templates/pechi_main_new_2016/assets/libs/lightgallery/../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/local/templates/pechi_main_new_2016/assets/libs/lightgallery/../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.store.amount/stores/style.css?17270862582802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.store.amount/stores/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/components/zverushki/seofilter.tag/stmd_list/style.css?17270862581397*/
.zverushki-tags{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px -5px;
    padding-left: 0;
}
.zverushki-tags>li{
    padding: 5px;
    list-style: none;
}
.zverushki-tags>li a{
    border-radius: 25px;
    margin: 0 5px 5px;
    text-decoration: none;
}
ul.zverushki-tags>li:before{display:none}

@media screen and (max-width: 992px) {
    .zverushki-tags-wrapper {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .zverushki-tags-wrapper::-webkit-scrollbar {
        display: none;
    }
    .zverushki-tags{
        flex-wrap: nowrap;
    }
    .zverushki-tags>li a{
        max-width: max-content;
        white-space: nowrap;
        background-color: #FFF;
        border-color: #FFF;
        border-radius: 8px;
        box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.10);
        display: flex;
        padding: 8px 16px;
        color: #333;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        line-height: 100%;
    }
    .zverushki-tags>li a:active {
        background-color: #333 !important;
        border-color: #333 !important;
        color: #FFF !important;
    }
    .zverushki-tags>li a:hover {
        background-color: #333;
        border-color: #333;
        color: #FFF;
    }
    .zverushki-tags>li a:focus {
        box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.10);
    }
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.section/package-element/style.css?1727086258164*/
.packages .catalog_package {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.packages .catalog_package:last-child {
  border: none;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.item/package-element/style.css?1727086258125*/
/*
.catalog_package {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.catalog_package:last-child {
  border: none;
}*/

/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/styles/elements/badges.css?17270862581218*/
.badges {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.badge {
  display: inline-block;
  padding: 5px 10px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 5px;
  height: 26px;
  position: relative;
  letter-spacing: .5px;
}

@media screen and (max-width: 992px) {
  .badge {
    text-transform: none;
  }
}

.badge_red {
  background-color: #D73E14;
}

.badge_orange {
  background-color: #F59A22;
}

@media screen and (max-width: 992px) {
  .badge_orange {
    background-color: #FF8B22;
  }
}

.badge_green {
  background-color: #5FB100;
}

@media screen and (max-width: 992px) {
  .badges {
    position: absolute;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    bottom: 0;
    left: 4px;
  }
  .badges .badge {
    border-radius: 8px;
    padding: 4px 8px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    margin-top: 0;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/styles/elements/specifications.css?1727086258412*/
ul.chars-list-o {
  padding: 0;
  margin: 20px 0;
  font-size: 14px;
  line-height: 20px;
}

ul.chars-list-o a {
  font-size: 14px;
  line-height: 20px;
}

ul.chars-list-o li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}

ul.chars-list-o li:after {
  content: "";
  display: table;
  clear: both;
}

ul.chars-list-o span.lt {
  color: #a2a2a2;
}

ul.chars-list-o span.rt {
  color: #000;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.section/package-compos/style.css?1727086258167*/
.package-info li.package-compos {
  list-style: none;
}

.package-info ul {
  padding-left: 0;
}

.package-info li:before {
  content: '\2713\a0';
  color: #5FB100;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.item/package-compos/style.css?172708625892*/
.package-compos a {
  color: #333;
}

.bold {
  font-weight: bold;
  white-space: nowrap;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.products.viewed/.default/style.css?17270862584432*/
.product-slider .catalog_item {
  box-shadow: -1px -1px 0 0 #ededed;
}

.product-slider__container .owl-stage-outer {
  padding: 1rem 15px;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.product-slider__container .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.product-slider__container .owl-stage-outer .owl-item {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  will-change: opacity, visibility;
}

.product-slider__container .owl-stage-outer .owl-item:hover {
  z-index: 10;
}

.product-slider__container .owl-stage-outer .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.product-slider__container .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 22px;
  color: #fff;
}

.product-slider__container .owl-nav > button:not(:last-child) {
  margin-right: 20px;
}

.product-slider__container .owl-nav .disabled {
  opacity: .5;
}

.product-slider__title {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
}

.product-slider__title:before {
  content: '';
  position: absolute;
  top: 0;
  height: 150px;
  z-index: -1;
  left: 50%;
  width: 2560px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-slider__title.product-slider_bg-green:before {
  background-color: #5FB100;
}

.product-slider__title.product-slider_bg-red:before {
  background-color: #c30808;
}

.product-slider__title.product-slider_bg-blue:before {
  background-color: #0a7ddd;
}

.catalog_item {
  background: #fff;
  box-shadow: 0 0 0 1px #ededed;
}

.catalog-elements-list {
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

.services {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.services:after {
  content: "";
  display: table;
  clear: both;
}

.services * {
  box-sizing: border-box;
}

.services .column {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.service-block {
  padding: 10px 25px;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 20px;
}

.service-block .btn {
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  max-width: 150px;
  text-align: center;
}

.service-block_name {
  width: 100%;
  height: 45px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  display: table;
}

.service-block_name span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.services a.btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  border-radius: 6px;
  font-size: 18px;
  line-height: 24px;
  background: #f09202;
  background: -webkit-gradient(linear, left top, left bottom, from(#f09202), to(#dd4501));
  background: linear-gradient(to bottom, #f09202 0%, #dd4501 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09202', endColorstr='#dd4501',GradientType=0 );
}

.services a.btn:hover {
  color: #fff;
  background: #f09202;
  background: -webkit-gradient(linear, left top, left bottom, from(#f09202), to(#c63301));
  background: linear-gradient(to bottom, #f09202 0%, #c63301 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09202', endColorstr='#c63301',GradientType=0 );
}

.sort_icon {
  margin: 0 0 0 6px;
  display: inline !important;
  border: none !important;
}

.linkSort:hover .sort_icon > svg rect,
.sort_icon.current > svg rect {
  fill: #fb7f06;
}

.sidebar-block {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .catalog_item__content .catalog_item__name a span {
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
  }
  .catalog_item__content .catalog_item__info {
    padding: 0;
  }
  .product-slider .product-slider__container .owl-stage-outer:before {
    background-color: #f6f6f6;
  }
  .product-slider .product-slider__container .owl-stage-outer .owl-item {
    border-radius: 8px;
    border: 4px solid #f6f6f6;
  }
  .product-slider .catalog_item {
    border-radius: 8px;
  }
  .product-slider .catalog_item.p-3 {
    padding: 8px !important;
  }
  .product-slider .catalog_item .catalog_item__bg {
    border-radius: 8px;
  }
  .owl-nav {
    display: none;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/libs/owl/css/owl.carousel.min.css?17270862583351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/pechi_main_new_2016/assets/libs/owl/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/libs/owl/css/owl.theme.default.css?17270862581380*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.add/stmd/style.css?17270862589298*/
@media ( min-width : 768px) {
	/*.spoiler-reviews-body .forms{display:table;width:100%;border-spacing:30px;}
 .spoiler-reviews-body .forms .form-auth{display:table-cell;width:48%;background:#f8f8f8;padding:15px 0 15px 15px;border-right:30px solid #fff;}
 .spoiler-reviews-body .forms .form-reg{display:table-cell;width:48%;background:#f8f8f8;padding:15px 0 15px 15px;}*/
	.spoiler-reviews-body .forms {
		display: flex;
	}
	.spoiler-reviews-body .forms .form-auth {
		flex-grow: 1;
		width: 48%;
		position: relative;
		margin-right: 4%;
		background: #f8f8f8;
		padding: 15px 0 15px 15px;
	}
	.spoiler-reviews-body .forms .form-reg {
		flex-shrink: 1;
		width: 48%;
		position: relative;
		background: #f8f8f8;
		padding: 15px 0 15px 15px;
	}
	#add_review textarea {
		width: 50%;
	}
	.spoiler-reviews-body .review-add-block {
		padding: 30px 25px;
	}
	#add_review .textarea-right-text {
		width: 300px;
		margin-left: 30px;
	}
	#add_review .textbox-group {
		flex: 1;
	}
}

@media ( max-width : 767px) {
	#add_review textarea {
		width: 100%;
	}
	#add_review .textbox-group {
		flex: auto;
		width: 100%;
	}
	#add_review .textarea-right-text {
		width: 100%;
		margin-right: 0px;
	}
	.spoiler-reviews-body .forms .form-auth {
		background: #f8f8f8;
		margin-bottom: 30px;
	}
	.spoiler-reviews-body .forms .form-reg {
		background: #f8f8f8;
	}
	.spoiler-reviews-body .review-add-block {
		padding: 20px;
	}
}

.spoiler-reviews-body .review-add-block {
	background: #f8f8f8;
}

.add-reviews {
	text-align: center;
	margin-bottom: 30px;
}

#reviews-body .add-reviews {
	margin-top: 20px;
}

.add-reviews .bg {
	background: #f8f8f8;
	padding: 26px 0;
}

/*Ð¡Ð¿Ð¾Ð¹Ð»ÐµÑ€*/
.spoiler-reviews-body {
	display: none;
	padding-top: 20px;
}

.spoiler-reviews-body.show {
	display: block;
}

.spoiler_links {
	cursor: pointer;
}

.add-reviews .spoiler {
	/* border: 1px solid #7c7c7c; */
	/* box-shadow: 1px 2px 1px 1px #e2e2e2; */
	/* padding: 5px; */
	/* display: inline-block; */
	/* background: #ffffff; */
	max-width: 200px;
	cursor: pointer;
	margin: 0 auto;
}

.add-reviews .spoiler .btn {
	margin: 0;
	user-select: none;
}

#reviews-statistics .spoiler-reviews-body {
	padding-top: 40px;
}

.add-reviews .spoiler-input {
	padding: 5px 40px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	min-height: 30px;
	line-height: 20px;
	cursor: pointer;
}

.auth-error {
	font-size: 18px;
	color: #994d4d;
	text-align: left;
	margin-bottom: 20px;
}

#auth-title, #register-title {
	color: #000000;
	font-size: 14px;
	text-align: left;
}

#auth_review-check-error, #registration_review-check-error {
	color: #994d4d;
	text-align: left;
}

#reviews-body .title {
	width: 50%;
}

.add-reviews .success {
	color: green;
	font-size: 14px;
	margin-top: 10px;
		position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
		color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	margin-bottom: 30px;
}

#add_review .captcha-block{
	margin-top:30px;
}

#add_review .add-photo {
	width: 150px;
	height: 22px;
	position: relative;
	margin-top: 30px;
}

#add_review input[type='file'] {
	width: 150px;
	height: 22px;
	opacity: 0
}

#add_review #add-photo-button {
	display: block;
	width: 175px;
	height: 22px;
	color: #767676;
	position: absolute;
	top: 0;
	font-size: 14px;
	line-height: 22px;
	text-decoration: underline;
	cursor: pointer;
}

#add_review ul#preview-photo {
	margin: 0;
}

#add_review ul#preview-photo li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	margin-top: 30px;
}

#add_review ul#preview-photo li span.delete {
	position: absolute;
	right: 0;
	top: 0;
	color: #F00;
	font-size: 20px;
	cursor: pointer;
}

.spoiler-reviews-body .add-check-error {
	text-align: left;
	font-size: 14px;
		position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
		color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.spoiler-reviews-body .not-buy-error {
	font-size: 18px;
}

.spoiler-reviews-body .review-add-title {
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
	color: #000;
}

.spoiler-reviews-body .review-add-rating-title1 {
	color: #6c727d;
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
}

.spoiler-reviews-body .review-add-rating-title2 {
	color: #b0b3bb;
	font-size: 14px;
	text-align: left;
	margin-bottom: 10px;
}

#add_review p.title {
	margin-bottom: 5px;
}

#add_review p.title-example {
	color: #b0b3bb;
	margin-bottom: 5px;
}

#add_review p.text {
	margin-bottom: 5px;
}

#add_review p.add-field-title {
	margin-bottom: 5px;
}

#add_review .rating_selection label {
	font-size: 14px;
	border: 1px solid #e2e5e9;
	display: inline-block;
	height: 33px;
	width: 33px;
	line-height: 33px;
	text-align: center;
	background: #ffffff;
}

#add_review {
	text-align: left;
}

#add_review p {
	color: #6c727d;
	font-size: 14px;
	margin-bottom: 0;
}

#add_review p.example {
	color: #b0b3bb;
	font-size: 14px;
}

#add_review p.count {
	clear: both;
	font-style: italic;
	color: #c2c6cb;
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 5px;
}

#add_review input[type="text"] {
	border: 1px solid #e2e5e9;
	height: 34px;
	width: 100%;
	margin-bottom: 30px;
	padding: 5px;
	color: #000000;
	font-weight: lighter;
	font-size: 13px;
}

#add_review textarea {
	border: 1px solid #e2e5e9;
	padding: 5px;
	color: #000000;
	font-weight: lighter;
	font-size: 13px;
	height: 190px;
}

#add_review input[type="radio"] {
	margin-right: 7px;
	float: left;
}

#add_review span.radio-label {
	margin-right: 15px;
	color: #000000;
	font-weight: lighter;
	font-size: 13px;
}

#add_review .radio {
	float: none;
	line-height: 14px;
	display: inline-block;
	margin-bottom: 30px;
}

#add_review input[type="submit"] {
	color: #fff;
	font-size: 15px;
	width: 170px;
	padding: 12px 20px;
	text-align: center;
	border-radius: 5px;
	margin-top: 30px;
	background: #DF7C20;
	border: none;
	cursor: pointer;
}
#add_review input[type="submit"]:hover {
	background: #f09202;
}

#add_review #reset-form {
	border: 0;
	color: #c2c6cb;
	font-size: 14px;
	text-decoration: underline;
	margin-left: 15px;
	background-color: #f8f8f8;
}

#add_review .textbox-group textarea {
	width: 100%;
	max-width: 100%;
	min-height: 100px;
	margin-bottom: 15px;
}
#contentbox {
	margin-bottom: 0 !important;
}

#add_review .recommendated {
	clear: both;
}


#add_review .textarea-right-text p {
	color: #6c727d;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

#add_review .textarea-right-text ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

#add_review .textarea-right-text ul li {
	padding: 0;
	color: #6c727d;
	font-size: 14px;
	line-height: 20px;
}

#add_review .textarea-right-text ul li span {
	color: #994d4d;
}


#add_review #add-photo-button .fa-plus {
	margin-right: 10px;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-top-bar-btn,#add_review .bxhtmled-top-bar-wrap .bxhtmled-top-bar-select,#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-fontsize-wrap
{
	display:none;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-bold
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-italic
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-underline
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-strike
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-remove-format
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-top-bar-color
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-ordered-list
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-unordered-list
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-align-left
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-quote
{
	display:inline-block;
}
#add_review .bxhtmled-iframe-cnt
{
	overflow:hidden!important;
}
#add_review .feed-add-post-text
{
	padding-left:0;
	padding-right:0;
}
.spoiler-reviews-body .reason-title{

  	color: #303030;
  	font-size:16px;
  	margin-bottom:0px;
}
.spoiler-reviews-body .reason-text{

  	color: #303030;
  	font-size:14px;
  	margin-bottom:8px;
}
.spoiler-reviews-body .not-ban-error {
  font-size: 18px;

  color: #994d4d;
}

#add_review .title-video, #add_review .title-presentation
{
	margin-top:30px;
}
#add_review input.video, #add_review input.presentation
{
	margin-bottom:0;
}
.spoiler-questions-body .not-error {
  font-size: 18px;

  color: #994d4d;
  margin-bottom:8px;
}

#add_review {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
}
#add_review .add-review-footer {
	display: block;
	width: 100%;
}

.add-reviews .rating {
	text-align: left;
	margin-bottom: 20px;
}

.add-reviews .rating .review-stars {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	width: 112px;
}

.add-reviews .rating .fa-star:hover ~ i, .add-reviews .rating .fa-star:hover, .add-reviews .rating .review-stars:not(:hover) .fa-star.active ~ i, .add-reviews .rating .review-stars:not(:hover) .fa-star.active {
	font-weight: 900;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.filter/.default/style.css?17270862585268*/
@media (max-width: 767px) {
  #reviews-body #filter .filter {
    float: none;
    text-align: center;
  }
  #reviews-body #filter #select-rating,
  #reviews-body #filter #select-sort,
  #reviews-body #filter .checkbox-group {

  }
  #reviews-body #filter .filter-photo {
    float: left;
  }
  #reviews-body #filter .checkbox-group {
    width: 90px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #reviews-body #filter .filter,
  #reviews-body #filter .filter-photo {
    margin-right: 25px;
    float: left;
  }
  #reviews-body #filter .checkbox-group {
    float: left;
  }
  #reviews-body #filter #select-rating {
    float: left;
    margin-right: 25px;
  }
}
#filter {
  display: block;
  margin-bottom: 25px;
}
#reviews-body #filter .sort-group .filter-sort-text {
  /* line-height: 40px; */
  color: #000000;
  font-size: 14px;
  height: auto;
  margin: auto 15px auto 0;
  white-space: nowrap;
}
#reviews-body #filter .border {
  border-bottom: 1px solid #e6e6e6;
  min-height: 41px;
}
#reviews-body #filter filter-photo {
  color: #6c727d;
  margin-right: 5px;
}
#reviews-body #filter #select-rating,
#reviews-body #filter #select-sort {
  width: 170px;
  text-align: left;
  font-size: 14px;
  height: 40px;
  /* line-height: 14px; */
  user-select: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}
#reviews-body #filter .select-rating-close,
#reviews-body #filter .select-sort-close {
  color: #6c727d;
  background: #ffffff;
}
#reviews-body #filter .select-rating-close:hover,
#reviews-body #filter .select-sort-close:hover {
  background: #f8f8f8;
}
#reviews-body #filter .select-rating-close .uni-stars {
  color: #303030;
}
#reviews-body #filter .select-rating-open {
  background: #303030;
  color: #ffffff;
}
#reviews-body #filter .select-rating-open svg polyline {
  stroke: #fff;
}
#reviews-body #filter .select-rating-open .uni-stars {
  color: #ffffff;
}
#reviews-body #filter #current-option-select-rating,
#current-option-select-sort {
  width: 100%;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  /* height: 26px; */
  /* padding-right: 10px; */
  /* padding-left: 10px; */
}
#reviews-body #filter #current-option-select-rating {
}
#reviews-body #filter #current-option-select-rating .stars-in {
  margin-right: 5px;
}
#current-option-select-sort > span {
  flex: 1;
}
#reviews-body #filter #current-option-select-sort svg {
  vertical-align: middle;
  /* margin-top: -2px; */
}
#reviews-body #filter #current-option-select-rating b,
#reviews-body #filter #current-option-select-sort b {
  height: 14px;
  width: 20px;
  float: right;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 14px;
}
#reviews-body #filter .select-sort-close svg {
  fill: #fff;
}
#reviews-body #filter .select-sort-close b {
  background: #303030;
  color: #fff;
}
#reviews-body #filter .select-rating-open b,
#reviews-body #filter .select-sort-open b {
  background: #fff;
  color: #303030;
}
#reviews-body #filter #custom-options-select-rating,
#reviews-body #filter #custom-options-select-sort {
  display: none;
  width: 215px;
  padding: 0;
  background: #FFF;
  position: absolute;
  margin: 0;
  z-index: 100;
  top: 100%;
  left: 0;
}
#reviews-body #filter #custom-options-select-rating {
  border: 1px solid #dbdbdb;
}
#reviews-body #filter #custom-options-select-rating .uni-stars {
  color: #303030;
}
#reviews-body #filter #custom-options-select-sort {
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
#reviews-body #filter #custom-options-select-sort li {
  border-top: 1px solid #e2e5e9;
}
#reviews-body #filter #custom-options-select-sort li .uni-stars {
  color: #303030;
}
#reviews-body #filter #custom-options-select-rating li,
#reviews-body #filter #custom-options-select-sort li {
  list-style: none;
  width: 100%;
  text-align: left;
  color: #6c727d;
  padding: 10px 15px;
}
#reviews-body #filter #custom-options-select-rating li:hover,
#reviews-body #filter #custom-options-select-sort li:hover {
  cursor: pointer;
}
#reviews-body #filter #filter-images {
  display: none;
}
#reviews-body #filter #filter-images ~ label > span {
  border: 1px solid #e2e5e9;
  display: inline-block;
  height: 10px;
  margin: 15px 7px 0 0;
  position: relative;
  width: 10px;
}
#reviews-body #filter #filter-images:checked ~ label > span:after {
  position: absolute;
  content: "\f00c";
  color: #303030;
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 10px;
}
#reviews-body #filter .filter,
#reviews-body #filter .filter-photo {
  font-size: 14px;
  line-height: 40px;
}
#reviews-body #filter .filter {
  color: #000000;
}
#reviews-body #filter .filter-photo {
  color: #6c727d ! important;
  margin-right: 5px;
}

#filter .sort-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
}
#filter .sort-group p {
  margin: 0;
}
#filter p.filter-sort-text {
  /* margin-right: 15px; */
}
#filter .sort-right {
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/style.css?172708625810899*/
@media ( max-width : 767px) {
	#reviews-body .time, #reviews-body .rating, #reviews-body .user-info {
		text-align: center;
	}
	#reviews-body .item .rating-text {
		padding-right: 0;
	}
	#reviews-body .item .likes {
		text-align: center;
	}
	#reviews-body .item .likes .fa-check {
		padding-left: 5px;
		padding-right: 5px;
	}
	#reviews-body {
		margin-bottom: 20px;
	}
	#reviews-body .reply-block {
		text-align: center;
	}
	#reviews-body .reply-text {
		text-align: left;
	}
}

	#reviews-body .item .user-info {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
	}
@media ( min-width : 768px) {
	#reviews-body .item .rating-text {
		padding-right: 20px;
	}
	#reviews-body .item .likes .fa-check {
		padding-left: 50px;
		padding-right: 5px;
	}
	#reviews-body .panel-top .sort {
		float: right;
	}
	#reviews-body .item .likes {
		width:100%;
	}
	/* #reviews-body .item .vote, #reviews-body .item .rec {
		display: table-cell;
	} */
	/* #reviews-body .item .vote{
	width:40%;} */
	 /* #reviews-body .item .rec{
	 width:30%;
	 text-align:left;} */
	/* #reviews-body .item .vote i {
		width: 13px;
	} */
	#reviews-body .answer {
		margin-left: 50px;
	}
}

#reviews-body  .item .likes .fa-check {
	font-size: 12px;
	display:inline;
}

#reviews-body .item .username {
}

#reviews-body .item .reply-header {
	margin-bottom: 13px;
	display: inline-block;
	border-bottom: 1px solid #d8d8d8;
}

#reviews-body .item .age {
	margin-bottom: 0px;
}

#reviews-body .item .avatar {
	background: #fff;
	width: 36px;
	height: 36px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-right: 10px;
	align-items: center;
	justify-content: center;
	border-radius: 50% 50%;
	overflow: hidden;
}
#reviews-body .item .avatar img {
	border-radius: 50% 50%;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}
#reviews-body .item .username, #reviews-body .item .reply-header {
	font-size: 14px;
}

#reviews-body .item .age, #reviews-body .item .country, #reviews-body .item .add-field-text, #reviews-body .item .cnt_reviews,
	#reviews-body .item .reply-text, #reviews-body .item .likes .recommendated
	{
	font-size: 15px;
	line-height: 21px;
}

#reviews-body .item .age span, #reviews-body .item .country span, #reviews-body .item .cnt_reviews span,
	#reviews-body .add-field-title, #reviews-body .item .likes-title,
	#reviews-body .item .likes .vote > span {
	font-size: 15px;
	line-height: 21px;
	margin-right: 15px;
	cursor: pointer;
	/* padding-right: 10px; */
}

#reviews-body .item .likes .vote > span.voted {
	cursor: default;
}

#reviews-body .item .likes .vote > span svg {
	margin-right: 7px;
}

#reviews-body .item .likes .vote .voted-no,
#reviews-body .item .likes .vote .voted-yes,
#reviews-body .item .likes .no,
#reviews-body .item .likes .yes {
	margin-right: 5px;
}

#reviews-body .item .likes .no svg,
#reviews-body .item .likes .yes svg {
	opacity: .33;
	cursor: pointer;
}
#reviews-body .item .likes .no:hover svg,
#reviews-body .item .likes .yes:hover svg {
	opacity: .75;
}

.nocnt {
	color: #f81f1f;
}
.yescnt {
	color: #298800;
}

#reviews-body .item .likes .vote .voted-no svg path,
#reviews-body .item .likes .vote .voted-yes svg path {
	fill: #999;
}
#reviews-body .item .likes .yescnt, #reviews-body .item .likes .nocnt {

}

#reviews-body .item .age span, #reviews-body .item .country span, #reviews-body .item .cnt_reviews span {
	width: 75px;
	display: inline-block;
}

#reviews-body .age .col-sm-8, #reviews-body .country .col-sm-8 {
	padding-left: 0;
}

#reviews-body .item img {
	display: inline;
}

#reviews-body .rating .empty-stars, #reviews-body .rating .full-stars {
	background-image: url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/images/stars.png);
	background-position: repeat-x;
	height: 16px;
}

#reviews-body .item .rating-text, #reviews-body .rating .stars {
	display: inline-block;
}

#reviews-body .list .item {
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e5e9;
	padding-bottom: 20px;
	width: 100%;
}

#reviews-body .list .item:last-of-type {
	margin-bottom: 40px;
}

#reviews-body .stars .full {
	color: #303030;
}

#reviews-body .item .rating-text {
	line-height: 16px;
}

#reviews-body .rating .empty-stars {
	background-position: 0px 0px;
}

#reviews-body .rating .full-stars {
	background-position: 0px -16px;
}

#reviews-body .rating-filter {
	display: none;
}

#reviews-body .item .time, .item .rating {
	color: #999;
	font-size: 14px;
}

#reviews-body .item .title {
	font-size: 14px;
	font-weight: bold;
}

#reviews-body .item .text {
	font-size: 14px;
	vertical-align: top;
}

#reviews-body .item ul.images-reviews {
	margin: 0;
}

#reviews-body .item ul.images-reviews a.image-review {
	margin-right: 10px;
}

#reviews-body .item .likes-title {
	margin-bottom: 0;
	font-size: 14px;
	cursor: default;
	color: #999;
}

#reviews-body .item .likes .yes {
	/* display: inline-block; */
	/* cursor: pointer; */
	/* width: 11px; */
	/* height: 12px; */
	/* 	background: url('/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/images/like.svg'); */
	/* margin-right: 5px; */
}

#reviews-body .item .likes .no {
	/* display: inline-block; */
	/* cursor: pointer; */
	/* width: 11px; */
	/* height: 12px; */
	/* background: url('/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/images/dislike.svg'); */
	/* margin-right: 5px; */
	/* vertical-align: bottom; */
	/* height: auto; */
}

#reviews-body .item .likes .voted-yes {
	/* display: inline-block; */
	/* width: 11px; */
	/* height: 12px; */
	/* background: url('/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/images/voted-like.png'); */
	/* margin-right: 5px; */
}

#reviews-body .item .likes .voted-no {
	/* display: inline-block; */
	/* width: 11px; */
	/* height: 12px; */
	/* background: url('/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/images/voted-dislike.png'); */
	/* margin-right: 5px; */
}

#reviews-body .item .likes .recommendated {
	display: inline-block;
}
#reviews-body .add-field-title {
	margin: 0;
	color: #000;
	font-size: 14px;
}

#reviews-body .answer {
	margin: 20px 0 0 0;
	min-height: 114px;
	background: #f8f8f8;
	padding: 15px;
}

#reviews-body .answer .reply {
	float: left;
}

#reviews-body .likes {
	clear: both;
}

#reviews-body .stars-sort {
	display: none;
}

#reviews-body .sort ul li {
	color: #6c727d;
	font-family: "ProximaNova", Arial, sans-serif;
	font-size: 14px;
}

#reviews-body .sort ul li:hover span {
	color: #a76e6e;
	font-size: 14px;
}

#reviews-body .time-filter {
	display: none;
}

#reviews-body #filter-pagination {
	float: right;
	margin-bottom: 80px;
	margin-right: 10%;
}

#reviews-body #filter-pagination button {

	font-size: 12px;
	color: #6c727d;
	background: #FFF;
	border: none;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 10px;
	display: inline-block;
	text-align: center;
	width: 25px;
}

#reviews-body #filter-pagination button.current, #reviews-body #filter-pagination .right-arrows button,
	#reviews-body #filter-pagination .left-arrows button {
	color: #000000;
}

#reviews-body #filter-pagination .right-arrows button, #reviews-body #filter-pagination .left-arrows button
	{
	border: 1px solid #d5d9dd;
	border-radius: 15px;
	line-height: 22px;
	padding-left: 8px;
}

#reviews-body #filter-pagination .left-arrows {
	float: left;
}

#reviews-body #filter-pagination .right-arrows {
	float: right;
}

#reviews-body .item .time {
	/* margin-bottom: 10px; */
	margin-right: 20px;
}

#reviews-body .item .rating {
	margin-bottom: 15px;
}

#reviews-body .item .likes {
	margin-top: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
}
#reviews-body .dnone
{
	display:none;
}
  #reviews-body .list .item .table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    border: none;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
    #reviews-body .list .shopanswer {
    background: #f8f8f8;
    padding: 30px 25px;
    margin-top:30px;
  }
  #reviews-body .list .shopanswer .user-info,
  #reviews-body .list .shopanswer .text {
    width: auto;
  }
  #reviews-body .list .shopanswer .user-info {
    /* float: left; */
  }
  #reviews-body .list .shopanswer .username {
    color: #DF7C20;
    border-bottom: 0;
    text-decoration: none;
  }
  #reviews-body .list .shopanswer .text .text {
    color: #303030;

  }
  #reviews-list .item blockquote {
  border: none ! important;
  background-color: #f2eccf;
  padding: 8px 6px 8px 24px;
  border-radius: 2px ! important;
  color: #303030 ! important;
  min-height: 1em ! important;
  margin: 0.6em 0 0.8em 0 ! important;
}
  #reviews-list .item  .wrap-quote {
  border: none;
  box-shadow: none;
  padding: 0;
  text-align: right;
  display:table-cell;
}
#reviews-list .item  .wrap-quote .quote {
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  background: none;
  color: #c19292;
  line-height: 15px;
  border-bottom: 1px dotted #c19292;
  padding: 0;
  min-height: unset;

}
#reviews-list .item .menu .message
{
	padding:8px 8px 5px 8px;
	position:absolute;
	opacity:0;
	top:25px;
	background:#FFF;
	z-index:0;
	font-size:12px;


}
#reviews-list .item .menu .message-success
{
	border:1px solid green;
	color:green;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
}

#reviews-list .item .menu .message-error
{
	border:1px solid #e64343;
	color:#e64343;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
}

#reviews-list .item .menu
{
	position:absolute;
	right:0;
	top:0;
	z-index:9999;
	/*display:none;*/
}

#reviews-list .item:hover .menu
{
	position:absolute;
	right:0;
	top:0;
	display:block;

}

#reviews-list .item .menu ul {
  margin: 0 15px 0 0;
  list-style: none;
  border:1px solid #e2e5e9;
  display: none;
}



#reviews-list .item .menu .actions {
	cursor:pointer;
	font-size:14px;
	color:#cfd3da;
	display:block;
	z-index:9999;
	float:right;
	margin-top:0px;
}

#reviews-list .item .menu:hover .actions {
	color:#303030;
}

#reviews-list .item .menu .actions::before {
  font-size: 80%;
}
#reviews-list .item .menu.open .actions::before {
}

#reviews-list .item .menu.open ul {
  display: block;
  width:180px;
  z-index:9999;
margin-top:15px;
}

#reviews-list .item .menu  ul li
{
	padding:8px 12px 5px 12px;
	border-bottom:1px solid #e2e5e9;
	z-index:0;
	cursor:pointer;
	position:relative;
	background:#f9f9f9;
	font-size:12px;
	color:#6c727d;

}
#reviews-list .item .menu  ul li:hover
{
	color:#303030;
}
#reviews-list .item .menu  ul li:last-child{
	border-bottom:none;
}
#reviews-body .item .video-title, #reviews-body .item .images-title, #reviews-body .item .presentation-title
{

	color: #6c727d;
	font-size: 12px;
	margin:10px 0 5px 0;
}
#reviews-body .item .cnt_reviews a
{
	display:inline-block;
}
#reviews-body .item .title
{
	width:100%;
}

#reviews-body .item div.text .vote {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	/* float: right; */
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/colorbox.css?17270862584516*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/components/sotbit/reviews.statistics/.default/style.css?1727086258162*/
.review-stars {
  color: #F5D523;
  font-size: 20px;
}

.review-link {
  font-size: 16px;
  color: #606060;
}

a > .review-link {
  text-decoration: underline;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/mini/style.css?172708625880*/
.review-container {
  color: #606060;
  font-size: 13px;
  line-height: 21px;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/sotbit/reviews.statistics/stmd/style.css?17270862582761*/
@media (min-width: 768px) {
	#reviews-statistics .review-line{
	padding-bottom:10px;
	display:table;
	width:60%;
	margin-left:20%;
}
#reviews-statistics .col{
	min-height:20px;
	display:table-cell;
	width:33%;
	padding: 0 5px 0 5px;
	vertical-align:middle;
}}
@media (max-width: 767px) {
	#reviews-statistics .review-line{
	padding-bottom:10px;
	display:table;
	width:100%;
}
#reviews-statistics .col{
	min-height:20px;
	display:table-cell;
	width:33%;
	padding: 0 10px 0 10px;
	vertical-align:middle;
}

	
}
#reviews-statistics .cnt-stars{

}
#reviews-statistics .cnt-stars .stars-text{
	float:right;
	width:70px;
	text-align:left;
}
#reviews-statistics{
	border-top:1px solid #e2e5e9;
	padding-top:35px;
	margin-top:70px;
}
#reviews-statistics h3{
	font-size:25px;
	font-family:"ProximaNova",Arial,sans-serif;
	margin-bottom:35px;
}
.text-center{
	text-align: center;
}
#reviews-statistics h5{
	color:#000000;
	font-size:22px;
	font-family:"ProximaNovaThin",Arial,sans-serif;
	margin-bottom:30px;
	
}
#reviews-statistics .grey-bg{
	background:#f8f8f8;
	padding-bottom:22px;
	padding-top:26px;
}

#reviews-statistics .review-line:last-child{
	padding-bottom:30px;
}

#reviews-statistics .border{
border-bottom:1px solid #e1e4ea;
width:60%;
margin-left:20%;
}
#reviews-statistics p.text-fixed{
	color:#000000;
	font-size:14px;
	font-family:"ProximaNova",Arial,sans-serif;
	margin-bottom:8px;
}
#reviews-statistics p.mid-rating{
	color:#6c727d;
	font-size:13px;
	font-family:"ProximaNovaLight",Arial,sans-serif;
	margin-bottom:8px;
}
#reviews-statistics .empty-stars,#reviews-statistics .full-stars{
	background-image: url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.statistics/stmd/images/stars.png);
	background-position: repeat-x;
	height:31px;
}
#reviews-statistics .empty-stars{
	background-position: 0px 0px;
	margin:0 auto;
	margin-bottom:14px;
}
#reviews-statistics .full-stars{
	background-position: 0px -31px;
}

#reviews-statistics .reviews-scale-empty,#reviews-statistics .reviews-scale-full{
	height:5px;
	vertical-align: middle;
}

#reviews-statistics .reviews-scale-empty{
	display: inline-block;
	width:100%;
	background:#e1e4ea;
	float: none;
}

#reviews-statistics .add-reviews{
	/*padding:20px 0;
	background:#f8f8f8;*/
}


#reviews-statistics .reviews-count-block{
	height:20px;
	border:1px solid #c0c5cb;
	border-radius:3px;
	color:#303030;
	font-size:13px;
	font-family:"ProximaNovaLight",Arial,sans-serif;
	width:50px;
}
#reviews-statistics .no-reviews-title1{	color:#000000;	font-size:22px;	font-family:"ProximaNovaThin",Arial,sans-serif;margin-bottom:15px;}
#reviews-statistics .no-reviews-title2{	color:#000000;	font-size:14px;	font-family:"ProximaNova",Arial,sans-serif;margin-bottom:0px;}
#reviews-statistics .cnt-stars{font-family:"ProximaNova",Arial,sans-serif;color:#000000;	font-size:14px;}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?172708613564*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/style.css?172708625810043 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/bitrix/catalog.element/.default/style.css?172708625825869 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/bitrix/catalog.element/.default/js/ion/css/ion.tabs.css?17270862581390 */
/* /local/templates/pechi_main_new_2016/assets/styles/elements/tabs.css?1727086258608 */
/* /local/templates/pechi_main_new_2016/assets/styles/elements/modal_form.css?17270862581865 */
/* /local/templates/pechi_main_new_2016/assets/libs/flickity/flickity.css?17270862582716 */
/* /local/templates/pechi_main_new_2016/assets/libs/lightgallery/lightgallery.min.css?172708625820443 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.store.amount/stores/style.css?17270862582802 */
/* /local/templates/pechi_main_new_2016/components/zverushki/seofilter.tag/stmd_list/style.css?17270862581397 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.section/package-element/style.css?1727086258164 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.item/package-element/style.css?1727086258125 */
/* /local/templates/pechi_main_new_2016/assets/styles/elements/badges.css?17270862581218 */
/* /local/templates/pechi_main_new_2016/assets/styles/elements/specifications.css?1727086258412 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.section/package-compos/style.css?1727086258167 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.item/package-compos/style.css?172708625892 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.products.viewed/.default/style.css?17270862584432 */
/* /local/templates/pechi_main_new_2016/assets/libs/owl/css/owl.carousel.min.css?17270862583351 */
/* /local/templates/pechi_main_new_2016/assets/libs/owl/css/owl.theme.default.css?17270862581380 */
/* /local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.add/stmd/style.css?17270862589298 */
/* /local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.filter/.default/style.css?17270862585268 */
/* /local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/style.css?172708625810899 */
/* /local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/.default/css/colorbox.css?17270862584516 */
/* /local/templates/pechi_main_new_2016/components/sotbit/reviews.statistics/.default/style.css?1727086258162 */
/* /local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/mini/style.css?172708625880 */
/* /local/templates/pechi_main_new_2016/components/sotbit/reviews.statistics/stmd/style.css?17270862582761 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?172708613564 */
