@charset "UTF-8";

/*Подключаем глобальные стили*/

body {
  font-size: 14px;
  color: #000000;
}

body ._hidden {
  display: none;
}

body._is-panel {
  padding-bottom: 46px;
}

._wrapper {
  min-width: 300px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

._phide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

._hide {
  display: none;
}

a {
  color: #000000;
}

a:hover {
  text-decoration: none;
  color: #3172b9;
}

._nowrap {
  white-space: nowrap;
}

._hint,
.hint {
  color: #989898;
  font-size: .9em;
}

._hint a,
.hint a {
  color: #989898;
}

._button,
._button-link,
button,
input[type=button],
input[type=submit] {
  height: 37px;
  line-height: 37px;
  padding: 0 20px;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  border: none;
  background: #e8565f;
  color: #fff;
}

._button:hover,
._button-link:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #e8565f;
  color: #fff;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
}

.button.disabled,
button.disabled,
button[disabled],
input[type=button].disabled,
input[type=button][disabled],
input[type=submit].disabled,
input[type=submit][disabled] {
  cursor: default;
  opacity: .5;
  box-shadow: none !important;
}

h1,
._h1,
.h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: normal;
}

h1._margin,
._h1._margin,
.h1._margin {
  margin-bottom: 28px;
}

h2,
._h2,
.h2 {
  font-size: 26px;
  margin-bottom: 18px;
  font-weight: 400;
}

h3,
._h3,
.h3 {
  font-size: 22px;
  margin-bottom: 18px;
  font-weight: 400;
}

h4,
._h4,
.h4 {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 400;
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

@media (max-width: 480px) {
  h1,
  ._h1,
  .h1 {
    font-size: 34px;
    line-height: 38px;
  }

  h2,
  ._h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  ._h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  ._h4,
  .h4 {
    font-size: 16px;
  }
}

p {
  margin: 0 0 16px;
  line-height: 20px;
}

._control {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #c4bebe;
  font-size: 24px;
  display: inline-block;
  background-color: #e9e9e9;
  margin-top: -4px;
}

._control_prev .fa {
  padding-right: 3px;
}

._control_next .fa {
  padding-left: 3px;
}

._link-half,
a._link-half,
.inline-link,
.link-half--act,
a.inline-link,
.link-half,
a.link-half {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}

/*._link-half:hover, a._link-half:hover, .inline-link:hover, .link-half--act:hover, a.inline-link:hover, .link-half:hover, a.link-half:hover{
    border: 0;
}*/

._popup-open {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.jq-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  background: #fff;
  vertical-align: middle;
  margin: 0 3px 3px 0;
  cursor: pointer;
  overflow: visible;
  position: relative;
}

.jq-checkbox.disabled {
  opacity: 0.5;
  cursor: default;
}

.jq-checkbox.checked:after {
  position: absolute;
  font: normal normal normal 16px/1 FontAwesome;
  color: #3172b9;
}

.jq-checkbox.checked:after {
  content: "\f00c";
  top: 0;
  left: 0;
  height: 14px;
  line-height: 14px;
  text-align: center;
  width: 14px;
}

.jq-radio {
  width: 14px;
  height: 14px;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  margin: 0 5px 3px 0;
  cursor: pointer;
  overflow: visible;
}

.jq-radio.disabled {
  opacity: 0.5;
  cursor: default;
}

.jq-radio.checked .jq-radio__div {
  width: 8px;
  height: 8px;
  background-color: #3172b9;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  z-index: 1;
  position: absolute;
}

input[type='text'],
input[type=password],
input[type=search],
input[type=email],
input[type=phone],
select {
  background-color: #f4f4f4;
  line-height: 38px;
  height: 38px;
  border: 1px solid #dedede;
  border-radius: 5px;
  color: #000;
  outline: 0;
  padding: 0 15px 0 15px;
  box-sizing: border-box;
  max-width: 100%;
}

input[type='text']:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=phone]:focus {
  outline: none;
}

textarea {
  border-radius: 5px;
  outline: 0;
  padding: 15px;
  background-color: #f4f4f4;
  border: 1px solid #dedede;
  box-sizing: border-box;
  max-width: 100%;
}

textarea:focus {
  outline: none;
}

input[type='text'][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=email][disabled],
select[disabled],
textarea[disabled] {
  opacity: 0.7;
}

/*Иконки*/

._icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e8565f;
}

._icon-star {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e8565f;
}

._icon-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e8565f;
}

/*Подключаем файл шаблона*/

/*  START Главная структура */

.v-main-columns {
  padding-top: 30px;
  /*border-top: 1px solid #e2e2e2;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQIHWN4BAAA5ADj4wOKHAAAAABJRU5ErkJggg==') 0 59px repeat-x;*/
}

.v-main-columns__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
}

.v-main-columns__left {
  width: 260px;
  -ms-flex-order: 0;
      order: 0;
}

.v-main-columns__right {
  width: 260px;
  -ms-flex-order: 10;
      order: 10;
}

.v-main-columns__center {
  width: 100%;
}

.v-main-columns__delimiter {
  margin-bottom: 40px;
  clear: both;
}

.v-main-columns__center {
  -ms-flex-order: 5;
      order: 5;
}

.v-home-text {
  margin-bottom: 50px;
  margin-top: 50px;
}

.v-home-text h1 {
  margin-bottom: 30px;
  font-weight: bold;
}

.v-general-menu {
  position: relative;
  height: 60px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.v-main-background {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .3;
  display: none;
}

@media (min-width: 1281px) {
  .v-main-columns__center._with-left {
    width: calc(100% - 300px);
  }

  .v-main-columns__center._with-right {
    width: calc(100% - 300px);
  }

  .v-main-columns__center._with-left._with-right {
    width: calc(100% - 600px);
  }
}

@media (max-width: 1280px) and (min-width: 961px) {
  .v-main-columns__center {
    width: 100%;
  }

  .v-main-columns__center._with-right,
  .v-main-columns__center._with-left {
    width: calc(100% - 290px);
  }

  .v-main-columns__list._two .v-main-columns__right {
    display: none;
  }
}

@media (max-width: 960px) {
  .v-main-columns__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .v-main-columns__left {
    width: 100%;
  }

  .v-main-columns__left > * {
    display: none;
  }

  .v-main-columns__right {
    width: 100%;
    -ms-flex-order: 0;
        order: 0;
  }

  .v-main-columns__right > * {
    display: none;
  }

  .v-block-column_filter {
    display: block;
  }

  .v-main-columns__center {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .v-main-columns {
    padding-top: 22px;
  }
}

/*  END Главная структура */

/* START Хлебные крошки */

.v-breadcrumbs {
  font-size: 13px;
  margin: 0 0 22px 0;
  list-style: none;
  padding: 0;
}

.v-breadcrumbs__link._current {
  text-decoration: none;
  cursor: default;
}

.v-breadcrumbs__link._current:hover {
  color: #000;
}

.v-breadcrumbs__item {
  white-space: nowrap;
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.v-breadcrumbs__delimiter {
  vertical-align: -1px;
  padding: 0 3px;
}

.v-breadcrumbs__caret {
  color: #e8565f;
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  bottom: 0;
  margin-bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 9px;
  display: none;
  z-index: 3;
}

.v-breadcrumbs__subs {
  position: absolute;
  padding-top: 8px;
  left: 18px;
  background: #fff;
  display: none;
  z-index: 11;
  box-sizing: border-box;
}

.v-breadcrumbs__subs-wrap {
  padding: 16px 18px 20px 16px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #d8d4d4;
  min-width: 180px;
  max-width: 210px;
  border-top: 3px solid #e8565f;
}

._no-touch .v-breadcrumbs__item:hover .v-breadcrumbs__subs,
._no-touch .v-breadcrumbs__item:hover .v-breadcrumbs__caret {
  display: block;
}

.v-breadcrumbs__subs-link {
  display: block;
  line-height: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  white-space: normal;
}

.v-breadcrumbs__subs-link:last-child {
  margin-bottom: 0;
}

/* END Хлебные крошки */

/* START Стандартный блок */

.v-block-column {
  margin-bottom: 35px;
}

.v-block-column._is-mobile {
  display: block;
}

.v-block-column__content {
  padding: 20px 20px 18px 22px;
  border-left: 1px solid #d8d4d4;
  border-right: 1px solid #d8d4d4;
  border-bottom: 1px solid #d8d4d4;
}

.v-block-column._is-mobile .v-block-column__block {
  display: block;
}

.v-block-column__content_hub {
  padding: 16px 0 18px 0;
}

.v-block-column__content_photos {
  padding: 14px 0 0;
  border: 0;
}

.v-block-column__content_tags {
  padding: 20px 16px 18px 18px;
}

.v-block-column__title {
  color: #3172b9;
  border-bottom: 3px solid #3172b9;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.v-block-column__title_margin {
  margin-bottom: 10px;
}

.v-block-column__title_big {
  font-size: 20px;
}

.v-block-column__open {
  position: absolute;
  right: 6px;
  display: none;
  font-size: 24px;
  top: 0;
}

.v-block-column._open .v-block-column__open:before {
  content: "\f00d";
}

.v-block-column__name {
  margin-bottom: 5px;
  color: #3172b9;
  text-decoration: none;
  display: block;
}

.v-block-column__name .fa {
  margin-right: 4px;
  font-size: 16px;
  vertical-align: 1px;
  opacity: .9;
  padding-left: 2px;
}

.v-block-column__switch {
  font-size: 21px;
  margin-right: 7px;
  margin-top: -8px;
  float: right;
  color: #fff;
  background-color: #3172b9;
  height: 27px;
  width: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 5px;
}

.v-block-column__switch-block {
  margin-top: 10px;
  display: none;
}

.v-block-column__switch-block._show {
  display: block;
}

.v-block-column__switch-link {
  color: #e8565f;
  font-size: 13px;
  text-decoration: none;
}

.v-block-column__switch-link:hover {
  color: #e8565f;
}

.v-block-column__switch-text {
  border-bottom: 1px dashed #e8565f;
}

.v-block-column__switch-link:hover .v-brands-column__show-text {
  border-bottom: 0;
}

.v-block-column__switch-link:before {
  content: "+ ";
}

.v-block-column._open .v-block-column__switch-link:before {
  content: "- ";
}

.v-block-column__other {
  height: 30px;
  box-sizing: border-box;
}

.v-block-column__other._high {
  height: 34px;
}

.v-block-column__other-link {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}

.v-block-column__other-left {
  line-height: 30px;
  height: 0;
  width: 228px;
  border-right: 16px solid transparent;
  border-top: 30px solid #3172b9;
  box-sizing: border-box;
  position: relative;
  padding-left: 14px;
  z-index: 2;
  margin-right: 30px;
  color: #fff;
}

.v-block-column__other-text {
  position: relative;
  z-index: 3;
  top: -30px;
  font-weight: 300;
}

.v-block-column__other-text .fa {
  margin-right: 5px;
  font-size: 13px;
}

.v-block-column__other-right {
  height: 30px;
  width: 50px;
  background-color: #3172b9;
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  color: #3172b9;
  font-size: 24px;
  text-align: right;
  padding-right: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  line-height: 28px;
}

.v-block-column__other._high .v-block-column__other-left {
  line-height: 25px;
  border-top: 34px solid #3172b9;
}

.v-block-column__other._high .v-block-column__other-right {
  height: 34px;
  line-height: 34px;
}

.v-block-column__other._high .v-block-column__other-text {
  font-size: 15px;
}

.v-block-column__other._high .v-block-column__other-text .fa {
  font-size: 14px;
}

@media (max-width: 960px) {
  .v-block-column._is-mobile .v-block-column__block {
    display: none;
  }

  .v-block-column._is-mobile._open .v-block-column__block {
    display: block;
  }

  .v-block-column._visible {
    display: block;
  }

  .v-block-column._visible .v-block-column__other-left {
    width: auto;
  }
}

/* END Стандартный блок */

/* START Баннер в сайдбаре */

.v-block-custom-column {
  margin-bottom: 35px;
}

.v-block-custom-column img {
  max-width: 100%;
}

/* END Баннер в сайдбаре */

/* START Блок ошибки */

.v-error-page {
  background: #fff;
  padding: 25px 15px;
  text-align: center;
}

.v-error-page__icon {
  font-size: 100px;
  color: #ebebed;
  height: 200px;
  line-height: 185px;
  width: 200px;
  border-radius: 50%;
  margin: 0 auto 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

/* END Блок ошибки */

/* START Нотификация */

[data-notify="container"] {
  background: #449d44;
  font-size: 15px;
  color: #FFF;
  max-width: 400px;
  border-radius: 10px;
  padding: 12px;
  z-index: 5000 !important;
}

.alert-danger[data-notify="container"] {
  background: #ff5757;
}

.alert-info[data-notify="container"] {
  background: #18bbff;
}

[data-notify="icon"] {
  vertical-align: middle;
  font-size: 22px;
}

[data-notify="message"] {
  padding-right: 20px;
}

[data-notify="container"] a {
  color: #FFF;
  text-decoration: underline;
}

[data-notify="container"] button {
  background: transparent;
  padding: 0;
  height: auto;
  line-height: 35px;
  font-size: 22px;
}

[data-notify="container"] button:hover {
  box-shadow: none !important;
  background: 0 !important;
}

[data-notify="container"] button.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: bold;
  box-shadow: none;
}

/* END Нотфикация */

/* START Переопределение magnific popup */

.mfp-bg {
  background: rgba(0, 0, 0, 0.6);
}

.mfp-close-btn-in .mfp-close {
  color: #333;
  width: auto;
  height: auto;
  line-height: normal;
  margin-right: 5px;
  right: 1px;
}

.mfp-close-btn-in .mfp-close:hover {
  background: #fff;
  box-shadow: none;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  background: none !important;
  opacity: 1;
}

.mfp-arrow-left,
.mfp-arrow-right {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  margin-top: -25px;
  font: normal normal normal 14px/1 FontAwesome;
}

.mfp-arrow-left {
  left: 10px;
}

.mfp-arrow-right {
  right: 10px;
}

.mfp-arrow-left:active,
.mfp-arrow-right:active {
  margin-top: -25px;
}

.mfp-arrow-left:hover,
.mfp-arrow-right:hover {
  background: none;
  box-shadow: none;
}

.mfp-arrow-left:before,
.mfp-arrow-left:after,
.mfp-arrow-right:before,
.mfp-arrow-right:after {
  display: none;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  border: 0;
  margin: 0;
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  font-size: 24px;
  opacity: 1;
}

.mfp-arrow-left:before {
  content: "\f053";
}

.mfp-arrow-right:before {
  content: "\f054";
}

/* END Переопределение magnific popup */

/* START PLUGIN CALL-B */

.call-b-form {
  border-radius: 5px;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 35px 50px 36px;
  min-width: 320px;
  height: auto !important;
  width: 400px !important;
}

.call-b-header {
  border-radius: 5px 5px 0 0;
  background-color: #fff !important;
  color: #000 !important;
  text-align: left !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  margin-bottom: -8px !important;
  margin-top: -10px !important;
}

.call-b-input {
  text-align: left !important;
  margin: 10px 0 0 0 !important;
}

.call-b-form .call-b-input:nth-child(1) {
  margin-top: 5px !important;
}

.call-b-input textarea,
.call-b-input input[type="text"] {
  background: #FFF !important;
  border: 1px solid #dadada !important;
  margin: 15px 0 0 !important;
  text-align: left !important;
  padding: 0 10px !important;
  font-size: 14px !important;
  width: 400px !important;
  border-radius: 5px !important;
  color: #000 !important;
  font-weight: normal;
}

.call-b-input input[type="text"],
.call-b-input input[type="submit"] {
  height: 37px  !important;
  line-height: 37px  !important;
}

.call-b-input textarea {
  border-radius: 10px;
  padding: 10px !important;
}

.call-b-input input[type="submit"] {
  margin: 15px 0 0 !important;
  background-color: #e8565f !important;
  width: auto !important;
  font-weight: normal;
  font-size: 15px !important;
  padding: 0 20px !important;
}

.call-b-header #call-b-close-x {
  font-size: 0 !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  text-decoration: none !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 31px !important;
  text-align: center !important;
  border-radius: 50% !important;
  border: 1px solid #e2e2e2 !important;
  overflow: hidden;
  box-shadow: none !important;
}

.call-b-header #call-b-close-x:after {
  content: "×";
  font-size: 20px !important;
  padding-left: 1px;
}

.call-b-header #call-b-close-x:hover {
  color: #3172b9;
}

.call-b-error {
  margin: 10px 0 0 !important;
  font-style: normal !important;
  text-transform: none !important;
  font-size: 14px !important;
  color: red !important;
  text-align: left !important;
}

.call-b-header {
  margin: 0 0 15px;
  height: 50px !important;
  line-height: 50px !important;
}

@media (max-width: 420px) {
  .call-b-form {
    width: 100% !important;
    box-sizing: border-box;
    padding: 20px;
  }

  .call-b-input input[type="text"],
  .call-b-input textarea,
  .call-b-input input[type="submit"] {
    width: 80%  !important;
    max-width: 300px  !important;
  }
}

/* END PLUGIN CALL-B */

/* START SWITCH VERSION */

.v-switch-version {
  display: block;
  line-height: 37px;
  height: 35px;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
  color: #000;
  background-color: #f4f4f4;
  overflow: hidden;
  position: relative;
}

.v-switch-version__link {
  color: #000;
  display: inline-block;
  text-decoration: none;
  height: 100%;
}

.v-switch-version__icon {
  font-size: 19px;
  vertical-align: -2px;
  margin: 0 0 2px 10px;
}

.v-switch-version__remove {
  font-size: 32px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  height: 100%;
  text-align: right;
  width: 30px;
  top: 0;
}

.v-switch-version__remove-name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 32px;
}

@media (max-width: 1440px) {
  .v-switch-version__link {
    padding-right: 30px;
  }
}

/*@media (min-width: 961px){
    .v-switch-version{
        display: none;
    }
}*/

/* END SWITCH VERSION */

/* START Иконки быстрого редактирования и тестовых настроек */

.admin-quick-links__el {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 45px;
  opacity: 0.3;
  display: block;
  color: #FFF;
  z-index: 110;
}

.admin-quick-links {
  position: fixed;
  bottom: 60px;
  left: 20px;
  z-index: 110;
}

.admin-quick-links__el {
  background: #ff00ea;
}

.admin-quick-links__el:hover {
  color: #FFF;
  opacity: 1;
}

@media print {
  .admin-quick-links__el {
    display: none;
  }
}

/* END Иконки быстрого редактирования и тестовых настроек */

/* START Стикеры */

.v-badge-block {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  text-align: left;
  height: auto;
  width: auto;
  line-height: normal;
}

.v-badge-block._slider {
  top: 14px;
  left: 14px;
}

.badge {
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}

.badge:after {
  content: '';
  border: 5px solid transparent;
  border-top: 7px solid #e8565f;
  display: inline-block;
  height: 12px;
}

.badge span {
  display: block;
  line-height: 28px;
  background-color: #e8565f;
  border-radius: 5px;
  padding: 0 12px;
  font-weight: 300;
}

.badge.custom {
  background-color: inherit;
}

.badge.custom:after {
  border-top: 0;
}

.badge.custom span {
  background-color: inherit;
}

.badge.new:after {
  border-top: 7px solid #00ad5d;
}

.badge.new span {
  background-color: #00ad5d;
}

.badge.low-price:after {
  border-top: 7px solid #ff8400;
}

.badge.low-price span {
  background-color: #ff8400;
}

.v-badge-block._multi .badge:after {
  display: none;
}

.v-products-tbl .badge {
  position: static;
  display: inline-block;
  margin-bottom: -5px;
  font-size: 11px;
  margin-left: 6px;
  margin-right: 0;
}

.v-products-tbl .badge span {
  display: block;
  line-height: 20px;
  border-radius: 5px;
  padding: 0 4px;
  font-weight: 300;
}

.v-products-tbl .badge:after {
  display: none;
}

/* END Стикеры */

/* START MY SUBSCRIBE*/

.v-my-subscription {
  min-height: 220px;
}

.success-message {
  color: #5e6c63;
  border: 1px solid #e0f2e9;
  background: #edfff6;
  padding: 10px 15px;
}

.subscribe-btn,
.unsubscribe-btn {
  color: #e8565f;
  font-size: 16px;
}

.subscribe-btn:before,
.unsubscribe-btn:before {
  font-size: 16px;
  display: inline-block;
  padding: 0 5px 0 0;
}

