@charset "UTF-8";
/*
 * Vostok-Time
 *
 * Created by Afonico M&D
 */
/*
 * Vostok-Time
 *
 * Created by Afonico M&D
 */
.filters-toggle-wrap .search-toggle {
  background-image: url(src/si.png); }

.slider-prev, .slider-next {
  width: 60px !important;
  height: 60px !important;
  background: rgba(255, 255, 255, 0.8);
  border: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: 0.2s linear; }

.slider-prev {
  left: -75px !important; }

.slider-next {
  right: -75px !important; }

.slider-prev--arrow, .slider-next--arrow {
  width: 30px;
  height: 30px;
  position: relative;
  top: 0; }

.slider-next .slider-next--arrow:nth-child(2) {
  left: -17px; }

.slider-prev .slider-prev--arrow:nth-child(2) {
  left: 0; }

.slider-prev--arrow {
  left: 17px;
  border-bottom: 2px solid #a28c65;
  border-left: 2px solid #a28c65;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.slider-next--arrow {
  left: 0;
  border-bottom: 2px solid #a28c65;
  border-right: 2px solid #a28c65;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.slider-down-container {
  position: fixed;
  width: 100%;
  bottom: 100px;
  background: transparent;
  left: 0; }

.slider-down-container .slider-down {
  position: relative;
  right: -35px !important;
  top: 0;
  float: right;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.slider-down-container .slider-down:hover {
  background: #fff; }

.slider-down-container .slider-down .slider-next--arrow {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  top: 0; }

.slider-down-container .slider-down .slider-next--arrow:nth-child(2) {
  top: -17px; }

body.single.single-product section.section-model-static .good-more-wrap {
  width: 100%;
  margin: 0; }

body.single.single-product section.section-model-static .good-info-wrap {
  width: 50%;
  margin-right: 0;
  max-width: 470px; }

body.single.single-product section.section-model-static .good-img-wrap {
  width: 50%;
  margin-top: 0; }
  body.single.single-product section.section-model-static .good-img-wrap > a {
    max-width: 300px; }

body.single.single-product section.section-model-static .slick-initialized {
  margin: 0; }

body.single.single-product section.section-model-static .good-img-increase {
  position: relative;
  margin: auto;
  top: 0px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: -75px;
  margin-right: 10px; }

body.single.single-product section.section-model-static .good-img-wrap > a > img[src*=png] {
  /*
      этот параметр правит изображения фотографий, потому что нормальные
      фотки не загрузили. отбирает png и делает их больше со смещением.
      если что, править тут и ниже
      */
  max-width: 348px;
  margin-left: -25px; }

body.single.single-product section.section-model-static .good-more-item {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.single.single-product section.section-model-static .good-more-item img[src*=png] {
    /*
      этот параметр правит изображения фотографий, потому что нормальные
      фотки не загрузили. отбирает png и делает их больше со смещением.
      если что, править тут
      */
    width: 120% !important;
    max-width: 130px; }

body.single.single-product section.section-model-static .slick-vertical .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

body.single.single-product section.section-model-static .good-more-item .articul {
  white-space: nowrap; }

.mid-models-pad .mid-models__item {
  width: 312px;
  margin: 0 5px; }

.section-catalogue-block .mid-models .mid-models__item img[src*=png] {
  max-width: 305px;
  width: 100%; }

.section-catalogue-block-fix .mid-models .mid-models__item img[src*=png] {
  max-width: initial;
  width: auto; }

.section-catalogue-block-fix .mid-models-pad .mid-models__item {
  width: 260px;
  margin: 0 50px;
  margin-top: 50px; }
