body.font-serif main,
body.font-serif h1,
body.font-serif .h1,
body.font-serif h2,
body.font-serif .h2,
body.font-serif h3,
body.font-serif .h3,
body.font-serif h4,
body.font-serif .h4,
body.font-serif h5,
body.font-serif .h5,
body.font-serif h6,
body.font-serif .h6,
body.font-serif .links__link {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
body.font-serif .products__column,
body.font-serif .breadcrumbs {
  font-family: 'Ubuntu', sans-serif;
}

.message-post {
  margin-bottom: 40px;
}
.message-post .link-next{
  margin: 10px 0;
}
.message-post__prop {
  margin-bottom: 5px;
}

.comment__item {
  margin-bottom: 30px;
}

.comment__item:nth-child(n+2) {
  display: none;
}

.comment-post {
  display: flex;
  flex-direction: column;
}

.comment-post__pic {
  position: relative;
  margin-bottom: 0.75rem;
}

.comment-post__image {
  display: block;
  width: 100%;
  height: auto;
}

.comment-post__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.comment-post__text > * {
  max-width: 100%;
}

.comment-post__title {
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
  color: inherit;
}

.comment-post__title:hover,
.comment-post__title:active {
  text-decoration: none;
  color: #e66933;
}


.comment-post {
  position: relative;
}
.comment-post__pic {
  margin-bottom: 0;
}
.comment-post__text {
  position: absolute;
  bottom: 30px;
  right: 1.9rem;
  left: 1.9rem;
  color: #ffffff;
  pointer-events: none;
  z-index: 2;
}
.comment-post__link {
  pointer-events: auto;
}

.comment-post__description {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.62;
}

.comment-post__link {
  font-size: 1rem;
  line-height: 1.62;
}

.comment-post__link:hover,
.comment-post__link:active {
  text-decoration: none;
  color: #e66933;
}

.comment .section-head__link {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: block;
}

@media (min-width: 661px) {

  .comment__item:nth-child(n+2) {
    display: block;
  }

  .comment .section-head__link {
    position: static;
  }
}

@media (min-width: 1200px) {
  .comment-post {
    position: relative;
  }
  .comment-post__pic {
    margin-bottom: 0;
  }
  .comment-post__text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 1.9rem 3rem;
    color: #ffffff;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 57.96%, rgba(0, 0, 0, 0) 95.1%);
  }
  .comment-post__link {
    pointer-events: auto;
  }
}
@media (min-width: 1440px) {
  .comment-post__title {
    margin-bottom: 1.4rem;
    font-size: 1.625rem;
  }

  .comment-post__description {
    margin-bottom: 1.7rem;
    font-size: 1.125rem;
  }
  .comment-post__link {
    font-size: 1.125rem;
  }
}



.news-sale__blocks .no-padding-mobile:first-child {
  padding-left: 0;
}

.news-sale__blocks .no-padding-mobile:last-child {
  padding-right: 0;
}

.multimedia__wrapper .news-sale__blocks,
.content__wrapper .news-sale__blocks {
  margin-top: 20px;
}
.error-product {
  margin-top: 10px;
  color: red;
}
.navbar-lk__logout {
  background-color: transparent;
  border: 0;
}
.navbar-lk .alert.alert-danger {
  padding: 0 0 5px 0;
  background-color: transparent;
  margin-bottom: 5px;
  color: red;
}
.work-time {
  margin-left: auto;
}
.header__account {
  margin-left: 0;
}
.registr__href {
  margin-right: 15px;
}
.account a,
.location,
.work-time {
  font-weight: normal;
}

.weapon-notice-text {
  text-align: center;
  font-size: 14px;
}
.btn-weapon-notice {
  display: inline-block;
  margin: 0;
  padding: 1rem 1.05rem;
  font-weight: 500;
  line-height: 1rem;
  font-family: inherit;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  vertical-align: middle;
  background: #e66933;
  border: 1px solid #e66933;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
}
.btn-weapon-notice:hover {
  color: #ffffff;
}
.section-home__item {
  position: relative;
  min-height: 320px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-home__item .section-home__img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  background-color: black;
}
.section-home__img-wrapp {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  background-color: black;
}
.section-home__item .section-home__img-wrapp:before {
  content: '';
  display: block;
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 2;
  position: absolute;
}
.section-home__item .section-home__title {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  z-index: 3;
}
.section-home__item a {
  text-decoration: none;
}
.section-home__item ul {
  position: relative;
  margin: 0;
  padding: 0 20px 20px 20px;
  z-index: 2;
}
.section-home__item .last-shadow {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  box-shadow: 0px 0px 45px 37px #000;
  z-index: 1;
}
.section-home__item ul li {
  list-style-type: none;
  z-index: 2;
  position: relative;
}
.section-home__item ul li:before {
  content: '\2014';
  display: inline-block;
  margin-right: 5px;
  color: #e66933;
}
.section-home__item ul li a {
  color: #e66933;
  font-size: 18px;
  font-family: 'Ubuntu';
  font-weight: 400;
}

