

/* Start:/local/templates/vik/theme.css?1743273671499*/
:root {
    --color-text-primary: #333;
    --color-text-light: #777;
    --color-secondary: #A65D31;
    --color-secondary-hover: #7C533B;
    --color-primary: #6C3210;
    --color-primary-hover: #D28D64;
    --color-light: #D29F81;
    --color-light-hover: #fbede4;
    --color-success: #59ad1b;
    --color-success-light: #E5FFE5;
    --color-error: #bb0000;
    --color-error-light: #FFE5E5;
    --border-radius: 4px;
    --padding: 16px;
    --padding-small: 8px;
    --content-padding: 10px;
}
/* End */


/* Start:/local/js/vasoft/rutube/dist/vasoft-rutube.bundle.css?17432736711837*/
.vs-rutube-popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.vs-rutube-close{
    position:absolute;
    top:30px;
    right:30px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border:1px solid transparent;
    -webkit-transition:background-color 0.4s ease-out;
    -o-transition:background-color 0.4s ease-out;
    transition:background-color 0.4s ease-out;
    cursor: pointer;
}
.vs-rutube-close:hover{
    background-color: rgba(255,255,255,0.6)
}
.vs-rutube-close::after,
.vs-rutube-close::before{
    position:absolute;
    top:18px;
    right:9px;
    background:#cecece;
    width:20px;
    height:2px;
    content: '';
    -webkit-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
.vs-rutube-close:hover::after,
.vs-rutube-close:hover::before {
    background:#d30533;
}
.vs-rutube-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.vs-rutube-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.vs-rutube-video {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.vs-rutube-hide {
    display: none;
}
/* End */


/* Start:/local/components/vasoft/auth/templates/single/style.css?17432736681496*/
#popup-window-content-vasoftAuthForm {
    padding: 0;
    background: transparent;
}

.vas-auth {
    display: flex !important;
    flex-direction: column;
    max-width: 460px;
}

.vas-auth input[type=text],
.vas-auth input[type=password] {
    padding: 0 5px;
    font-size: 15px;
}

.vas-auth input {
    outline: none;
    border: 1px solid #D29F81;
}

.vas-auth input:focus {
    outline: none;
    border: 1px solid #6C3210;
}

input.vas-auth__error {
    border-color: #900;
}

.vas-auth__row {
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
}

.vas-auth_error + .vas-auth__row{
    margin: 0;
}
.vas-auth_error{
    margin-bottom: 20px;
    color: #900;
    font-size:15px;
}

.vas-auth__remember {
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 30px;
}

.vas-auth__remember + .vas-auth__row {
    margin: 0;
}

.vas-auth__remember input {
    position: absolute;
    top: -50px;
    left: -50px;
    opacity: 0;
}

.vas-auth__remember label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #D29F81;
    position: absolute;
    top: 15px;
    box-sizing: border-box;
    left: 0;
}
.vas-auth_timer{
    font-size:16px;
    margin-right: 12px;
}
.vas-auth__remember{
    font-size: 14px;
}

.vas-auth__remember input:checked + label:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 17px;
    box-sizing: border-box;
    left: 2px;
    background: #D29F81;
}

/* End */