.subscribe-btn:before {
  font: normal normal normal 16px/1 FontAwesome;
  vertical-align: middle;
  content: "\f1d8";
  margin-right: 2px;
}

.unsubscribe-btn:before {
  font: normal normal normal 16px/1 FontAwesome;
  vertical-align: middle;
  content: "\f05e";
  margin-right: 2px;
}

.unsubscribe {
  margin: 20px 0 0;
}

/*  END MY SUBSCRIBE*/

.v-site-page__content blockquote {
  padding: 15px 20px;
  margin: 15px 0;
  line-height: 20px;
  font-size: 13px;
  background: #f4f4f4;
  border: 1px solid #d8d4d4;
}

/* START Базовые стили для контента */

.v-text-block p,
.page-content p {
  margin-bottom: 22px;
}

.v-text-block img,
.v-text-block iframe,
.page-content img,
.page-content iframe {
  max-width: 100%;
}

.v-text-block,
.v-product-other-page,
.v-home-text,
.v-post-stream__text,
.v-post__text {
  overflow: hidden;
}

.v-text-block ol,
.v-text-block ul,
.v-product-other-page ol,
.v-product-other-page ul,
.v-home-text ol,
.v-home-text ul,
.v-post-stream__text ol,
.v-post-stream__text ul,
.v-post__text ol,
.v-post__text ul {
  margin-bottom: 20px;
}

.v-text-block li,
.v-product-other-page li,
.v-home-text li,
.v-post-stream__text li,
.v-post__text li {
  margin-bottom: 8px;
  line-height: 20px;
}

.v-text-block figure,
.v-product-other-page figure,
.v-home-text figure,
.v-post-stream__text figure,
.v-post__text figure {
  margin: 20px 0;
}

.v-text-block img,
.v-text-block iframe,
.v-product-other-page img,
.v-product-other-page iframe,
.v-home-text img,
.v-home-text iframe,
.v-post-stream__text img,
.v-post-stream__text iframe,
.v-post__text img,
.v-post__text iframe {
  max-width: 100%;
}

.v-text-block table,
.v-product-other-page table,
.v-home-text table,
.v-post-stream__text table,
.v-post__text table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #d8d4d4;
  width: 100%;
}

.v-text-block table th,
.v-product-other-page table th,
.v-home-text table th,
.v-post-stream__text table th,
.v-post__text table th {
  font-weight: 500;
}

.v-text-block table th,
.v-text-block table td,
.v-product-other-page table th,
.v-product-other-page table td,
.v-home-text table th,
.v-home-text table td,
.v-post-stream__text table th,
.v-post-stream__text table td,
.v-post__text table th,
.v-post__text table td {
  padding: 16px;
  border: 1px solid #d8d4d4;
  vertical-align: top;
  text-align: left;
}

/* END Базовые стили для контента */

/*Адаптивность основных блоков*/