#error-choose-offer .modal-notice {
  margin-bottom: 20px;
}
#error-choose-offer .modal-offer-list ul {
  border: 0;
}
.order-product-item .error {
  margin-top: 10px;
  color: red;
}
.order-product__total-value,
.order-product-item__price {
  margin-right: 5px;
}
.block-link-personal {
  font-size: 18px;
}
.review-auth-link {
  margin-bottom: 20px;
  padding: 0 10px;
}

.clearfix {
  clear: both;
  width: 100%;
}

.inner-menu__list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e66933;
}

.inner-menu .nicescroll-rails-hr .nicescroll-cursors {
  background-color: rgb(230, 105, 51) !important;
}
.inner-menu .inner-menu__item {
  padding-bottom: 1px;
}
.inner-menu .inner-menu__item_active .inner-menu__link::after {
  bottom: -2px;
}
.inner-menu .nicescroll-rails-hr {
  opacity: 1 !important;
}

.inner-menu__container {
  overflow: hidden;
}
.bx-catalog-tab-list,
.blog-post-rating {
  display: none !important;
}
.loading-page {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgb(0, 0, 0, 0.5);
}
.loading-page:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/button-loader.svg') no-repeat center;
  animation: loader-rotate 0.7s linear infinite;
}

.view-panel__item.asc svg {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.view-panel__item {
  cursor: pointer;
}
.margin__bottom-20 {
  margin-bottom: 20px;
}

.categories__list {
  height: 140px;
  overflow: hidden;
}
.categories__list.open {
  height: auto;
}

.product.column .product__picture-wrap {
  flex: 0 0 50%;
  max-width: 50%;
}
.product.column .product__info {
  flex: 0 0 50%;
  max-width: 50%;
}
.product.column .product__bottom {
  display: flex;
  flex-direction: row;
}

.gifts-btn,
.tab-btn {
  display: flex;
  flex-direction: row;
}
.item-tab {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border: 1px solid #e66933;
}
.item-tab.active {
  background: #e66933;
  color: #fff;
}

.gifts .gift {
  display: none;
}
.gifts .gift.active {
  display: block;
}

.tab-btn {
  margin-bottom: 60px;
}
.tab-btn a {
  text-decoration: none;
}

.store-detail.loading .product-detail__remainder {
  background-image: url('../img/icon/loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
}
.to-back {
  margin: 3.75rem 0;
  font-weight: 700;
}

.form-validation input:invalid,
.form-validation textarea:invalid {
  border: 1px solid #ff2929;
  background-color: #ffebeb;
  color: #ff4545;
}
.form-validation .form__checkbox:invalid + .form__label::before {
  border: 1px solid #ff2929;
  background-color: #ffebeb;
}
.product-detail__action-button input {
  z-index: -1;
  opacity: 0;
  position: absolute;
}
.product-detail__action-button [type='checkbox']:checked + .product-detail__icon {
  stroke: #e66933;
}
.links.brands_list-links {
  margin-bottom: 20px;
}
.brands_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.brands_list .brands__item {
  display: flex;
  flex-direction: column;
  width: 20%;
  min-height: 90px;
  text-align: center;
  margin-bottom: 50px;
}
.brands_list .brands__pic {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.brands_list .brands__pic img {
  margin: auto;
}
.brands_list .brand_name {
  margin-top: 10px;
}
.brands_list .pagination {
  width: 100%;
}
.brands__list .brands__pic img {
  max-width: 90%;
  margin: 0 auto;
}
.detail_store {
  font-size: 1.125rem;
  margin: 20px 0;
}
.partner-detail__map.map-store,
.store__picture {
  margin-bottom: 2rem;
}
.store__picture__item {
  height: 86px;
  overflow: hidden;
}
.error404 {
  color: #cccccc;
  font-weight: 800;
  font-size: 15em;
  line-height: 0.7em;
  margin-bottom: 40px;
}
.error404_text {
  color: #cccccc;
  font-size: 3em;
  line-height: 0.7em;
  margin-bottom: 40px;
}
.page_error {
  padding-bottom: 40px;
}
.sertificates-list {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 40px;
}
.sertificates-list .sertificates__picture {
  width: 32%;
  margin-bottom: 1.33%;
  margin-right: 1.33%;
}
.table_compare.ohotnik_compare {
  overflow-x: auto;
}

.table_compare.ohotnik_compare img {
  display: block;
  max-height: 200px;
}
.table_compare.ohotnik_compare tr td:first-child {
  font-weight: bold;
  width: 250px;
}
.table_compare.ohotnik_compare tr:first-child td,
.table_compare.ohotnik_compare tr td:last-child {
  border-right: none;
}
.table_compare.ohotnik_compare table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.table_compare.ohotnik_compare td {
  padding: 10px;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
.table_compare.ohotnik_compare tr:nth-child(even) td {
  background: #f9f9f9;
}
.table_compare.ohotnik_compare tr:last-child td {
  background: #fff;
  border-bottom: none;
}
.table_compare.ohotnik_compare td a {
  text-decoration: none;
}
.table_compare.ohotnik_compare .product__button {
  margin-left: 0;
  margin-right: 1rem;
}
.table_compare.ohotnik_compare .product__delete {
  padding: 10px 0;
  position: relative;
}

.table_compare.ohotnik_compare .product__delete::before,
.table_compare.ohotnik_compare .product__delete::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -3px;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  background-color: #e66933;
  display: none;
}
.table_compare.ohotnik_compare .product__delete::before {
  transform: rotate(45deg);
}
.table_compare.ohotnik_compare .product__delete::after {
  transform: rotate(-45deg);
}
.table_compare.ohotnik_compare .product__delete:hover {
  opacity: 0.8;
}
.author__description {
  margin-bottom: 0;
}
.author_hidden_text {
  display: none;
  font-size: 1.125rem;
}
.author__link {
  display: block;
  margin-top: 1.875rem;
}
.elements-list__wrap,
.news-detail {
  display: block;
  font-size: 1.125rem;
  line-height: 1.4;
}

figure {
  margin: 0;
}
.img {
  margin-bottom: 20px;
  position: relative;
}
.img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  /*border: 1px solid #d1cec5;*/
}
.img p {
  margin-bottom: 4px;
  overflow: hidden;
}
.img figcaption {
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.img .img {
  margin: 0;
}

.img-left,
.img-right {
  margin-bottom: 10px;
}

.img-left {
  float: left;
  margin-right: 1.5%;
  margin-left: 0;
}

.img-right {
  float: right;
  margin-left: 1.5%;
  margin-right: 0;
}
.img-one {
  width: 30%;
}

.img-two {
  width: 60%;
}

.img-tree {
  width: 100%;
}

.img-full {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px;
}

.img-popup {
  cursor: pointer;
  position: absolute;
  left: -50%;
  display: block;
  visibility: hidden;
  padding: 2px;
  background-color: #fff;
}
.img-popup img {
  max-width: none;
}
.img-popup.active {
  visibility: visible;
}
.img-zoom {
  position: relative;
  cursor: pointer;
}
.img-zoom p {
  position: relative;
}
.img-zoom p:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('../images/node-popup.png');
  background-size: 25px 25px;
  background-position: 0 0;
}

.links {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.top-header .links {
  padding-left: 15px;
}

.links--center {
  text-align: center;
  display: block;
  display: table-cell;
}

.links__item {
  float: left;
  position: relative;
  padding: 0 9px;
}
.links__item:after,
.links__item:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 6px;
}
.links__item:after {
  right: 0px;
  background-color: #a49f9c;
}
.links__item:before {
  left: 0px;
  background-color: #cfcbc8;
}
.-nosepar .links__item:after,
.-nosepar .links__item:before,
.links__item:last-child:after,
.links__item:first-child:before {
  display: none;
}

.links__link {
  text-transform: uppercase;
  font-size: 10px;
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
}
.links__link:hover {
  color: #625f61;
  text-decoration: underline;
}
.links__link--active {
  font-weight: bold;
  text-decoration: none;
}
.links__link--active:active,
.links__link--active:hover {
  text-decoration: none;
  color: #666666;
}
a.links__link:visited {
  color: #666666;
}

#gallery_block .gallery-list {
  margin-top: 12px;
  margin-left: 0px;
  margin-right: -18px;
  text-align: center;
  display: block !important;
}

#gallery_block .gallery {
  border: 1px solid #a8a695;
  padding: 2px;
  background-color: #f5f4f1;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 23%;
  margin-right: 1.6%;
  /* 	height: 144px;   */
  margin-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
}
#gallery_block .gallery-list--vertical .gallery {
  height: 280px;
}
#gallery_block .gallery-list--second .gallery {
  border: 0;
  padding: 0;
  width: 24%;
  height: 215px;
  margin-right: 0;
  margin-left: 1%;
}
#gallery_block .gallery-list--second .gallery:first-child {
  margin-left: 0;
}
#gallery_block .gallery:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(222, 217, 201, 0);
  transition: background ease 0.3s;
  z-index: 2;
}
#gallery_block .gallery-list--second .gallery:before {
  display: none;
}
#gallery_block .gallery:hover:before {
  background: rgba(222, 217, 201, 0.8);
  text-decoration: none;
}