/* Start:/local/templates/vik/styles.css?17432736712822*/
.text {
  padding: 0 10px; }
  .text-share {
    margin: 30px 0; }
  .text-img {
    position: relative;
    z-index: 2; }
  .text-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px; }
  .text img {
    max-width: 100%; }
  .text-preview {
    position: absolute;
    right: 0;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    max-width: 50%; }
  .text p {
    font-size: 17px;
    line-height: 26px; }
  .text blockquote {
    border-left: 5px solid #D29F81;
    margin: 10px 0 10px 50px;
    padding: 10px;
    position: relative; }
    .text blockquote:before {
      content: '\201D';
      color: #6C3210;
      font-size: 90px;
      position: absolute;
      left: -50px;
      top: 0; }
    .text blockquote .quote-author {
      font-style: italic;
      text-align: right; }
  .text ol {
    font-size: 17px;
    line-height: 26px;
    margin: 10px 0;
    padding: 0; }
    .text ol li {
      position: relative;
      margin: 0 0 10px 30px; }
  .text ul {
    font-size: 17px;
    line-height: 26px;
    list-style: none;
    margin: 10px 0;
    padding: 0; }
    .text ul + ul {
      margin-top: 30px; }
    .text ul li {
      position: relative;
      margin: 0 0 10px 30px; }
      .text ul li:before {
        content: '\2741';
        color: #6C3210;
        font-size: 16px;
        position: absolute;
        left: -30px; }
  .text .warning {
    border: 1px solid #D29F81;
    clear: both;
    padding: 10px 10px 10px 50px;
    position: relative; }
    .text .warning:before {
      content: '!';
      position: absolute;
      top: -10px;
      left: -10px;
      color: #D29F81;
      font-size: 40px;
      height: 50px;
      line-height: 50px;
      width: 50px;
      text-align: center;
      border: 1px solid #D29F81;
      border-radius: 25px;
      background: #fff; }
  .text .discount {
    border: 1px solid red;
    clear: both;
    padding: 20px 20px 20px 70px;
    position: relative;
    font-size: 19px; }
    .text .discount:before {
      content: '%';
      position: absolute;
      top: -10px;
      left: -10px;
      color: red;
      font-size: 40px;
      height: 50px;
      line-height: 50px;
      width: 50px;
      text-align: center;
      border: 1px solid red;
      border-radius: 25px;
      background: #fff; }
  .text .author {
    text-align: right;
    margin-top: 30px; }
    .text .author span {
      display: inline-block;
      padding: 10px 10px 0 40px;
      border-top: 1px solid #cecece; }

.gallery {
  text-align: center; }
  .gallery a {
    display: inline-block;
    margin: 10px;
    vertical-align: middle; }
  .gallery img {
    max-width: 200px;
    max-height: 150px;
    cursor: zoom-in; }

/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/local/templates/vik/template_styles.css?176577250158737*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.ico {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

body {
  --color-second: #A65D31;
  --color-dark: #7C533B;
  --color-default: #6C3210;
  --color-light1: #D28D64;
  --color-light2: #D29F81;
  --color-light3: #fbede4;
  --color-error: #bb0000;
  --color-bg-default: #fff;
  --color-text-default: #333;
  --color-text-second: #fff;
  --color-text-inactive: #aaa;
  --color-bg-primary: #fff;
  --color-highlight: #b91db0;
  --color-highlight-second: #59ad1b;
  --radius: 3px;
  --trans: all 0.4s easy-out;
  --shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2); }

.vs-button {
  background: var(--color-light2);
  color: var(--color-default);
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 15px;
  border: none;
  border-radius: var(--radius);
  transition: var(--trans);
  cursor: pointer;
  white-space: nowrap; }

.vs-button:hover {
  background: var(--color-default);
  color: var(--color-light3); }

.vs-button:disabled,
.vs-button_disabled, .vs-button.vs-button_disabled:hover {
  background: var(--color-light3);
  cursor: not-allowed; }

html, body {
  padding: 0;
  margin: 0;
  font-family: Tahoma, Geneva, sans-serif;
  color: #333; }

.h1, h1, h2, h3, h4, a {
  color: #6C3210; }

h1, h2, h3, h4, .h1 {
  text-align: center;
  font-weight: normal; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, .h1:first-child {
    margin-top: 0; }

h3, h4 {
  text-align: left; }

a, a img {
  outline: none; }

h1, .h1 {
  margin-bottom: 0;
  text-align: center; }

div, a, button, input, textarea, ul, li, p, section, span, label {
  box-sizing: border-box; }

a:hover {
  color: #A65D31; }

.std {
  padding: 20px 0; }

.top {
  background: #D29F81 url(/local/templates/vik/images/pants.svg) 100% -55px no-repeat;
  overflow: hidden;
  clear: both;
  text-align: left; }
  .top section {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .top section:after {
      display: none; }
  .top .logo {
    background: transparent url(/local/templates/vik/images/vikroyka.png) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    margin: 10px;
    position: relative; }
    .top .logo__text {
      margin-left: -100%; }
  .top .sponsor {
    background: linear-gradient(90deg, rgba(89, 173, 27, 0.6) 0%, #59ad1b 25%, #59ad1b 75%, rgba(89, 173, 27, 0.8) 100%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(89, 173, 27, 0.8);
    padding: 8px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-decoration: none; }
    .top .sponsor:hover {
      background: linear-gradient(90deg, #59ad1b 0%, rgba(89, 173, 27, 0.6) 33%, rgba(89, 173, 27, 0.6) 69%, #59ad1b 100%); }

#tabreview {
  max-width: 900px; }

#review-box {
  margin: 32px 0 40px; }

section {
  width: 944px;
  margin: 0 auto; }
  section:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%; }

.section-description {
  clear: both;
  overflow: hidden; }

header {
  background: #fff;
  border-bottom: 1px solid #D29F81;
  height: 40px;
  box-shadow: 0 0 3px 0 #ccc; }
  header section {
    margin: 0 auto; }
  header a {
    height: inherit;
    line-height: inherit;
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 0 10px;
    white-space: nowrap; }
    header a:hover {
      border-bottom: 3px solid #D29F81; }

@media screen and (min-width: 974px) {
  ul.columns {
    column-count: 2; }

  .mainm {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #6C3210;
    width: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: max-content max-content max-content max-content max-content max-content max-content 1fr max-content max-content;
    grid-template-rows: max-content;
    -ms-grid-columns: max-content max-content max-content max-content max-content max-content max-content 1fr max-content max-content;
    -ms-grid-rows: max-content;
    align-items: center;
    height: 40px;
    line-height: 40px; }
    .mainm-close {
      display: none; }
    .mainm ul {
      list-style: none;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all ease-out 0.4s;
      -moz-transition: all ease-out 0.4s;
      -o-transition: all ease-out 0.4s;
      transition: all ease-out 0.4s; }
    .mainm > li > ul {
      position: absolute;
      background: #fff;
      z-index: 333;
      top: 41px;
      border: 1px solid #D28D64;
      border-top-width: 0;
      margin: 0;
      padding: 10px; }
      .mainm > li > ul a {
        border: none !important; }
      .mainm > li > ul ul {
        padding: 0;
        line-height: 20px;
        margin-bottom: 10px; }
        .mainm > li > ul ul li {
          display: inline-block;
          font-size: 14px; }
    .mainm > li:hover ul {
      opacity: 1;
      visibility: visible; }
    .mainm > li:nth-child(1) {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 1;
      -ms-grid-column: 1; }
    .mainm > li:nth-child(2) {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 2;
      -ms-grid-column: 2; }
    .mainm > li:nth-child(3) {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 3;
      -ms-grid-column: 3; }
    .mainm > li:nth-child(4) {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 4;
      -ms-grid-column: 4; }
    .mainm > li:nth-child(5) {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 5;
      -ms-grid-column: 5; }
    .mainm > li:nth-child(6) {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 6;
      -ms-grid-column: 6; }
    .mainm > li:nth-child(7) {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 7;
      -ms-grid-column: 7; }
    .mainm > li:nth-child(8) {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 9;
      -ms-grid-column: 9; }
    .mainm > li.mainm-profile {
      grid-row: 1;
      -ms-grid-row: 1;
      grid-column: 10;
      -ms-grid-column: 10; }
      .mainm > li.mainm-profile a {
        background: #6C3210;
        color: #fff; }
      .mainm > li.mainm-profile > ul {
        left: auto;
        right: 0; }
        .mainm > li.mainm-profile > ul a {
          color: #6C3210;
          background: #fff;
          -webkit-transition: all ease-out 0.4s;
          -moz-transition: all ease-out 0.4s;
          -o-transition: all ease-out 0.4s;
          transition: all ease-out 0.4s; }
          .mainm > li.mainm-profile > ul a:hover {
            color: #D28D64; }
    .mainm > li > a {
      height: 40px;
      line-height: 40px;
      -webkit-transition: all ease-out 0.4s;
      -moz-transition: all ease-out 0.4s;
      -o-transition: all ease-out 0.4s;
      transition: all ease-out 0.4s; } }
.header {
  background: #000 none 50% 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-shadow: 0 0 5px #000; }
  .header section {
    overflow: hidden;
    clear: both;
    padding: 20px 0 20px 400px; }
  .header .h1, .header h1 {
    color: #fff;
    margin: 0 0 20px;
    text-align: left;
    font-size: 2em;
    line-height: 1.15; }
  .header div {
    color: #fff;
    line-height: 25px;
    font-size: 18px; }

.btns {
  text-align: center;
  margin: 10px; }
  .btns-right {
    text-align: right; }

.btn {
  display: inline-block;
  border: 2px solid #6C3210;
  color: #6C3210;
  height: 40px;
  line-height: 37px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  padding: 0 20px;
  background: #fff;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }
  .btn_no-pad {
    padding: 0; }
  .btn-input {
    height: 30px;
    line-height: 26px; }
  .btn:hover {
    border: 2px solid #D28D64;
    color: #D28D64; }
  .btn-disabled {
    border-color: #aaa !important;
    color: #aaa !important; }

.mbox {
  position: relative; }

.box-item {
  float: left;
  padding: 10px; }
.box:after {
  content: '';
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%; }

#mob-patterns, .mob-atelier {
  display: none; }

.benefit h3 {
  text-align: center; }
.benefit .box-item {
  width: 33.3333%;
  text-align: center;
  line-height: 25px; }
  .benefit .box-item:before {
    content: '';
    display: block;
    height: 60px;
    background: transparent none 50% 50% no-repeat;
    background-size: contain;
    margin-bottom: 10px; }
.benefit-speed:before {
  background-image: url(/local/templates/vik/./images/speed.svg) !important; }
.benefit-single:before {
  background-image: url(/local/templates/vik/./images/single.svg) !important; }
.benefit-size:before {
  background-image: url(/local/templates/vik/./images/ruler.svg) !important; }

.ratebox {
  border-width: 1px 0;
  background: #eee;
  text-align: center;
  justify-content: center; }
  .ratebox_page {
    background: #fff; }
  .ratebox h2 {
    width: 100%; }
  .ratebox section {
    display: flex;
    flex-wrap: wrap; }
  .ratebox .box-item {
    width: 33.2%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    float: none;
    vertical-align: middle; }
  .ratebox ul {
    list-style: none;
    margin: 10px 0;
    padding: 0 0 0 20px;
    text-align: left; }
  .ratebox li {
    position: relative;
    margin-bottom: 10px; }
    .ratebox li:before {
      content: '\2741';
      color: #6C3210;
      font-size: 12px;
      position: absolute;
      left: -15px; }
  .ratebox h3 {
    font-size: 22px;
    margin-top: 10px;
    text-align: center; }
  .ratebox-note {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding-top: 10px; }
  .ratebox-body {
    background: #fff;
    padding: 10px;
    border: 1px solid #D28D64;
    margin-top: 30px; }
  .ratebox-price {
    color: #6C3210;
    font-weight: bold;
    font-size: 22px;
    margin: 20px 0; }
    .ratebox-price-old {
      font-size: 12px;
      font-weight: normal;
      text-decoration: line-through;
      color: #aaa; }
  .ratebox-profit {
    margin-top: 10px; }
  .ratebox-main {
    margin-top: 0;
    -webkit-box-shadow: 0 0 10px 0 #7C533B;
    -moz-box-shadow: 0 0 10px 0 #7C533B;
    box-shadow: 0 0 10px 0 #7C533B; }
    .ratebox-main h3 {
      font-size: 26px;
      font-weight: bold; }
    .ratebox-main .rate-price {
      font-size: 24px; }

.reviews-item {
  width: 50%;
  float: left;
  padding: 10px; }
.reviews-user {
  min-height: 50px; }
  .reviews-user span {
    padding-top: 10px;
    display: block; }
.reviews-photo {
  width: 50px;
  height: 50px;
  background: transparent none 50% 50% no-repeat;
  background-size: cover;
  float: left;
  border-radius: 50%;
  margin-right: 10px; }
.reviews-text {
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  margin: 10px 0; }
.reviews p {
  font-style: italic;
  margin: 0; }

.dotted {
  border: 1px dotted #D28D64;
  border-width: 1px 0; }

.goods:after {
  content: '';
  width: 100%;
  height: 0;
  clear: both;
  overflow: hidden; }
.goods-box {
  float: left;
  width: 235px;
  width: 236px;
  padding: 10px; }
.goods-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }
.goods-item {
  border: 1px solid #D28D64;
  display: block;
  position: relative;
  text-decoration: none;
  padding-bottom: 80px;
  overflow: hidden;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }
  .goods-item:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    box-shadow: 0 0 12px 10px #fff;
    background: #fff; }
  .goods-item:hover {
    box-shadow: 0 0 10px 0 #D28D64; }
    .goods-item:hover .goods-info {
      height: auto; }
.goods-name {
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle; }
.goods-price {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  color: #555; }
.goods-img {
  display: block;
  width: 100%;
  height: 322px;
  background: #fff none 50% 50% no-repeat;
  background-size: cover; }
.goods-line {
  height: 422px;
  overflow: hidden; }
.goods-short {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 13px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }
.goods-video {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 40px;
  line-height: 54px;
  border-radius: 20px;
  text-align: center; }
  .goods-video svg.ico {
    color: red;
    display: inline-block;
    width: 40px;
    height: 25px; }

.type-list .goods {
  padding: 10px; }
  .type-list .goods-box {
    width: auto;
    float: none;
    padding: 0; }
    .type-list .goods-box:nth-child(odd) {
      background: #eee; }
  .type-list .goods-item {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 50px 1fr 70px;
    grid-template-columns: 50px 1fr 70px;
    text-decoration: none;
    border: none;
    align-items: center;
    padding: 0; }
    .type-list .goods-item:after {
      display: none; }
    .type-list .goods-item:hover {
      box-shadow: none;
      background: #D29F81; }
  .type-list .goods-img {
    grid-column: 1;
    -ms-grid-column: 1;
    height: 100%;
    min-height: 75px; }
  .type-list .goods-info {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 2;
    -ms-grid-column: 2;
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    line-height: 1;
    height: auto;
    background: transparent; }
  .type-list .goods-name {
    grid-column: 1;
    -ms-grid-column: 1;
    position: relative;
    top: auto;
    left: auto;
    vertical-align: middle;
    text-align: left;
    background: none; }
  .type-list .goods-short {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 2;
    -ms-grid-row: 2;
    padding-top: 0;
    font-size: 13px;
    position: relative;
    bottom: auto;
    left: auto;
    background: transparent; }
  .type-list .goods-price {
    background: none;
    grid-column: 2;
    -ms-grid-column: 2;
    bottom: auto;
    right: auto;
    position: relative;
    text-align: right; }
  .type-list .goods .label {
    grid-column: 3;
    -ms-grid-column: 3;
    top: auto;
    right: auto;
    position: relative;
    margin: 0;
    height: auto;
    padding: 10px;
    background: transparent !important;
    color: #6C3210; }

.label {
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  top: 30%;
  margin-top: -10px;
  right: -10px;
  color: #fff;
  padding: 0 5px; }
  .label-new {
    background: #b91db0; }
  .label-hit {
    background: #59ad1b; }

footer {
  background: #D29F81; }
  footer section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10px 1fr 20px 1fr 20px 1fr 20px 1fr 10px;
    grid-template-columns: 10px 1fr 20px 1fr 20px 1fr 20px 1fr 10px; }
  footer li {
    margin: 6.6666666667px; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer a {
    font-size: 12px; }
  footer .foot-women {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1; }
  footer .foot-help {
    grid-column: 4;
    -ms-grid-column: 4;
    grid-row: 1;
    -ms-grid-row: 1; }
  footer .foot-docs {
    grid-column: 6;
    -ms-grid-column: 6;
    grid-row: 1;
    -ms-grid-row: 1; }
  footer .foot-soc {
    grid-column: 8;
    -ms-grid-column: 8;
    grid-row: 1;
    -ms-grid-row: 1;
    text-align: right; }
    footer .foot-soc li {
      display: inline-block;
      margin: 0 0 0 10px; }
    footer .foot-soc a {
      font-size: 30px; }
    footer .foot-soc .i-ok:hover {
      color: #f58220; }
    footer .foot-soc .i-vk:hover {
      color: #4a76a8; }
    footer .foot-soc .i-yt:hover {
      color: #ff0000; }
    footer .foot-soc .i-zen:hover {
      color: #000; }
    footer .foot-soc .i-insta:hover {
      color: #c92f9c; }

.copyr {
  background: #6C3210;
  color: #A65D31;
  font-size: 12px; }
  .copyr section {
    padding: 0 10px; }

.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0 10px; }
.breadcrumb-item {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  margin-right: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
.breadcrumb-row:after {
  content: '\00BB';
  margin-left: 10px; }
.breadcrumb-row:last-child::after {
  content: '';
  display: none; }

.rss {
  position: relative; }
  .rss a.rss {
    position: absolute;
    top: -40px;
    right: 10px; }

.form-control,
.input {
  border: 1px solid #D28D64;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  background: #fff;
  font-size: 14px; }

.proselect {
  position: relative;
  cursor: pointer; }
  .proselect svg.ico {
    color: #6C3210;
    position: absolute;
    top: 7px;
    right: 5px;
    width: 14px;
    height: 14px;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s; }
  .proselect-current {
    margin: 0 20px 0 0;
    height: 100%;
    overflow: hidden; }
  .proselect-values {
    position: absolute;
    top: 14px;
    right: 0;
    min-width: 100%;
    border: 1px solid #D28D64;
    background: #fff;
    list-style: none;
    border-top: none;
    padding: 0;
    display: none;
    z-index: 10; }
  .proselect li {
    padding: 0 10px !important;
    margin: 0 !important;
    font-size: 15px;
    white-space: nowrap; }
    .proselect li:before {
      display: none; }
    .proselect li:hover {
      background: #D29F81;
      color: #fff; }
  .proselect-active ul {
    display: block; }
  .proselect-active svg.ico {
    transform: rotate(-180deg); }

.folding-box-btn {
  position: relative;
  cursor: pointer; }
  .folding-box-btn:after {
    box-sizing: border-box;
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #fff;
    font-weight: normal;
    font-size: 14px;
    margin-top: -7px; }
.folding-box-body {
  display: none; }
.folding-box-active .folding-box-btn:after {
  content: '-';
  line-height: 9px; }
.folding-box-active .folding-box-body {
  display: block; }

.tabs {
  clear: both; }
  .tabs-head {
    overflow: hidden;
    clear: both;
    padding: 0; }
    .tabs-head button {
      display: inline-block;
      border: none;
      color: #6C3210;
      height: 40px;
      line-height: 37px;
      box-sizing: border-box;
      text-decoration: none;
      cursor: pointer;
      padding: 0 20px;
      background: #fff;
      outline: none; }
      .tabs-head button:hover {
        border-bottom: 2px solid #6C3210 !important; }
    .tabs-head-active {
      display: block;
      font-weight: bold;
      border-bottom: 2px solid #6C3210 !important; }
  .tabs-tab {
    display: none; }
    .tabs-tab-active {
      display: block; }

.rate {
  width: 130px;
  height: 28px;
  position: relative; }
  .rate-star, .rate-value {
    height: 28px;
    position: absolute;
    top: 0;
    left: 0; }
  .rate-star {
    width: 130px;
    background: url(/img/stars.png);
    z-index: 2;
    cursor: pointer; }
  .rate-value {
    width: 0;
    background: #FFEE00;
    z-index: 1; }
  .rate input {
    margin-left: 130px; }

.checkbox {
  overflow: hidden;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  cursor: pointer; }
  .checkbox label {
    display: block;
    height: 30px;
    line-height: 30px; }
    .checkbox label:before {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      box-sizing: border-box;
      content: '';
      border: 1px solid #D28D64;
      background: #fff; }
  .checkbox input {
    position: absolute;
    top: -90px; }
    .checkbox input:checked + label:before {
      padding-left: 3px;
      text-align: center;
      font-size: 23px;
      line-height: 33px;
      content: '\2714';
      color: #D29F81; }
    .checkbox input:checked + .main-user-consent-request-announce-link:before {
      position: absolute;
      top: 0;
      left: -33px;
      text-align: center;
      font-size: 23px;
      line-height: 33px;
      content: '\2714';
      color: #D29F81; }

.main-user-consent-request-announce-link {
  position: relative; }

.location-block-wrapper .dropdown-block {
  box-shadow: none;
  border-radius: 0;
  border-color: #D28D64;
  height: 30px; }
.location-block-wrapper .bx-sls .dropdown-icon {
  top: 8px; }
.location-block-wrapper .bx-sls .bx-ui-sls-fake, .location-block-wrapper .bx-sls .bx-ui-sls-route {
  height: 28px;
  line-height: 28px; }
.location-block-wrapper .dropdown-fade2white,
.location-block-wrapper .bx-sls .bx-ui-sls-clear {
  height: 28px;
  line-height: 28px;
  margin-top: 0;
  top: 0; }

.form fieldset {
  border: none;
  border-top: 1px solid #6C3210;
  padding: 0; }
.form legend {
  padding: 0 10px 0 0;
  color: #6C3210;
  font-weight: bold; }
.form-simple {
  width: 400px;
  padding: 10px;
  max-width: 100%;
  margin: 10px auto;
  display: block;
  border: 1px solid #fbede4;
  box-shadow: 0 0 10px 2px #D29F81;
  border-radius: 4px; }
  .form-simple input {
    width: 100%; }
.form-confirm {
  margin: 10px 0;
  font-size: 13px; }
  .form-confirm input[type=checkbox] {
    float: left;
    width: auto;
    margin: 10px 10px 10px 0; }
.form-notes {
  border-top: 1px dotted #D28D64;
  margin-top: 10px; }
  .form-notes p {
    margin-top: 10px; }
.form-row {
  margin: 10px 0; }
  .form-row label {
    display: block; }
  .form-row textarea {
    display: block;
    border: 1px solid #D28D64;
    width: 100%;
    padding: 10px;
    line-height: 18px;
    height: 110px; }
  .form-row-inline label, .form-row-inline .input, .form-row-inline .rate {
    display: inline-block;
    vertical-align: middle; }
.form-captcha {
  position: relative;
  padding-right: 190px; }
  .form-captcha img {
    position: absolute;
    bottom: 0;
    right: 0; }
.form-btns {
  text-align: right; }
  .form-btns-more .btn {
    width: auto; }
.form-error {
  color: red;
  display: none; }
.form-ok {
  color: green;
  display: none; }

.auth-page > p {
  text-align: center; }

#review-form {
  display: none; }

.vsfiles {
  clear: both;
  overflow: hidden;
  display: flex;
  gap: 20px;
  align-items: center; }
  .vsfiles label {
    clear: both;
    overflow: hidden;
    position: relative;
    width: auto;
    white-space: nowrap;
    display: inline-block;
    border-bottom: 1px solid #6C3210;
    padding: 0 5px;
    color: #6C3210;
    font-size: 12px;
    float: right;
    cursor: pointer; }
  .vsfiles input {
    position: absolute;
    top: -90px; }
  .vsfiles img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%; }
  .vsfiles i {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
    background: #fff none 50% 50% no-repeat;
    background-size: contain;
    margin-right: 10px;
    cursor: pointer; }
    .vsfiles i:after {
      width: 20px;
      height: 20px;
      background: #fff;
      overflow: hidden;
      text-align: center;
      border-radius: 10px;
      content: '-';
      color: red;
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0.8;
      box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.5);
      font-size: 35px;
      line-height: 15px; }
    .vsfiles i:hover:after {
      opacity: 1; }

.pager {
  clear: both;
  overflow: hidden;
  padding: 10px; }
  .pager li {
    display: inline-block;
    border: 2px solid #D28D64;
    height: 30px;
    line-height: 26px;
    font-size: 16px !important;
    margin: 0 !important; }
    .pager li:before {
      display: none; }
  .pager-box {
    list-style: none;
    text-align: center; }
    .pager-box a {
      text-decoration: none;
      display: block;
      padding: 0 10px;
      line-height: 26px;
      height: 26px; }
  .pager-item a {
    color: #D28D64; }
  .pager-active {
    padding: 0 10px;
    border-color: #6C3210 !important;
    color: #6C3210; }
  .pager-brd a {
    color: #D28D64; }
  .pager-disabled {
    padding: 0 10px;
    border-color: #aaa !important;
    color: #aaa; }
  .pager a:hover {
    color: #6C3210; }

.popup-title-bar {
  font-size: 14px;
  font-weight: bold;
  height: 49px;
  line-height: 49px;
  color: #6C3210; }
.popup-window-button.btn:hover {
  background: #fff; }

#cart {
  display: none;
  position: fixed;
  background: #7C533B;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #fbede4;
  bottom: 10px;
  left: 10px;
  text-align: center; }
  #cart a {
    position: relative;
    z-index: 2;
    display: block;
    text-decoration: none; }
    #cart a span {
      min-width: 16px;
      height: 16px;
      line-height: 16px;
      background: #b91db0;
      position: absolute;
      top: 8px;
      left: 18px;
      color: #fff;
      font-size: 12px;
      border-radius: 8px; }
  #cart svg.ico {
    margin-top: 10px;
    color: #fbede4;
    height: 30px;
    width: 30px; }
  #cart:before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: -3px;
    left: -3px;
    opacity: 0;
    border: 3px solid rgba(255, 255, 255, 0.1);
    -webkit-animation: pulses 2s linear infinite;
    -moz-animation: pulses 2s linear infinite;
    animation: pulses 2s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(210, 159, 129, 0.41);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(210, 159, 129, 0.41);
    box-shadow: inset 0px 0px 15px 10px rgba(210, 159, 129, 0.41);
    -webkit-animation: pulses 1s infinite cubic-bezier(0.6, 0, 0, 1); }

@-webkit-keyframes pulses {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.9);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.1);
    opacity: .6; }
  70% {
    -webkit-transform: scale(1.3);
    opacity: .85; }
  80% {
    -webkit-transform: scale(1.4);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1.6);
    opacity: 0; } }
ol.multilevel {
  counter-reset: item; }
  ol.multilevel ol {
    counter-reset: item; }
  ol.multilevel li {
    display: block; }
    ol.multilevel li:before {
      content: counters(item,".") " ";
      counter-increment: item;
      padding-right: 10px; }
  ol.multilevel > li:before {
    display: none; }
  ol.multilevel > li h2:before {
    content: counters(item,".") " ";
    counter-increment: item; }

.text-law {
  line-height: 22px;
  padding: 10px; }
  .text-law ol {
    margin: 0;
    padding: 0; }
    .text-law ol ol ol {
      padding-left: 20px; }
  .text-law h2 {
    margin: 20px 0; }
  .text-law li, .text-law p {
    margin: 10px 0; }
  .text-law .text-note {
    margin-top: 40px; }

.text-note {
  border-top: 1px solid #D28D64;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 12px; }

.nobr {
  white-space: nowrap; }

.closebox-body {
  display: none; }
  .closebox-body-active {
    display: block; }

.wrap {
  padding: 0 10px; }

.saved {
  border-collapse: collapse;
  margin: 10px auto;
  border-top: 2px solid #6C3210;
  border-bottom: 2px solid #6C3210; }
  .saved td {
    padding: 5px 10px; }
  .saved thead {
    border-bottom: 2px solid #6C3210; }
  .saved th {
    padding: 10px; }
  .saved tr:nth-child(even) {
    background: #fbede4; }
  .saved-actions a {
    font-size: 13px;
    margin: 10px; }
    .saved-actions a:first-child {
      margin-left: 0; }
    .saved-actions a:last-child {
      margin-right: 0; }

dl {
  margin: 10px 0; }

dt {
  font-weight: bold;
  color: #6C3210; }
  dt span {
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px; }

dd {
  margin-bottom: 10px; }

.arrow-up {
  display: inline-block;
  vertical-align: middle; }
  .arrow-up:before {
    display: inline-block;
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-bottom-color: #6C3210;
    position: relative;
    top: -3px; }

.arrow-down {
  display: inline-block;
  vertical-align: middle; }
  .arrow-down:before {
    display: inline-block;
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-top-color: #6C3210;
    position: relative;
    top: 1px; }

a.dev {
  float: right;
  font-size: 12px;
  text-decoration: none;
  color: #A65D31; }
  a.dev:hover {
    text-decoration: underline; }

.sticky header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90; }

.discount {
  margin: 10px 0;
  border-top: 1px solid #af2c1a;
  border-bottom: 1px solid #af2c1a; }
  .discount section {
    padding: 30px 0; }
  .discount-link {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 300px 1fr;
    -ms-grid-columns: 300px 1fr;
    grid-template-rows: min-content min-content;
    -ms-grid-rows: min-content min-content;
    text-decoration: none; }
  .discount-value {
    color: #af2c1a;
    font-size: 120px;
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 2;
    -ms-grid-row: 2; }
  .discount-text {
    padding-top: 15px;
    color: #af2c1a;
    font-size: 50px;
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 2;
    -ms-grid-row: 2;
    line-height: 50px; }
    .discount-text span {
      display: block; }
  .discount-image {
    grid-column: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    text-align: center; }
    .discount-image img {
      width: 90%;
      max-width: 300px;
      margin: 0 auto; }

table.params {
  border-collapse: collapse;
  border-top: 1px solid #A65D31; }
  table.params th, table.params td {
    padding: 5px;
    border-bottom: 1px solid #A65D31; }
  table.params td:last-child {
    text-align: right; }

.ui-btn-primary {
  border: 2px solid #6C3210;
  color: #6C3210;
  background: #fff; }
  .ui-btn-primary:hover {
    border: 2px solid #D28D64;
    color: #D28D64;
    background: #fff; }
  .ui-btn-primary-disabled {
    border-color: #aaa !important;
    color: #aaa !important; }

.main-ui-filter-field-add-item {
  color: #6C3210; }
  .main-ui-filter-field-add-item:hover {
    border-bottom: 1px dashed #6C3210; }

.bx-core .main-grid-cell-content a {
  color: #6C3210; }

.main-ui-filter-sidebar-item.main-ui-filter-current-item {
  color: #D28D64; }

.main-ui-square.main-ui-filter-search-square {
  background: #fbede4; }

.main-ui-filter-search {
  border: 1px solid #D28D64;
  background: #fff; }

.main-ui-item-icon.main-ui-search {
  opacity: 0.6; }

.comp {
  width: 400px;
  max-width: 100%;
  margin: 10px auto;
  display: block; }
  .comp__title {
    font-weight: bold; }
  .comp__row {
    margin: 20px 0; }
  .comp__value {
    padding-left: 130px; }

.page-message {
  margin: 0 10px 40px 10px;
  font-size: 16px; }

.double {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-rows: max-content;
  -ms-grid-rows: max-content;
  overflow: hidden;
  clear: both;
  margin: 20px -10px;
  justify-items: center; }
  .double-item {
    grid-row: 2;
    -ms-grid-row: 2;
    margin: 0 10px; }
    .double-item-title {
      width: 462px;
      padding: 10px 20px 0 20px;
      text-align: center; }
    .double-item iframe {
      width: 462px !important;
      height: 267px !important; }
    .double-item:first-child {
      grid-column: 1;
      -ms-grid-column: 1; }
    .double-item:last-child {
      grid-column: 2;
      -ms-grid-column: 2; }

.sided {
  display: -ms-grid;
  display: grid;
  grid-template-rows: max-content;
  -ms-grid-rows: max-content;
  grid-template-columns: 236px auto;
  -ms-grid-columns: 236px auto; }
  .sided__left {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1; }
  .sided__main {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1; }

.video-box {
  position: relative;
  padding-bottom: 56.25%; }

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sendmail-notice {
  position: absolute;
  border: 1px solid #ccc;
  top: -24px;
  left: 0;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  padding: 0 10px;
  background: #fff;
  border-radius: 2px;
  display: none;
  white-space: nowrap; }

.sendmail-notice_ok {
  color: #009900;
  border-color: #009900; }

.sendmail-notice_no {
  color: #990000;
  border-color: #990000; }

.paysys {
  list-style: none; }
  .paysys_item {
    margin-left: 80px !important; }
    .paysys_item:before {
      left: -80px !important;
      top: -2px;
      content: '' !important;
      background: url("/local/images/payment.svg") 0 0 no-repeat;
      height: 30px; }
    .paysys_item__mir:before {
      width: 70px;
      background-position: -672px 0; }
    .paysys_item__visa:before {
      width: 60px;
      background-position: -51px 0; }
    .paysys_item__mastercard:before {
      width: 47px;
      background-position: -351px 0; }
    .paysys_item__jcb:before {
      width: 36px;
      background-position: -769px 0; }

.patterns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 236px auto;
  -ms-grid-columns: 236px auto;
  grid-template-rows: max-content;
  -ms-grid-rows: max-content; }
  .patterns__menu {
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .patterns__catalog {
    margin-top: 11px;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1; }

.pattern-error {
  color: #bb0000; }

.patmenu {
  padding: 10px; }
  .patmenu__title {
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    padding-bottom: 10px; }
    .patmenu__title .ico {
      display: none; }
  .patmenu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #fbede4; }
  .patmenu__sub {
    margin: 0;
    padding: 0;
    list-style: none; }
  .patmenu__link {
    border-bottom: 1px solid #fbede4;
    display: block;
    margin: 0;
    padding: 9px 5px;
    text-decoration: none; }
    .patmenu__link-level1 {
      text-transform: uppercase;
      font-size: 15px;
      font-weight: bold;
      background: #fbede4; }
    .patmenu__link-level2 {
      font-size: 14px;
      font-weight: bold; }
    .patmenu__link-level3 {
      font-size: 13px;
      padding-left: 25px; }
    .patmenu__link-level4 {
      font-size: 12px;
      padding-left: 50px; }
    .patmenu__link-selected {
      font-weight: bold;
      border-left: 3px solid #6C3210;
      position: relative; }
      .patmenu__link-selected:after {
        content: '';
        right: -16px;
        top: 50%;
        margin-top: -8px;
        position: absolute;
        border: 8px solid transparent;
        box-sizing: border-box;
        border-left-color: #6C3210; }
    .patmenu__link:hover {
      background: #6C3210;
      color: #fbede4; }
  .patmenu__item {
    display: block;
    margin: 0;
    padding: 0; }

@media screen and (max-width: 738px) {
  .patterns {
    display: block; }
    .patterns__menu {
      display: block; }

  .patmenu__list {
    display: none; }
  .patmenu__title {
    border: 1px dotted #D28D64;
    border-width: 1px 0;
    padding: 0;
    line-height: 40px;
    cursor: pointer; }
    .patmenu__title .ico {
      margin-left: 10px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all ease-out 0.4s;
      -moz-transition: all ease-out 0.4s;
      -o-transition: all ease-out 0.4s;
      transition: all ease-out 0.4s; }
    .patmenu__title_active .ico {
      transform: rotate(-180deg); }
    .patmenu__title_active + .patmenu__list {
      display: block; } }
#bx-soa-orderSave .checkbox label {
  padding-left: 0; }

.pic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .pic-list__item {
    width: 400px;
    height: 218px;
    max-width: 100%;
    margin: 10px;
    text-align: center; }
    .pic-list__item a {
      cursor: zoom-in; }
    .pic-list__item img {
      max-width: 100%;
      max-height: 100%; }

.image_side {
  width: 300px;
  max-width: 100%; }

figcaption {
  font-size: 12px;
  font-style: italic; }

.image_left {
  float: left;
  margin: 10px 10px 10px 0; }

.image_side img {
  cursor: zoom-in; }

.text .note {
  font-style: italic;
  border-left: 4px solid #D29F81;
  padding-left: 10px; }

.b24-widget-button-shadow {
  z-index: 998 !important; }

.b24-widget-button-wrapper {
  z-index: 999 !important; }

.cls::after {
  content: '';
  overflow: hidden;
  clear: both;
  height: 1px;
  width: 100%;
  display: block; }

.figured-text {
  display: flex;
  align-items: center;
  margin: 19px 0; }
  .figured-text__image {
    flex: none;
    margin: 0 20px 20px 0;
    width: 400px;
    height: 225px;
    max-width: 100%; }
    .figured-text__image img {
      cursor: zoom-in; }

.site-note {
  background: #ffdb4d;
  padding: 30px 30px; }

.notice-block, .notice-block * {
  color: var(--color-error); }

.notice-block_pad {
  padding: 0 10px; }

#cookie-note {
  position: fixed;
  bottom: 0;
  max-width: 600px;
  left: 40px;
  right: 40px;
  background-color: #fff3cd;
  border-top: 1px solid #ffeeba;
  color: #856404;
  padding: 1rem;
  text-align: center;
  font-family: sans-serif;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center; }

button.cookie-note__button {
  height: 40px;
  color: var(--color-default);
  border: 1px solid var(--color-default);
  padding: 0 8px;
  cursor: pointer; }

button.cookie-note__button:hover {
  background: var(--color-light3); }

@media screen and (max-width: 974px) {
  section {
    width: 708px; }

  .article section {
    -ms-grid-columns: 10px 1fr 20px 1fr 10px;
    grid-template-columns: 10px 1fr 20px 1fr 10px;
    -ms-grid-rows: auto 2fr 20px 1fr 10px 1fr 10px auto;
    grid-template-rows: auto 2fr 20px 1fr 10px 1fr 10px auto; }
  .article #item1 {
    grid-column: 2 / 5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-row: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1; }
  .article #item2 {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 4;
    -ms-grid-row: 4; }
  .article #item3 {
    grid-column: 4;
    -ms-grid-column: 4;
    grid-row: 4;
    -ms-grid-row: 4; }
  .article #item4 {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 6;
    -ms-grid-row: 6; }
  .article #item5 {
    grid-column: 4;
    -ms-grid-column: 4;
    grid-row: 6;
    -ms-grid-row: 6; }
  .article .btns {
    grid-column: 1 / 6;
    -ms-grid-column-span: 7;
    -ms-grid-column: 1;
    grid-row: 8;
    -ms-grid-row: 8; }

  .header section {
    padding-left: 240px; }

  .text-preview {
    max-width: 80%; }

  .newslist-box {
    width: 236px; }
  .newslist-img {
    width: 216px;
    height: 121.5px; }

  .ratebox section {
    justify-content: center; }
  .ratebox .box-item {
    width: 45%; }

  .product {
    grid-template-columns: 1fr 294.6666666667px;
    -ms-grid-columns: 1fr 294.6666666667px;
    grid-template-rows: max-content max-content auto;
    -ms-grid-rows: max-content max-content auto; }
    .product-more {
      grid-row: 3;
      -ms-grid-row: 3;
      grid-column: 1 / 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2; }
    .product-info-container {
      grid-row: 2;
      -ms-grid-row: 2;
      grid-column: 1;
      -ms-grid-column: 1; }
    .product .modeler-container {
      grid-row: 1 / 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-column: 2;
      -ms-grid-column: 2; }

  .mmain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #6C3210;
    color: #fff;
    z-index: 999;
    width: 0;
    margin: 0;
    padding: 10px 0;
    overflow: auto; }
    .mmain a {
      white-space: normal;
      border: none !important;
      padding: 5px; }
      .mmain a:hover {
        color: #6C3210 !important;
        background: #D29F81 !important; }
    .mmain-opened {
      display: block;
      width: auto; }
    .mmain li {
      display: block;
      height: auto;
      line-height: 20px !important;
      padding: 3.3333333333px 0; }
    .mmain > li > a {
      border: 3px solid #6C3210; }
    .mmain > li:nth-child(6), .mmain > li:nth-child(7), .mmain > li:nth-child(8) {
      float: none; }
    .mmain > li ul {
      top: auto;
      left: auto;
      right: auto;
      display: block;
      position: relative;
      background: transparent;
      margin-left: 20px;
      min-width: auto;
      border-width: 0 0 0 1px;
      padding: 0; }
      .mmain > li ul ul {
        display: none !important; }

  .mainm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #6C3210;
    color: #fff;
    z-index: 999;
    width: 0;
    margin: 0;
    padding: 40px 0 10px 0;
    overflow: auto; }
    .mainm-close {
      text-align: right;
      padding: 10px !important;
      position: absolute;
      top: 0;
      width: 100%; }
      .mainm-close:after {
        font-size: 30px;
        content: '\2718'; }
      .mainm-close:hover {
        color: #D29F81; }
    .mainm-opened {
      display: block;
      width: auto; }
    .mainm li {
      display: block;
      height: auto;
      padding: 3.3333333333px 0; }
      .mainm li a {
        line-height: 20px;
        white-space: normal;
        padding: 5px 10px; }
        .mainm li a:hover {
          background: #D29F81;
          color: #6C3210;
          border: none !important; }
    .mainm ul {
      top: auto;
      display: block;
      position: relative;
      background: transparent; }
      .mainm ul li:last-child {
        padding-bottom: 0; }
      .mainm ul ul {
        display: none; }
    .mainm_root > a {
      border: 3px solid #6C3210; }
    .mainm_root:nth-child(6), .mainm_root:nth-child(7), .mainm_root:nth-child(8) {
      float: none; }
    .mainm_sub {
      display: none !important;
      margin-left: 10px;
      min-width: auto;
      border-width: 0 0 0 1px; }
    .mainm .atelier .mainm_sub {
      display: block !important;
      margin-left: 20px;
      min-width: auto;
      border-width: 0 0 0 1px; }

  header .mbox {
    display: grid;
    grid-template-columns: 40px auto max-content; }

  #mob-patterns {
    display: inline-block;
    line-height: 40px;
    color: #6C3210;
    grid-column: 2;
    grid-row: 1;
    justify-self: center; }

  .mob-atelier {
    display: inline-block;
    box-sizing: border-box;
    line-height: 40px;
    color: #6C3210;
    grid-column: 3;
    grid-row: 1; }

  #mob-menu-btn {
    grid-column: 1;
    grid-row: 1;
    width: 30px;
    color: #6C3210;
    padding: 5px 0 0 10px;
    cursor: pointer; }
    #mob-menu-btn:after {
      content: '\2630';
      font-size: 26px; }

  .discount-link {
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto;
    -ms-grid-columns: auto;
    grid-template-rows: min-content min-content min-content;
    -ms-grid-rows: min-content min-content min-content;
    text-decoration: none; }
  .discount-value {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 2;
    -ms-grid-row: 2;
    text-align: center;
    margin: 40px 0; }
  .discount-text {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 3;
    -ms-grid-row: 3;
    text-align: center; }
  .discount-image {
    grid-column: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    text-align: center; }
    .discount-image img {
      width: 90%;
      max-width: 300px;
      margin: 0 auto; }

  .double {
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
    margin: 10px 0; }
    .double-item {
      grid-column: 1 !important;
      -ms-grid-column: 1 !important;
      margin: 10px 0; }
      .double-item:first-child {
        grid-row: 1;
        -ms-grid-row: 1; }
      .double-item:last-child {
        grid-row: 2;
        -ms-grid-row: 2; }

  .figured-text {
    flex-direction: column; }
    .figured-text__image {
      height: auto; } }
@media screen and (max-width: 738px) {
  section {
    width: 472px; }

  footer section {
    -ms-grid-columns: auto auto max-content;
    grid-template-columns: auto auto max-content;
    -ms-grid-rows: max-content max-content;
    grid-template-rows: max-content max-content; }
  footer .foot-women {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-right: 20px; }
  footer .foot-help {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }
  footer .foot-docs {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1; }
  footer .foot-soc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: center;
    padding-top: 20px; }

  .header section {
    padding-left: 100px; }

  .benefit .box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: max-content max-content;
    grid-template-rows: max-content max-content; }
    .benefit .box .box-item {
      float: none;
      width: auto; }
      .benefit .box .box-item:nth-child(1) {
        grid-row: 1;
        -ms-grid-row: 1;
        grid-column: 1/3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2; }
      .benefit .box .box-item:nth-child(2) {
        grid-row: 2;
        -ms-grid-row: 2;
        grid-column: 1;
        -ms-grid-column: 1; }
      .benefit .box .box-item:nth-child(3) {
        grid-row: 2;
        -ms-grid-row: 2;
        grid-column: 2;
        -ms-grid-column: 2; }

  .ratebox .box-item {
    width: auto; }
  .ratebox-body {
    margin: 0; }

  .article section {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: max-content max-content;
    grid-template-rows: max-content max-content; }
  .article h2 {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5; }
  .article .btns {
    grid-row: 4;
    -ms-grid-row: 4;
    grid-column: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
  .article #item1 {
    grid-row: 2;
    -ms-grid-row: 2;
    grid-column: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
  .article #item2 {
    grid-row: 3;
    -ms-grid-row: 3;
    grid-column: 1;
    -ms-grid-column: 1; }
  .article #item3 {
    grid-row: 3;
    -ms-grid-row: 3;
    grid-column: 2;
    -ms-grid-column: 2; }
  .article #item4, .article #item5 {
    display: none; }
  .article-item {
    margin: 10px; }

  .form-simple {
    width: auto; }

  .sided {
    display: block; } }
@media screen and (max-width: 502px) {
  h1 {
    font-size: 1.5em; }

  section {
    width: 100%; }

  .header section {
    padding: 10px; }

  .benefit .box {
    display: block; }

  .goods-box {
    float: none;
    margin: 0 auto; }

  .reviews-item {
    float: none;
    width: auto; }
  .reviews-text {
    height: auto; }

  .ratebox .box {
    display: block; }

  .article section {
    display: block; }

  .newslist-box {
    float: none;
    width: auto; }
  .newslist-img {
    width: auto; }

  footer section {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: max-content max-content max-content;
    grid-template-rows: max-content max-content max-content; }
  footer ul {
    margin: 10px; }
  footer .foot-women {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-right: 20px; }
  footer .foot-help {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }
  footer .foot-docs {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
  footer .foot-soc {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2; }

  .product {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-rows: max-content max-content max-content max-content;
    -ms-grid-rows: max-content max-content max-content max-content; }
    .product-more {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 4;
      grid-row: 4;
      -ms-grid-column-span: 1; }
    .product .modeler-container {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 3;
      grid-row: 3;
      -ms-grid-row-span: 1;
      margin: 10px; }
    .product-info-container {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2; }

  .double-item-title {
    width: 300px; }
  .double-item iframe {
    width: 300px !important;
    height: 173px !important; } }
@media screen and (min-width: 1210px) {
  section {
    width: 1180px; }

  .header section {
    padding-left: 550px; }

  .text-img {
    width: 585px;
    float: left;
    margin: 0 20px 10px 0; }
  .text-preview {
    max-width: 80%; }

  .newslist-box {
    width: 314.6666666667px; }
  .newslist-img {
    width: 294.6666666667px;
    height: 165.75px; }

  .discount-link {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 300px 1fr 200px;
    -ms-grid-columns: 300px 1fr 200px;
    grid-template-rows: min-content;
    -ms-grid-rows: min-content;
    text-decoration: none; }
  .discount-value {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    text-align: left; }
  .discount-text {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    text-align: center; }
  .discount-image {
    grid-column: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    text-align: right; }
    .discount-image img {
      width: 90%;
      max-width: 300px;
      margin: 0; } }
@media screen and (min-width: 1446px) {
  section {
    width: 1416px; }

  .header section {
    padding: 50px 0 50px 700px; }

  .text-img {
    width: 703px;
    float: right;
    margin: 0 0 10px 20px; }
  .text-preview {
    max-width: 80%; }

  .newslist-box {
    width: 393.3333333333px; }
  .newslist-img {
    width: 373.3333333333px;
    height: 210px; } }
@media print {
  #cart, .b24-widget-button-wrapper, .b24-widget-button-shadow, .bx-crm-widget-form-config-wrapper,
  header, .breadcrumb, footer, .copyr, #cart, #panel, .top, .noprint {
    display: none !important; }

  .std {
    width: 17cm; } }

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/vik/theme.css?1743273671499 */
/* /local/js/vasoft/rutube/dist/vasoft-rutube.bundle.css?17432736711837 */
/* /local/components/vasoft/auth/templates/single/style.css?17432736681496 */
/* /local/templates/vik/styles.css?17432736712822 */
/* /local/templates/vik/template_styles.css?176577250158737 */