@media (max-width: 960px) {
  .v-main-background {
    display: none !important;
  }

  .v-block-column._switch .v-block-column__content {
    display: none;
  }

  .v-block-column._switch .v-block-column__other {
    display: none;
  }

  .v-block-column__name {
    font-size: 20px;
  }

  .v-block-column__open {
    display: block;
  }

  .v-home-text {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media (max-width: 800px) {
  .v-home-text h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 22px;
  }
}

@media (max-width: 728px) {
  .v-home-text {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .v-breadcrumbs__item {
    white-space: normal;
  }
}

/*Подключаем файл шаблона*/

/* START Блок формы */

.wa-form {
  max-width: 400px;
}

.v-popup__login .wa-form {
  max-width: none;
}

.wa-form_inline {
  line-height: 20px;
}

.wa-field {
  margin-bottom: 16px;
}

.wa-field_nomargin {
  margin-bottom: 0;
}

.wa-name {
  margin-bottom: 6px;
}

.wa-form_inline .wa-name {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 0;
}

.wa-required .wa-name:after {
  content: "*";
}

.wa-required.field span:after {
  content: "*";
}

.wa-value input[type=text],
.wa-value input[type=password],
.wa-value input[type=email],
.wa-value input[type=phone] {
  /*max-width: 100%;*/
  width: 100%;
}

.wa-value textarea {
  width: 100%;
}

.wa-form_inline .wa-value {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

.wa-value em {
  display: block;
}

.wa-value .field {
  display: block;
  margin-bottom: 14px;
}

.wa-value .field span {
  display: block;
  font-size: 12px;
  color: #989898;
}

.wa-error-msg,
.errormsg,
.checkout-result.error {
  color: red;
  margin-top: 4px;
  font-size: 12px;
  display: block;
  font-style: normal;
}

.wa-form__auth-line > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.wa-form__auth-line .userpic {
  margin-right: 0;
}

input[type=text].wa-error,
input[type=text].error,
input[type=password].wa-error,
input[type=password].error,
input[type=email].wa-error,
input[type=email].error,
input[type=phone].wa-error,
input[type=phone].error,
textarea.wa-error,
textarea.error {
  border: 1px solid red;
  color: #000;
  font-size: 14px;
}

.wa-submit {
  margin-top: 22px;
}

.wa-captcha p > * {
  vertical-align: middle;
}

.wa-auth-adapters {
  border-bottom: 1px solid #d8d4d4;
  margin-bottom: 20px;
}

.wa-auth-adapters_profile {
  margin-top: 30px;
  background: #f4f4f4;
  border: 1px solid #d8d4d4;
  padding: 16px 15px 12px;
}

.wa-auth-adapters h3 {
  margin-top: 0;
}

.wa-auth-adapters ul,
.auth-type {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.wa-auth-adapters li,
.auth-type li {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 15px;
  vertical-align: middle;
}

.wa-auth-adapters li img,
.auth-type li img {
  margin-right: 5px;
  vertical-align: middle;
}

.v-popup .wa-name {
  margin-bottom: 6px;
  font-weight: 300;
}

.v-popup .wa-value {
  font-weight: 300;
}

.v-popup .wa-value input[type=text],
.v-popup .wa-value input[type=password],
.v-popup .wa-value input[type=email],
.v-popup .wa-value input[type=phone] {
  width: 100%;
}

.v-popup .wa-value input.wa-captcha-input[type=text] {
  width: auto;
}

.v-popup .wa-value .wa-captcha {
  margin-top: 21px;
}

.v-popup .wa-value .wa-captcha p {
  margin-bottom: 8px;
}

.v-popup .wa-value .wa-captcha .wa-error-msg {
  margin-top: -4px;
}

.v-popup .wa-auth-adapters {
  font-weight: 300;
  font-size: 13px;
}

@media (max-width: 350px) {
  .v-popup .wa-value input.wa-captcha-input[type=text] {
    width: auto;
    max-width: 150px;
  }
}

/* END Блок формы */

/* START Регистрация Shop-script 8 */

.wa-signup-form-wrapper {
  max-width: 400px;
}

.wa-field {
  margin: 18px 0 0 0 !important;
}

.wa-signup-form-wrapper input[type="text"],
.wa-signup-form-wrapper input[type="email"],
.wa-signup-form-wrapper input[type="password"] {
  width: 100% !important;
  font-size: 14px !important;
  padding: 0 15px 0 15px !important;
  line-height: normal !important;
  border: 1px solid #dedede !important;
}

.wa-signup-form-wrapper input[type="text"]:focus,
.wa-signup-form-wrapper select:focus,
.wa-signup-form-wrapper textarea:focus {
  border: 1px solid #dedede !important;
}

.wa-signup-form-wrapper input[type="text"]:hover,
.wa-signup-form-wrapper select:hover,
.wa-signup-form-wrapper textarea:hover {
  border: 1px solid #dedede !important;
}

.wa-signup-form-wrapper input.wa-error,
.wa-signup-form-wrapper select.wa-error,
.wa-signup-form-wrapper textarea.wa-error,
.wa-signup-form-wrapper input.wa-error:hover,
.wa-signup-form-wrapper select.wa-error:hover,
.wa-signup-form-wrapper textarea.wa-error:hover,
.wa-signup-form-wrapper input.wa-error:focus,
.wa-signup-form-wrapper select.wa-error:focus,
.wa-signup-form-wrapper textarea.wa-error:focus {
  border: 1px solid red !important;
  color: #000 !important;
}

.wa-signup-form-wrapper .wa-field .wa-name {
  font-size: 14px !important;
  color: #000 !important;
  line-height: normal !important;
  margin-bottom: 6px !important;
}

.wa-signup-form-wrapper .wa-signup-form-actions .wa-login-url {
  margin-top: 20px !important;
  margin-left: 6px;
  font-size: 14px;
  display: inline-block;
}

.wa-buttons-wrapper {
  display: inline-block;
}

.v-popup__body .wa-login-url {
  font-weight: 300;
}

.wa-auth-adapters ul {
  margin-bottom: 4px !important;
}

.wa-auth-adapters br {
  display: none;
}

/*.auth-type li img, .wa-auth-adapters li img[title]{
    margin-right: 0;
}*/

/* END Регистрация Shop-script 8 */

/* START Авторизация Shop-script 8 */

.wa-login-form-wrapper {
  max-width: 400px;
}

.wa-login-form-wrapper .wa-field {
  margin: 18px 0 0 0 !important;
}

.wa-login-form-wrapper input[type="text"],
.wa-login-form-wrapper input[type="email"],
.wa-login-form-wrapper input[type="password"] {
  width: 100% !important;
  font-size: 14px !important;
  padding: 0 15px 0 15px !important;
  line-height: normal !important;
  border: 1px solid #dedede !important;
}

.wa-login-form-wrapper input[type="text"]:hover,
.wa-login-form-wrapper select:hover,
.wa-login-form-wrapper textarea:hover {
  border: 1px solid #dedede !important;
}

.wa-login-form-wrapper input[type="text"]:focus,
.wa-login-form-wrapper select:focus,
.wa-login-form-wrapper textarea:focus {
  border: 1px solid #dedede !important;
}

.wa-login-form-wrapper input.wa-error,
.wa-login-form-wrapper select.wa-error,
.wa-login-form-wrapper textarea.wa-error,
.wa-login-form-wrapper input.wa-error:hover,
.wa-login-form-wrapper select.wa-error:hover,
.wa-login-form-wrapper textarea.wa-error:hover,
.wa-login-form-wrapper input.wa-error:focus,
.wa-login-form-wrapper select.wa-error:focus,
.wa-login-form-wrapper textarea.wa-error:focus {
  border: 1px solid red !important;
  color: #000 !important;
}

.wa-login-form-wrapper .wa-field .wa-name {
  font-size: 14px !important;
  color: #000 !important;
  line-height: normal !important;
  margin-bottom: 6px !important;
}

.wa-login-forgotpassword-url {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}

.v-popup__body .wa-login-forgotpassword-url {
  font-weight: 300;
}

.wa-login-form-wrapper .wa-login-form-actions .wa-signup-url {
  margin-top: 20px !important;
  margin-left: 6px;
  font-size: 14px;
  display: inline-block;
}

.v-popup__body .wa-login-form-wrapper .wa-login-form-actions .wa-signup-url {
  font-weight: 300;
}

.wa-buttons-wrapper {
  display: inline-block;
}

.block-confirmation-email {
  line-height: 17px;
}

.wa-info-msg {
  line-height: 20px;
  font-size: 12px;
}

/* END Авторизация Shop-script 8 */

/* START Забыли пароль Shop-script 8 */

.wa-forgotpassword-form-wrapper {
  max-width: 400px;
}

.wa-forgotpassword-form-wrapper .wa-field {
  margin: 18px 0 0 0 !important;
}

.wa-forgotpassword-form-wrapper input[type="text"],
.wa-forgotpassword-form-wrapper input[type="email"],
.wa-forgotpassword-form-wrapper input[type="password"] {
  width: 100% !important;
  font-size: 14px !important;
  padding: 0 15px 0 15px !important;
  line-height: normal !important;
  border: 1px solid #dedede !important;
}

.wa-forgotpassword-form-wrapper input[type="text"]:hover,
.wa-forgotpassword-form-wrapper select:hover,
.wa-forgotpassword-form-wrapper textarea:hover {
  border: 1px solid #dedede !important;
}

.wa-forgotpassword-form-wrapper input[type="text"]:focus,
.wa-forgotpassword-form-wrapper select:focus,
.wa-forgotpassword-form-wrapper textarea:focus {
  border: 1px solid #dedede !important;
}

.wa-forgotpassword-form-wrapper input.wa-error,
.wa-forgotpassword-form-wrapper select.wa-error,
.wa-forgotpassword-form-wrapper textarea.wa-error,
.wa-forgotpassword-form-wrapper input.wa-error:hover,
.wa-forgotpassword-form-wrapper select.wa-error:hover,
.wa-forgotpassword-form-wrapper textarea.wa-error:hover,
.wa-forgotpassword-form-wrapper input.wa-error:focus,
.wa-forgotpassword-form-wrapper select.wa-error:focus,
.wa-forgotpassword-form-wrapper textarea.wa-error:focus {
  border: 1px solid red !important;
  color: #000 !important;
}

.wa-forgotpassword-form-wrapper .wa-field .wa-name {
  font-size: 14px !important;
  color: #000 !important;
  line-height: normal !important;
  margin-bottom: 6px !important;
}

.wa-forgotpassword-form-wrapper input {
  margin-bottom: 16px;
}

.wa-forgotpassword-form-wrapper .wa-forgotpassword-form-actions {
  margin-top: 0 !important;
}

.wa-forgotpassword-form-wrapper .wa-forgotpassword-form-actions .wa-login-url {
  margin-top: 14px !important;
}

.v-popup__body .wa-forgotpassword-form-wrapper .wa-forgotpassword-form-actions .wa-login-url {
  font-weight: 300;
}

/* END Забыли пароль Shop-script 8 */

/* START Восстановление пароля Shop-script 8 */

.wa-set-password-form-wrapper {
  max-width: 400px;
}

.wa-set-password-form-wrapper .wa-field {
  margin: 18px 0 0 0 !important;
}

.wa-set-password-form-wrapper input[type="text"],
.wa-set-password-form-wrapper input[type="email"],
.wa-set-password-form-wrapper input[type="password"] {
  width: 100% !important;
  font-size: 14px !important;
  padding: 0 15px 0 15px !important;
  line-height: normal !important;
  border: 1px solid #dedede !important;
}

.wa-set-password-form-wrapper input[type="text"]:hover,
.wa-set-password-form-wrapper select:hover,
.wa-set-password-form-wrapper textarea:hover {
  border: 1px solid #dedede !important;
}

.wa-set-password-form-wrapper input[type="text"]:focus,
.wa-set-password-form-wrapper select:focus,
.wa-set-password-form-wrapper textarea:focus {
  border: 1px solid #dedede !important;
}

.wa-set-password-form-wrapper input.wa-error,
.wa-set-password-form-wrapper select.wa-error,
.wa-set-password-form-wrapper textarea.wa-error,
.wa-set-password-form-wrapper input.wa-error:hover,
.wa-set-password-form-wrapper select.wa-error:hover,
.wa-set-password-form-wrapper textarea.wa-error:hover,
.wa-set-password-form-wrapper input.wa-error:focus,
.wa-set-password-form-wrapper select.wa-error:focus,
.wa-set-password-form-wrapper textarea.wa-error:focus {
  border: 1px solid red !important;
  color: #000 !important;
}

.wa-set-password-form-wrapper .wa-field .wa-name {
  font-size: 14px !important;
  color: #000 !important;
  line-height: normal !important;
  margin-bottom: 6px !important;
}

.wa-set-password-form-wrapper .wa-set-password-form-actions {
  margin-top: 0 !important;
}

.wa-set-password-form-wrapper .wa-set-password-form-actions .wa-login-url {
  margin-top: 14px !important;
}

.wa-signup-form-wrapper .wa-signup-form-email-confirmed-block .wa-app-url-link {
  text-decoration: underline !important;
}

/* END Восстановление пароля Shop-script 8 */

.table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 22px;
}

.table td,
.table th {
  padding: 10px;
  border: 1px solid #d8d4d4;
}

.table.not-bordered td {
  border: none;
}

.table.lined {
  margin-top: 25px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table.lined th {
  padding-left: 7px;
  padding-right: 7px;
}

.table.lined td {
  padding: 15px 7px;
  border-bottom: 1px solid #d8d4d4;
}

.table.lined td.min-width {
  width: 1%;
}

.table.lined td p {
  margin: 0;
}

.table.lined td input.numerical {
  width: 50px;
  margin-right: 5px;
  text-align: right;
}

.table.lined tr.no-border td {
  border: none;
}

.table.lined tr.thin td {
  padding-top: 13px;
  padding-bottom: 0;
}

.table.lined tr.service td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  font-size: 0.8em;
  color: #555;
}

/* START Блок личного кабинета */

.profile-head {
  margin-bottom: 20px;
}

.profile-head h1 {
  display: inline-block;
  margin-bottom: 0;
}

.profile-head-edit {
  margin-left: 12px;
  vertical-align: 4px;
  display: inline-block;
}

.profile-head-edit:before {
  content: "\f040";
  font-size: 17px;
  margin: 0;
  vertical-align: middle;
}

.profile-head-edit a {
  display: inline-block;
  font-size: 16px;
  color: #e8565f;
  margin-left: 5px;
  vertical-align: middle;
}

.profile-top-msg {
  margin-bottom: 20px;
}

.prodile_edit-cancel-btn {
  margin-left: 10px;
}

.prodile_edit-cancel-btn .fa {
  margin-right: 2px;
  vertical-align: 0;
  font-size: 13px;
}

.wa-field-password .wa-value > span {
  display: block;
  margin-bottom: 8px;
}

.wa-field-password .wa-value .field {
  margin-bottom: 10px;
  height: auto;
  display: block;
}

.wa-field-password .wa-value .field > span {
  margin-right: 6px;
  display: block;
  margin-bottom: 6px;
}

.wa-form .wa-field:last-child {
  margin-top: 20px;
  margin-bottom: 0;
}

.wa-form__auth-line {
  margin-bottom: 20px;
}

.wa-captcha {
  margin-bottom: 20px;
}

.wa-value input.wa-captcha-input {
  width: auto;
}

.wa-captcha-refresh {
  font-size: 12px;
}

/* START Рейтинги */

.icon10,
.icon16 {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  padding-right: 1px;
}

.star {
  color: #e8565f;
}

.icon10.star:before {
  content: "\f005";
}

.icon10.star-empty:before {
  content: "\f006";
}

.icon10.star-half:before {
  content: "\f089";
}

/* END Рйтинги */

.icon16.saved {
  color: green;
  font-size: 16px;
}

.icon16.saved:before {
  content: "\f00c";
}

.icon16.remove {
  font-size: 16px;
}

.icon16.remove:before {
  content: "\f05c";
  color: #C51803;
}

/* START Цвета */

.icon16.color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: -2px;
  margin-right: 4px;
}

/* END Цвета*/

/* START LazyLoad */

.lazyloading-paging-loader {
  text-align: center;
  font-size: 16px;
  color: #888;
}

.lazyloading-paging-loader span {
  margin-left: 4px;
}

.icon16.loading {
  animation: fa-spin 2s infinite linear;
  text-align: center;
  width: 1.28571429em;
  font-size: 16px;
}

.icon16.loading:before {
  content: "\f110";
}

/* END LazyLoad */

/* START Плагины в сайдбаре */

.v-block-column .menu-v {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.v-block-column .menu-v > * {
  font-size: 14px;
}

.v-block-column .menu-v li {
  border-bottom: none;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 8px;
}

.v-block-column .menu-v li._show {
  display: inline-block !important;
}

.v-block-column .menu-v li a {
  text-decoration: none;
  display: inline-block;
  padding-right: 5px;
}

/* END Плагины в сайдбаре */

/* START Пагинация */

.pagination {
  text-align: center;
  font-size: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  outline: 0;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 12px;
  color: #5e5e5e;
  cursor: pointer;
  background-color: #f4f4f4;
  vertical-align: top;
}

.pagination li.selected a {
  background-color: #3172b9;
  color: #fff;
}

.pagination li span {
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  margin-right: 12px;
  vertical-align: -23px;
}

/* END Пагинация */

/* START Меню вебасист */

.product-nav {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.product-nav li {
  display: inline-block;
  margin: 0 14px 0 0;
  padding: 0;
}

.product-nav li.selected a {
  color: #e8565f;
}

/* END Меню вебасист */

/* START Tags Cloud */

.tags.cloud {
  margin-bottom: -12px;
}

.tags.cloud a {
  text-decoration: none;
  background-color: #f4f4f4;
  margin-right: 12px;
  padding: 9px 14px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 12px;
  opacity: 1 !important;
}

/* END Tags Cloud */

/* START Multi-column layout */

.row {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  white-space: nowrap;
  word-spacing: 0;
  font-size: 0;
}

.row * {
  font-size: 14px;
  word-spacing: normal;
  white-space: normal;
}

.row.no-border {
  border: none;
}

.col {
  display: inline-block;
  vertical-align: top;
}

.col.w1 {
  width: 6%;
}

.col.w2 {
  width: 12%;
}

.col.w3 {
  width: 18%;
}

.col.w4 {
  width: 24%;
}

.col.w5 {
  width: 30%;
}

.col.w6 {
  width: 36%;
}

.col.w7 {
  width: 42%;
}

.col.w8 {
  width: 48%;
}

.col.w9 {
  width: 54%;
}

.col.w10 {
  width: 60%;
}

.col.w11 {
  width: 66%;
}

.col.w12 {
  width: 72%;
}

.col.w13 {
  width: 78%;
}

.col.w14 {
  width: 84%;
}

.col.w15 {
  width: 90%;
}

.col.w16 {
  width: 96%;
}

.error {
  color: red;
}

/* END Multi-column layout */

/* START Список страниц */

.pages {
  margin: -4px 0 20px 0;
  padding: 0;
  list-style: none;
}

.pages li {
  display: inline-block;
  margin-right: 10px;
  line-height: 22px;
}

.pages li:after {
  content: "|";
  margin-left: 10px;
}

.pages li:last-child:after {
  display: none;
  margin: 0;
}

/* END Список страниц */

/* START Menu horizontal */

ul.menu-h {
  margin: 0;
  padding: 0;
}

ul.menu-h li {
  list-style: none;
  display: inline-block;
  padding: 0 10px 0 0;
  line-height: 1.3em;
  display: block\9;
  float: left\9;
}

ul.menu-h li a {
  display: inline-block;
  padding: 13px 16px 13px 16px;
  display: block\9;
  float: left\9;
  text-decoration: none;
}

/*  END Menu horizontal */

.nowrap {
  white-space: nowrap;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.semibold {
  font-weight: 600;
}

.order-status {
  display: inline-block;
  padding: 0 5px 1px;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
  border-radius: 5px;
}

h1 .order-status {
  vertical-align: top;
}

.gray {
  color: #888;
}

.lazyloading-load-more {
  display: block;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

.lazyloading-load-more span {
  border-bottom: 1px dashed #000;
}

.lazyloading-load-more:hover span {
  border-bottom: 1px dashed #3172b9;
}

.back-to-root {
  margin-left: 5px;
}

.userpic20 {
  width: 20px;
}

.icon16.userpic20 {
  background-position: -2px -2px;
  border-radius: 50%;
  background-size: 20px 20px;
}

/* END Блок личного кабинета */

@media (max-width: 340px) {
  .wa-captcha input {
    width: 150px;
  }
}

/* Декоративные стили */

.v-style__clear_both {
  clear: both;
}

.v-style-h1-clear {
  vertical-align: 15px;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: #e8565f;
}

.v-style-h1-clear__text {
  border-bottom: 1px dashed #e8565f;
  line-height: 13px;
  display: inline-block;
  vertical-align: 1px;
}

.v-style-h1-clear__fa {
  margin-right: 3px;
  font-size: 13px;
}

.v-style-arrow-small .owl-prev,
.v-style-arrow-small .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-color: #e9e9e9;
  text-align: center;
  border-radius: 50%;
  color: #c4bebe;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
}

.v-style-arrow-small .owl-prev {
  left: 0;
}

.v-style-arrow-small .owl-prev.disabled {
  display: none;
}

.v-style-arrow-small .owl-prev .fa {
  margin-right: 2px;
  vertical-align: -1px;
}

.v-style-arrow-small .owl-next {
  right: 0;
}

.v-style-arrow-small .owl-next.disabled {
  display: none;
}

.v-style-arrow-small .owl-next .fa {
  margin-left: 2px;
  vertical-align: -1px;
}

.v-style-back {
  background: #f4f4f4;
  padding: 17px 15px;
}

.v-style-back > * {
  border: none;
}

.v-style-back .wa-auth-adapters,
.v-style-back p:last-child {
  margin-bottom: 0;
}

/* Адаптация с плагинами */

/* START SEO Регионы */

.shop-regions-window__wrapper,
.shop-regions-ip-analyzer__wrapper,
.shop-regions-window_show {
  z-index: 240  !important;
}

.shop-regions-window,
.shop-regions-window a {
  color: #000 !important;
}

.shop-regions-button {
  color: #fff;
}

.shop-regions__button a {
  color: #fff !important;
}

.shop-regions__ip-analyzer-variants {
  position: absolute;
}

div.shop-regions__button-close {
  position: absolute;
  right: 15px;
  top: 13px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  color: #000;
  opacity: 1;
  text-indent: 1px;
  font-style: normal;
  font-size: 0;
  cursor: pointer;
}

div.shop-regions__button-close:hover {
  color: #3172b9;
}

div.shop-regions__button-close:after {
  content: '×';
  font-size: 20px;
}

.shop-regions-window .clear_search {
  height: auto !important;
}

/* END SEO Регионы */

/* START Способы доставки */

.dp-product {
  margin-top: 17px;
  border-radius: 0 !important;
  border: 1px solid #d8d4d4 !important;
}

.dp-product__content {
  border-top: 1px solid #d8d4d4 !important;
}

.dp-dialog__header-title {
  font-size: 24px;
  font-weight: 500;
}

.dp-dialog.dp-dialog--header-small-padding .dp-dialog__header {
  padding-bottom: 14px !important;
}

div.dp-dialog__close-button {
  position: absolute;
  right: 15px;
  top: 13px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  color: #000;
  opacity: 1;
  text-indent: 1px;
  font-style: normal;
  font-size: 0;
  cursor: pointer;
}

div.dp-dialog__close-button:hover {
  color: #3172b9 !important;
}

div.dp-dialog__close-button:before {
  display: none;
}

div.dp-dialog__close-button:after {
  content: '×';
  font-size: 20px;
}

/* END Способы доставки */

/* START Buy1click */

.v-buy1click-button {
  text-align: center;
  margin-bottom: 9px;
  margin-top: 11px;
  box-shadow: none;
}

.v-products-list .v-buy1click-button {
  margin-top: -16px;
  margin-bottom: 30px;
  text-align: left;
}

.v-products-tbl .v-buy1click-button {
  margin-top: 9px;
  margin-bottom: 2px;
  text-align: right;
}

.v-product-management .v-buy1click-button {
  text-align: left;
}

.v-buy1click-button button {
  background: none;
  padding: 0;
  display: inline-block;
  color: #e8565f;
  border-bottom: 1px dashed #e8565f;
  text-decoration: none;
  line-height: normal;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none;
}

.buy1click-open-button {
  background: none;
}

.v-cart-results__buttons .buy1click-open-button {
  line-height: 37px;
  font-weight: 400;
  padding: 0 20px;
}

.v-buy1click-button button[disabled] {
  display: none;
}

.v-products-list .v-buy1click-button button {
  font-size: 13px;
}

.v-products-tbl .v-buy1click-button button {
  font-size: 12px;
}

.v-product-management .v-buy1click-button button {
  font-size: 13px;
}

.v-buy1click-button button:hover {
  border-bottom: 1px dashed #f4f4f4;
}

.v-buy1click-button .buy1click-open-button_loading,
.v-buy1click-button .buy1click-open-button_loading[disabled] {
  border-bottom: 1px dashed #f4f4f4;
  display: inline-block;
}

.v-buy1click-button button:hover {
  background: none;
  box-shadow: none;
}

.v-buy1click-button .buy1click-loader {
  vertical-align: top;
  display: none;
  animation: none;
}

.v-buy1click-button .buy1click-button,
.v-buy1click-button .buy1click-form-button {
  height: auto !important;
  width: auto !important;
  padding: 0 !important;
}

/* END Buy1click */

/* START Бренды Pro */

.shop-brand-brands__wrapper .shop-brand-brands__brand-image-box {
  margin: 0 auto 30px;
}

.shop-brand-brands__wrapper .shop-brand-brands__brand-link {
  border-radius: 0;
  border: 0;
}

.shop-brand-brands__wrapper .shop-brand-brands__brand-link:hover {
  border: 0;
}

.brand-plugin-catalog-brand-categories__list {
  margin-top: 8px;
  line-height: 22px;
}

.v-block-column .shop-brand-nav {
  margin: -14px !important;
  margin-bottom: 8px !important;
}

.v-block-column .shop-brand-nav-item {
  margin: 14px;
}

.v-block-column .shop-brand-nav-item__image {
  max-width: 90%;
  max-height: 90%;
}

.v-block-column .shop-brand-nav-item__name {
  font-size: 13px;
}

.v-block-column .shop-brand-nav-item__image-box {
  margin-bottom: 6px;
}

.shop-brand-brands__brand-link {
  padding: 20px 30px;
}

.brand-plugin-catalog__header .brand-plugin-catalog-header__brand {
  overflow: hidden;
  margin-bottom: 20px;
}

.menu-v .shop-brand-nav__item {
  padding-bottom: 0 !important;
}

.shop-brand-nav__item a {
  display: block !important;
  padding-right: 0 !important;
}

#brand-add-form-wrapper .rate i {
  font-size: 22px;
  margin-right: 3px;
  color: #e8565f;
}

#brand-add-form-wrapper .wa-captcha {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .shop-brand-brands__wrapper .shop-brand-brands__brand-wrap {
    width: 50%;
  }

  .brand-plugin-catalog-brand-categories__list {
    padding-left: 30px !important;
  }

  .brand-plugin-catalog-brand-categories__list_depth_0 {
    padding-left: 0 !important;
  }
}

/* END Бренды Pro */

/* START Бернды с изображениями */

.brands-list {
  font-size: 0;
  margin-top: 30px;
}

.brands-list_el {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  font-size: 13px;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
  box-sizing: border-box;
}

.brands-list_el-img {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin-bottom: 15px;
}

.brands-list_el img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

@media (min-width: 961px) {
  .v-main-columns__center._with-left .brands-list_el,
  .v-main-columns__center._with-right .brands-list_el {
    width: 25%;
  }

  .v-main-columns__center._with-left._with-right .brands-list_el {
    width: 33.33%;
    width: calc(100% / 3);
  }
}

@media (max-width: 960px) {
  .brands-list_el {
    width: 25%;
  }
}

@media (max-width: 720px) {
  .brands-list_el {
    width: 33.3%;
    width: calc(100%/3);
  }
}

@media (max-width: 540px) {
  .brands-list_el {
    width: 50%;
  }
}

@media (max-width: 380px) {
  .brands-list_el {
    width: 100%;
  }
}

/* END Бернды с изображениями */

/* START Кастомизация сторонних приложений */

.post figure {
  margin: 1em 0;
}

.post figure img {
  max-width: 100%;
}

/* END Кастомизация сторонних приложений */

/* START Отзывы о магазине */

.reviews-branch {
  font-size: 14px;
}

/* END Отзывы о магазине */

/* Верхняя полоска хедера */

/* START Верхняя полоска хедера */

.v-header-top {
  height: 40px;
  overflow: hidden;
  background-color: #3172b9;
  color: #ffffff;
}

.v-header-top a {
  color: #fff;
}

.v-header-top a:hover {
  color: #fff;
}

.v-header-top__text {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  padding-right: 10px;
  float: left;
  overflow: hidden;
}

.v-header-top__text a {
  display: inline-block;
  line-height: 14px;
  vertical-align: 1px;
  outline: 0;
}

.v-header-top__text-small {
  line-height: 40px;
  font-size: 11px;
  color: #efefef;
  float: left;
  height: 40px;
  overflow: hidden;
  padding-right: 10px;
}

.v-header-top__text-small a {
  display: inline-block;
  line-height: 13px;
  vertical-align: 1px;
}

.v-header-top__call {
  float: right;
  line-height: 52px;
  text-decoration: none;
  padding: 0 20px 0 13px;
  background-color: #e8565f;
}

.v-header-top__call:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
}

.v-header-top__call-icon {
  font-size: 20px;
  color: #ffffff;
  padding-right: 6px;
}

.v-header-top__call-text {
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
  line-height: 19px;
  display: inline-block;
  vertical-align: 3px;
}

/*
 * Логин пароль
 */

.v-header-top__auth {
  float: right;
  height: 40px;
  text-decoration: none;
  padding: 11px 25px 0 25px;
  background-color: #e8565f;
  box-sizing: border-box;
  margin-left: 30px;
}

.v-header-top__auth-icon {
  font-size: 15px;
  vertical-align: -1px;
  margin-right: 5px;
}

.v-header-top__auth-link {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
}

.v-header-top__auth-link:hover {
  color: #ffffff;
}

.v-header-top__auth-delim {
  line-height: 19px;
  font-size: 16px;
  color: #fff;
  vertical-align: -1px;
}

.v-header-top__socials {
  display: inline-block;
  padding-top: 6px;
  float: right;
}

/* END Нижняя полоска хедера */

/* START Список ссылок на соцсети */

.v-socials-list {
  display: inline-block;
}

.v-socials-list__item {
  text-decoration: none;
  display: inline-block;
  line-height: 27px;
  margin-left: 20px;
  vertical-align: middle;
}

.v-socials-list__fon {
  color: #fff;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  font-size: 17px;
  text-align: center;
  border-radius: 5px;
  /*opacity: 0.7;*/
}

.v-socials-list__fon:hover {
  opacity: 1;
}

.v-socials-list__item_youtube .v-socials-list__fon {
  vertical-align: -3px;
}

.v-socials-list__item_ok .v-socials-list__fon {
  font-size: 16px;
}

.v-socials-list__item_fb .v-socials-list__fon {
  font-size: 16px;
}

.v-header-top__address._phide ~ .v-header-top__socials {
  float: left;
}

/* Меню */

.v-header-top__menu-open {
  float: left;
  position: static;
  margin-left: -10px;
  padding: 6px 12px 10px 10px;
  display: none;
}

.v-header-top__menu-open-span {
  display: inline-block;
  height: 27px;
  width: 0;
  line-height: 27px;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  color: #3172b9;
  border-radius: 5px;
}

.v-header-top__menu-open._show .fa:before {
  content: "\f00d";
}

/* END Список ссылок на соцсети */

@media (max-width: 840px) {
  .v-header-top__menu-open {
    display: block;
  }

  .v-header-top__menu-open-span {
    width: 27px;
  }
}

@media (max-width: 640px) {
  .v-header-top__menu-open {
    display: block;
    position: static;
    padding: 7px 12px 7px 11px;
  }

  .v-header-top__menu-open-span {
    width: 27px;
  }
}

@media (max-width: 500px) {
  /*.v-header-top__list > *{
        display: none;
    }*/

  .v-header-top__auth {
    margin-left: 10px;
  }

  .v-header-top__menu-open {
    display: block;
  }
}

@media (max-width: 340px) {
  .v-header-top__auth {
    padding: 11px 15px 0 15px;
  }
}

/* Сам хедер */

/* START Хедер */

.v-header {
  position: relative;
  margin-top: 26px;
  margin-bottom: 26px;
}

.v-header._search {
  margin-bottom: 68px;
}

.v-header__wrap {
  text-align: right;
}

.v-header__list {
  display: table;
  width: 100%;
}

.v-header__left {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
}

.v-header__center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.v-header__right {
  display: table-cell;
  vertical-align: middle;
  width: 260px;
}

.v-header__logo {
  float: left;
  vertical-align: top;
  margin-right: 20px;
  max-width: 260px;
}

.v-header__search {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.v-header__contacts {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 5%;
  text-align: left;
}

.v-header__phones {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}

/* END Хедер */

/* START Логотип в хедере */

.v-header-logo {
  font-size: 0;
}

.v-header-logo__icon {
  display: inline-block;
}

.v-header-logo__link {
  border: 0;
  outline: 0;
  text-decoration: none;
  color: #3172b9;
  display: block;
  width: 100%;
  height: 100%;
}

.v-header-logo__img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.v-header-logo__icon_text {
  font-size: 42px;
  line-height: 28px;
  font-weight: bold;
}

/* END Логотип в хедере */

/* START Поиск в хедере */

.v-header-search {
  width: 100%;
  height: 54px;
  max-width: 600px;
  display: inline-block;
}

.v-header-search__open {
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #f4f4f4;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  display: none;
  color: #0067ae;
  vertical-align: middle;
}

.v-header-search__form-wrap {
  position: relative;
}

.v-header-search__wrap {
  background-color: #f4f4f4;
  padding: 0 65px 0 25px;
  line-height: 54px;
  border-radius: 100px;
}

input.v-header-search__input {
  border: 0;
  outline: 0;
  color: #000000;
  font-size: 14px;
  background-color: #f4f4f4;
  width: 100%;
  margin: 0;
  padding: 0;
}

.v-header-search__loop {
  position: absolute;
  right: 22px;
  font-size: 30px;
  margin-top: -2px;
  top: 0;
  color: #3172b9;
}

.v-header-search__result {
  position: absolute;
  top: 60px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 3px 4px #bbb7b7;
  border-top: 2px solid #3172b9;
  border-radius: 4px 4px 8px 8px;
  text-align: left;
  z-index: 300;
  background-color: #fff;
}

.v-header-search__all {
  font-size: 13px;
  padding: 18px 14px 15px;
  line-height: 13px;
}

.v-header-search__list {
  padding: 0 17px 10px;
}

.v-header-search__item {
  margin-bottom: 22px;
  overflow: hidden;
}

.v-header-search__item:last-child {
  margin-bottom: 10px;
}

.v-header-search__icon {
  font-size: 24px;
  height: 54px;
  width: 54px;
  line-height: 54px;
  background-color: #ebebeb;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  display: none;
  color: #3172b9;
}

.v-header-search__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.v-header-search__left {
  width: 60px;
  float: left;
  text-align: center;
  margin-right: 10px;
}

.v-header-search__left img {
  max-width: 100%;
}

.v-header-search__content {
  overflow: hidden;
}

.v-header-search__name {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  color: #000000;
  margin-bottom: 7px;
}

.v-header-search__name:hover {
  text-decoration: none;
}

.v-header-search__price {
  font-size: 14px;
  color: #000000;
}

.v-header-search__price-old {
  font-size: 12px;
  color: #000000;
  text-decoration: line-through;
  margin-left: 5px;
}

.v-header-search__available {
  font-size: 12px;
  color: #27a930;
  margin-left: 5px;
}

/* END Поиск в хедере */

/* START Регистрация логин в шапке */

.v-header-contacts__open {
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #f4f4f4;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  display: none;
  color: #e8565f;
  vertical-align: middle;
}

.v-header-contacts__open:hover {
  color: #e8565f;
}

.v-header-contacts__open:focus {
  outline: none;
}

.v-header-contacts__left {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.v-header-contacts__icon {
  font-size: 24px;
  height: 54px;
  width: 54px;
  line-height: 54px;
  background-color: #f4f4f4;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: default;
  vertical-align: middle;
  color: #e8565f;
}

.v-header-contacts__icon:hover {
  color: #e8565f;
}

.v-header-contacts__right {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

.v-header-contacts__phone {
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap;
  color: #e8565f;
  display: block;
  padding-bottom: 2px;
}

.v-header-contacts__phone a {
  text-decoration: none;
  display: inline-block;
  color: #e8565f;
  border-bottom: 1px dashed #e8565f;
  margin-bottom: 2px;
}

.v-header-contacts__phone a:hover {
  color: #e8565f;
  border-bottom: 1px dashed #ffffff;
}

.v-header-contacts__link {
  color: #010101;
  text-decoration: none;
  font-size: 13px;
  line-height: 17px;
  white-space: nowrap;
  border-bottom: 1px dashed #010101;
  display: inline-block;
  text-decoration: none;
}

.v-header-contacts__link:hover {
  text-decoration: none;
  border-bottom: 1px dashed #3172b9;
}

/* END Регистрация логин в шапке */

/* START Адптивность */

@media (max-width: 900px) {
  .v-header-contacts__content {
    display: none;
  }

  .v-header-contacts__open {
    height: 52px;
    width: 52px;
    line-height: 52px;
    display: inline-block;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
  }

  .v-header__right {
    width: 110px;
  }
}

@media (max-width: 700px) {
  .v-header__left {
    width: 230px;
  }

  .v-header__right {
    width: 86px;
  }
}

@media (max-width: 640px) {
  .v-header {
    margin: 16px 0;
  }

  .v-header__left {
    width: 180px;
  }

  .v-header__right {
    width: 54px;
  }

  .v-header__logo {
    max-width: 180px;
  }

  .v-header-logo__icon_text {
    font-size: 36px;
  }

  .v-header__search {
    text-align: right;
    height: 42px;
  }

  .v-header-search__wrap {
    line-height: 42px;
    padding: 0 42px 0 25px;
  }

  .v-header-search__loop {
    right: 15px;
    font-size: 21px;
  }

  .v-header-contacts__open {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

@media (max-width: 520px) {
  .v-header-search {
    height: 40px;
    width: 40px;
  }

  .v-header-search__form {
    display: none;
  }

  .v-header-search__open {
    display: inline-block;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  .v-header-search._position .v-header-search__open .fa:before {
    content: "\f00d";
  }

  .v-header-search__result {
    top: 52px;
  }

  .v-header-search._position .v-header-search__form {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 52px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .v-header-search__loop {
    right: 16px;
  }

  .v-header-search__open {
    position: relative;
  }

  .v-header-search._position .v-header-search__open:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    top: 45px;
    left: 14px;
    border-bottom: 8px solid #f4f4f4;
  }
}

/* END Адаптивность */

/* Мобильное меню */

.v-menu-mobile {
  display: none;
}

.v-menu-mobile._show {
  display: block;
}

.v-menu-mobile__list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
}

.v-menu-mobile__item,
.v-menu-mobile__list .v-menu__item {
  display: block;
  padding: 0 10px;
  margin: 0;
  border-bottom: 1px solid #d8d4d4;
  position: relative;
}

.v-menu-mobile__link,
.v-menu-mobile__list .v-menu__item a {
  border-bottom: none;
  display: block;
  line-height: 22px;
  padding: 5px 0 4px 2px;
  margin: 0 30px 0 0;
  font-size: 14px;
  text-decoration: none;
}

.v-menu-mobile__expand {
  position: absolute;
  right: 10px;
  top: 3px;
  display: block;
  font: normal normal normal 16px/1 FontAwesome;
  vertical-align: middle;
}

.v-menu-mobile__expand:before {
  content: "\f0fe";
  font-size: 27px;
  color: #c4bebe;
}

.v-menu-mobile__expand._expand:before {
  content: "\f146";
}

.v-menu-mobile__sub-list {
  list-style: none;
  padding: 0;
  margin: -2px 0 5px 0;
  background-color: #f4f4f4;
  display: none;
}

.v-menu-mobile__sub-list._expand {
  display: block;
}

.v-menu-mobile__sub-link {
  border-bottom: none;
  display: block;
  line-height: 24px;
  padding: 3px 0 2px 22px;
  margin: 0 30px 0 0;
  font-size: 14px;
  text-decoration: none;
}

/*Адаптивность*/

@media (min-width: 961px) {
  .v-menu-mobile {
    display: none !important;
  }
}

/* Каталог в сайдбаре */

.v-catalog {
  margin-bottom: 35px;
  margin-top: -30px;
  position: relative;
}

.v-catalog__content {
  padding: 8px 0 10px;
  border-radius: 0 0 8px 8px;
  background-color: #3172b0;
}

.v-catalog_position .v-catalog__content {
  display: none;
}

.v-catalog__list {
  margin: 0;
  padding: 0;
}

.v-catalog__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.v-catalog__item._open [class*="fa-caret"]:before {
  content: "\f0d8";
  vertical-align: 1px;
}

.v-catalog__item._active {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.v-catalog__link {
  color: #fefeff;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  border: 0;
  padding: 10px 42px 10px 18px;
  display: block;
  overflow: hidden;
  position: relative;
  font-weight: 300;
}

.v-catalog__link:hover,
.v-catalog__link._selected {
  color: #fefeff;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.v-catalog__icon {
  display: table-cell;
  vertical-align: middle;
}

.v-catalog__ellipse {
  width: 13px;
  height: 14px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  z-index: 1;
  vertical-align: -1px;
  background-color: #3172b0;
  border-radius: 50%;
}

.v-catalog__ellipse:before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #3172b0;
  opacity: 0.3;
  border-radius: 50%;
}

.v-catalog__link._selected .v-catalog__ellipse {
  background-color: #fff;
}

.v-catalog__link._selected .v-catalog__ellipse:before {
  background-color: #fff;
}

.v-catalog__item._active .v-catalog__ellipse {
  background-color: #fff;
}

.v-catalog__item._active .v-catalog__ellipse:before {
  background-color: #fff;
}

.v-catalog__line {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 0;
  width: 1px;
  opacity: 0.3;
  background-color: #fff;
}

.v-catalog__link._selected .v-catalog__line {
  display: none;
}

.v-catalog__item._active .v-catalog__line {
  display: none;
}

.v-catalog__item:first-child .v-catalog__line {
  top: 50%;
}

.v-catalog__item._last:not(._open) .v-catalog__line {
  bottom: 50%;
  top: auto;
}

.v-catalog__img {
  margin-right: 12px;
  width: 25px;
  height: 25px;
  display: block;
}

.v-catalog__img img {
  max-width: 100%;
  max-height: 100%;
}

.v-catalog__name {
  vertical-align: middle;
  display: table-cell;
  line-height: 21px;
}

.v-catalog__expand {
  position: absolute;
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.3);
  width: 19px;
  height: 19px;
  line-height: 20px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  right: 12px;
  top: 50%;
  margin-top: -9px;
  z-index: 1;
  background-color: #3172b0;
  color: #3172b0;
}

.v-catalog__expand .fa-caret-up {
  vertical-align: 1px;
}

.v-catalog__submenu {
  background-color: #fff;
  padding: 14px 0 4px;
  list-style: none;
  display: none;
  border: 1px solid #d8d4d4;
}

.v-catalog__submenu._expand {
  display: block;
}

.v-catalog__sub-block {
  display: none;
  /*margin: 10px 0;*/
}

.v-catalog__sub-block._expand {
  display: block;
}

.v-catalog__sub-item {
  position: relative;
  margin-bottom: 11px;
  margin-left: 20px;
}

.v-catalog__sub-link {
  margin-right: 36px;
  color: #000000;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
}

.v-catalog__sub-link:hover {
  color: #e8565f;
}

.v-catalog__sub-link._selected {
  color: #e8565f;
}

.v-catalog__sub-link._selected:hover {
  color: #e8565f;
}

.v-catalog__sub-expand {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -8px;
  font-size: 14px;
  width: 16px;
  text-align: center;
}

.v-catalog__sub-plus {
  position: absolute;
  text-decoration: none;
  left: -15px;
  top: 3px;
  font-size: 13px;
  color: #e8565f;
}

.v-catalog__sub-item._open [class*="fa-plus"]:before {
  content: "\f147";
}

.v-catalog__sub-item._open [class*="fa-caret"]:before {
  content: "\f0d8";
}

.v-catalog__sub-item._level2 {
  margin-bottom: 7px;
  margin-left: 30px;
}

.v-catalog__sub-item:last-child {
  margin-bottom: 12px;
}

.v-catalog__sub-item._level2 .v-catalog__sub-link {
  font-size: 13px;
}

.v-catalog__sub-item._level3 {
  margin-bottom: 7px;
  margin-left: 45px;
}

.v-catalog__sub-item._level3 .v-catalog__sub-link {
  font-size: 13px;
}

.v-catalog__sub-item._level4 {
  margin-bottom: 7px;
  margin-left: 60px;
}

.v-catalog__sub-item._level4 .v-catalog__sub-link {
  font-size: 13px;
}

.v-catalog__sub-item._level5 {
  margin-bottom: 7px;
  margin-left: 70px;
}

.v-catalog__sub-item._level5 .v-catalog__sub-link {
  font-size: 12px;
}

@media (max-width: 1280px) {
  .v-catalog_switch {
    display: none;
  }
}

/* Каталог в сайдбаре с боковым открыванием подменю */

.v-catalog-side {
  position: relative;
  margin-bottom: 35px;
  margin-top: -30px;
  z-index: 230;
}

.v-catalog-side__bar {
  padding-right: 10px;
  font-size: 20px;
  vertical-align: -1px;
  width: 20px;
  display: inline-block;
  padding-left: 1px;
}

.v-catalog-side__content {
  padding: 8px 0 10px;
  background-color: #3172b0;
  width: 100%;
  border-radius: 0 0 8px 8px;
}

.v-catalog-side._shadow:hover .v-catalog-side__content {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.v-catalog-side__list {
  margin: 0;
  padding: 0;
}

.v-catalog-side__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.v-catalog-side__content._pos-block .v-catalog-side__item._card,
.v-catalog-side__content._pos-block .v-catalog-side__item._table {
  position: static;
}

.v-catalog-side__item._active {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.v-catalog-side__link {
  color: #fefeff;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  border: 0;
  padding: 10px 32px 10px 18px;
  display: block;
  overflow: hidden;
  position: relative;
  font-weight: 300;
}

.v-catalog-side__link._selected {
  color: #fefeff;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.v-catalog-side__item:hover .v-catalog-side__link {
  color: #fefeff;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.v-catalog-side__icon {
  display: table-cell;
  vertical-align: middle;
}

.v-catalog-side__img {
  margin-right: 12px;
  width: 25px;
  height: 25px;
  display: block;
}

.v-catalog-side__img img {
  max-width: 100%;
  max-height: 100%;
}

.v-catalog-side__ellipse {
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  z-index: 1;
  vertical-align: -1px;
  background-color: #3172b0;
  border-radius: 50%;
}

.v-catalog-side__ellipse:before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  margin: -1px;
  width: 100%;
  height: 100%;
  background-color: #3172b0;
  opacity: 0.3;
  border-radius: 50%;
}

.v-catalog-side__name {
  vertical-align: middle;
  display: table-cell;
  line-height: 21px;
}

.v-catalog-side__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  color: rgba(255, 255, 255, 0.3);
}

.v-catalog-side__line {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 0;
  width: 1px;
  opacity: 0.3;
  background-color: #fff;
}

.v-catalog-side__item:first-child .v-catalog-side__line {
  top: 50%;
}

.v-catalog-side__item:last-child .v-catalog-side__line {
  bottom: 50%;
  top: auto;
}

/* List */

.v-catalog-side-list {
  position: absolute;
  left: 260px;
  top: 0;
  width: 260px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

.v-catalog-side-list._hide {
  display: none;
}

/*.v-catalog-side__item:hover > .v-catalog-side-list{
    display: block;
}
.v-catalog-side-list__item:hover > .v-catalog-side-list{
    display: block;
}*/

.v-catalog-side-list__wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.v-catalog-side-list__link {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  border: 0;
  padding: 11px 32px 12px 16px;
  display: block;
  overflow: hidden;
  position: relative;
  font-weight: 300;
}

.v-catalog-side-list__link._selected {
  color: #3172b9;
}

.v-catalog-side-list__item {
  position: relative;
}

.v-catalog-side-list__item:hover > .v-catalog-side-list__link {
  /*color: #fefeff;
    box-shadow: inset 0 0 100px 100px rgba(0,0,0,.1);*/
  background-color: #e8565f;
  color: #fff;
}

.v-catalog-side-list__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  color: rgba(0, 0, 0, 0.2);
}

.v-catalog-side-list__item:hover > a .v-catalog-side-list__arrow {
  color: #fff;
}

/* Card */

.v-catalog-side-card {
  position: absolute;
  left: 260px;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

.v-catalog-side-card {
  padding: 10px 6px;
}

.v-catalog-side__content._pos-block .v-catalog-side-card {
  min-height: 100%;
}

/*.v-catalog-side__item:hover > .v-catalog-side-card{
    display: block;
}*/

.v-catalog-side-card__block {
  display: table;
}

.v-catalog-side-card__list {
  display: table-row;
}

.v-catalog-side-card__item {
  display: table-cell;
  vertical-align: top;
}

.v-catalog-side-card__item-wrap {
  text-align: center;
  width: 175px;
  padding: 10px 14px;
  margin-bottom: 10px;
}

.v-catalog-side-card__link {
  text-decoration: none;
}

.v-catalog-side-card__bottom {
  text-align: center;
  padding: 0 8px;
  line-height: 150px;
  height: 150px;
}

.v-catalog-side-card__title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
}

.v-catalog-side-card__link._selected .v-catalog-side-card__title {
  color: #3172b9;
}

.v-catalog-side-card__img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .v-catalog-side-card._cols4 .v-catalog-side-card__item-wrap {
    width: 140px;
  }

  .v-catalog-side-card._cols4 .v-catalog-side-card__bottom {
    padding: 0 6px;
    line-height: 120px;
    height: 120px;
  }
}

/* Table */

.v-catalog-side-table {
  position: absolute;
  left: 260px;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.v-catalog-side__content._pos-block .v-catalog-side-table {
  min-height: 100%;
}

/*.v-catalog-side__item:hover > .v-catalog-side-table{
    display: block;
}*/

.v-catalog-side-table._hide {
  display: none;
}

.v-catalog-side-table__block {
  display: table;
  padding: 7px 0;
}

.v-catalog-side-table__list {
  display: table-row;
}

.v-catalog-side-table__item {
  display: table-cell;
  vertical-align: top;
}

.v-catalog-side-table__item-wrap {
  text-align: left;
  width: 180px;
  padding: 10px 20px;
}

.v-catalog-side-table__title {
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
}

.v-catalog-side-table__title._selected {
  color: #3172b9;
}

.v-catalog-side-table__bottom {
  overflow: hidden;
}

.v-catalog-side-table__icon-block {
  float: left;
  margin: 10px 6px 0 0;
  width: 30px;
}

.v-catalog-side-table__icon {
  max-width: 100%;
  max-height: 100%;
}

.v-catalog-side-table__subs {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.v-catalog-side-table__sub {
  margin: 10px 0 10px 25px;
  position: relative;
}

.v-catalog-side-table__sub:before {
  content: "•";
  position: absolute;
  left: -15px;
  top: 1px;
  color: #d8d4d4;
  font-size: 15px;
}

.v-catalog-side-table__sub-link {
  text-decoration: none;
  font-size: 13px;
}

.v-catalog-side-table__sub-link._selected {
  color: #3172b9;
}

@media (max-width: 1100px) {
  .v-catalog-side-table._cols4 .v-catalog-side-table__item-wrap {
    width: 150px;
    padding: 12px;
  }

  .v-catalog-side-table._cols4 .v-catalog-side-table__icon-block {
    display: none;
  }

  .v-catalog-side-table._cols4 .v-catalog-side-table__sub {
    margin: 10px 0 10px 18px;
  }
}

@media (max-width: 1280px) {
  .v-catalog-side_switch {
    margin-top: 4px;
  }
}

/* Каталог в меню */

.v-catalog-menu {
  margin-top: 0;
  float: left;
  width: 260px;
  position: relative;
  z-index: 230;
}

.v-catalog-menu__zag {
  padding-left: 24px;
  padding-right: 12px;
  display: block;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0 0 0 0;
  background-color: #3172b0;
}

/*.v-catalog-menu__zag:hover{
    box-shadow: inset 0 0 100px 100px rgba(0,0,0,.1);
}*/

.v-catalog-menu__open {
  width: 100%;
  height: 60px;
  line-height: 62px;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.v-catalog-menu__open-text {
  text-transform: uppercase;
}

.v-catalog-menu__bar {
  padding-right: 10px;
  font-size: 20px;
  vertical-align: -1px;
  width: 20px;
  display: inline-block;
  padding-left: 1px;
}

.v-catalog-menu__content {
  padding: 8px 0 10px;
  background-color: #3172b0;
  position: absolute;
  width: 100%;
  display: none;
  opacity: 0;
  margin-top: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.v-catalog-menu__list {
  margin: 0;
  padding: 0;
}

.v-catalog-menu__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.v-catalog-menu__content._pos-block .v-catalog-menu__item._card,
.v-catalog-menu__content._pos-block .v-catalog-menu__item._table {
  position: static;
}

.v-catalog-menu__item._active {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.v-catalog-menu__link {
  color: #fefeff;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  border: 0;
  padding: 10px 32px 10px 18px;
  display: block;
  overflow: hidden;
  position: relative;
  font-weight: 300;
}

.v-catalog-menu__item:hover .v-catalog-menu__link {
  color: #fefeff;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.v-catalog-menu__icon {
  display: table-cell;
  vertical-align: middle;
}

.v-catalog-menu__img {
  margin-right: 12px;
  width: 25px;
  height: 25px;
  display: block;
}

.v-catalog-menu__img img {
  max-width: 100%;
  max-height: 100%;
}

.v-catalog-menu__ellipse {
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  z-index: 1;
  vertical-align: -1px;
  background-color: #3172b0;
  border-radius: 50%;
}

.v-catalog-menu__ellipse:before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  margin: -1px;
  width: 100%;
  height: 100%;
  background-color: #3172b0;
  opacity: 0.3;
  border-radius: 50%;
}

.v-catalog-menu__name {
  vertical-align: middle;
  display: table-cell;
  line-height: 21px;
}

.v-catalog-menu__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  color: rgba(255, 255, 255, 0.3);
}

.v-catalog-menu__line {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 0;
  width: 1px;
  opacity: 0.3;
  background-color: #fff;
}

.v-catalog-menu__item:first-child .v-catalog-menu__line {
  top: 50%;
}

.v-catalog-menu__item:last-child .v-catalog-menu__line {
  bottom: 50%;
  top: auto;
}

.v-catalog-menu {
  margin-top: -7px;
}

.v-catalog-menu .v-catalog-menu__zag {
  border-radius: 8px 8px 0 0;
}

.v-catalog-menu .v-catalog-menu__open {
  height: 67px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 76px;
}

.v-catalog-menu_active:not(._open) {
  margin-top: 4px;
}

.v-catalog-menu_active:not(._open) .v-catalog-menu__zag {
  border-radius: 5px;
}

.v-catalog-menu_active:not(._open) .v-catalog-menu__open {
  height: 52px;
  line-height: 53px;
  border: 0;
}

/* List */

.v-catalog-menu-list {
  position: absolute;
  left: 260px;
  top: 0;
  width: 260px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

.v-catalog-menu-list._hide {
  display: none;
}

/*.v-catalog-menu__item:hover > .v-catalog-menu-list{
    display: block;
}
.v-catalog-menu-list__item:hover > .v-catalog-menu-list{
    display: block;
}*/

.v-catalog-menu-list__wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.v-catalog-menu-list__link {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  border: 0;
  padding: 11px 32px 12px 16px;
  display: block;
  overflow: hidden;
  position: relative;
  font-weight: 300;
}

.v-catalog-menu-list__item {
  position: relative;
}

.v-catalog-menu-list__item:hover > .v-catalog-menu-list__link {
  /*color: #fefeff;
    box-shadow: inset 0 0 100px 100px rgba(0,0,0,.1);*/
  background-color: #e8565f;
  color: #fff;
}

.v-catalog-menu-list__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  color: rgba(0, 0, 0, 0.2);
}

.v-catalog-menu-list__item:hover > a .v-catalog-menu-list__arrow {
  color: #fff;
}

/* Card */

.v-catalog-menu-card {
  position: absolute;
  left: 260px;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

.v-catalog-menu-card {
  padding: 10px 6px;
}

.v-catalog-menu__content._pos-block .v-catalog-menu-card {
  min-height: 100%;
}

/*.v-catalog-menu__item:hover > .v-catalog-menu-card{
    display: block;
}*/

.v-catalog-menu-card__block {
  display: table;
}

.v-catalog-menu-card__list {
  display: table-row;
}

.v-catalog-menu-card__item {
  display: table-cell;
  vertical-align: top;
}

.v-catalog-menu-card__item-wrap {
  text-align: center;
  width: 175px;
  padding: 10px 14px;
  margin-bottom: 10px;
}

.v-catalog-menu-card__link {
  text-decoration: none;
}

.v-catalog-menu-card__bottom {
  text-align: center;
  padding: 0 8px;
  line-height: 150px;
  height: 150px;
}

.v-catalog-menu-card__title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
}

.v-catalog-menu-card__img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .v-catalog-menu-card._cols4 .v-catalog-menu-card__item-wrap {
    width: 140px;
  }

  .v-catalog-menu-card._cols4 .v-catalog-menu-card__bottom {
    padding: 0 6px;
    line-height: 120px;
    height: 120px;
  }
}

/* Table */

.v-catalog-menu-table {
  position: absolute;
  left: 260px;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.v-catalog-menu__content._pos-block .v-catalog-menu-table {
  min-height: 100%;
}

/*.v-catalog-menu__item:hover > .v-catalog-menu-table{
    display: block;
}*/

.v-catalog-menu-table._hide {
  display: none;
}

.v-catalog-menu-table__block {
  display: table;
  padding: 7px 0;
}

.v-catalog-menu-table__list {
  display: table-row;
}

.v-catalog-menu-table__item {
  display: table-cell;
  vertical-align: top;
}

.v-catalog-menu-table__item-wrap {
  text-align: left;
  width: 180px;
  padding: 10px 20px;
}

.v-catalog-menu-table__title {
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
}

.v-catalog-menu-table__bottom {
  overflow: hidden;
}

.v-catalog-menu-table__icon-block {
  float: left;
  margin: 10px 6px 0 0;
  width: 30px;
}

.v-catalog-menu-table__icon {
  max-width: 100%;
  max-height: 100%;
}

.v-catalog-menu-table__subs {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.v-catalog-menu-table__sub {
  margin: 10px 0 10px 25px;
  position: relative;
}

.v-catalog-menu-table__sub:before {
  content: "•";
  position: absolute;
  left: -15px;
  top: 1px;
  color: #d8d4d4;
  font-size: 15px;
}

.v-catalog-menu-table__sub-link {
  text-decoration: none;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .v-catalog-menu-table._cols4 .v-catalog-menu-table__item-wrap {
    width: 150px;
    padding: 12px;
  }

  .v-catalog-menu-table._cols4 .v-catalog-menu-table__icon-block {
    display: none;
  }

  .v-catalog-menu-table._cols4 .v-catalog-menu-table__sub {
    margin: 10px 0 10px 18px;
  }
}

@media (max-width: 1280px) {
  .v-catalog-menu_switch {
    margin-top: 4px;
  }

  .v-catalog-menu_switch .v-catalog-menu__zag {
    border-radius: 5px;
  }

  .v-catalog-menu_switch .v-catalog-menu__open {
    height: 52px;
    line-height: 53px;
    border: 0;
  }
}

@media (max-width: 960px) {
  .v-catalog-menu {
    margin-top: 4px;
  }

  .v-catalog-menu .v-catalog-menu__zag {
    border-radius: 5px;
  }

  .v-catalog-menu .v-catalog-menu__open {
    height: 52px;
    line-height: 53px;
    border: 0;
  }

  .v-catalog-menu .v-catalog-menu__content {
    display: none !important;
  }
}

/* Каталог в мобильной версии */

.v-catalog-mobile {
  display: none;
  margin-bottom: 30px;
}

.v-catalog-mobile__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v-catalog-mobile__item {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0 8px 0;
}

.v-catalog-mobile__item-point {
  position: relative;
}

.v-catalog-mobile__link {
  padding: 7px 0 8px 20px;
  margin-right: 54px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  outline: none;
  border: 0;
}

.v-catalog-mobile__link._is-icon {
  white-space: nowrap;
}

.v-catalog-mobile__link:hover {
  color: #000;
}

.v-catalog-mobile__icon {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.v-catalog-mobile__name {
  vertical-align: middle;
  display: inline-block;
}

.v-catalog-mobile__link._is-icon .v-catalog-mobile__name {
  padding-right: 40px;
  white-space: normal;
}

.v-catalog-mobile__expand {
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  cursor: pointer;
  color: #ebebed;
  text-align: center;
  right: 0;
  top: 50%;
  margin-top: -19px;
  padding: 5px 12px 5px 12px;
}

.v-catalog-mobile__expand._show .fa:before {
  content: "\f146";
}

.v-catalog-mobile__submenu {
  display: none;
}

.v-catalog-mobile__submenu._show {
  display: block;
  /*padding-bottom: 16px;
    margin-top: -8px;*/
}

.v-catalog-mobile__sub-item {
  padding: 0 0 0 0;
}

.v-catalog-mobile__sub-point {
  padding-right: 40px;
  position: relative;
}

.v-catalog-mobile__sub-link {
  display: block;
  padding: 6px 0 7px 35px;
  text-decoration: none;
  font-size: 14px;
  outline: none;
  border: 0;
}

.v-catalog-mobile__sub-link:hover {
  color: #000;
}

.v-catalog-mobile__sub-expand {
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  cursor: pointer;
  color: #ebebed;
  text-align: center;
  right: 0;
  top: 50%;
  margin-top: -19px;
  padding: 5px 12px 5px 12px;
}

.v-catalog-mobile__sub-expand._show .fa:before {
  content: "\f146";
}

@media (max-width: 420px) {
  .v-catalog-mobile__link {
    padding-left: 16px;
  }
}

@media (max-width: 340px) {
  .v-catalog-menu {
    width: 100%;
  }
}

/* Дополнительные контролы */

/*Кнопки*/

.v-controls-button {
  font-size: 0;
  margin-right: -12px;
}

.v-controls-button__zag {
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 8px;
}

.v-controls-button__item {
  height: auto;
  line-height: 20px;
  padding: 0 10px;
  border: 1px solid #d8d4d4;
  background-color: #ffffff;
  color: #000000;
  font-size: 13px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 8px;
}

.v-controls-button__item.disabled {
  opacity: 0.5;
  cursor: default;
}

.v-controls-button__item.disabled .jq-checkbox {
  opacity: 1;
}

.v-controls-button__item._hide {
  display: none;
}

.v-controls-button__item.checked {
  background-color: #3172b9;
  color: #fff;
  border: 1px solid #3172b9;
}

.v-controls-button__item .jq-checkbox {
  width: 100%;
  height: 100%;
  background: 0 0;
  margin: 0;
  border: 0;
  display: none;
  left: 0;
}

/*Цвет*/

.v-controls-color {
  margin-right: -12px;
  font-size: 0;
}

.v-controls-color__wrap-in {
  display: inline-block;
  vertical-align: top;
}

.v-controls-color__item {
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: top;
  text-align: center;
}

.v-controls-color__item._hide {
  display: none;
}

.v-controls-color__item.disabled {
  opacity: 0.5;
}

.v-controls-color__item.disabled .jq-checkbox {
  opacity: 1;
}

.v-controls-color_show-name .v-controls-color__item {
  width: 60px;
}

.v-controls-color__item-wrap {
  display: inline;
  background-color: inherit;
}

.v-controls-color__item-name {
  font-size: 10px;
  margin-top: 2px;
  display: none;
}

.v-controls-color_show-name .v-controls-color__item-name {
  display: inline-block;
}

.v-controls-color .jq-checkbox {
  display: block;
  text-decoration: none;
  border: 0;
  outline: 0;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: inherit;
  margin: 0 auto;
}

.v-controls-color .jq-checkbox.checked:after {
  display: none;
}

.v-controls-color .jq-checkbox.checked {
  border: 1px solid #8c8c8c;
  margin: 0 auto;
  padding: 0;
}

.v-controls-color .jq-checkbox__div {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: inherit;
}

.v-controls-color .jq-checkbox.checked .jq-checkbox__div {
  border: 3px solid #fff;
  box-sizing: border-box;
}

/*Чекбоксы*/

.v-controls-checkbox__item {
  margin-bottom: 12px;
}

.v-controls-checkbox__item._hide {
  display: none;
}

.v-controls-checkbox__label.disabled {
  opacity: 0.5;
}

.v-controls-checkbox__label.disabled .jq-checkbox.disabled {
  opacity: 1;
}

/*Радиокнопки*/

.v-controls-radio {
  margin-right: -20px;
}

.v-controls-radio__item {
  margin-right: 20px;
}

.v-controls-radio__item.disabled {
  opacity: 0.5;
}

.v-controls-radio__item.disabled .jq-radio {
  opacity: 1;
}

/*Добавление убавление инпут*/

.v-controls-counter {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

input.v-controls-counter__input {
  width: 65px;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  border: 1px solid #d8d4d4;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  outline: none;
}

.v-controls-counter__input:focus {
  outline: none;
}

.v-controls-counter__control {
  color: #bdbcbc;
  position: absolute;
  text-decoration: none;
  outline: none;
  top: 0;
  height: 32px;
  line-height: 32px;
  width: 10px;
}

.v-controls-counter__control_left {
  left: 0;
  text-align: right;
  padding-right: 5px;
}

.v-controls-counter__control_right {
  right: 0;
  text-align: left;
  padding-left: 5px;
}

.v-controls-counter__control:hover {
  color: #bdbcbc;
}

/* Корзина */

/* START Корзина */

.v-cart-mini {
  float: right;
  position: relative;
  right: -10px;
  margin-left: 50px;
  background-color: #fff;
  top: 0;
  padding-right: 10px;
}

.v-cart-mini__link {
  height: 46px;
  line-height: 46px;
  display: inline-block;
  background-color: #3172b9;
  color: #fff;
  margin-top: 7px;
  border-radius: 5px;
  padding: 0 24px;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  border: 0;
  position: relative;
  font-weight: 300;
}

.v-cart-mini__link:hover {
  background-color: #3172b9;
  color: #fff;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
}

.v-cart-mini__icon {
  font-size: 30px;
  margin-right: 12px;
  vertical-align: -4px;
}

.v-cart-mini__count {
  position: absolute;
  background-color: #e8565f;
  top: 4px;
  left: 42px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
}

.v-cart-mini__filling {
  position: absolute;
  right: 10px;
  width: 300px;
  padding-top: 10px;
  transition: padding .2s,opacity .1s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  background-color: #fff;
}

.v-cart-mini:hover .v-cart-mini__filling {
  opacity: 1;
  padding-top: 0;
  visibility: visible;
}

.v-cart-mini__caret {
  color: #e8565f;
  display: block;
  padding-right: 26px;
  margin-top: -3px;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
}

.v-cart-mini__content {
  border-top: 3px solid #e8565f;
  margin-top: -4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  padding-bottom: 10px;
}

.v-cart-mini__msg {
  padding: 0 20px 8px;
}

.v-cart-mini__product {
  overflow: hidden;
  padding: 8px 0;
  border-bottom: 1px dashed #ebebeb;
}

.v-cart-mini__products-wrap {
  max-height: 500px;
  overflow-y: auto;
}

.v-cart-mini__product-img {
  width: 28%;
  float: left;
  margin: 0 2% 0 0;
  text-align: center;
}

.v-cart-mini__product-img img {
  max-width: 50px;
}

.v-cart-mini__product-info {
  float: left;
  width: 52%;
  line-height: 15px;
  font-size: 13px;
  margin: 0 2% 0 0;
}

.v-cart-mini__product-link {
  line-height: 15px;
}

.v-cart-mini__product-price {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 5px 0 0;
}

.v-cart-mini__product-count {
  width: 15%;
  float: left;
  text-align: center;
}

.v-cart-mini__product-remove {
  font-size: 22px;
  cursor: pointer;
}

.v-cart-mini__total {
  margin: 12px 0;
  overflow: hidden;
  text-align: center;
}

.v-cart-mini__total > * {
  margin: 0 10px;
}

/*.v-cart-mini__buttons *, .v-cart-mini__total * {
    margin: 0 10px;
}*/

.v-cart-mini__total-text {
  font-size: 18px;
}

.v-cart-mini__total-price {
  font-size: 18px;
}

.v-cart-mini__buttons {
  margin: 10px 0 0;
  text-align: center;
  padding: 0 0 10px;
}

.v-cart-mini__buttons > * {
  margin: 0 10px;
}

@media (max-width: 1200px) {
  .v-cart-mini {
    margin-left: 40px;
  }
}

@media (max-width: 960px) {
  .v-cart-mini {
    margin-left: 30px;
  }
}

@media (max-width: 600px) {
  .v-cart-mini {
    margin-left: 10px;
  }

  .v-cart-mini__link {
    background-color: #fff;
    height: 52px;
    line-height: 52px;
  }

  .v-cart-mini__link:hover {
    background-color: #fff;
    box-shadow: none;
  }

  .v-cart-mini__icon {
    color: #3172b9;
    margin-right: 0;
  }

  .v-cart-mini__amount {
    display: none;
  }
}

@media (max-width: 400px) {
  .v-cart-mini {
    right: 0;
    padding-right: 0;
  }

  .v-cart-mini__link {
    padding: 0 16px;
    /*padding: 0 8px;*/
  }

  .v-cart-mini__count {
    left: 34px;
  }
}

@media (max-width: 360px) {
  .v-cart-mini__link {
    padding: 0 12px;
  }

  .v-cart-mini__count {
    left: 30px;
  }
}

@media (max-width: 340px) {
  .v-cart-mini {
    display: none;
  }
}

/* END Корзина */

/* Меню */

.v-menu {
  padding-right: 220px;
  height: 60px;
  padding-left: 300px;
}

.v-menu._overflow {
  overflow: hidden;
  padding-right: 0;
  padding-left: 40px;
}

.v-menu__list {
  padding: 0;
  margin: 0 0 0 -12px;
  font-size: 0;
  white-space: nowrap;
  height: 100%;
}

._touchscreen .v-menu__list {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  margin: 0;
}

.v-menu__list > .v-menu__item {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  padding-top: 10px;
}

.v-menu__list > .v-menu__item._hidden {
  display: none;
}

.v-menu__list > .v-menu__item > .v-menu__link {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 12px;
  display: inline-block;
  border-radius: 5px;
  height: 40px;
  line-height: 42px;
}

/*.v-menu__list > .v-menu__item > .v-menu__link._selected{
    color: #3172b9;
}*/

.v-menu__list > .v-menu__item:hover > .v-menu__link,
.v-menu__list > .v-menu__item > .v-menu__link._selected {
  color: #ffffff;
  background-color: #e8565f;
}

.v-menu__fa {
  padding-left: 6px;
  color: #c4c2c2;
  vertical-align: 1px;
}

._touchscreen .v-menu__fa {
  display: none;
}

.v-menu__item:hover .v-menu__fa,
.v-menu__link._selected .v-menu__fa {
  color: #ffffff;
}

.v-menu__item:hover .v-menu__fa:before {
  content: "\f106";
}

.v-menu__submenu {
  position: absolute;
  opacity: 0;
  padding-top: 10px;
  transition: padding .3s, opacity .1s;
  visibility: hidden;
  z-index: 20;
  background-color: #fff;
}

.v-menu__submenu .v-menu__submenu {
  display: none;
}

._no-touch .v-menu__item:hover .v-menu__submenu {
  opacity: 1;
  padding-top: 0;
  visibility: visible;
}

.v-menu__sub-link {
  display: block;
}

.v-menu__sub-caret {
  display: block;
  padding-left: 26px;
  margin-top: -3px;
  color: #3172b9;
  font-size: 14px;
}

.v-menu__sub-list {
  margin: 0;
  padding: 15px 0 4px;
  border-top: 3px solid #3172b9;
  margin-top: -4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
  line-height: 18px;
}

.v-menu__sub-list .v-menu__item {
  list-style: none;
  min-width: 240px;
  margin-bottom: 16px;
}

.v-menu__sub-list .v-menu__link {
  display: block;
  font-size: 14px;
  padding-left: 14px;
  padding-right: 14px;
}

/*Адаптивность*/

@media (max-width: 1200px) {
  .v-menu {
    padding-left: 290px;
  }

  .v-menu._overflow {
    overflow: hidden;
    padding-right: 0;
    padding-left: 30px;
  }
}

@media (max-width: 840px) {
  .v-menu {
    display: none;
  }
}

/* Меню приложения сайт */

.v-menu-site {
  margin-bottom: 35px;
}

/*.v-menu-site__title{
    margin-bottom: 0;
    border-bottom: 3px solid #e8565f;
}
.v-menu-site__name{
    background-color: #e8565f;
    border-bottom-color: #e8565f;
    line-height: 34px;
    text-decoration: none;
    border-right: 15px solid #fff;
    border-bottom-width: 34px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 10px;
    font-weight: 500;
    max-width: 150px;
    color: #fff;
    display: inline-block;
    height: 0;
    border-bottom-style: solid;
    white-space: nowrap;
    text-align: center;
}*/

.v-menu-site__title {
  color: #3172b9;
  border-bottom: 3px solid #3172b9;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.v-menu-site__name {
  margin-bottom: 5px;
}

.v-menu-site__open {
  display: none;
}

.v-menu-site__content {
  border-right: 1px solid #d8d4d4;
  border-left: 1px solid #d8d4d4;
  border-bottom: 1px solid #d8d4d4;
  padding-bottom: 3px;
}

.v-menu-site__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v-menu-site__item {
  border-bottom: 1px dashed #d8d4d4;
  margin: 0 10px 0 14px;
}

.v-menu-site__item:last-child {
  border-bottom: 0;
}

.v-menu-site__link {
  padding: 12px 0 10px 0;
  display: block;
  text-decoration: none;
}

.v-menu-site__link._selected {
  color: #3172b9;
  cursor: default;
  text-decoration: none !important;
}

.v-menu-site__text {
  line-height: 18px;
}

.v-menu-site__sub-list {
  list-style: none;
  margin: -4px 0 10px;
  padding: 0;
}

.v-menu-site__sub-list .v-menu-site__item {
  border: 0;
}

.v-menu-site__sub-list .v-menu-site__link {
  font-size: 12px;
  padding: 6px 0 6px 8px;
  position: relative;
  text-decoration: none;
}

.v-menu-site__sub-list .v-menu-site__text {
  text-decoration: underline;
  line-height: 14px;
}

.v-menu-site__sub-list .v-menu-site__link:before {
  content: "•";
  position: absolute;
  font-size: 18px;
  top: 2px;
  left: -4px;
  color: #e8565f;
}

/*Адаптивность*/

@media (max-width: 960px) {
  .v-menu-site {
    display: block;
  }

  .v-menu-site._no-mobile {
    display: none;
  }

  .v-menu-site__content {
    display: none;
  }

  .v-menu-site._open .v-menu-site__content {
    display: block;
  }

  .v-menu-site__title {
    font-size: 20px;
    cursor: pointer;
  }

  .v-menu-site__open {
    position: absolute;
    right: 6px;
    display: block;
    font-size: 24px;
    top: 0;
  }

  .v-menu-site._open .v-menu-site__open:before {
    content: "\f00d";
  }
}

/* Список продуктов (карусель) */

.v-list {
  margin-bottom: 60px;
  position: relative;
}

.v-list._empty {
  display: none;
}

.v-list_small {
  margin-bottom: 35px;
}

.v-list__content {
  overflow: hidden;
  height: 0;
}

.v-list__content._visible {
  height: auto;
}

.v-list_small .v-products-column__list {
  border-left: 1px solid #d8d4d4;
  border-right: 1px solid #d8d4d4;
}

.v-list__header {
  border-bottom: 3px solid;
  margin-bottom: 15px;
}

.v-list_base1 .v-list__header {
  border-bottom-color: #3172b9;
}

.v-list_base2 .v-list__header {
  border-bottom-color: #e8565f;
}

.v-list_small .v-list__header {
  margin-bottom: 0;
}

.v-list__title {
  color: #fff;
  display: inline-block;
  height: 0;
  border-bottom-style: solid;
  font-weight: 300;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  text-align: left;
}

.v-list__title-text {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
}

.v-list__title:hover {
  color: #fff;
}

.v-list_base1 .v-list__title {
  background-color: #3172b9;
  border-bottom-color: #3172b9;
}

.v-list_base2 .v-list__title {
  background-color: #e8565f;
  border-bottom-color: #e8565f;
}

.v-list_big .v-list__title {
  line-height: 54px;
  text-decoration: none;
  border-right: 30px solid #fff;
  border-bottom-width: 54px;
  font-size: 24px;
  padding-left: 24px;
  padding-right: 10px;
  min-width: 250px;
}

.v-list_small .v-list__title {
  line-height: 34px;
  text-decoration: none;
  border-right: 15px solid #fff;
  border-bottom-width: 34px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 10px;
  font-weight: 500;
  max-width: 150px;
}

.v-list_small .v-list__control_up .fa {
  vertical-align: 1px;
  margin-left: 1px;
}

.v-list_small .v-list__control_down .fa {
  margin-left: 1px;
}

.v-list__controls {
  float: right;
}

.v-list__control {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #c4bebe;
  font-size: 24px;
  background-color: #e9e9e9;
  margin-top: -4px;
  display: inline-block;
}

.v-list__nav {
  color: #3172b9;
}

.v-list_base1 .v-list__nav {
  color: #3172b9;
}

.v-list_base2 .v-list__nav {
  color: #e8565f;
}

.v-list__nav > div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #c4bebe;
  font-size: 24px;
  display: inline-block;
  background-color: #e9e9e9;
  margin-top: -4px;
  cursor: pointer;
}

.v-list__nav > div._disable {
  cursor: inherit !important;
}

.v-list__nav > div:hover {
  color: inherit;
}

.v-list__nav > div._disable:hover {
  color: #c4bebe;
}

.v-list__nav .owl-next {
  margin-left: 10px;
}

.v-list_small .v-list__control {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-top: -1px;
}

.v-list_small .v-list__control._hide {
  display: none;
}

.v-list_base1 .v-list__controls {
  color: #3172b9;
}

.v-list_base2 .v-list__controls {
  color: #e8565f;
}

.v-list_small .v-list__control:hover {
  color: inherit;
}

.v-list__control._disable:hover {
  color: #c4bebe !important;
  cursor: default !important;
}

.v-list__control_next {
  margin-left: 12px;
}

.v-list_small .v-list__control_down {
  margin-left: 4px;
}

.v-list__control_prev .fa {
  padding-right: 3px;
}

.v-list__control_next .fa {
  padding-left: 3px;
}

.v-list__nav .owl-prev .fa {
  padding-right: 3px;
}

.v-list__nav .owl-next .fa {
  padding-left: 3px;
}

.v-list__nav.disabled {
  display: none;
}

.v-list__nav .owl-prev.disabled:hover,
.v-list__nav .owl-next.disabled:hover {
  color: #c4bebe !important;
  cursor: default !important;
}

.v-list__other {
  overflow: hidden;
}

.v-list__other__wrap {
  height: 30px;
  box-sizing: border-box;
}

.v-list_column .v-news-list__other {
  float: none;
  padding: 0;
}

.v-list__other-link {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}

.v-list__other-link:hover {
  color: #fff;
}

.v-list__other-left {
  line-height: 30px;
  height: 0;
  width: 228px;
  border-right: 16px solid transparent;
  border-top: 30px solid #3172b9;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-right: 30px;
  color: #fff;
}

.v-list__other-text {
  position: relative;
  z-index: 3;
  top: -30px;
  font-weight: 300;
  padding-left: 14px;
}

.v-list__other-right {
  height: 30px;
  width: 50px;
  background-color: #3172b9;
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  color: #3172b9;
  font-size: 24px;
  text-align: right;
  padding-right: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  line-height: 28px;
}

/*Адаптивность*/

@media (max-width: 960px) {
  .v-list_big {
    margin-bottom: 40px;
  }
}

@media (max-width: 728px) {
  .v-list_big {
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .v-list_big .v-list__title {
    line-height: 44px;
    border-right: 24px solid #fff;
    border-bottom-width: 44px;
    font-size: 19px;
    padding-left: 14px;
    padding-right: 4px;
    min-width: 240px;
  }

  .v-list_big .v-list__nav > div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
  }
}

@media (max-width: 420px) {
  .v-list_big .v-list__title {
    line-height: 38px;
    border-right: 22px solid #fff;
    border-bottom-width: 38px;
    font-size: 16px;
    padding-right: 8px;
    min-width: 170px;
  }

  .v-list_big .v-list__nav > div {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    margin-top: -4px;
  }

  .v-list_big .v-list__nav .owl-next {
    margin-left: 6px;
  }

  .v-list_crossselling .v-list__title {
    font-size: 15px;
  }
}

@media (max-width: 365px) {
  .v-list_big .v-list__nav > div {
    position: absolute;
    top: 144px;
    z-index: 30;
    background-color: #fff;
  }

  .v-list_big .v-list__nav .owl-prev {
    left: 7px;
  }

  .v-list_big .v-list__nav .owl-next {
    right: 7px;
  }
}

@media (max-width: 340px) {
  .v-list_big .v-list__title {
    line-height: 34px;
    border-right: 18px solid #fff;
    border-bottom-width: 34px;
    font-size: 15px;
    min-width: initial;
  }
}

/* Товары в колонке  */

.v-products-column {
  overflow: hidden;
}

.v-products-column__list {
  overflow: hidden;
}

.v-products-column__list-wrap {
  height: 100%;
}

.v-products-column__list-wrap._transition {
  transition: transform 0.3s;
}

.v-products-column__item {
  border-bottom: 1px solid #d8d4d4;
  overflow: hidden;
  position: relative;
}

.v-products-column__link {
  text-decoration: none;
  outline: 0;
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}

.v-products-column__link:hover {
  color: #000;
}

.v-products-column__left {
  float: left;
  width: 96px;
  height: 96px;
  line-height: 76px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.v-products-column__img,
.v-products-column__left img {
  max-width: 100%;
  max-height: 70px;
  vertical-align: middle;
}

.v-products-column__right {
  overflow: hidden;
  padding: 9px 6px 0 12px;
  background-color: #f4f4f4;
  height: 96px;
  box-sizing: border-box;
}

.v-products-column__title {
  font-size: 14px;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}

.v-products-column__price {
  font-weight: bold;
  margin-right: 8px;
  line-height: 20px;
  display: inline-block;
}

.v-products-column__price-old {
  color: #797979;
  font-size: 12px;
  text-decoration: line-through;
  display: inline-block;
  line-height: 20px;
}

.v-products-column__count {
  margin-left: 4px;
}

.v-products-column__delete {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #bbbbbb;
  font-size: 20px;
}

.v-products-column__delete:hover {
  color: gray;
}

/* Список брендов в сайдбаре */

.brands-column {
  padding: 20px 20px 18px 22px;
  border-left: 1px solid #d8d4d4;
  border-right: 1px solid #d8d4d4;
  border-bottom: 1px solid #d8d4d4;
}

.brands-column__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.brands-column__tr {
  display: table-row;
}

.brands-column__tr._hide {
  display: none;
}

.brands-column._standart-show .brands-column__tr._hide {
  display: table-row;
}

.brands-column__td {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 8px;
}

.brands-column__link {
  text-decoration: none;
}

.brands-column__show {
  margin-top: 10px;
}

.brands-column__show-link {
  color: #e8565f;
  font-size: 13px;
  text-decoration: none;
}

.brands-column__show-link:hover {
  color: #e8565f;
}

.brands-column__show-link:before {
  content: "+";
}

.brands-column._standart-show .brands-column__show-link:before {
  content: "-";
}

.brands-column__show-text {
  border-bottom: 1px dashed #e8565f;
}

.brands-column__show-link:hover .brands-column__show-text {
  border: none;
}

/* Список тегов в колонке */

.v-tags-column__list {
  margin-bottom: -15px;
  margin-right: -12px;
}

.v-tags-column__item {
  text-decoration: none;
  background-color: #f4f4f4;
  margin-right: 12px;
  padding: 11px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
}

.tageditor-cloud a {
  text-decoration: none;
  background-color: #f4f4f4;
  margin-right: 12px;
  padding: 11px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
}

.tageditor-cloud br {
  display: none;
}

.v-tags-column__item._hide {
  display: none;
}

.v-block-column._standart-show .v-tags-column__item {
  display: inline-block;
}

.v-tags-column__show {
  margin-top: 18px;
}

.v-tags-column__show-link {
  color: #e8565f;
  font-size: 13px;
  text-decoration: none;
}

.v-tags-column__show-link:hover {
  color: #e8565f;
}

.v-tags-column__show-link:before {
  content: "+";
}

.v-tags-column._standart-show .v-tags-column__show-link:before {
  content: "-";
}

.v-tags-column__show-text {
  border-bottom: 1px dashed #e8565f;
}

.v-tags-column__show-link:hover .v-tags-column__show-text {
  border: none;
}

/* Меню приложения блог */

.v-menu-timeline {
  margin-bottom: 35px;
}

.v-menu-timeline__title {
  color: #3172b9;
  border-bottom: 3px solid #3172b9;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.v-menu-timeline__name {
  margin-bottom: 5px;
}

.v-menu-timeline__open {
  display: none;
}

.v-menu-timeline__rss {
  color: #e8565f;
  position: absolute;
  right: 2px;
  top: 2px;
}

.v-menu-timeline__rss:hover {
  color: #e8565f;
}

.v-menu-timeline__content {
  border-right: 1px solid #d8d4d4;
  border-left: 1px solid #d8d4d4;
  border-bottom: 1px solid #d8d4d4;
  padding: 16px 0 15px;
}

.v-menu-timeline__dates {
  list-style: none;
  margin: 0;
  padding: 0 14px;
}

.v-menu-timeline__list {
  margin-bottom: 20px;
}

.v-menu-timeline__list:last-child {
  margin-bottom: 0;
}

.v-menu-timeline__year {
  margin-bottom: 8px;
}

.v-menu-timeline__year-link {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 4px 10px;
  border-radius: 5px;
  background: #e8565f;
  color: #fff;
  text-decoration: none;
}

.v-menu-timeline__year-link:hover {
  color: #fff;
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.1);
}

.v-menu-timeline__months {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v-menu-timeline__month {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 6px;
}

.v-menu-timeline__links {
  list-style: none;
  border-top: 1px solid #d8d4d4;
  margin: 15px 0 0 0;
  padding: 15px 14px 0;
}

.v-menu-timeline__links-block {
  display: inline-block;
  margin-right: 12px;
}

/*Адаптивность*/

@media (max-width: 960px) {
  .v-menu-timeline {
    display: block;
  }

  .v-menu-timeline__rss {
    display: none;
  }

  .v-menu-timeline__content {
    display: none;
  }

  .v-menu-timeline._open .v-menu-timeline__content {
    display: block;
  }

  .v-menu-timeline__title {
    font-size: 20px;
    cursor: pointer;
  }

  .v-menu-timeline__open {
    position: absolute;
    right: 6px;
    display: block;
    font-size: 24px;
    top: 0;
  }

  .v-menu-timeline._open .v-menu-timeline__open:before {
    content: "\f00d";
  }
}

/* Модальные окна */

.v-news-list {
  margin-bottom: 50px;
}

.v-news-list_mobile {
  display: none;
}

.v-news-list_column {
  margin-bottom: 35px;
}

.v-news-list__header {
  border-bottom: 3px solid #3172b9;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  margin-bottom: 18px;
}

.v-news-list_column .v-news-list__header {
  margin-bottom: 0;
}

.v-news-list__name {
  color: #3172b9;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 16px;
  vertical-align: 2px;
}

.v-news-list__name:hover {
  color: #3172b9;
}

.v-news-list__other {
  overflow: hidden;
}

.v-news-list__other {
  float: right;
  height: 30px;
  box-sizing: border-box;
}

.v-news-list_column .v-news-list__other {
  float: none;
  padding: 0;
}

.v-news-list__other-link {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}

.v-news-list__other-link:hover {
  color: #fff;
}

.v-news-list__other-left {
  line-height: 30px;
  height: 0;
  width: 228px;
  border-right: 16px solid transparent;
  border-top: 30px solid #3172b9;
  box-sizing: border-box;
  position: relative;
  padding-left: 14px;
  z-index: 2;
  margin-right: 30px;
  color: #fff;
}

.v-news-list__other-text {
  position: relative;
  z-index: 3;
  top: -30px;
  font-weight: 300;
}

.v-news-list__other-right {
  height: 30px;
  width: 50px;
  background-color: #3172b9;
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  color: #3172b9;
  font-size: 24px;
  text-align: right;
  padding-right: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  line-height: 28px;
}

.v-news-list__content {
  font-size: 0;
}

.v-news-list_column .v-news-list__content {
  border-right: 1px solid #d8d4d4;
  border-left: 1px solid #d8d4d4;
}

.v-news-list__item {
  font-size: 14px;
  width: 31%;
  padding-right: 3%;
  display: inline-block;
  overflow: hidden;
}

.v-news-list_column .v-news-list__item {
  display: block;
  padding: 8px 10px 12px 14px;
  width: auto;
  border-bottom: 1px solid #d8d4d4;
}

.v-news-list_long .v-news-list__item {
  box-sizing: border-box;
  vertical-align: top;
}

.v-news-list_long .v-news-list__item:nth-child(3) ~ .v-news-list__item {
  display: none;
}

/*.v-news-list__item:last-child{
    padding-right: 0;
}*/

.v-news-list_column:last-child .v-news-list__item {
  padding: 8px 10px 12px 14px;
}

.v-news-list__link {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  color: #000;
}

.v-news-list__link:hover {
  color: #000;
}

.v-news-list__img-block {
  width: 96px;
  float: left;
  margin-right: 12px;
}

.v-news-list_column .v-news-list__img-block {
  width: 84px;
}

.v-news-list__img {
  width: 100%;
  max-height: 96px;
}

.v-news-list__date {
  padding-left: 108px;
  color: #7c7b7b;
  font-size: 12px;
  margin-bottom: 8px;
}

.v-news-list_column .v-news-list__date {
  padding-left: 0;
  margin-bottom: 6px;
}

.v-news-list__item._no-image .v-news-list__date {
  padding-left: 0;
}

.v-news-list__title {
  text-decoration: underline;
  padding-left: 108px;
}

.v-news-list__item._no-image .v-news-list__title {
  padding-left: 0;
}

.v-news-list__title .fa-comment {
  color: #e8565f;
  opacity: 0.5;
  padding-right: 5px;
}

.v-news-list_column .v-news-list__title {
  font-size: 13px;
  line-height: 15px;
  margin-top: -1px;
  padding-left: 0;
}

.v-news-list_comments .v-news-list__title {
  line-height: 16px;
}

.v-news-list__link:hover .v-news-list__title {
  text-decoration: none;
}

.v-news-list__text {
  clear: both;
  font-size: 12px;
  margin-top: 5px;
  padding-top: 8px;
}

@media (max-width: 1200px) {
  .v-news-list_long .v-news-list__item {
    width: 48%;
    padding-right: 2%;
  }

  /*.v-news-list_long .v-news-list__item:last-child{
        width: 48%;
        padding-left: 2%;
    }*/

  .v-news-list_long .v-news-list__item:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .v-news-list_long .v-news-list__item:first-child .v-news-list__text {
    clear: none;
    margin-top: 0;
  }
}

@media (max-width: 960px) {
  .v-news-list_long {
    margin-bottom: 40px;
  }

  .v-news-list_mobile {
    display: block;
  }

  .v-news-list_long .v-news-list__item:nth-child(3) ~ .v-news-list__item {
    display: block;
  }
}

@media (max-width: 728px) {
  .v-news-list_long {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .v-news-list__item,
  .v-news-list__item:first-child,
  .v-news-list__item:last-child,
  .v-news-list_long .v-news-list__item {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .v-news-list__item:last-child {
    margin-bottom: 24px;
  }

  .v-news-list__item .v-news-list__text,
  .v-news-list__item:first-child .v-news-list__text {
    clear: none;
    margin-top: 0;
  }

  .v-news-list__other-left {
    width: auto;
    padding-right: 12px;
  }
}

@media (max-width: 400px) {
  .v-news-list__name {
    font-size: 14px;
  }

  .v-news-list__other-left {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Переключалка виджетов соц.сетей */

.v-social-widgets {
  margin-bottom: 35px;
}

.v-social-widgets__tabs {
  background-color: #f4f4f4;
  height: 36px;
  font-size: 0;
  border: 1px solid #d8d4d4;
  border-bottom: 0;
}

.v-social-widgets__tab {
  display: inline-block;
  width: 20%;
  height: 36px;
  cursor: pointer;
  color: #747474;
  text-align: center;
  line-height: 37px;
  vertical-align: top;
  padding: 0 2px;
  box-sizing: border-box;
}

.v-social-widgets__tab:nth-child(5) {
  border-right: 0;
}

.v-social-widgets__tab._active {
  color: #fff;
  border-right: 0;
}

.v-social-widgets__tab._vk._active {
  background-color: #15729c;
}

.v-social-widgets__tab._facebook._active {
  background-color: #1d63b7;
}

.v-social-widgets__tab._odnoklassniki._active {
  background-color: #ff7200;
}

.v-social-widgets__tab._twitter._active {
  background-color: #07cae8;
}

.v-social-widgets__tab._youtube._active {
  background-color: #f00001;
}

.v-social-widgets__tab._instagram._active {
  background-color: #F2445D;
}

.v-social-widgets__tab .fa {
  font-size: 20px;
  vertical-align: middle;
}

.v-social-widgets__content {
  display: none;
}

.v-social-widgets__content[data-content='twitter'] {
  border: 1px solid #d8d4d4;
}

.v-social-widgets__content._show {
  display: block;
}

/* START INSTAGRAM LIST*/

#social-widgets-content-instagram {
  padding-top: 8px;
  border-top: 1px solid #d8d4d4;
}

.v-list-instagram {
  margin-right: -5px;
  font-size: 0;
}

.v-list-instagram__item {
  display: inline-block;
  padding-right: 6px;
  padding-bottom: 6px;
}

.v-list-instagram__img {
  width: 60px;
}

/* END INSTAGRAM LIST*/

/* Виджет фото в сайдбаре */

/* START SLIDER */

.v-photos-column {
  height: 150px;
  overflow: hidden;
}

.v-photos-column__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v-photos-column__link {
  display: block;
  height: 150px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.v-photos-column .bx-prev,
.v-photos-column .bx-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #e8565f;
  font-size: 24px;
  top: 50%;
  margin-top: -25px;
}

.v-photos-column .bx-next {
  right: 5px;
}

.v-photos-column .bx-prev {
  left: 5px;
}

.v-photos-column .bx-prev:hover,
.v-photos-column .bx-next:hover {
  color: #e8565f;
  background: rgba(255, 255, 255, 0.3);
}

.v-photos-column .bx-next .fa-chevron-right {
  margin-right: -3px;
}

.v-photos-column .bx-prev .fa-chevron-left {
  margin-left: -3px;
}

/* END SLIDER */

/* START LIST */

.v-photos-column-list {
  font-size: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

.v-photos-column-list__item {
  width: 72px;
  height: 72px;
  display: inline-block;
  margin: 0 0 10px 10px;
  padding: 3px;
  border: 1px solid #d8d4d4;
}

.v-photos-column-list__item:hover {
  border: 1px solid #3172b9;
}

.v-photos-column-list__link {
  width: 72px;
  height: 72px;
  display: inline-block;
}

/*  END LIST */

/* Подписка на email */

.v-subscribe-mail {
  background-color: #f4f4f4;
  padding: 50px 0 44px;
  text-align: center;
  font-size: 0;
}

.v-subscribe-mail__title {
  font-size: 30px;
  color: #3172b9;
  display: inline-block;
  margin-right: 70px;
  vertical-align: 7px;
}

.v-subscribe-mail__title._middle {
  vertical-align: middle;
}

.v-subscribe-mail__block {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.v-subscribe-mail__input-block {
  position: relative;
  width: 455px;
}

input.v-subscribe-mail__input {
  width: 100%;
  padding: 0 60px 0 22px;
  border: 1px solid #dedede;
  background-color: #fff;
  line-height: 50px;
  height: 50px;
  border-radius: 26px;
  color: #000;
  outline: none;
  box-sizing: border-box;
}

input.v-subscribe-mail__input._error {
  border: 1px solid red;
}

.v-subscribe-mail__submit {
  font-size: 30px;
  color: #3172b9;
  position: absolute;
  right: 23px;
  top: 9px;
  cursor: pointer;
}

.v-subscribe-mail__form._load .v-subscribe-mail__submit .fa:before {
  content: "\f110";
}

.v-subscribe-mail__checkbox {
  text-align: left;
  margin-left: 14px;
  margin-top: 16px;
}

.v-subscribe-mail__checkbox label {
  color: #727272;
}

.v-subscribe-mail__checkbox .jq-checkbox {
  margin-right: 12px;
}

.v-subscribe-mail__checkbox._error .jq-checkbox {
  border: 1px solid red;
}

.v-subscribe-mail__checkbox._error label,
.v-subscribe-mail__checkbox._error a {
  color: red;
}

@media (max-width: 960px) {
  .v-subscribe-mail {
    padding: 30px 0 33px;
  }

  .v-subscribe-mail__title {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .v-subscribe-mail__input-block {
    display: block;
    margin: 0 auto 13px;
    max-width: 416px;
  }

  .v-subscribe-mail__input {
    width: 100%;
    box-sizing: border-box;
  }

  .v-subscribe-mail__checkbox {
    font-size: 13px;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .v-subscribe-mail__checkbox {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .v-subscribe-mail__input-block {
    width: 100%;
  }
}

/* Футер */

.v-footer {
  background-color: #3172b9;
}

.v-footer a {
  color: #fff;
}

.v-footer__fon {
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 44px 0 0;
  color: #fff;
}

.v-footer__list {
  font-size: 0;
}

.v-footer__column {
  font-size: 14px;
  display: inline-block;
  width: 23%;
  vertical-align: top;
  margin-bottom: 30px;
}

.v-footer__column:first-child {
  width: 31%;
}

.v-footer__column-wrap {
  padding-right: 10%;
}

.v-footer__column:first-child .v-footer__column-wrap {
  padding-right: 20%;
}

.v-footer__title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}

.v-footer__text {
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: -2px;
}

.v-footer__text a {
  color: #fff;
}

.v-footer__text a:hover {
  color: #fff;
}

.v-footer__socials .v-socials-list__item {
  margin-left: 0;
  margin-right: 20px;
}

.v-footer__links {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0;
}

.v-footer__links-item,
.v-footer__links .v-menu__item {
  margin-bottom: 10px;
}

.v-footer__link,
.v-footer__links .v-menu__item a {
  color: #fff;
  font-weight: 300;
}

.v-footer__link:hover,
.v-footer__links .v-menu__item a:hover {
  color: #fff;
  text-decoration: none;
}

.v-footer__pays {
  font-size: 0;
}

.v-footer__pays-item {
  height: 32px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.v-footer__pays-item:last-child {
  margin-right: 0;
}

.v-footer__info {
  font-weight: 300;
}

.v-footer__info-block {
  margin-bottom: 14px;
}

.v-footer__info-line {
  font-size: 14px;
  margin-bottom: 6px;
}

.v-footer__info-line a {
  color: #fff;
}

.v-footer__info-line_note {
  font-size: 12px;
  color: #cdcdcd;
}

.v-footer__delimiter {
  height: 1px;
  background-color: #3172b9;
}

.v-footer__delimiter-wrap {
  background: rgba(0, 0, 0, 0.25);
  height: 1px;
}

.v-footer__bottom {
  padding: 30px 0 26px 0;
  font-weight: 300;
}

.v-footer__wrap > * {
  vertical-align: middle;
}

.v-footer__shop-script {
  color: #fff;
  float: right;
}

.v-footer__shop-script:hover {
  color: #fff;
}

@media (max-width: 800px) {
  .v-footer__column {
    width: 50% !important;
  }
}

@media (max-width: 480px) {
  .v-footer__column {
    width: 100% !important;
  }

  .v-footer__shop-script {
    float: none;
    margin-top: 10px;
    display: block;
  }
}

/* Модальные окна */

.v-popup {
  height: 100%;
  left: 0;
  position: fixed;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  width: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}

.v-popup._opened {
  display: block;
}

.v-popup__body {
  background: #fff;
  position: absolute;
  left: 50%;
  border-radius: 5px;
  top: 20px;
  min-width: 320px;
  width: 500px;
  padding: 35px 50px 36px;
}

.v-popup__title,
.v-popup h1 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: normal;
}

.v-popup h1._margin {
  margin-bottom: 26px;
}

.v-popup-close {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 13px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
}

.v-popup-contacts {
  font-size: 0;
}

.v-popup-contacts__block {
  font-size: 14px;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
  vertical-align: top;
}

.v-popup-contacts__block-wrap {
  margin-bottom: 20px;
  margin-right: 30px;
}

.v-popup-contacts__zag {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.v-popup-contacts__line {
  line-height: 20px;
}

.v-popup-contacts__line a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dashed #000;
  line-height: 14px;
  margin-bottom: 4px;
}

.v-popup-content {
  background: #fff;
  padding: 20px 24px;
  max-width: 500px;
  width: 100%;
  margin: 10px auto;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
}

.v-popup-content__custom {
  max-width: 800px;
  padding: 30px;
}

.v-popup-content__custom .mfp-close {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 13px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  color: #000;
  opacity: 1;
  margin: 0;
}

.v-popup-content__custom .v-popup__title {
  font-weight: normal;
}

.v-popup-content__custom .mfp-close:hover {
  color: #3172b9;
}

.v-popup-content__settings {
  max-width: 800px;
  padding: 30px;
}

.v-popup-content__settings .mfp-close {
  right: 4px;
  top: 4px;
}

.v-popup-content_dialog {
  padding: 24px 24px 24px 28px;
  max-width: 1300px;
}

.v-popup-content_dialog._type-short {
  max-width: 400px;
}

.v-popup__loading._center {
  text-align: center;
}

.v-popup-content__added {
  padding: 26px 30px 34px 30px;
  max-width: 800px;
}

.v-popup-content__added .v-popup__title {
  margin-bottom: 22px;
  padding-right: 36px;
}

.v-popup-content__added .mfp-close {
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 26px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  color: #000;
  opacity: 1;
  margin: 0;
}

.v-popup-content__added .mfp-close:hover {
  color: #3172b9;
}

@media only screen and (max-width: 728px) {
  .v-popup-content__added {
    padding: 20px;
  }

  .v-popup-content__added .mfp-close {
    right: 20px;
    top: 20px;
  }
}

@media only screen and (max-width: 380px) {
  .v-popup-content__added .v-popup__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 340px) {
  .v-popup-content__added {
    padding: 20px 12px;
  }

  .v-popup-content__added .v-popup__title {
    font-size: 18px;
  }
}

.v-popup-content__advert {
  padding: 30px 40px 30px;
  max-width: 600px;
}

.v-popup-content__advert .mfp-close {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 13px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  color: #000;
  opacity: 1;
  margin: 0;
}

.v-popup-content__advert .v-popup__title {
  font-weight: normal;
}

.v-popup-content__advert .mfp-close:hover {
  color: #3172b9;
}

@media only screen and (max-width: 728px) {
  .v-popup-content__advert {
    padding: 20px;
  }
}

.v-popup-content img,
.v-popup-content iframe {
  max-width: 100%;
}

/*Адаптивность*/

@media only screen and (max-width: 728px) {
  .v-popup {
    transform: translateX(0);
  }

  .v-popup__body {
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .v-popup__body {
    padding: 20px 10px;
  }

  .v-popup-contacts__block {
    width: 100%;
  }

  .v-popup-contacts__block-wrap {
    margin: 0;
  }

  .v-popup-content_dialog {
    padding: 20px 10px;
  }

  .v-popup-content_dialog._type-short {
    padding: 26px 10px 20px;
  }
}

/* Плавающая панель */

.v-fixed-panel {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 400;
  background: #f4f4f4;
  min-width: 300px;
  color: #eee;
  text-align: center;
  border-top: 1px solid #3172b9;
  padding: 0;
  transform: translateZ(0);
  height: 45px;
  display: none;
}

.v-fixed-panel._show {
  display: block;
}

.v-fixed-panel__controls {
  margin: 0 200px;
}

.v-fixed-panel__item {
  line-height: 45px;
  height: 45px;
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  padding: 0 10px;
  position: relative;
  vertical-align: top;
}

.v-fixed-panel__item:hover {
  color: #000;
}

.v-fixed-panel__msg {
  position: absolute;
  font-size: 13px;
  line-height: 16px;
  bottom: 100%;
  left: 0;
  text-align: center;
  margin: 0 -24px;
  display: none;
}

.v-fixed-panel__msg-text {
  padding: 12px;
  display: block;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-top: 2px solid #e8565f;
}

.v-fixed-panel__msg-text:after {
  content: "";
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: none;
  top: 100%;
  left: 50%;
  position: absolute;
}

.v-fixed-panel__icon {
  color: #e8565f;
  font-size: 31px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
}

.v-fixed-panel__icon .ion-android-cart {
  font-size: 37px;
}

.v-fixed-panel__count {
  position: absolute;
  top: 5px;
  right: -6px;
  font-size: 11px;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100px;
  color: #fff;
  background-color: #3172b9;
}

.v-fixed-panel__cart {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

.v-fixed-panel__cart > span {
  line-height: 16px;
}

.v-fixed-panel__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-decoration: underline;
}

.v-fixed-panel__cart .v-fixed-panel__name {
  display: block;
}

.v-fixed-panel__item:hover .v-fixed-panel__name {
  text-decoration: none;
}

.v-fixed-panel__price {
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.v-fixed-panel-extra {
  float: right;
  color: #000;
  margin-left: 15px;
  position: relative;
}

.v-fixed-panel-extra:last-child {
  margin-left: 0;
}

.v-fixed-panel-extra__link {
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}

.v-fixed-panel-extra__link:hover {
  color: #000;
}

.v-fixed-panel-extra__name {
  display: inline-block;
}

.v-fixed-panel-extra__drop {
  display: inline-block;
  text-decoration: underline;
  padding: 0 15px 0 0;
  cursor: pointer;
  position: relative;
}

.v-fixed-panel-extra__link:hover .v-fixed-panel-extra__drop {
  text-decoration: none;
}

.v-fixed-panel-extra__drop:after {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 0;
  margin: auto;
}

.v-fixed-panel-extra._open .v-fixed-panel-extra__drop:after {
  content: "\f106";
}

.v-fixed-panel-extra__list {
  position: absolute;
  bottom: 46px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
  border-top: 3px solid #3172b9;
  margin: -3px 0 0;
  right: 0;
  min-width: 100%;
  background-color: #fff;
  overflow: hidden;
  display: none;
}

.v-fixed-panel-extra__variant {
  display: block;
  padding: 5px 10px;
  line-height: 18px;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
}

.v-fixed-panel-extra__variant._current {
  color: #e8565f;
  cursor: default;
}

@media (max-width: 960px) {
  .v-fixed-panel__controls {
    margin: 0;
  }

  .v-fixed-panel._with-extra .v-fixed-panel__controls {
    float: left;
  }

  .v-fixed-panel._with-extra .v-fixed-panel__item:first-child {
    padding-left: 0;
  }
}

@media (max-width: 728px) {
  .v-fixed-panel._with-extra .v-fixed-panel__name {
    display: none;
  }

  .v-fixed-panel._with-extra .v-fixed-panel__price {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .v-fixed-panel__name {
    display: none;
  }

  .v-fixed-panel._with-extra .v-fixed-panel__controls {
    position: absolute;
  }

  .v-fixed-panel._with-extra .v-fixed-panel-extra__name {
    display: none;
  }

  .v-fixed-panel._with-extra .v-fixed-panel__icon {
    font-size: 24px;
    margin-right: 0;
  }

  .v-fixed-panel._with-extra .v-fixed-panel__item:last-child .v-fixed-panel__icon {
    margin-right: 8px;
  }
}

/* Поиск в колонке */

.v-search-column {
  position: relative;
  margin-bottom: 35px;
}

input.v-search-column__input {
  width: 100%;
  /*border-radius: 26px;*/
}

.v-search-column__submit {
  font-size: 22px;
  position: absolute;
  top: 7px;
  right: 12px;
  color: #3172b9;
}

@media (max-width: 960px) {
  .v-search-column {
    display: block;
  }
}

/* Виджет Move Up */

.v-moveup {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 56px;
  z-index: 40;
}

.v-moveup__wrap {
  opacity: 0.4;
  z-index: 300;
  transition: all .2s ease;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  transform: translateZ(0);
}

.v-moveup__wrap:before {
  content: "";
  position: absolute;
  transition: all .2s ease;
  background-color: #e8565f;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.v-moveup__wrap:hover {
  opacity: 0.7;
}

.v-moveup__wrap:hover:before {
  transform: scale(1.1);
}

.v-moveup__icon {
  color: #fff;
  font-size: 20px;
  vertical-align: -1px;
  position: relative;
}

/* Пагинация  */

.v-pagination {
  text-align: center;
  font-size: 0;
}

.v-pagination__li {
  display: inline-block;
}

.v-pagination__item {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 12px;
  color: #5e5e5e;
  cursor: pointer;
  background-color: #f4f4f4;
  vertical-align: top;
}

.v-pagination__li {
  margin-right: 12px;
}

.v-pagination__li:last-child {
  margin-right: 0;
}

.v-pagination__item:last-child {
  margin-right: 0;
}

.v-pagination__item:hover {
  color: #5e5e5e;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
}

.v-pagination__item._active {
  background-color: #3172b9;
  color: #ffffff;
}

.v-pagination__item._active:hover {
  cursor: default;
}

.v-pagination__item_prev {
  font-size: 0;
}

.v-pagination__item_prev .fa {
  font-size: 24px;
  line-height: 27px;
  padding-right: 1px;
}

.v-pagination__item_next {
  font-size: 0;
}

.v-pagination__item_next .fa {
  font-size: 24px;
  line-height: 27px;
  padding-left: 2px;
}

/* Инфоблоки */

.v-info-blocks_vertical {
  margin-bottom: 35px;
}

.v-info-blocks_horizontal {
  margin-bottom: 60px;
  font-size: 0;
}

.v-info-blocks_mobile {
  display: none;
}

.v-info-blocks_horizontal .v-info-blocks__item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

.v-info-blocks_vertical .v-info-blocks__item {
  margin-bottom: 22px;
}

.v-info-blocks_vertical .v-info-blocks__left {
  display: table-cell;
  vertical-align: middle;
}

.v-info-blocks_horizontal .v-info-blocks__left {
  float: left;
}

.v-info-blocks__link {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.v-info-blocks__icon {
  width: 65px;
  height: 65px;
  line-height: 63px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 30px;
  text-align: center;
  color: #3172b9;
  position: relative;
}

.v-info-blocks_horizontal .v-info-blocks__icon {
  margin-right: 16px;
}

.v-info-blocks_vertical .v-info-blocks__icon {
  width: 52px;
  height: 52px;
  line-height: 51px;
  font-size: 22px;
}

.v-info-blocks__image {
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.v-info-blocks__title {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}

.v-info-blocks_vertical .v-info-blocks__title {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
}

.v-info-blocks__title .v-info-blocks__title {
  padding-right: 10px;
}

.v-info-blocks__text {
  font-size: 13px;
  color: #000000;
  line-height: 17px;
  margin-top: 8px;
}

.v-info-blocks_horizontal .v-info-blocks__title {
  padding-right: 20px;
  padding-top: 2px;
  margin-left: 83px;
}

.v-info-blocks_horizontal .v-info-blocks__text {
  padding-right: 20px;
  margin-left: 83px;
}

@media (max-width: 1100px) {
  .v-info-blocks_horizontal .v-info-blocks__text {
    clear: both;
    margin-left: 0;
  }

  .v-info-blocks_horizontal .v-info-blocks__left {
    display: table-cell;
    vertical-align: middle;
  }

  .v-info-blocks_horizontal .v-info-blocks__title {
    display: table-cell;
    vertical-align: middle;
    height: 67px;
  }
}

@media (max-width: 960px) {
  .v-info-blocks_mobile {
    display: block;
  }

  .v-info-blocks_horizontal {
    margin-bottom: 40px;
  }
}

@media (max-width: 800px) {
  .v-info-blocks_horizontal .v-info-blocks__icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }

  .v-info-blocks__image {
    width: 24px;
  }

  .v-info-blocks_horizontal .v-info-blocks__title {
    height: 50px;
    font-size: 15px;
  }

  .v-info-blocks_horizontal .v-info-blocks__text {
    font-size: 12px;
  }
}

@media (max-width: 728px) {
  .v-info-blocks_horizontal {
    margin-bottom: 30px;
  }

  .v-info-blocks_horizontal .v-info-blocks__title {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .v-info-blocks_horizontal .v-info-blocks__item {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .v-info-blocks_horizontal .v-info-blocks__left {
    display: block;
  }

  .v-info-blocks_horizontal .v-info-blocks__title {
    display: block;
    height: auto;
    margin-left: 68px;
  }

  .v-info-blocks_horizontal .v-info-blocks__text {
    clear: none;
    margin-top: 4px;
    margin-left: 68px;
  }
}

/* Инфоблоки */

.contact-page {
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}

.contact-page__form {
  width: 56%;
  background: #f4f4f4;
  padding: 30px;
  float: left;
  box-sizing: border-box;
  border-radius: 5px;
}

.contact-page__items {
  width: 42%;
  float: left;
}

.contact-page__form + .contact-page__items {
  margin: 0 0 0 58%;
  float: none;
}

.contact-page__items + .contact-page__form {
  margin: 0 0 0 46%;
  float: none;
  width: auto;
}

.contact-page__form .wa-form {
  width: 100%;
  max-width: 100%;
}

.contact-page .wa-form .wa-field .wa-value.wa-submit {
  margin: 0;
}

.contact-page .wa-captcha {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.contact-page .wa-form .wa-field:last-child {
  margin: 0;
}

.contact-page .wa-field:first-child {
  width: 48%;
  padding: 0 2% 0 0;
  display: inline-block;
}

.contact-page .wa-field:first-child + .wa-field {
  width: 48%;
  display: inline-block;
}

.contact-page .wa-captcha p {
  display: inline-block;
  margin: 0 12px 0 0;
  vertical-align: top;
}

.contact-page .wa-captcha-refresh {
  margin: 0;
  line-height: 40px;
  display: inline-block;
}

.contact-page .wa-captcha-input {
  height: 40px;
  line-height: 40px;
  vertical-align: top;
}

.contact-page .wa-submit {
  text-align: center;
}

.contact-page .wa-submit input {
  width: 100%;
  max-width: 180px;
}

.contact-page__text {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 22px;
}

.contact-page .wa-field {
  margin-bottom: 22px;
}

.contact-page textarea {
  height: 100px;
}

.contact-page .wa-name {
  font-size: 13px;
}

.contact-page input[type=text],
.contact-page input[type=email],
.contact-page input[type=phone],
.contact-page input[type=password],
.contact-page textarea {
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.contact-page input[type="submit"] {
  border: none;
}

.contact-page__info-blocks {
  display: table;
}

.contact-page__item {
  margin: 0 0 30px 0;
  overflow: hidden;
  display: table-row;
}

.contact-page__icon-block {
  display: table-cell;
  padding-bottom: 30px;
}

.contact-page__icon {
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 50%;
  line-height: 63px;
  color: #3172b9;
  font-size: 30px;
  border: 1px solid #d4d4d4;
  position: relative;
}

.contact-page__item-text {
  padding-left: 12px;
  display: table-cell;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  padding-bottom: 30px;
}

.contact-page__item-title,
.contact-page__item-text .hint {
  color: #b4b4b4;
  font-size: 13px;
}

@media (max-width: 800px) {
  .contact-page__items,
  .contact-page__form {
    width: 100% !important;
    float: none;
    margin: 0 !important;
  }
}

@media (max-width: 600px) {
  .contact-page .wa-field:first-child,
  .contact-page .wa-field:first-child + .wa-field {
    width: 100%;
    display: block;
  }

  .contact-page .wa-field {
    margin-bottom: 12px;
  }

  .contact-page__form {
    padding: 20px 15px;
  }

  .contact-page .wa-form .wa-field .wa-value input.wa-captcha-input {
    margin-right: 0;
    width: 95px;
  }

  .contact-page .wa-captcha p img {
    margin-right: 0;
  }

  .contact-page .wa-captcha {
    white-space: normal;
  }
}

/* Совместимость комментариев */

.comments h3 {
  margin-top: 26px;
}

.comments > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments ul ul {
  margin: 0 0 0 30px;
}

.comment {
  margin-bottom: 18px;
  padding: 10px;
}

.comment.in-reply-to {
  background: #f4f4f4;
}

.comment.in-reply-to textarea {
  background-color: #fff;
}

.comment .credentials {
  margin-bottom: 4px;
  line-height: 22px;
}

.comment__text-top {
  margin-bottom: 4px;
}

.credentials span,
.credentials a,
.credentials img {
  vertical-align: middle;
  display: inline-block;
}

.credentials a {
  text-decoration: none;
}

.credentials .userpic {
  width: 20px;
  margin-right: 3px;
}

.credentials .staff {
  background: #ebebeb;
  padding: 3px 4px;
  color: #888;
  border-radius: 3px;
  font-size: 13px;
  margin-left: 4px;
}

.credentials .username {
  margin-left: 1px;
  font-size: 13px;
  color: #989898;
}

.credentials .date {
  font-size: 12px;
  color: #ccc;
  margin-left: 4px;
}

.comment .text {
  margin-bottom: 6px;
  line-height: 20px;
}

.comment-reply {
  color: #3172b9;
  font-size: 13px;
  display: inline-block;
  line-height: 16px;
}

.comment-reply i {
  font-style: normal;
}

.comment .actions {
  font-size: 13px;
  margin-top: 8px;
}

.comment .actions b {
  font-weight: normal;
}

.comment .text p:last-child {
  margin-bottom: 0;
}

.comment-form-fields .userpic {
  width: 20px;
  vertical-align: -4px;
  margin-right: 3px;
}

.comment-form_user {
  margin: 0 5px;
}

.comment-body label {
  margin-bottom: 4px;
  display: inline-block;
}

.comment-form {
  background: none;
  border: none;
  margin: 20px 0 0;
}

@media (max-width: 640px) {
  .comment {
    margin-bottom: 20px;
  }
}

/* Совместимость рейтинга */

.p-rate-photo .icon16 {
  font-size: 16px;
  padding-right: 2px;
}

.p-rate-photo .icon16 {
  color: #e8565f;
}

.icon16.star-empty:before {
  content: "\f006";
}

.icon16.star:before {
  content: "\f005";
}

.icon16.star-hover:before {
  content: "\f005";
}

.icon16.star-half:before {
  content: "\f123";
}

/* Заказать звонок */

.shop-sk-callback-block.v-popup-content {
  padding: 35px 50px 36px;
  max-width: 600px;
}

@media only screen and (max-width: 639px) {
  .shop-sk-callback-block.v-popup-content {
    padding: 35px 20px 36px;
    max-width: 600px;
  }
}

.shop-sk-callback__title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}

.shop-sk-callback-block .mfp-close {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 13px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  color: #000;
  opacity: 1;
  text-indent: 1px;
}

.shop-sk-callback-block .mfp-close:hover {
  color: #3172b9;
}

.shop-sk-callback__text {
  margin-bottom: 25px;
}

.shop-sk-callback__text p:last-child {
  margin-bottom: 0;
}

.shop-sk-callback__pole {
  margin-bottom: 25px;
}

.shop-sk-callback__pole:last-child {
  margin-bottom: 0;
}

.shop-sk-callback__name {
  margin-bottom: 6px;
  font-weight: 300;
}

.shop-sk-callback__control input[type=text],
.shop-sk-callback__control textarea {
  width: 100%;
}

.shop-sk-callback__input_min,
.shop-sk-callback__input_max {
  width: 20% !important;
}

.shop-sk-callback__input_min {
  margin-right: 20px !important;
}

.shop-sk-callback__inputs_slider {
  display: none;
}

.shop-sk-callback__textarea {
  height: 90px;
}

.shop-sk-callback__slider-block {
  padding: 0 14px;
  margin-bottom: 15px;
  margin-top: 16px;
  background-color: #f4f4f4;
  border: 1px solid #dedede;
  height: 4px;
}

.shop-sk-callback__slider.ui-slider {
  height: 4px;
  background-color: #f4f4f4;
}

.shop-sk-callback__slider .ui-slider-range {
  height: 6px;
  background-color: #3172b9;
}

.shop-sk-callback__slider .ui-slider-handle {
  height: 22px;
  width: 30px;
  background-color: #f4f4f4;
  border-radius: 10px;
  margin-left: -15px;
  color: #000;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  top: -10px;
  border: 1px solid #dedede;
  font-weight: 300;
}

.shop-sk-callback__slider .ui-slider-handle:focus {
  outline: none;
}

.shop-sk-callback__pole_slider .shop-sk-callback__values {
  display: none;
}

.shop-sk-callback__label-name {
  margin-left: 3px;
}

.shop-sk-callback__error {
  color: red;
  font-size: 13px;
  display: none;
  margin-top: 5px;
  font-weight: 300;
}

.shop-sk-callback__pole._error .shop-sk-callback__input {
  border: 1px solid red;
}

.shop-sk-callback__pole._error .shop-sk-callback__textarea {
  border: 1px solid red;
}

.shop-sk-callback__pole._error .shop-sk-callback__error {
  display: block;
}

.shop-sk-callback__pole._error .jq-checkbox {
  border: 1px solid red;
}

.shop-sk-callback__pole._error .shop-sk-callback__label-name {
  color: red;
}

/* Купить в один клик */

.shop-sk-oneclick-popup {
  z-index: 2000;
}

.shop-sk-oneclick-block {
  transform: translateX(-50%);
  top: 0;
  margin: 20px 0;
}

.shop-sk-oneclick-open-cart {
  background-color: #fff !important;
}

.v-popup-content_oneclick {
  max-width: 600px;
  padding: 35px 50px 36px;
  box-sizing: content-box;
}

.shop-sk-oneclick__title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

.shop-sk-oneclick input[type=email],
.shop-sk-oneclick input[type=password],
.shop-sk-oneclick input[type=phone],
.shop-sk-oneclick input[type=search],
.shop-sk-oneclick input[type=text],
.shop-sk-oneclick select {
  height: 36px;
  line-height: 36px;
  font-size: 13px;
}

.shop-sk-oneclick textarea {
  width: 100%;
  min-height: 100px;
  font-size: 13px;
}

.shop-sk-oneclick .wa-name {
  font-size: 13px;
}

.shop-sk-oneclick .wa-required .wa-name:after {
  content: "*";
}

.shop-sk-oneclick .wa-required.field span:after {
  content: "*";
}

.shop-sk-oneclick .wa-value p {
  margin-bottom: 0;
}

.shop-sk-oneclick ._error input,
.shop-sk-oneclick ._error select,
.shop-sk-oneclick ._error textarea {
  border: 1px solid red;
  margin-top: 4px;
  font-size: 12px;
}

.shop-sk-oneclick .wa-value .jq-radio {
  margin-left: 12px;
}

.shop-sk-oneclick .wa-value label:first-child .jq-radio {
  margin-left: 0;
}

.shop-sk-oneclick__name {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 300;
}

.shop-sk-oneclick-block .mfp-close {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 13px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  color: #000;
  opacity: 1;
  text-indent: 1px;
}

.shop-sk-oneclick-block .mfp-close:hover {
  color: #3172b9;
}

.shop-sk-oneclick__text {
  margin-bottom: 25px;
}

.shop-sk-oneclick__text._center {
  text-align: center;
}

.shop-sk-oneclick__text p:last-child {
  margin-bottom: 0;
}

.shop-sk-oneclick .wa-field select {
  width: 100%;
}

/* START Корзина */

.shop-sk-oneclick-cart__table {
  display: table;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
}

.shop-sk-oneclick-cart__item {
  display: table-row;
}

.shop-sk-oneclick-cart__item._title {
  font-size: 11px;
  font-weight: bold;
}

.shop-sk-oneclick-cart__item > * {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 18px;
}

.shop-sk-oneclick-cart__item:last-child > * {
  padding: 0 10px 0;
}

.shop-sk-oneclick-cart__item._title > * {
  padding-bottom: 5px;
}

.shop-sk-oneclick-cart__img {
  text-align: center;
  max-width: 60px;
  min-width: 40px;
}

.shop-sk-oneclick-cart__img img {
  max-width: 100%;
  max-height: 100%;
}

.shop-sk-oneclick-cart__price {
  white-space: nowrap;
}

.shop-sk-oneclick-cart__count i {
  font-size: 14px;
}

.shop-sk-oneclick-cart__total {
  white-space: nowrap;
}

.shop-sk-oneclick__pole {
  margin: 18px 0 0 0;
}

.shop-sk-oneclick__pole_submit {
  margin: 16px 0 2px 0;
  text-align: center;
}

.shop-sk-oneclick__submit {
  line-height: 44px !important;
  height: 44px !important;
  padding: 0 60px !important;
}

.shop-sk-oneclick-cart__error {
  display: none;
  color: red;
  font-size: 13px;
  line-height: 15px;
  margin-top: 2px;
}

.shop-sk-oneclick-form__error {
  display: none;
  color: red;
  font-size: 13px;
  line-height: 15px;
  margin-top: 12px;
}

.shop-sk-oneclick-cart__services {
  margin-top: 4px;
}

.shop-sk-oneclick-cart__service {
  margin-bottom: 2px;
}

.shop-sk-oneclick-cart__service input[type=checkbox] {
  margin-right: 5px;
}

.shop-sk-oneclick-cart__service .jq-checkbox {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 3px;
}

.shop-sk-oneclick-cart__service .jq-checkbox.checked:after {
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 10px;
  font-size: 11px;
}

/* END Корзина */

/* START Итого */

.shop-sk-oneclick-final {
  text-align: right;
  overflow: hidden;
}

.shop-sk-oneclick__form-block {
  margin-top: 24px;
}

.shop-sk-oneclick-final__discount {
  font-size: 14px;
  display: none;
  margin-top: 20px;
}

.shop-sk-oneclick-final__discount._show {
  display: block;
}

.shop-sk-oneclick-final__discount span {
  font-weight: bold;
  font-size: 15px;
}

.shop-sk-oneclick-total {
  margin-top: 22px;
  font-size: 24px;
  text-align: center;
}

.shop-sk-oneclick-final__coupon {
  float: left;
  margin-top: 20px;
}

.shop-sk-oneclick-final__coupon-link {
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  line-height: 15px;
  white-space: nowrap;
  border-bottom: 1px dashed #010101;
}

.shop-sk-oneclick-final__coupon-link:hover {
  text-decoration: none;
  border-bottom: 1px dashed #3172b9;
}

.shop-sk-oneclick-final__coupon-block {
  display: none;
}

.shop-sk-oneclick-final__coupon-input {
  margin-right: 8px;
}

.shop-sk-oneclick-final__coupon-apply {
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  line-height: 15px;
  white-space: nowrap;
  border-bottom: 1px dashed #010101;
}

.shop-sk-oneclick-final__coupon-apply:hover {
  text-decoration: none;
  border-bottom: 1px dashed #3172b9;
}

.shop-sk-oneclick-final__coupon-clear {
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  line-height: 15px;
  white-space: nowrap;
  border-bottom: 1px dashed #010101;
}

.shop-sk-oneclick-final__coupon-clear:hover {
  text-decoration: none;
  border-bottom: 1px dashed #3172b9;
}

.shop-sk-oneclick-final__coupon._show-coupon .shop-sk-oneclick-final__coupon-link {
  display: none;
}

.shop-sk-oneclick-final__coupon._show-coupon .shop-sk-oneclick-final__coupon-block {
  display: block;
}

.shop-sk-oneclick-final__coupon._show-coupon .shop-sk-oneclick-final__coupon-apply {
  display: inline-block;
}

.shop-sk-oneclick-final__coupon._show-coupon .shop-sk-oneclick-final__coupon-clear {
  display: none;
}

.shop-sk-oneclick-final__coupon._is-coupon .shop-sk-oneclick-final__coupon-link {
  display: none;
}

.shop-sk-oneclick-final__coupon._is-coupon .shop-sk-oneclick-final__coupon-block {
  display: block;
}

.shop-sk-oneclick-final__coupon._is-coupon .shop-sk-oneclick-final__coupon-apply {
  display: none;
}

.shop-sk-oneclick-final__coupon._is-coupon .shop-sk-oneclick-final__coupon-clear {
  display: inline-block;
}

/* END Итого */

/* START Коунтер */

.shop-sk-oneclick-counter {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

input.shop-sk-oneclick-counter__input {
  width: 65px;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 15px;
  border: 1px solid #d8d4d4;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  outline: none;
}

.shop-sk-oneclick-counter__input:focus {
  outline: none;
}

.shop-sk-oneclick-counter__control {
  color: #bdbcbc;
  position: absolute;
  text-decoration: none;
  outline: none;
  top: 0;
  height: 32px;
  line-height: 32px;
  width: 10px;
}

.shop-sk-oneclick-counter__control_left {
  left: 0;
  text-align: right;
  padding-right: 5px;
}

.shop-sk-oneclick-counter__control_right {
  right: 0;
  text-align: left;
  padding-left: 5px;
}

.shop-sk-oneclick-counter__control:hover {
  color: #bdbcbc;
}

/* END Коунтер */

.shop-sk-oneclick__preloader-form {
  display: none;
  position: absolute;
  margin-top: 10px;
}

.shop-sk-oneclick__preloader-form._show {
  display: inline;
}

.shop-sk-oneclick__preloader-form i {
  vertical-align: middle;
  color: #545252;
}

@media (max-width: 728px) {
  .shop-sk-oneclick-block {
    transform: none;
  }
}

@media (max-width: 420px) {
  .shop-sk-oneclick-cart__item:last-child > * {
    padding: 0 5px 18px;
  }

  .shop-sk-oneclick-cart__img {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }

  /*.shop-sk-oneclick-cart__img{
        display: none;
    }*/

  .shop-sk-oneclick-cart__price {
    display: none;
  }
}

/* Плиточная галлерея */

.protilegallery_wrapper {
  margin: -5px !important;
  height: 194px !important;
  line-height: 194px !important;
  background-color: #fff;
  border-bottom: 1px solid #d8d4d4;
}

.protilegallery_wrapper .protilegallery_images {
  padding: 5px !important;
  box-sizing: border-box;
  height: 194px !important;
  line-height: 194px !important;
}

.protilegallery_wrapper .protilegallery_tiles .protilegallery_tile:first-child:before {
  margin-left: 0 !important;
}

.protilegallery_wrapper .protilegallery_tiles .protilegallery_tile:last-child:before {
  margin-right: 0 !important;
}

.protilegallery_wrapper .protilegallery_tiles .protilegallery_tile:hover:before {
  background: #3172b9 !important;
}

.protilegallery_wrapper.PTGmobile {
  padding-bottom: 10px !important;
}

.protilegallery_wrapper.PTGmobile .protilegallery_images[data-now-image]:before {
  top: 8px !important;
  right: auto !important;
  left: 8px !important;
}

/* Страница личного кабинета */

.v-orders-table-block {
  width: 100%;
  overflow-x: auto;
}

.v-orders-table {
  font-size: 13px;
}

.v-orders-table__good {
  margin-bottom: 8px;
}

.v-orders-table__status {
  text-align: center;
}

.v-orders-table__good:last-child {
  margin-bottom: 0;
}

/* Тестовые настройки */

/* START Settings test link */

.v-settings-test-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 45px;
  opacity: 0.3;
  display: block;
  color: #FFF;
  z-index: 110;
  outline: none;
}

@media (max-width: 700px) {
  .v-settings-test-link {
    display: none;
  }
}

.v-settings-test-link {
  position: fixed;
  top: 20px;
  left: 20px;
  background: #6300ff;
}

.v-settings-test-link:hover {
  color: #FFF;
  opacity: 1;
}

@media print {
  .v-settings-test-link {
    display: none;
  }
}

/* END Settings test link */

/* START Settings popup */

.v-settings__head {
  float: left;
  font-size: 24px;
  font-weight: bold;
}

.v-settings__save {
  float: right;
}

.v-settings__el {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.v-settings__reset {
  float: right;
  margin: 0 10px 0 0;
}

.v-settings__header,
.v-settings__footer {
  padding: 10px;
  background: #eff9ff;
  line-height: 33px;
  overflow: hidden;
}

.v-settings__footer {
  margin: 10px 0 0 0;
}

.v-settings__header {
  margin: 0 0 10px 0;
}

.v-settings__buy-theme,
.v-settings__buy-theme:hover {
  background: #5dcd1f;
}

.v-settings__el_color {
  border: 4px solid #fff;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
}

.v-settings__el_color.selected {
  border: 4px solid #c8c8c8;
}

.v-settings__title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}

.v-settings__list {
  margin: 0 0 20px;
  width: 100%;
}

.v-settings__list_no {
  margin: 0 0 11px;
}

.v-settings__color-select {
  border: 1px solid #CCC;
  border-radius: 5px;
}

.v-settings__color-clear {
  margin-left: 10px;
  font-size: 11px;
}

.v-settings__color-clear._hide {
  display: none;
}

.v-settings__prim {
  margin-bottom: 10px;
}

/* END Settings popup */

/* Информационное сообщение */

.v-info-massage {
  padding: 14px 0;
  background-color: #f4f4f4;
  color: #000;
  font-size: 13px;
  position: relative;
  display: none;
}

.v-info-massage__wrap {
  position: relative;
}

.v-info-massage__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.v-info-massage__image-block {
  margin-right: 14px;
}

.v-info-massage__img {
  width: 40px;
}

.v-info-massage__text {
  line-height: 20px;
}

.v-info-massage__close {
  font-size: 32px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  height: 100%;
  text-align: right;
  width: 30px;
  top: 0;
}

.v-info-massage__close-name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 1440px) {
  .v-info-massage__content {
    padding-right: 30px;
  }
}

@media (max-width: 480px) {
  .v-info-massage__image-block {
    display: none;
  }
}

/* Информационное сообщение */

.v-popup-added-cart {
  overflow: hidden;
}

.v-popup-added-cart__info {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 32px;
}

.v-popup-added-cart__img {
  float: left;
  width: 70px;
  min-height: 65px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.v-popup-added-cart__img img {
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.v-popup-added-cart__data {
  margin: 0 0 0 16px;
  padding-top: 0;
}

.v-popup-added-cart__data-item {
  margin-bottom: 14px;
}

.v-popup-added-cart__data-item:last-child {
  margin-bottom: 0;
}

.v-popup-added-cart__data-gray {
  color: #afafaf;
}

.v-popup-added-cart__product-name {
  font-size: 16px;
}

.v-popup-added-cart__product-price {
  font-weight: 600;
  font-size: 14px;
}

.v-popup-added-cart__product-count {
  color: #afafaf;
}

.v-popup-added-cart__checkout {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: -11px;
}

.v-popup-added-cart__close {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}

@media only screen and (max-width: 380px) {
  .v-popup-added-cart__img {
    width: 60px;
  }

  .v-popup-added-cart__img img {
    max-width: 60px;
    max-height: 60px;
  }

  .v-popup-added-cart__info {
    font-size: 13px;
  }

  .v-popup-added-cart__data-item {
    margin-bottom: 12px;
  }

  .v-popup-added-cart__product-name {
    font-size: 15px;
  }

  .v-popup-added-cart__close {
    font-size: 13px;
  }
}

@media only screen and (max-width: 360px) {
  .v-popup-added-cart__checkout {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 340px) {
  .v-popup-added-cart__close {
    font-size: 12px;
  }
}

/* Стили для шрифтов */

/* START Roboto */

body._font-roboto .v-product-actions .stocks_title {
  font-weight: 400;
}

body._font-roboto .v-list_small .v-list__title {
  font-weight: 400;
}

/* END Roboto */

/* START Ubuntu */

body._font-ubuntu .v-cart-mini__product-price {
  font-weight: 600;
}

body._font-ubuntu .v-cart-mini__product-price {
  font-weight: 600;
}

body._font-ubuntu .v-list_small .v-list__title {
  font-weight: 400;
}

body._font-ubuntu .v-cart-mini__total-price {
  font-weight: 600;
}

body._font-ubuntu .v-list__nav .owl-prev .fa,
body._font-ubuntu .v-list__nav .owl-next .fa {
  vertical-align: -1px;
}

/* END Ubuntu */

/* START Arial */

body._font-arial .v-list__nav .owl-prev .fa,
body._font-arial .v-list__nav .owl-next .fa {
  vertical-align: -1px;
}

/* END Arial */

/* START EXO 2 */

body._font-exo2 .v-list_small .v-list__title {
  font-weight: 400;
}

body._font-exo2 .mfp-close-btn-in .mfp-close,
body._font-exo2 .v-cart-mini__product-remove,
body._font-exo2 .v-popup-close,
body._font-exo2 .v-cart-item__remove a {
  font-family: Arial;
}

body._font-exo2 .v-cart-item__remove a {
  font-size: 20px;
}

/* END EXO 2 */

/* START Fira Sans */

body._font-firasans .v-list_small .v-list__title {
  font-weight: 400;
}

body._font-firasans .v-cart-mini__total-price {
  font-weight: 600;
}

body._font-firasans .v-cart-mini__product-price {
  font-weight: 600;
}

body._font-firasans .v-list__nav .owl-prev .fa,
body._font-firasans .v-list__nav .owl-next .fa {
  vertical-align: -1px;
}

/* END Fira Sans */

/* START Montserrat */

body._font-montserrat .v-products-column__price {
  font-weight: 600;
}

body._font-montserrat .v-cart-mini__product-price {
  font-weight: 600;
}

body._font-montserrat .v-cart-mini__total-price {
  font-weight: 600;
}

body._font-montserrat .v-catalog-menu__open {
  font-size: 16px;
}

body._font-montserrat .v-list__nav .owl-prev .fa,
body._font-montserrat .v-list__nav .owl-next .fa {
  vertical-align: -1px;
}

/* END Montserrat */

/* START Helvetica */

body._font-helvetica .v-cart-mini__product-price {
  font-weight: 600;
}

body._font-helvetica .v-cart-mini__total-price {
  font-weight: 600;
}

body._font-helvetica .shop-sk-callback-block .mfp-close {
  line-height: 28px;
}

body._font-helvetica .v-popup-close {
  line-height: 28px;
}

body._font-helvetica .v-list__nav .owl-prev .fa,
body._font-helvetica .v-list__nav .owl-next .fa {
  vertical-align: -1px;
}

/* END Helvetica */

/* START PT Sans */

body._font-ptsans .v-list__nav .owl-prev .fa,
body._font-ptsans .v-list__nav .owl-next .fa {
  vertical-align: -2px;
}

/* END PT Sans */