#gallery_block .gallery--static:before {
  background: rgba(153, 153, 153, 0.5);
  text-decoration: none;
}

#gallery_block .gallery__more {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 60px;
}

#gallery_block .gallery__row {
  width: 100%;
  white-space: nowrap;
}
#gallery_block .gallery-list--second .gallery__row {
  width: 100%;
}

#gallery_block .gallery__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  color: #000;
  padding: 10px 10px;
  transition: bottom ease 0.3s;
  font-family: Verdana, Arial, sans-serif;
  color: #000;
  font-size: 12px;
  z-index: 3;
}
#gallery_block .gallery:hover .gallery__content {
  bottom: 0px;
}
#gallery_block .gallery-list--second .gallery__content {
  position: static;
  bottom: 0;
  text-align: center;
}

#gallery_block .gallery-wrap .gallery__image {
  position: relative !important;
  line-height: 138px;
  text-align: center;
  height: 140px;
  vertical-align: middle;
}
#gallery_block .gallery-list--second .gallery__image {
  height: 120px;
  line-height: 120px;
}
#gallery_block .gallery-list--vertical .gallery__image {
  height: 280px;
  line-height: 270px;
}
#gallery_block .gallery__image img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}
#gallery_block .gallery__title {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
  text-align: left;
  white-space: normal;
}
#gallery_block .gallery-list--second .gallery__title {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

#gallery_block .gallery__text {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
#gallery_block .gallery-list--second .gallery__text {
  white-space: normal;
}

.search-photo .gallery__image img {
  height: 100%;
}

.owl-custom.owl-carousel .owl-item img {
  width: auto;
}
.owl-custom.owl-carousel .owl-dots {
  display: none;
}
.owl-custom .owl-nav {
  margin: 0;
}
.owl-custom .owl-nav [class*='owl-'] {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.owl-custom .owl-nav .owl-prev {
  left: 34px;
}
.owl-custom .owl-nav .owl-next {
  right: 34px;
}
.owl-nav [class*='owl-']:focus {
  outline: none;
}

/*
    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;
}

#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: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#colorbox {
  outline: 0;
  border: 1px solid #8e8c77;
}

/*     #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;
      }*/
#cboxContent {
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: left;
  width: 100%;
  padding: 10px;
  color: #000;
  background-color: #fff;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* 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: 0px;
  right: 42px;
  color: #444;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext {
  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 {
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -32px;
  background: url(../img/modal/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -32px;
  background: url(../img/modal/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  display: block;
  float: none;
  width: 28px;
  height: 29px;
  background: url('../img/modal/modal-close.png') no-repeat center center !important;
  opacity: 1;
  position: absolute;
  top: -15px;
  right: -15px;
  text-indent: -9999px;
}

/*
  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);
}
.order-product-item__link {
  text-decoration: none;
  color: #000;
}
.order-product-item__old_price,
.order-product-item__old_total,
.order-product__total-old_value,
.product-detail__old_price,
.product__old_price {
  text-decoration: line-through;
}
.form__offers-title {
  font-size: 1rem;
  padding-bottom: 5px;
  display: inline-block;
}
.form__offers-list {
  margin: 0 0 0.6rem;
  padding: 0.25rem 0 0.15rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.form__offers-item {
  position: relative;
  min-width: 36px;
  margin: 0 0 5px 5px;
  padding: 0.25rem 0.58rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: transparent;
  border: 1px solid #bdbdbd;
  color: #505050;
  cursor: pointer;
  transition: all 0.2s;
}
.form__offers-item:hover {
  border-color: #e66933;
  color: #e66933;
}
.form__offers-item_active {
  background-color: #e66933;
  border-color: #e66933;
  color: #ffffff;
  pointer-events: none;
}

.article-post__description .pages_video-container,
.news-post__description .pages_video-container {
  display: none;
}
.news-post__description img,
.news-post__image,
.article-post__pic img {
  max-height: 200px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.news-slide img {
  max-height: 450px;
}
.article-post__pic,
.news-post__description {
  min-height: 200px;
}
.news-detail figcaption {
  display: none;
}
.cart__title {
  color: #000;
  text-decoration: none;
}
.main-carousel__bg {
  opacity: 0.6;
  z-index: 2;
}
.main-carousel__bg-black {
  content: '';
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-carousel__slider {
  z-index: 3;
}
/* слайдер с главной*/
.main-carousel__item-wrapper.mobile {
  display: none;
}

.main-carousel__slider .main-carousel__item img.desktop {
  display: block;
}
.main-carousel__slider .main-carousel__item img.tablet,
.main-carousel__slider .main-carousel__item img.mobile {
  display: none;
}

.section-footer-mobile {
  display: none;
}

.navbar__phones-open-btn.navbar__phones--active::before {
  transform: rotateZ(-45deg);
}
.navbar__phones-open-btn.navbar__phones--active::after {
  transform: rotateZ(45deg);
}

.navbar__phones-open-btn:hover.navbar__phones-open-btn::before,
.navbar__phones-open-btn:hover.navbar__phones-open-btn::after {
  background-color: #fff;
}

.main-carousel__item-wrapper {
  position: absolute;
  left: 24px;
  bottom: 40px;
  z-index: 10;
}
.main-carousel__item-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
}
.main-carousel__item-btn {
  width: 102px;
  height: 34px;
  background: linear-gradient(180deg, #f5f5f5 0%, #a2a2a2 100%);
  text-align: center;
  text-transform: uppercase;
  /* margin-bottom: 15px; */
}
.main-carousel__item-btn a {
  color: #231f20;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 38px;
}
.text-white {
  color: #fff;
}
.text-orange {
  color: #f15a2a;
}

.news-sale__blocks .news-slide__title {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
}

.features {
  padding: 18px 0;
}
@media (max-width: 1024px) {
  .features {
    padding-top: 18px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .news-sale__blocks .section-head__title {
    font-size: 28px;
  }
  .news-sale__blocks .section-head {
    top: 15px;
    z-index: 2;
    flex-direction: column;
    align-items: flex-start;
  }
  .news-sale__blocks .section-head__link {
    margin-left: 0;
  }
  .blog-post__description {
    display: none;
  }

  .logo__image {
    width: 180px;
  }
}
@media (max-width: 660px) {
  .news-sale__blocks .section-head__title {
    font-size: 22px;
  }
  .news-sale__blocks .section-head__link {
    font-weight: 400;
  }
  .news-sale__blocks .section-head {
    top: 20px;
  }

  .logo__image {
    width: 140px;
  }
}
.features__item {
  margin-top: 0;
}

footer {
  margin-top: 20px;
}

.sotbit__text {
  margin-bottom: 20px;
}

.classics__column {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #828282;
}
.classics-post {
  display: flex;
}
@media (max-width: 660px) {
  .classics .classics-post {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.classics-post__pic {
  flex: 0 0 350px;
  text-align: center;
  height: 151px;
}
.classics-post__pic a {
  background-image: url(../img/icon/book.png);
  background-repeat: no-repeat;
  background-size: 219px auto;
  background-position: center;
  display: inline-block;
  width: 220px;
  height: 100%;
}
.classics-post__pic img {
  max-width: 150px;
  max-height: 77px;
  position: relative;
  top: 7px;
}
.classics-post__subtitle {
  margin-bottom: 20px;
}
.classics-post__title {
  margin-bottom: 10px;
}
.classics-post__title a {
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #e66933;
  text-decoration: none;
}
.classics-post__description {
  margin-bottom: 20px;
}

.books__wrapper,
.brands__wrapper {
  font-size: 16px;
}

.sidebar__block-content .list-link.links-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar__block-content .block__title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}
.sidebar__block-content .link-title {
  text-decoration: none;
}
.pagen h2 {
  margin-top: 0;
}
ul.pagination__pages {
  margin-top: 20px;
  display: flex;
}
ul.pagination__pages li {
  display: inline-block;
  padding: 0 5px;
}
ul.pagination__pages li a {
  text-decoration: none;
  padding: 0;
  border-bottom: 1px solid;
}
ul.pagination__pages li a:active {
  background-color: transparent;
}
ul.pagination__pages li.active a,
ul.pagination__pages li.first a,
ul.pagination__pages li.prev a,
ul.pagination__pages li.last a,
ul.pagination__pages li.next a {
  border-bottom: 1px solid transparent;
}

.header .inner-menu__list {
  display: block;
  margin: 0 0 20px;
  padding: 2rem 1.35rem;
  border-bottom: 0;
}
.header .inner-menu__list li {
  display: block;
}
.header .inner-menu__link {
  color: #fff;
  font-weight: normal;
}
.header .inner-menu__item_active .inner-menu__link::after {
  bottom: -0.275rem;
}

.mobile-menu-control__item--hidden {
  display: none;
}
.article-post__prop {
  margin-bottom: 10px;
}

.book__wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.book-post {
  display: flex;
  flex-direction: column;
  min-height: 90px;
  text-align: center;
  margin-bottom: 50px;
}
.book__pic {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.brands__pic img {
  margin: auto;
}
.book__name {
  margin-top: 10px;
}
.book__wrap .pagination {
  width: 100%;
}

.sidebar__block-content {
  margin-top: 20px;
}
.product__article {
  margin-right: 34px;
  width: 100%;
}

[name='set_filter'] {
  display: none;
}

.news-date-time {
  display: block;
  color: #e66933;
  margin-bottom: 10px;
}

.section-home__cell {
  margin-bottom: 20px;
}

/*media*/
@media (min-width: 761px) and (max-width: 1024px) {
  .product__props .props__name {
    min-width: 164px;
  }
}

@media (min-width: 661px) and (max-width: 760px) {
  .product__props .props__name {
    min-width: 128px;
  }
}

@media (min-width: 661px) and (max-width: 1024px) {
  .main-carousel__slider.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }

  .news-sale__blocks .owl-dots {
    bottom: 13px;
    left: 20px;
  }
  .news-sale__blocks .section-head,
  .news-sale__blocks .news-slide__title {
    left: 20px;
  }
  .news-sale__blocks .owl-dots {
    left: 16px;
  }
  .news-sale__blocks .news-slide__title {
    bottom: 45px;
    font-size: 18px;
    line-height: 22px;
  }
  .products__title {
    font-size: 26px;
    line-height: 38px;
    margin-top: 39px;
    margin-bottom: 43px;
  }
  .product__article {
    display: none;
  }
  .product__availability {
    max-width: 58px;
    line-height: 12px;
  }
  .product-detail__rating {
    margin-left: 24px;
  }
  .props__item {
    font-size: 14px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
  }
  .props .props__name {
    width: 90%;
  }

  .props .props__value {
    color: #000;
    width: auto;
  }
  .product__caption {
    font-weight: 400;
  }
  .products__wrap .products__column {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 28px;
  }
  .products__wrap .js-recomend-rand .owl-dots {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .products__wrap .js-recomend-rand .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 9px;
  }
  .products__wrap .js-recomend-rand.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(2);
  }
  .product.column .product__picture-wrap,
  .product.column .product__info,
  .product .product__info {
    flex: 0 0 auto;
    max-width: 100%;
    min-width: calc(100% + 0.1px);
    padding-bottom: 35px;
    max-height: none;
  }
  .product:not(.column) .product__picture {
    height: 126px;
  }
  .product__buttons {
    height: min-content;
  }
  .product__purchase {
    width: 100%;
  }
  .product .product__title {
    margin-top: 7px;
    margin-bottom: 0;
  }
  .product .product__price {
    font-size: 20px;
  }
  .product .product__props {
    margin-top: 49px;
    margin-bottom: 21px;
  }
  .products__wrap.row {
    margin-left: -13px;
    margin-right: -13px;
  }

  .product__quantity-wrap {
    margin-right: 32px;
  }

  .product__props .props__name::after {
    display: none;
  }

  .product__props .props__value {
    padding-left: 8px;
  }

  .product__quantity-wrap .quantity__button {
    width: 39px;
  }

  .product__quantity-wrap .quantity__field {
    font-size: 18px;
    width: 51px;
  }

  .gallery .gallery__nav {
    padding-right: 55px;
    padding-left: 55px;
  }

  .gallery .gallery__nav-arrows button.owl-next {
    right: 12px;
  }
  .gallery .gallery__nav-arrows button.owl-prev {
    left: 12px;
  }
  .brands.section.section_margin.section_margin_xlarge {
    margin-bottom: 79px;
  }
  .product-detail .product-detail__remainder {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media (min-width: 992px) {
  .product__rating {
    margin: 0.5rem 1.5rem;
  }

  .products__wrap-blog .product__price-wrap {
    margin-right: 0;
  }

  .product__action-button + .product__action-button {
    margin-left: 1rem;
  }
  .product__props {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
  }
  .product__buttons {
    flex-direction: row;
    margin-bottom: -0.5rem;
  }
  .product__button {
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .product__button:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .product__article {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .brands.section.section_margin.section_margin_xlarge {
    margin-bottom: 70px;
  }
}

@media (min-width: 1440px) {
  .main-carousel .owl-dots {
    left: 34px;
    bottom: 22px;
  }
  .header__work-time.work-time {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
  /* слайдер с главной */
  .main-carousel__slider .main-carousel__item img.desktop {
    display: none;
  }
  .main-carousel__slider .main-carousel__item img.tablet {
    display: block;
  }
  .main-carousel__item-wrapper {
    left: 41px;
    bottom: 55px;
  }

  /* продукты карточки */
  .bx-catalog-element ~ .container .products__wrap .owl-carousel.owl-drag .owl-item,
  .bx-catalog-element .container .products__wrap .owl-carousel.owl-drag .owl-item {
    display: grid;
    height: 100%;
  }

  .product {
    display: grid;
    grid-template-rows: min-content min-content 1fr;
  }
  .product.column {
    display: grid;
    grid-template-rows: min-content 1fr;
  }

  .product.column .product__bottom {
    display: grid;
    grid-template-rows: min-content 1fr;
  }
  .product .product__info {
    display: grid;
    align-items: stretch;
  }

  .bx-catalog-element ~ .container .products__wrap .owl-carousel .owl-stage,
  .bx-catalog-element ~ .container .products__wrap .owl-carousel .owl-stage-outer,
  .bx-catalog-element .container .products__wrap .owl-carousel .owl-stage,
  .bx-catalog-element .container .products__wrap .owl-carousel .owl-stage-outer {
    height: 100%;
  }

  .product__price-wrap .product__price .replace_rub::after,
  .product-detail__price .replace_rub::after {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400;
  }
  .product__info.product__info_gray .row > .col-12:last-child {
    display: flex;
  }
  .product__purchase {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .section-home__cell {
    min-height: 280px;
  }

  .section-home__cell:nth-child(2n + 1) {
    padding-left: 0;
  }

  .section-home__cell:nth-child(2n) {
    padding-right: 0;
  }

  .owl-custom.owl-carousel .owl-dots {
    display: block;
    bottom: -32px;
  }

  .product__props {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
    font-size: 0.675rem;
  }
  .section-home__item {
    min-height: 220px;
  }
  .section-home__item .section-home__img {
    max-height: none;
  }
  .section-home__item .section-home__title {
    font-size: 20px;
  }

  .main-carousel .owl-theme .owl-dots {
    margin: 0;
    position: absolute;
  }

  .section-footer-mobile .section-head__link {
    display: inline-block;
  }

  .features__item {
    max-width: 25%;
  }

  .features__item img {
    max-height: 78px;
    margin: 0 auto;
    max-width: 79%;
  }

  .brands__list .brands__pic img {
    max-width: 100%;
  }

  .news-sale__blocks .section-head__title,
  .news-sale__blocks .section-head__link,
  .news-sale__blocks .news-slide__title,
  .blog-post__title {
    color: #fff;
  }
  .news-sale__blocks .section-head__link {
    display: inline-block;
  }
  .sertificates .owl-prev,
  .sertificates .owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
  .sertificates .owl-prev {
    left: 0;
  }
  .sertificates .owl-next {
    right: 0;
  }
  .sertificates .owl-theme .owl-nav svg {
    width: 20px;
  }

  .blog-post__title {
    font-size: 18px;
  }
  .blog__item {
    margin-bottom: 15px;
  }
  .blog-post__pic,
  .section-home__item-last {
    margin-bottom: 0;
  }

  .no-margin-mobile {
    margin: 0;
  }
}

@media (max-width: 660px) {
  .main-carousel .owl-theme .owl-dots {
    bottom: 15px;
    left: 19px;
  }

  .navbar__phones-open-btn {
    display: inline-block;
  }
  .product.column .product__bottom {
    flex-direction: column;
  }
  .product.column .product__picture-wrap {
    flex: initial;
    max-width: 100%;
  }
  .product.column .product__info {
    flex: 0 0 auto;
    max-width: 100%;
  }

  .features__item img {
    max-height: 65px;
    margin: 0 auto;
    max-width: 70%;
  }

  .brands .section-head {
    display: none;
  }

  .section-head__title {
    font-size: 22px;
  }
  .about__description {
    font-size: 16px;
  }
  .about__description {
    margin-bottom: 20px;
  }

  .news-sale__blocks .news-slider {
    margin-bottom: 10px;
  }

  .padding-mobile-25 {
    padding: 0 25px;
  }
  .padding-mobile-15 {
    padding: 0 15px;
  }

  .navbar-lk {
    width: 100%;
  }

  .section-footer-mobile {
    display: block;
  }

  .features__item:nth-child(1),
  .features__item:nth-child(2) {
    margin-bottom: 20px;
  }

  .features__item {
    max-width: 50%;
  }

  .sertificates__item {
    max-width: 60%;
    margin: 0 auto;
  }
  .section-home__cell {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .news-sale__blocks .owl-dots {
    position: absolute;
    margin: 0;
    bottom: 30px;
    margin: 0;
  }
  .news-sale__blocks .section-head,
  .news-sale__blocks .news-slide__title,
  .news-sale__blocks .owl-dots {
    left: 23px;
  }
  .news-sale__blocks .news-slide__title {
    position: absolute;
    bottom: 60px;
    z-index: 2;
    font-size: 1.125rem;
  }

  .product__picture {
    height: 160px;
  }
}

@media screen and (max-width: 479px) {
  /* слайдер с главной */
  .main-carousel__slider .main-carousel__item img.desktop {
    display: none;
  }
  .main-carousel__slider .main-carousel__item img.tablet {
    display: none;
  }
  .main-carousel__slider .main-carousel__item img.mobile {
    display: block;
    object-fit: cover;
  }
  .main-carousel__slider .main-carousel__item .mobile {
    display: block;
  }

  .main-carousel .main-carousel__item-wrapper {
    left: 24px;
    bottom: 40px;
  }

  .main-carousel .owl-theme .owl-dots {
    bottom: 10px;
  }

  .main-carousel__item-wrapper.mobile .text-white {
    max-width: 95%;
  }

  .main-carousel__item:after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 68.6%, rgba(0, 0, 0, 0) 95.1%);
    transform: rotate(-180deg);
  }
  .main-carousel__slider .main-carousel__item .desktop {
    display: none;
  }
  .main-carousel__item-title {
    color: #fff;
  }
  .partner-detail__table img {
    max-width: 200px;
  }
  .partner-detail__table tr,
  .partner-detail__table td {
    display: block;
    width: 100%;
  }
  .partner-detail__table thead,
  .partner-detail__table colgroup {
    display: none;
  }
  .partner-detail__table tr {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
  }
}

@media (max-width: 1199px) {
  .tabs-content.product-detail__tabs-content {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product-detail .tabs-content.product-detail__tabs-content {
    margin-left: 0;
    margin-right: 0;
  }

  .product-detail__mobile-info {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .product-detail__section_main {
    background-color: #fff;
  }

  .product-detail__pictures {
    box-shadow: none;
    border: 0;
  }

  .product-detail__wrap {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
  }

  .product-detail__top {
    margin-top: 20px;
  }

  .gallery.product-detail__gallery .gallery__nav {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f3f3f3;
  }

  .product-detail__pictures {
    margin-bottom: 0;
  }

  .product-detail__column {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-detail__remainder {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-detail__purchase {
    padding-top: 22px;
    background-color: #f3f3f3;
    padding-right: 15px;
    padding-left: 15px;
  }

  .product-detail.product-detail__v2 .gallery {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-detail.product-detail__v2 .product-detail__thumbs {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f3f3f3;
  }

  .product-detail.product-detail__v2 .product-detail__column {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .product-detail__price {
    font-size: 20px !important;
  }

  .product-detail__section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-detail__pictures {
    padding-right: 5px;
    padding-left: 5px;
  }

  #gallery_block .gallery__row {
    white-space: initial;
  }
  #gallery_block .gallery {
    width: 44%;
  }
}

@media (max-width: 456px) {
  .product-detail__availability {
    width: 60px;
  }
}
.replace_rub {
  visibility: hidden;
  position: relative;
}

.replace_rub::after {
  content: '₽';
  font-family: icomoon !important;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  line-height: normal;
}


.name-description {
	font-size: 12px;
	color: #E66933;
}
.modal-header {
	padding: 30px 68px 0 26px;
}
.modal-close {
	top: inherit;
	transform: translateY(6px);
}
.total-summ-text {
	text-align: end;
}

.search-type {
  margin-bottom: 20px;
  display: flex;
}
.search-type a {
  text-decoration: none;
  width: 50%;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border: 1px solid #e66933;
}
.search-type .active {
  background: #e66933;
  color: #fff;
}



section.books__wrapper div.pagen h2 {
  font-size: 1.1rem;
}

.container.fancybox-content {
  width: 400px;
  padding: 20px
}

.auth-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.auth-phone__phone {
  text-align: left;
  display: block;
  width: 100%;
}