

/* Start:/bitrix/templates/samokat/css/flickity.min.css?16821133001797*/
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
/* End */


/* Start:/bitrix/templates/samokat/css/normalize.css?16821133018231*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
 /*  margin: 0.67em 0; */
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* End */


/* Start:/bitrix/templates/samokat/css/swiper.min.css?168211330213667*/
/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/bitrix/templates/samokat/css/magnific-popup.css?16821133016949*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.75; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/bitrix/templates/samokat/css/main.css?1734681354112033*/
@font-face {
    font-family: 'ibmplexmono';
    src: url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-light/ibmplexmono-light.eot');
    src: url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-light/ibmplexmono-light.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-light/ibmplexmono-light.woff') format('woff'),
    url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-light/ibmplexmono-light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'ibmplexmono';
    src: url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-regular/ibmplexmono-regular.eot');
    src: url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-regular/ibmplexmono-regular.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-regular/ibmplexmono-regular.woff') format('woff'),
    url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-regular/ibmplexmono-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ibmplexmono';
    src: url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-medium/ibmplexmono-medium.eot');
    src: url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-medium/ibmplexmono-medium.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-medium/ibmplexmono-medium.woff') format('woff'),
    url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-medium/ibmplexmono-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ibmplexmono';
    src: url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-semibold/ibmplexmono-semibold.eot');
    src: url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-semibold/ibmplexmono-semibold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-semibold/ibmplexmono-semibold.woff') format('woff'),
    url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-semibold/ibmplexmono-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ibmplexmono';
    src: url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-bold/ibmplexmono-bold.eot');
    src: url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-bold/ibmplexmono-bold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-bold/ibmplexmono-bold.woff') format('woff'),
    url('/bitrix/templates/samokat/css/../fonts/ibmplexmono-bold/ibmplexmono-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

a {
    text-decoration: none;
}

h1 {
    font-weight: 100 !important;
    font-size: 32px !important;
    line-height: 46px !important;
    color: #231F20 !important;
}

h2 {
    font-weight: 100 !important;
    font-size: 24px !important;
    line-height: 34px !important;
    color: #231F20 !important;
}

.light {
    font-weight: 100;
}

.regular {
    font-weight: 400;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.icon-svg {
    display: none;
}

img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

header.header {
    margin: 10px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.container {
    position: relative;
    max-width: 1372px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
/*transform:scale(0.9);*/
/*zoom: 90%;*/;
}

.header-container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto;
}

.header_wrapper {

}
.head_logo_left {
    float: left;
    width: 20%;
}
.head-right {
    float: left;
    width: 80%;
}
.head_catalog {
    float: left;
    /*margin: 0px 10px;*/
   /* padding: 0px 10px;*/
}
.head_cat_name {
    float: left;
    font-size: 16.6246px;
    line-height: 35px;
    text-transform: uppercase;
}

.head_left_menu,
.head_right_menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 32%;
}

.head_right_menu ul.top-menu {
    text-align: right;
}

.head_left_menu ul.top-menu,
.head_right_menu ul.top-menu {
    list-style-type: none;
}

.head_left_menu ul.top-menu li,
.head_right_menu ul.top-menu li {
    margin-bottom: 14px;
}

.head_left_menu ul.top-menu li,
.head_right_menu ul.top-menu li {
    font-size: 16px;
    line-height: 14px;
    letter-spacing: normal;
    font-weight: 100;
}

.head_left_menu ul.top-menu li a,
.head_right_menu ul.top-menu li a {
    color: #231f20;
    text-decoration: none;
}

.head_left_menu ul.top-menu li a:hover,
.head_right_menu ul.top-menu li a:hover {
    text-decoration: underline;
}

.head_right_menu ul.top-menu li img.icon-menu {
    display: inline-block;
    padding-right: 5px;
}

.head_logo {
    position: relative;
    width: 42%;
    margin-top: 13px;
}

.head_logo img.logo {
    /*height: 144px;*/
    height: 154px;
    margin: 0 auto;
    z-index: 1;
}

.icon_start {
    position: absolute;
    /*top: 0;*/
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    height: 160px;
}

.icon_gallery {
    position: absolute;
    top: -5px;
    left: 20px;
    z-index: -1;
    height: 200px;
}

@media (max-width: 1300px) {
    .icon_gallery {
        top: 0;
        height: 185px;
    }
}

@media (max-width: 1100px) {
    .icon_gallery {
        top: 10px;
        left: 30px;
        height: 161px;
    }
}

.icon_catalog {
    position: absolute;
    top: -20px;
    right: 43px;
    z-index: -1;
    height: 200px;
}

@media (max-width: 1100px) {
    .icon_catalog {
        top: -15px;
        right: 45px;
        height: 161px;
    }
}

.icon_readers {
    position: absolute;
    top: 20px;
    left: -5px;
    z-index: -1;
    height: 185px;
}


.posincard-event{
    bottom: -5px !important;
}


@media (max-width: 1100px) {
    .icon_readers {
        top: 36px;
        height: 145px;
    }
}

.icon_konkurs {
    position: absolute;
    top: -8px;
    left: 40px;
    z-index: -1;
    height: 200px;
}

@media (max-width: 1100px) {
    .icon_konkurs {
        top: 18px;
        left: 42px;
        height: 161px;
    }
}

.icon_schools {
    position: absolute;
    top: -12px;
    left: 40px;
    z-index: -1;
    height: 200px;
}

@media (max-width: 1100px) {
    .icon_schools {
        top: 18px;
        left: 42px;
        height: 161px;
    }
}

.icon_izdatelstvo {
    position: absolute;
    top: -23px;
    left: 40px;
    z-index: -1;
    height: 200px;
}

@media (max-width: 1100px) {
    .icon_izdatelstvo {
        top: -15px;
        left: 42px;
        height: 161px;
    }
}

.icon_nepropustite {
    position: absolute;
    top: -21px;
    left: 0;
    z-index: -1;
    height: 200px;
}

@media (max-width: 1100px) {
    .icon_nepropustite {
        top: -7px;
        left: 43px;
        height: 161px;
    }
}

.icon_wherebuy {
    position: absolute;
    top: -22px;
    right: 20px;
    z-index: -1;
    height: 225px;
}

@media (max-width: 1100px) {
    .icon_wherebuy {
        top: -9px;
        right: 40px;
        height: 180px;
    }
}

.icon_samokatyou {
    position: absolute;
    top: -12px;
    right: 0px;
    z-index: -1;
    height: 225px;
}

@media (max-width: 1100px) {
    .icon_samokatyou {
        height: 180px;
        top: 1px;
        right: -85px;
    }
}

.icon_meropriyatiya {
    position: absolute;
    top: -24px;
    right: 0px;
    z-index: -1;
    height: 225px;
}

@media (max-width: 1100px) {
    .icon_meropriyatiya {
        height: 180px;
        top: 1px;
        right: -85px;
    }
}

.icon_sotrudnichestvo {
    position: absolute;
    top: -18px;
    right: 7px;
    z-index: -1;
    height: 200px;
}

@media (max-width: 1100px) {
    .icon_sotrudnichestvo {
        height: 150px;
        top: 15px;
        right: 23px;
    }
}

.icon_foreign {
    position: absolute;
    top: -28px;
    right: 42px;
    z-index: -1;
    height: 224px;
}

@media (max-width: 1100px) {
    .icon_foreign {
        height: 170px;
        top: 10px;
        right: 42px;
    }
}

svg.icon_start,
svg.icon_gallery,
svg.icon_catalog,
svg.icon_readers,
svg.icon_konkurs,
svg.icon_schools,
svg.icon_izdatelstvo,
svg.icon_nepropustite,
svg.icon_wherebuy,
svg.icon_samokatyou,
svg.icon_meropriyatiya,
svg.icon_sotrudnichestvo,
svg.icon_foreign {
    fill-opacity: 0;
    -webkit-transition: fill-opacity 1s;
    transition: fill-opacity 1s;
}

svg.icon_start.finished,
svg.icon_gallery.finished,
svg.icon_catalog.finished,
svg.icon_readers.finished,
svg.icon_konkurs.finished,
svg.icon_schools.finished,
svg.icon_izdatelstvo.finished,
svg.icon_nepropustite.finished,
svg.icon_wherebuy.finished,
svg.icon_samokatyou.finished,
svg.icon_meropriyatiya.finished,
svg.icon_sotrudnichestvo.finished,
svg.icon_foreign.finished {
    fill-opacity: 1;
}

.head_logo-fixed {
    width: 40px;
}

.icons_social {
width: 36px;
    height: 36px;
}

.icon_add_cart-detail {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.icons_left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: 2px;
}

.icons_left a {
    margin-right: 7px;
    text-decoration: none;
}

.icon_search {
    margin-left: 20px;
}

.icons_right {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-end;
}

.icons_right-fixed {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-end;
}

.icons_right-fixed a,
.icons_right a {
    margin-right: 7px;
    text-decoration: none;
}

.icon_cart {
    margin: 0 6px;
}

.sum_title {
    font-size: 18px;
    line-height: 34px;
    font-weight: 100;
    color: #231f20;
}

.sum_title .rub {
    line-height: 5px;
    width: 0.4em;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.main-goods {
   /* padding-top: 7px;*/
    width: 100%;
}

.main-goods-nav {
   /* margin-bottom: 50px*/
}

@media (max-width: 991px){
  /*.main-goods-nav {
    display: none;
  } */
}

.main-goods_filter-sect {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 6px;
}

.main-goods_filter-sect a {
    position: relative;
    font-size: 18px;
    color: #231f20;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 0 15px;
    background-size: 100% auto;
    background-position: center;
}

.catalog_btn_1 {
    width: 94px;
    height: 53px;
    background: url(/bitrix/templates/samokat/images/catalog-btn-1.svg) no-repeat;
}

.catalog_btn_2 {
    width: 118px;
    height: 53px;
    background: url(/bitrix/templates/samokat/images/catalog-btn-2.svg) no-repeat;
}

.catalog_btn_3 {
    width: 86px;
    height: 53px;
    background: url(/bitrix/templates/samokat/images/catalog-btn-3.svg) no-repeat;
}

.catalog_btn_4 {
    width: 159px;
    height: 60px;
    background: url(/bitrix/templates/samokat/images/catalog-btn-4.svg) no-repeat;
}

.main-goods-catalog-button {
    cursor: pointer;
    font-size: 22px;
    font-weight: 300;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 136px;
    height: 45px;
    font-size: 22px;
    margin-right: 15px;
    background: url(/bitrix/templates/samokat/images/catalog-button-pattern.svg) no-repeat;
}

.main-catalog-sub {
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    display: flex;
    z-index: 5000;
    background: #f1f1f1;
    pointer-events: none;
    text-transform: lowercase;
    opacity: 0;
    transition: 300ms ease-out;
}

.main-catalog-sub.is-open {
    opacity: 1;
    pointer-events: all;
    margin: 0 15px;
}

.main-catalog-sub__label {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-catalog-sub a {
    color: #000;
    display: block
}

.main-catalog-sub__col {
    width: 20%;
    padding: 30px 10px 30px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 300;
}

.main-catalog-sub__col:not(:last-child){
    border-right: 1px solid #fff;
}

.main-catalog-sub__col a {
    display: block;
}

.main-catalog-sub__col a:not(:last-child){
    margin-bottom: 10px;
}

/*.main-goods_filter-sect a:after {
    content: '';
    position: absolute;
    top: 2px;
    right: -5px;
    height: 16px;
    width: 16px;
    background-image: url(/bitrix/templates/samokat/images/main-filter-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}*/

.main-goods_filter-sect.second {
    margin: 25px 0 0 -15px
}

.main-goods_filter-sect.second a {
    height: 32px;
    font-size: 18px;
    padding: 0 15px;
    margin-right: 17px;
    line-height: 31px;
    font-weight: 100;
    /*background: #ffcc32;*/
    margin: 0 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

/*
.main-goods_filter-sect.second a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    height: 32px;
    width: 9px;
    background-image: url(/bitrix/templates/samokat/images/catalog-button-pattern-l.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.main-goods_filter-sect.second a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -9px;
    height: 32px;
    width: 9px;
    background-image: url(/bitrix/templates/samokat/images/catalog-button-pattern-r.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
*/

.main-goods_filter-sect a:hover {
    text-decoration: underline;
}

.main-goods_filter-sect.second a:nth-child(1){
    background-image: url(/bitrix/templates/samokat/images/catalog-orange-btn-7.svg);
}

.main-goods_filter-sect.second a:nth-child(2){
    background-image: url(/bitrix/templates/samokat/images/catalog-orange-btn-1.svg);
}

.main-goods_filter-sect.second a:nth-child(3){
    background-image: url(/bitrix/templates/samokat/images/catalog-orange-btn-2.svg);
}

.main-goods_filter-sect.second a:nth-child(4){
    background-image: url(/bitrix/templates/samokat/images/catalog-orange-btn-3.svg);
}

.main-goods_filter-sect.second a:nth-child(5){
    background-image: url(/bitrix/templates/samokat/images/catalog-orange-btn-4.svg);
}

.main-goods_filter-sect.second a:nth-child(6){
    background-image: url(/bitrix/templates/samokat/images/catalog-orange-btn-5.svg);
}

.main-goods_filter-sect.second a:nth-child(7){
    background-image: url(/bitrix/templates/samokat/images/catalog-orange-btn-6.svg);
}

.main-goods_filter-sect.second a:nth-child(8){
    background-image: url(/bitrix/templates/samokat/images/catalog-orange-btn-7.svg);
}


/*.main-goods_filter-sect a:first-child {
    padding-left: 0;
}*/

/*.main-goods_filter-sect.second a:after {
    display: none;
}*/

/*.main-goods_list {
}

.main-goods_item.important {
}

.main-goods_item {
}*/

.main-goods_item a {
    position: relative;
    text-align: center;
}

.main-goods_item a .discount-image {
    position: absolute;
    top: -10px;
    left: -12px;
    height: 58px;
    width: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.main-goods_item a .discount-image span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 58px;
    padding: 0 8px;
    font-size: 18px;
    font-weight: 400;
    color: #231f20;
}

.main-goods_item a .anons-image {
    position: absolute;
    bottom: -10px;
    left: -12px;
    height: 53px;
    width: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.main-goods_item a .anons-image span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 53px;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
}
/*.main-goods_item a .hit-image {
    position: absolute;
    top: -10px;
    left: -12px;
    height: 57px;
    width: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.main-goods_item a .hit-image span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 57px;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 400;
    color: #231f20;
}*/

.item-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: normal;
    justify-content: center;
}

.item-header .hit-image {
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.item-header .action-image {
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.item-header .discount-image {
    height: 40px;
    width: 71px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.item-header .new-image {
    height: 40px;
    width: 71px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.item-header div span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 53px;
    font-size: 12px;
    font-weight: 400;
    color: #231f20;
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg);
    padding: 0 13px 12px;
}

.item-header div.new-image span {
    padding: 0 10px 12px;
}

.main-goods_rubrika {
    margin-top: 10px;
}

.main-goods_rubrika,
.main-goods_date {
    font-size: 16px;
    font-weight: 100;
    color: rgba(35, 31, 32, 0.7);
    line-height: 24px;
}

.main-goods_name.first {
    padding: 0 10px;
}

.main-goods_name {
    font-size: 15px;
    font-weight: 400;
    color: #231f20;
    line-height: 20px;
    padding: 5px 0;
    background-color: #FFBD17;
    border-radius: 8px;
    word-wrap: break-word;
}

.main-goods-text.first span {
    padding: 2px 10px;
    background-color: #FFBD17;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 24px;
    border-radius: 6px 4px 3px 5px;
}

.main-goods-text {
    font-size: 16px;
    font-weight: 100;
    color: rgba(35, 31, 32, 0.7);
    line-height: 21px;
    margin-top: 2px;
}

.main-goods_name.no-color,
.main-goods-text.no-color {
    background-color: transparent;
    border-radius: 0;
}

.main-goods-price {
    font-size: 18px;
    color: #231f20;
    line-height: 30px;
    white-space: nowrap;
}

.main-goods-price span {
    line-height: 5px;
    width: 0.4em;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.main-goods-price.old {
    position: relative;
    margin-right: 10px;
    color: rgba(35, 31, 32, 0.5);
}

.main-goods-price.old:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    border-bottom: 1px solid #000;
}

.main-goods-cart {
    /*margin-left: 20px;*/
    font-size: 16px;
    padding: 8px 15px;
    color: #231f20;
    background-image: url(/bitrix/templates/samokat/images/main-goods-cart.png);
    /*background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.main-goods-cart:hover {
    text-decoration: underline;
}

.main-goods-options {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.main-goods_link {
    opacity: 0.7;
    font-size: 16px;
    font-weight: 100;
    color: #231f20;
    padding: 5px 0;
}

@media (max-width: 1100px) {
    .main-goods_item.important {
        max-width: 73%;
    }

    .main-goods_item {
        max-width: 23%;
    }
}

.main-goods_link:hover {
    text-decoration: underline;
}

.header-fixed {
    position: static;
}

.header + .header {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header-fixed + .header-fixed {
    opacity: 1;
    position: fixed;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    top: 0;
    z-index: 2000;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.21);
    padding: 5px 0;
}

.header.header-fixed + div {
    margin-top: 0;
}

.header_left-fixed {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 70%;
}

.header_right-fixed {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 30%;
}

.head_menu-list {
    padding: 0 15px;
}

ul.top-fixed-menu {
    list-style-type: none;
}

ul.top-fixed-menu li {
    float: left;
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
}

ul.top-fixed-menu li a {
    padding: 0 15px;
    color: #231f20;
}

ul.top-fixed-menu li a:hover {
    text-decoration: underline;
}

.header-share {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 45%;
    color: #231f20;
}

.header-share img {
    margin-right: 10px;
}

.header-search-fixed {
    margin-top: 4px;
}

.header-cart-fixed {
    margin-top: 4px;
}

.content {
    padding: 70px 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 100;
}

.konkurs-block {
    width: 100%;
    margin: 0 auto;
}

.konkurs-block_text {
    padding: 30px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
}

.konkurs-block_link {
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7px 40px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
}

.readers-block {
   /* max-width: 65%;*/
    width: 100%;
    margin: 0 auto;
   /* text-align: center;*/;
}

.readers-block_text {
    padding: 30px 0;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.58;
    letter-spacing: normal;
    color: #231f20;
}

.readers-block_link {
    display: inline-block;
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px 40px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    margin-top: 30px;
}

.readers-block_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.readers-block_list-item {
    width: 48%;
}

.readers-block_list-item a {
    display: inline-block;
    font-size: 20px;
    font-weight: 100;
    color: #231f20;
    padding: 10px 0;
}

.readers-block_list-item a:hover {
    text-decoration: underline;
}

.discounts-block {
    padding: 50px 0;
 /*   background-color: #f1f1f1*/;
}

.discounts-block_title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
    font-weight: 100;
    color: #231f20;
}

.discounts-goods_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.discounts-goods_item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    max-width: 19%;
}

.discounts-goods_item a {
    position: relative;
}

.discounts-goods_item a .discount-image {
    position: absolute;
    top: -10px;
    left: -12px;
    height: 58px;
    width: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.discounts-goods_item a .discount-image span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 58px;
    padding: 0 8px;
    font-size: 18px;
    font-weight: 400;
    color: #231f20;
}

.discounts-goods_item a .anons-image {
    position: absolute;
    bottom: -10px;
    left: -12px;
    height: 53px;
    width: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.discounts-goods_item a .anons-image span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 53px;
    padding: 0 8px;
    font-size: 18px;
    font-weight: 400;
    color: #231f20;
}

.discounts-goods_item a .hit-image {
    position: absolute;
    top: -10px;
    left: -12px;
    height: 57px;
    width: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.discounts-goods_item a .hit-image span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 57px;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 400;
    color: #231f20;
}

.discounts-goods_name {
    font-size: 20px;
    font-weight: 100;
    color: #231f20;
    line-height: 22px;
    padding: 5px 0;
}

.discounts-goods-text {
    font-size: 16px;
    font-weight: 100;
    color: rgba(35, 31, 32, 0.7);
    line-height: 20px;
    background-color: transparent;
    margin-top: 2px;
}

.discounts-goods-price {
    font-size: 16px;
    color: #231f20;
    line-height: 30px;
}

.discounts-goods-price span {
    line-height: 5px;
    width: 0.4em;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.discounts-goods-price.old {
    position: relative;
    margin-right: 10px;
    color: rgba(35, 31, 32, 0.5);
}

.discounts-goods-price.old:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    border-bottom: 1px solid #000;
}

.discounts-goods-cart {
    margin-left: 20px;
    font-size: 16px;
    padding: 8px 15px;
    color: #231f20;
    background-image: url(/bitrix/templates/samokat/images/main-goods-cart.png);
    /*background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
}

.discounts-goods-cart:hover {
    text-decoration: underline;
}

.discounts-goods-options {
    display: -webkit-box;
    display: flex;
    padding: 5px 0;
}

.discounts-goods_link {
    opacity: 0.7;
    font-size: 16px;
    font-weight: 100;
    color: #231f20;
    padding: 5px 0;
}

.discounts-goods_link:hover {
    text-decoration: underline;
}

.activity-block {
    padding: 50px 0;
}

.activity-block_title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
    font-weight: 100;
    color: #231f20;
}

.activity-goods_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.activity-goods_item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    max-width: 19%;
}

.activity-goods_rubrika {
    padding-top: 10px;
}

.activity-goods_rubrika,
.activity-goods_date {
    font-size: 16px;
    font-weight: 100;
    color: rgba(35, 31, 32, 0.7);
    line-height: 24px;
    text-align: center;
}

.activity-goods_name {
    font-size: 20px;
    font-weight: 100;
    color: #231f20;
    line-height: 22px;
    padding: 5px 0;
}

.activity-goods-text {
    font-size: 16px;
    font-weight: 100;
    color: rgba(35, 31, 32, 0.7);
    line-height: 20px;
    margin-top: 2px;
}

.activity-goods-cart {
    display: inline-block;
    margin-top: 5px;
    position: relative;
    font-size: 16px;
    padding: 8px 20px;
    color: #231f20;
    background-color: #FFBD17;
    border-radius: 7px 8px 6px 13px;
}

.activity-goods-cart:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    width: 100%;
    background-image: url(/bitrix/templates/samokat/images/activity-goods-cart.png);
    background-size: 100% 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.activity-goods-cart:hover {
    text-decoration: underline;
}

.activity-goods-options {
    display: -webkit-box;
    display: flex;
    padding: 5px 0;
    justify-content: center;
}

.gallery_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.gallery_wrapper .left {
    width: 30%;
}

.gallery_wrapper .right {
    width: 70%;
}

.gallery_wrapper .left ul.left-menu li {
    list-style-type: none;
    font-size: 20px;
    padding: 5px 0;
    line-height: 1.3;
}

.gallery_wrapper .left ul.left-menu li a {
    color: #231f20;
}

.gallery_wrapper .left ul.left-menu li:hover a {
    text-decoration: underline;
}

.gallery_wrapper .left .main-menu_title {
    padding-bottom: 40px;
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.gallery_wrapper h1 {
    font-size: 38px;
    color: #231f20;
    line-height: 1.21;
}

.gallery_wrapper .gallery-type {
    font-size: 20px;
    font-weight: 400;
    color: #231f20;
    padding: 10px 0;
}

.gallery_wrapper .gallery-info_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.gallery_wrapper .gallery-city,
.gallery_wrapper .gallery-date,
.gallery_wrapper .gallery-cost {
    max-width: 22%;
    font-size: 20px;
    line-height: 24px;
    color: #625f5f;
}

.gallery_wrapper .gallery-city span,
.gallery_wrapper .gallery-date span,
.gallery_wrapper .gallery-cost span {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #625f5f;
    padding: 5px 0;
}

.gallery_wrapper .gallery-button {
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px 10px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
}

.gallery_wrapper .gallery-text {
    /*font-size: 20px;*/
    /*font-weight: 400;*/
    /*line-height: 1.7;*/
    /*font-size: 24px;
    line-height: 38px;*/
    font-weight: 200;
    color: #231f20;
}

/*.gallery_wrapper .gallery-text p {
    padding: 10px 0;
}*/

.gallery_wrapper .gallery-text img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.gallery-work_section {
    padding: 50px 0;
}

.gallery-work_section h2 {
    font-size: 36px;
    font-weight: 100;
    color: #231f20;
}

.gallery-work_section .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 0;
    color: #231f20;
}

.gallery-work_section .gallery-work_wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.gallery-work_section .gallery-work_item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    max-width: 19%;
    margin-bottom: 30px;
}

.gallery-work_section .gallery-work_item .gallery-work_name {
    font-size: 20px;
    font-weight: 400;
    color: #231f20;
    line-height: 1.21;
    padding: 5px 0;
}

.gallery-work_section .gallery-work_item .gallery-work_size {
    font-size: 16px;
    font-weight: 400;
    color: #8d8b8c;
    line-height: 1.21;
}

.gallery-work_section .gallery-work_item .gallery-work_original,
.gallery-work_section .gallery-work_item .gallery-work_print {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #8d8b8c;
}

.gallery-work_section .gallery-work_item .gallery-work_options {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.gallery-work_section .gallery-work_item .gallery-work_options .gallery-work_price {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    color: #000000;
}

.gallery-work_section .gallery-work_item .gallery-work_options .gallery-work_price span {
    line-height: 5px;
    width: 0.4em;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.gallery-work_section .gallery-work_item .gallery-work_options .gallery-work_buy {
    margin-left: 20px;
    font-size: 16px;
    padding: 6px 15px;
    color: #231f20;
    background-image: url(/bitrix/templates/samokat/images/main-goods-cart.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.gallery-work_section .gallery-work_item .gallery-work_options .gallery-work_buy:hover {
    text-decoration: underline;
}

.gallery-work_section .gallery-work_link {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    padding: 5px 0;
    color: #231f20;
}

.gallery-work_section .gallery-work_link:hover {
    text-decoration: underline;
}

.schools-libraries-block {
    max-width: 65%;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.schools-libraries-block h1 {
    font-size: 38px;
    font-weight: 100;
    line-height: 1.21;
    color: #231f20;
    text-align: center;
}

.schools-libraries-block .schools-libraries_text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #231f20;
    padding: 15px 0;
}

.schools-libraries-block .schools-libraries_button {
    display: inline-block;
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 15px 15px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
}

.schools-libraries-content {
    padding-top: 0;
    padding-bottom: 40px;
}

.schools-libraries-content .schools-libraries-stars {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #231f20;
    text-align: center;
    padding: 50px 0;
}

.schools-libraries-content .schools-libraries_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.schools-libraries-block .schools-libraries_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.schools-libraries-block .schools-libraries_list .schools-libraries_item {
    max-width: 31%;
    width: 100%;
    /*font-size: 20px;*/
    font-size: 18px;
    font-weight: 400;
    color: #231f20;
    margin-bottom: 30px;
}

.schools-libraries-block .schools-libraries_list .schools-libraries_item span {
    line-height: 30px;
    background-color: #FFBD17;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 2px 15px;
    border-radius: 4px 5px 2px 6px;
}

.schools-libraries-block .schools-libraries_list .schools-libraries_item.grey span {
    background-color: #f8f8f8;
}

.schools-libraries-block .schools-libraries_list .schools-libraries_item:hover {
    text-decoration: underline;
}

.foreign_wrapper {
    display: -webkit-box;
    display: flex;
    /*-webkit-box-align: end;*/
    /*align-items: flex-end;*/
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.foreign_wrapper .left {
    width: 26%;
}

.foreign_wrapper .right {
    width: 70%;
}

.foreign_wrapper h1 {
    font-size: 38px;
    font-weight: 100;
    line-height: 1.21;
    color: #231f20;
}

.foreign-author_list {
    display: -webkit-box;
/*    display: flex;*/
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 30px 0;
}

.foreign-author_photo {
    width: 22%;
}

.foreign-author_photo img {
    height: 200px;
    width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.foreign-author_information {
    width: 75%;
}

.foreign-author_category {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #625f5f;
    width: 72%;
}

.foreign-author_dolzhnost,
.foreign-author_name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #231f20;
}

.foreign-author_mail,
.foreign-author_phone,
.foreign-author_skype {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #231f20;
    padding: 5px 0;
}

.foreign_published-title {
    font-size: 38px;
    font-weight: 100;
    line-height: 1.21;
    color: #231f20;
    margin-bottom: 20px;
}

.foreign_published_item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
}

.foreign_published_item .foreign-work_name {
    font-size: 20px;
    font-weight: 400;
    color: #231f20;
    line-height: 1.21;
    padding: 5px 0;
}

.foreign_published_item .foreign-work_text {
    font-size: 16px;
    font-weight: 400;
    color: #8d8b8c;
    line-height: 1.21;
    padding: 5px 0;
}

.foreign_published_item .foreign-work_options {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.foreign_published_item .foreign-work_options .foreign-work_price {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    color: #000000;
}

.foreign_published_item .foreign-work_options .foreign-work_price span {
    line-height: 5px;
    width: 0.4em;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.foreign_published_item .foreign-work_options .foreign-work_buy {
    margin-left: 20px;
    font-size: 16px;
    padding: 6px 15px;
    color: #231f20;
    background-image: url(/bitrix/templates/samokat/images/main-goods-cart.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.foreign_published_item .foreign-work_options .foreign-work_buy:hover {
    text-decoration: underline;
}

.foreign-author_book-image img {
    margin-bottom: 30px;
}

.foreign-author_book-information {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.foreign-author_book-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #231f20;
}

.foreign-author_book-button {
    display: inline-block;
    background-image: url(/bitrix/templates/samokat/images/button2.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 15px 15px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
}

.foreign-author_book-button:hover {
    text-decoration: underline;
}

.foreign-author_book-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #231f20;
    padding: 30px 0;
}

.foreign-author_book-text img {
    padding: 20px 0;
}

.foreign-author_book-text p {
    padding: 10px 0;
}

.samokatyou-block {
    width: 100%;
    margin: 0 auto;
}

.samokatyou-block .samokatyou-text {
    padding: 30px 0;
    font-weight: 200;
    font-size: 20px;
    line-height: 34px;
    /*font-size: 24px;
    line-height: 38px;*/
    /*text-align: justify;*/
}

.samokatyou-block .samokatyou-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.samokatyou-block .samokatyou-list .samokatyou_item {
    max-width: 32%;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #231f20;
    margin-bottom: 10px;
    border-radius: 7px;
}

.samokatyou-block .samokatyou-list .samokatyou_item span {
    line-height: 30px;
    background-color: #FFBD17;
    padding: 2px 15px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border-radius: 6px 2px 7px 4px;
}

.samokatyou-block .samokatyou_button {
    display: inline-block;
    background-image: url(/bitrix/templates/samokat/images/button3.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 15px 15px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
}

.samokatyou-block .samokatyou_button:hover {
    text-decoration: underline;
}

.we-organization {
    padding-top: 0;
    padding-bottom: 40px;
}

.we-organization .we-organization-stars {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #231f20;
    text-align: center;
    padding: 30px 0;
}

.we-organization h2 {
    font-size: 36px;
    font-weight: 100;
    line-height: 1;
    color: #231f20;
    text-align: center;
}

.we-organization .we-organization-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.we-organization .we-organization-list .we-organization_item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 24%;
    width: 100%;
}

.we-organization .we-organization-list .we-organization_item .we-organization_category {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #231f20;
    padding: 5px 0;
}

.we-organization .we-organization-list .we-organization_item .we-organization_name {
    font-size: 20px;
    font-weight: 100;
    color: #231f20;
    line-height: 22px;
    padding: 5px 0;
}

.we-organization .we-organization-list .we-organization_item .we-organization_date {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #625f5f;
    padding: 5px 0;
}

.we-organization .we-organization-list .we-organization_item .we-organization_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
    color: #231f20;
}

.we-organization .we-organization-list .we-organization_item .we-organization_button {
    display: inline-block;
    background-image: url(/bitrix/templates/samokat/images/button4.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 15px 15px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    margin-top: 15px;
}

.we-organization .we-organization-list .we-organization_item .we-organization_button:hover {
    text-decoration: underline;
}

.we-callback {
    padding: 40px 0;
    /*background-color: #e9e9e9;*/
    background-image: url(/bitrix/templates/samokat/images/samokatyou-image.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.we-callback .we-callback-stars {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #231f20;
    text-align: center;
    padding: 30px 0;
}

.we-callback h2 {
    font-size: 36px;
    font-weight: 100;
    line-height: 1;
    color: #231f20;
    text-align: center;
}

.we-callback .we-callback-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    color: #000000;
    text-align: center;
    padding: 10px 0;
}

.we-callback .form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.we-callback .form .text {
    width: 32%;
    height: 48px;
    border-radius: 4px;
    margin-top: 20px;
    border: none;
    padding-left: 15px;
    font-size: 18px;
}

.we-callback .form .submit {
    width: 32%;
    background-image: url(/bitrix/templates/samokat/images/button2.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 15px 15px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    margin-top: 20px;
    border: none;
    background-color: transparent;
}

.we-callback .form .submit:hover {
    opacity: 0.8;
}

.we-callback .we-callback-contacts {
    max-width: 35%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

.we-callback .we-callback-contacts p {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 0.7;
    color: #231f20;
}

.discounts-block.samokat-you {
    margin-bottom: 10px;
}

.samokatyou_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.samokatyou_wrapper .left {
    width: 30%;
}

.samokatyou_wrapper .right {
    width: 65%;
}

.samokatyou_wrapper .left ul.left-menu li {
    list-style-type: none;
    font-size: 20px;
    padding: 3px 0;
    line-height: 1.3;
}

.samokatyou_wrapper .left ul.left-menu li a {
    color: #231f20;
    position: relative;
}

.samokatyou_wrapper .left ul.left-menu li a.selected:before {
    content: '';
    width: 278px;
    height: 36px;
    position: absolute;
    bottom: -25px;
    left: -35px;
    background: url(/bitrix/templates/samokat/images/menuleftselected-line.png) no-repeat;
    background-size: 100%;
}

.samokatyou_wrapper .right h1 {
    font-size: 38px;
    font-weight: 100;
    line-height: 1.21;
    color: #231f20;
}

.samokatyou_wrapper .right .samokatyou_detail-text {
    font-size: 24px;
    font-weight: 100;
    line-height: 1.58;
    color: #231f20;
}

.samokatyou_wrapper .right .samokatyou_detail-text p {
    padding: 5px 0;
}

.samokatyou_wrapper .right .samokatyou_detail-text img {
    margin: 10px 0;
}

.samokatyou_wrapper .left .main-menu_title {
    padding-bottom: 40px;
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.wherebuy_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.wherebuy_wrapper .left-menu {
    width: 30%;
}

.wherebuy_wrapper .right {
    width: 65%;
}

.wherebuy_wrapper .left-menu ul.menu li {
    list-style-type: none;
    font-size: 20px;
    padding: 2px 0;
    line-height: 1.3;
}

.wherebuy_wrapper .left-menu ul.menu li a {
    color: #231f20;
}

.wherebuy_wrapper .right h1 {
    font-size: 38px;
    font-weight: 100;
    line-height: 1.21;
    color: #231f20;
}

.catalog-sections {
   /* padding: 60px 0;*/;
}

.catalog-sections_wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.catalog-sections-list_list {
    width: 32%;
    padding: 20px 0;
    text-align: center;
}

.catalog-sections-list_list a {
    color: #000000;
    font-weight: 100;
    font-size: 26px;
}

.catalog-sections-list_list a:hover {
    text-decoration: underline;
}

.catalog-sections-list_list a img {
    margin: 0 auto;
    margin-bottom: 20px;
}

.catalog-cursections_wrapper {
    padding: 20px 20px;
    background-color: #f8f8f8;
}

.catalog-cursections-list_list {
    padding: 5px 0;
}

.catalog-cursections-list_list a {
    color: #000000;
    font-weight: 100;
    font-size: 16px;
}

.catalog-cursections-list_list a:hover {
    text-decoration: underline;
}

.catalog-cursections_title {
    font-size: 18px;
    margin-bottom: 15px;
}

.catalog-subsections_wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    float: left;
    margin: -30px 0 0 -15px;
}

.catalog-subsections-list_list.backToCat {
    margin-top: -25px;
}

.backToCat {
    float: right;
}

/*.catalog-subsections-list_list {
    padding: 5px 10px;
}*/

.catalog-subsections-list_list:first-child {
   /* padding-left: 0;*/;
}

.catalog-subsections-list_list:last-child {
    position: relative;
}
/*.catalog-subsections-list_list:last-child a:before {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    height: 10px;
    width: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}*/
/*.catalog-subsections-list_list.active {
    background-color: #ffcb05;
    border-radius: 7px 8px 6px 13px;
}*/

.catalog-subsections_wrapper .catalog-subsections-list_list a {
        color: #231f20;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    height: 32px;
    font-size: 18px;
    padding: 0 5px;
    margin-right: 17px;
    line-height: 31px;
    font-weight: 100;
    background: #ffcc32;
    margin: 0 25px;
    position: relative;
}

.catalog-subsections_wrapper .catalog-subsections-list_list a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    height: 32px;
    width: 9px;
    background-image: url(/bitrix/templates/samokat/images/catalog-button-pattern-l.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.catalog-subsections_wrapper .catalog-subsections-list_list a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -9px;
    height: 32px;
    width: 9px;
    background-image: url(/bitrix/templates/samokat/images/catalog-button-pattern-r.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/*.catalog-subsections-list_list a {
    color: #000000;
    font-weight: 100;
    font-size: 16px;
}*/

.catalog-subsections-list_list a:hover {
    text-decoration: underline;
}

.catalog-subsections_title {
    font-size: 18px;
    margin-bottom: 15px;
}

.catalog-goods_filter-title {
    display: block;
    position: relative;
    color: #8d8b8c;
    padding-left: 16px;
    margin-top: 15px;
    padding-bottom: 50px;
}

.catalog-goods_filter-title:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -5px;
    height: 16px;
    width: 16px;
    background-image: url(/bitrix/templates/samokat/images/main-filter-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.catalog-goods_wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.catalog-goods_item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    max-width: 31%;
    margin: 0 5px;
    margin-bottom: 30px;
}
/*.catalog-goods_item:first-child {
    margin-left: 0;
}
.catalog-goods_item:last-child {
    margin-right: 0;
}*/

.catalog-detail {
    padding: 60px 0;
}

.popup__block {
    max-width: 58%;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    position: relative;
    padding: 60px 0;
    border: 1px solid #000000;
}

.popup__title {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 100;
    font-size: 45px;
    line-height: 64px;
}

.popup-modal-dismiss {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #000;
    font-size: 52px;
    cursor: pointer;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.popup-modal-dismiss:hover {
    text-decoration: none;
    color: #000000;
}

.thanks-title {
    font-weight: 100;
    font-size: 45px;
    line-height: 64px;
    text-align: center;
    margin-bottom: 10px;
}

.thanks-description {
    font-weight: 100;
    font-size: 22px;
    text-align: center;
    line-height: normal;
    padding: 0 10px;
}
.guide_book_href{
    text-decoration: underline;
}
.cart-button_modal {
    max-width: 40%;
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 15px 15px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    text-align: center;
    background-size: 100% 100%;
}

.detail-content__card {
    width: 80%;
    margin: 20px auto;
}

.detail-content__card p {
    font-size: 16px;
}

.detail-content__wrap:not(.event-wrap) {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
   /* max-width: 66%;*/
   /* max-width: 81%;*/
    width: 100%;
    margin: 0 auto;
}

.event-wrap {
    display: -webkit-box;
    display: flex;
    /*width: 100%;*/
    /*margin: 0 auto;*/
}

.detail-content__card_left {
    /*width: 49%;*/
    width: 33%;
}

.detail-content__card_right {
  /*  width: 49%;*/
    width: 66%;
}

h1.detail-content__title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.21;
    margin-bottom: 10px;
}

.detail-content_option {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    color: #000000;
}

.detail-content_option span {
    color: #8d8b8c;
}

.detail-options_block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    margin-top: 45px;
}
.detail-options_block.event_block{
    margin-top: 0px;
}

.product-item-detail-price-current {
    font-size: 30px;
    font-weight: 100;
    color: #000000;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .product-item-detail-price-current {
        font-size: 30px;
    }
}

.product-item-detail-price-current span {
    line-height: 10px;
    width: 0.4em;
    border-bottom: 2px solid #000;
    display: inline-block;
}

.basket__qt.detail {
    display: -webkit-box;
    display: flex;
    margin-left: 30px;
}
.basket__qt.detail.register{
    margin-left: 0px;
}

.basket__qt.detail .basket__button {
    position: relative;
    height: 45px;
    width: 45px;
    border: 1px solid #dddddd;
    background-color: transparent;
}

.basket__qt.detail .basket__button.basket__button-increase:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background: #000000;
    left: 30%;
}

.basket__qt.detail .basket__button.basket__button-increase:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #000000;
    top: 35%;
    left: 45%;
}

.basket__qt.detail .basket__button.basket__button-decrease:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background: #000000;
    left: 32%;
}

.basket__qt.detail .basket__button.basket__button-decrease:after {
    content: '';
    position: absolute;
}

.basket__qt.detail .basket__input {
    height: 45px;
    width: 65px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.product-detail_basket {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #FFBD17;
    height: 45px;
    width: 140px;
    font-size: 17px;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    padding: 0 20px;
    cursor: pointer;
}

.detail-content_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
   /* display: flex;*/
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
   /* justify-content: space-between;*/
    margin-top: 20px;
}

.detail-content_option a {
    color: #000;
text-decoration: underline;
text-transform: none;
}
.detail-content_option a:hover {
text-decoration: none;
}
.detail-content_button {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 1.9px;
    color: #231f20;
    background-color: #FFBD17;
    border-radius: 4px 11px 8px 14px;
    padding: 2px 27px 2px 8px;
    cursor: pointer;
    margin: 3px 5px;
}

.detail-content_button:after {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    right: 12px;
    height: 6px;
    width: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
}

.product-share {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 50%;
    color: #231f20;
    font-size: 18px;
    cursor: pointer;
}

.product-share img {
    margin-right: 10px;
}

.product-listbook {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 50%;
    color: #231f20;
    font-size: 18px;
    cursor: pointer;
}

.product-yashare {
    width: 100%;
}

.product-listbook img {
    margin-right: 10px;
}

.product-listbook .icons_social {
    margin-right: 10px;
}

.detail-content_buttons-block {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: 20px;
}

.detail-content_text {
    width: 100%;
    /*padding: 50px 0;*/
    padding-top: 50px;
    padding-bottom: 20px;
    /*font-size: 20px;*/
    /*font-weight: 100;*/
    /*line-height: 1.58;*/
    /*letter-spacing: normal;*/
    color: #231f20;
}

.article-text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 200;
    letter-spacing: normal;
}

.detail-gallery_book iframe {
    display: block;
    margin: 0 auto;
}

.detail-content_text p {
    padding: 7px 0;
}

.detail-content_author {
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
}

.detail-content_author .img-author {
    height: 550px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.detail-content_author .detail-content_author-text {
 /*   font-size: 24px;
    font-weight: 100;
    line-height: 1.58;
    letter-spacing: normal;*/
    color: #231f20;
    padding: 20px 0;
   /* max-width: 66%;*/
    width: 100%;
    margin: 0 auto;
}

.detail-content_author .detail-content_author-text .detail-content_author-title {
    font-size: 30px;
    font-weight: 200;
    line-height: 1.25;
    letter-spacing: normal;
    color: #231f20;
    padding: 20px 0;
}

.detail-content_awards {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
width: 80%;
    margin: 0 auto;
}

.detail-content_awards .detail-content_awards-text {
   /* font-size: 24px;
    font-weight: 100;
    line-height: 1.58;*/
    /*letter-spacing: normal;*/
    color: #231f20;
    padding: 20px 0;
   /* max-width: 66%;*/
    width: 100%;
    margin: 0 auto;
}

.detail-content_awards .detail-content_awards-title {
    font-size: 30px;
    font-weight: 200;
    line-height: 1.25;
    letter-spacing: normal;
    color: #231f20;
    padding: 20px 0;
}

.detail-content_award-item {
    font-size: 28px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #231f20;
    text-align: center;
    width: 32%;
}

.detail-content_award-item img {
    margin: 0 auto;
    margin-bottom: 20px;
}

.detail-content_characteristics {
   /* max-width: 66%;*/
    width: 100%;
    margin: 0 auto;
}

.detail-content_characteristics-title {
    font-size: 36px;
    font-weight: 200;
    line-height: 1.25;
    letter-spacing: normal;
    color: #231f20;
    padding: 20px 0;
}

.detail-options_block.double {
    /*max-width: 66%;*/
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.catalog_wrapper {
    display: -webkit-box;
    display: flex;
   /* -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.catalog_filter {
    width: 24%;
}

.catalog_goods {
    width: 75%;
}

section.cart-page {
    padding: 40px 0;
}

section.izdatelstvo {
    padding: 40px 0;
}

.izdatelstvo_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    word-break: break-word !important;
}

.izdatelstvo_wrapper .left {
    width: 30%;
}

.izdatelstvo_wrapper .right {
    width: 70%;
}

.izdatelstvo_wrapper .main-menu_title {
    padding-bottom: 40px;
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.izdatelstvo_wrapper ul.left-menu {
    padding-top: 10px;
}

.izdatelstvo_wrapper ul.left-menu li {
    list-style-type: none;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
}

.izdatelstvo_wrapper ul.left-menu li a {
    color: #231f20;
}

.izdatelstvo_wrapper ul.left-menu li a:hover {
    text-decoration: underline;
}

.izdatelstvo_wrapper .right .preview-text {
/*    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;*/
    color: #231f20;
    line-height: 34px;
    padding: 20px 0;
}

/*.izdatelstvo_wrapper .right .preview-text p {
    padding: 5px 0;
}*/

.izdatelstvo_wrapper .right .photo-director {
    height: 610px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.izdatelstvo_wrapper .right .dolzhnost-director {
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: normal;
    color: #625F5F;
    padding: 20px 0;
}

.izdatelstvo_wrapper .right .detail-mission {
    padding: 20px 0;
}

.izdatelstvo_wrapper .right .detail-mission h2 {
    font-size: 36px;
    color: rgba(35, 31, 32, 1);
}

.izdatelstvo_wrapper .right .detail-mission-text {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: normal;
    color: rgba(35, 31, 32, 1);
    padding: 20px 0;
}

.izdatelstvo_wrapper .right .fotorama.detail-gallery .fotorama__nav-wrap {
    margin-top: -16px;
}

.fotorama__nav {
    text-align: left;
}

.fotorama--fullscreen, .fotorama__img {
}

.izdatelstvo_wrapper .right .detail-our-awards {
    padding: 52px 0 28px;
}

.izdatelstvo_wrapper .right .detail-our-awards h2 {
    font-size: 36px;
    color: rgba(35, 31, 32, 1);
}

.izdatelstvo_wrapper .right .detail-our-awards-text {
/*    font-size: 20px;
    line-height: 1.55;
    letter-spacing: normal;*/
    color: rgba(35, 31, 32, 1);
    padding-top: 20px;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page {
    padding: 20px 0;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-image {
    height: 100px;
    width: 143px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page:hover .item-image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-text {
    width: 100%;
    font-weight: 100;
    padding-left: 52px;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: normal;
    color: #231F20;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-text .item-child {
    padding: 3px 0;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-text .item-child:first-child {
    position: relative;
    display: block;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-text .item-child:first-child:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    border-top: 2px solid #7b7b98;
    border-right: 2px solid #7b7b98;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-text .item-child {
    display: none;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page.active .item-text .item-child {
    display: block;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page.active .item-text .item-child:first-child:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    border-top: 2px solid #7b7b98;
    border-right: 2px solid #7b7b98;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.izdatelstvo_wrapper .right .block-1-image {
    height: 610px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.izdatelstvo_wrapper .right .block-1-text {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: normal;
    color: rgba(35, 31, 32, 1);
    padding: 20px 0;
}

.izdatelstvo_wrapper .right .block-address {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.izdatelstvo_wrapper .right .block-address .block-1-address {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: normal;
    color: rgba(35, 31, 32, 1);
    border-bottom: 1px #231f20 solid;
    cursor: pointer;
}

.izdatelstvo_wrapper .right .block-address .button-show_contacts {
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    color: #000000;
    padding: 10px 10px;
    font-size: 20px;
}

.izdatelstvo_wrapper .right .block-2-image {
    height: 610px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 30px 0;
}

.izdatelstvo_wrapper .right .block-pdf {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.izdatelstvo_wrapper .right .block-pdf .block-pdf-text {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: normal;
    color: rgba(35, 31, 32, 1);
}

.izdatelstvo_wrapper .right .block-pdf .button-pdf {
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    color: #000000;
    padding: 10px 10px;
    font-size: 20px;
}

.izdatelstvo-activity_item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    max-width: 85%;
    margin-bottom: 40px;
}

.izdatelstvo-activity_rubrika {
    padding-top: 10px;
}

.izdatelstvo-activity_rubrika,
.izdatelstvo-activity_date {
    font-size: 16px;
    font-weight: 100;
    color: rgba(35, 31, 32, 0.7);
    line-height: 24px;
}

.izdatelstvo-activity_name.first {
    padding: 0 10px;
}

.izdatelstvo-activity_name {
    font-size: 20px;
    font-weight: 100;
    color: #231f20;
    line-height: 22px;
    padding: 5px 0;
    border-radius: 8px;
}

.izdatelstvo-activity-text {
    font-size: 16px;
    font-weight: 100;
    color: rgba(35, 31, 32, 0.7);
    line-height: 20px;
    margin-top: 2px;
}

.izdatelstvo-activity_title {
    font-size: 36px;
    color: rgba(35, 31, 32, 1);
    line-height: 1.35;
    margin-top: 70px;
    margin-bottom: 40px;
}

.izdatelstvo_wrapper .top .izdatelstvo-subscribe_block {
    margin-top: 35px;
}

.izdatelstvo_wrapper .top .izdatelstvo-subscribe_block .izdatelstvo-subscribe_title {
    font-size: 36px;
    font-weight: 100;
    color: rgba(35, 31, 32, .9);
    line-height: 1.35;
}

.izdatelstvo_wrapper .top .izdatelstvo-subscribe_block .izdatelstvo-subscribe_text {
    font-size: 14px;
    font-weight: 100;
    color: rgba(35, 31, 32, .7);
    line-height: 1.35;
    /*padding: 10px 0;*/
    width: 85%;
}

.izdatelstvo-goods {
    padding: 40px 0;
}

.izdatelstvo-goods .izdatelstvo-goods-stars {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #231f20;
    text-align: center;
    padding: 50px 0;
    display: none;
}

section.contacts {
    padding: 40px 0;
}

.contacts_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    word-break: break-word;
}

.contacts_wrapper .left {
    width: 30%;
}

.contacts_wrapper .right {
    width: 70%;
}

.contacts_wrapper .main-menu_title {
    padding-bottom: 40px;
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.contacts_wrapper ul.left-menu {
    padding-top: 10px;
}

.contacts_wrapper ul.left-menu li {
    list-style-type: none;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
}

.contacts_wrapper ul.left-menu li a {
    color: #231f20;
}

.contacts_wrapper ul.left-menu li:hover a {
    text-decoration: underline;
}

.contacts_wrapper .left .izdatelstvo-subscribe_block {
    margin-top: 100px;
}

.contacts_wrapper .left .izdatelstvo-subscribe_block .izdatelstvo-subscribe_title {
    font-size: 36px;
    font-weight: 100;
    color: rgba(35, 31, 32, .9);
    line-height: 1.35;
}

.contacts_wrapper .left .izdatelstvo-subscribe_block .izdatelstvo-subscribe_text {
    font-size: 20px;
    font-weight: 100;
    color: rgba(35, 31, 32, .7);
    line-height: 1.35;
    padding: 10px 0;
    width: 85%;
}

.contacts_wrapper .right .contacts_title,
.contacts_wrapper .right .sotrudniki_title {
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
}

.contacts_wrapper .right .contacts_title {
    padding-bottom: 30px;
}

.contacts_wrapper .right .sotrudniki_wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
   /* -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;*/
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item {
    width: 48%;
    padding: 30px 0;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item .img-sotr {
    height: 200px;
    width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item .sotrudniki_item-quest {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: rgba(35, 31, 32, .7);
    padding: 10px 0;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item .sotrudniki_item-name {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
    padding: 10px 0;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item .sotrudniki_item-mail {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
    padding: 10px 0;
}

.contacts_wrapper .right .list-mainshops {
    padding: 40px 0;
}

.contacts_wrapper .right .list-mainshops .item-mainshop {
    padding: 20px 0;
}

.contacts_wrapper .right .list-mainshops .item-mainshop .item-mainshop_title {
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
}

.contacts_wrapper .right .list-mainshops .item-mainshop .item-mainshop_preview,
.contacts_wrapper .right .list-mainshops .item-mainshop .item-mainshop_detail {
    font-size: 18px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
    padding: 10px 0;
}

.contacts_wrapper .right .list-mainshops .item-mainshop .map {
    width: 100%;
    height: 400px;
    padding: 10px 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.contacts_wrapper .right .list-mainshops .item-addresshop {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.contacts_wrapper .right .list-mainshops .item-addresshop div {
    width: 24%;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: rgba(35, 31, 32, .7);
}

.contacts_wrapper .right .list-mainshops .item-parametersshop {
    /*display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;*/
    padding: 10px 0;
}

.contacts_wrapper .right .list-mainshops .item-parametersshop div {
    width: 49%;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: rgba(35, 31, 32, .7);
}

.contacts_wrapper .right .list-mainshops .item-parametersshop div .phone-shop {
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 10px;
    color: #231f20;
}

.contacts_wrapper .right .list-mainshops .item-mainshop_detail {
    padding: 10px 0;
}

.contacts_wrapper .right .list-social_block {
    padding: 20px 0;
}

.contacts_wrapper .right .list-social_block .list-social_title {
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper .left {
    width: 30%;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper .left img {
    border-radius: 50%;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper .right {
    width: 65%;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper .right .list_social-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 0;
    color: #231f20;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper .right .list_social-item .icons_social {
    background-color: rgb(253, 234, 49);
    height: 40px;
    width: 40px;
    padding: 7px 7px;
    border-radius: 50%;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper .right .list_social-item span {
    padding-left: 10px;
}

.sotrudnichetsvo_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.sotrudnichetsvo_wrapper .left {
    width: 27%;
}

.sotrudnichetsvo_wrapper ul.left-menu {
    padding-top: 10px;
}

.sotrudnichetsvo_wrapper ul.left-menu li {
    list-style-type: none;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
}

.sotrudnichetsvo_wrapper ul.left-menu li a {
    color: #231f20;
}

.sotrudnichetsvo_wrapper ul.left-menu li:hover a {
    text-decoration: underline;
}

.sotrudnichetsvo_wrapper .right {
    width: 70%;
}

.sotrudnichetsvo_wrapper .main-menu_title {
    padding-bottom: 40px;
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.sotrudnichetsvo_wrapper h1 {
    font-size: 38px;
    color: #231f20;
    line-height: 1.21;
}

.sotrudnichetsvo_wrapper .text {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.58;
    letter-spacing: normal;
    word-break: break-word;
}

footer.footer {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f1f1;
}

.footer_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.copypolitics_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.footer_menu:first-child {
    width: 18%;
}

.footer_menu:nth-child(2) {
    width: 22%;
}

.footer_menu {
    width: 29%;
    z-index: 10;
}

.footer-menu_title {
    font-size: 24px;
    font-weight: 100;
    color: #231f20;
}

ul.footer-menu {
    margin-top: 30px;
    list-style-type: none;
}

ul.footer-menu li {
    font-size: 16px;
    font-weight: 100;
    padding-bottom: 10px;
}

ul.footer-menu li img.icon-menu {
    float: left;
    padding-right: 5px;
}

ul.footer-menu li a {
    color: #231f20;
}

ul.footer-menu li a:hover {
    text-decoration: underline;
}

.copyright {
    width: 33%;
    float: left;
}

.politics {
    width: 66%;
    float: right;
}

.widFRR {
    float: right;
}

.copyright_text {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
    color: #8d8b8c;
}

ul.footer-menu-politics {
    margin-top: 20px;
    list-style-type: none;
}

ul.footer-menu-politics li {
    float: left;
    font-size: 16px;
    font-weight: 100;
}

ul.footer-menu-politics li:nth-child(2) {
    padding: 0 10px;
}

ul.footer-menu-politics li a {
    color: #8d8b8c;
}

ul.footer-menu-politics li a:hover {
    text-decoration: underline;
}

.popup-title {
    font-size: 36px;
    font-weight: 100;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

form.form-modal {
    width: 55%;
    margin: 0 auto;
}

form.form-modal div {
    padding: 10px 0;
}

form.form-modal .input-modal {
    height: 50px;
    width: 100%;
    padding-left: 5px;
    border: 1px solid #000000;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.5;
}

form.form-modal .submit-modal {
    position: relative;
    z-index: 1;
    border: none;
    outline: none;
    background: #ffffff;
    padding: 10px 10px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    display: block;
    margin: 0 auto;
}

form.form-modal .submit-modal:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}

form.form-modal .submit-modal span {
    display: block;
}

.header-mobile,
.main-goods_filter-title_mobile {
    display: none;
}

.detail-content__card_left .fotorama__wrap {
   /* padding: 0 40px;*/
}

.detail-content__card_left .fotorama__stage {
    overflow: visible;
}

.detail-content__card_left .fotorama__arr.fotorama__arr--prev {
    left: -40px;
}

.detail-content__card_left .fotorama__arr.fotorama__arr--next {
    right: -40px;
}

.detail-content__card_left .fotorama__stage:before,
.detail-content__card_left .fotorama__stage:after {
    display: none;
}


/*
 * Fullslider
 */

.lightbox {
    box-sizing: border-box;
    padding: 20px !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 15000 !important;
}

.lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 80%;
    max-height: 80%;
}

.lightbox-title {
    display: block;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 10%;
    left: 10%;
    right: 10%;
    bottom: 0px;
    font-size: 14px;
    line-height: 1.4;
    color: white;
    text-align: center;
}

.lightbox-close {
    display: block;
    position: absolute;
    overflow: hidden;
    height: 50px;
    width: 50px;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    outline: none !important;
}

.lightbox-close:before {
    content: '';
    display: block;
    position: absolute;
    height: 36px;
    width: 2px;
    left: 24px;
    top: 7px;
    background: white;
    border-radius: 1px;
}

.lightbox-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 2px;
    top: 24px;
    left: 7px;
    background: white;
    border-radius: 1px;
}

.lightbox-prev, .lightbox-next {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 30%;
    top: 70px;
    bottom: 70px;
    outline: none !important;
}

.lightbox-prev.lightbox-inactive, .lightbox-next.lightbox-inactive {
    opacity: 0.2;
}

.lightbox-prev {
    left: 0px;
}

.lightbox-next {
    right: 0px;
}

.lightbox-prev:before,
.lightbox-prev:after,
.lightbox-next:before,
.lightbox-next:after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 2px;
    top: 50%;
    background: white;
    border-radius: 1px;
}

.lightbox-prev:before,
.lightbox-prev:after {
    left: 16.6%;
    margin-left: -16px;
}

.lightbox-next:before,
.lightbox-next:after {
    right: 16.6%;
    margin-right: -16px;
}

.lightbox-prev:before,
.lightbox-next:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.lightbox-prev:after,
.lightbox-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lightbox-prev:before,
.lightbox-next:after {
    margin-top: -11px;
}

.lightbox-prev:after,
.lightbox-next:before {
    margin-top: 11px;
}

.product_gallery {
    min-height: 700px;
}

.product__slider--large img {
    /*height: 500px;*/
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    transition: 200ms ease-out;
}

.product__slider--large a:not(:first-child) {
    top: 0;
    bottom: 0;
}

.product__slider--large a:not(:first-child) img {
    position: relative;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.product__slider--large .is-selected img {
    opacity: 1;
}
.video-wrap-top{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.video-wrap-top iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrap{
    width: 140px;
    height: 140px;
    opacity: 0.6;
}
.video-wrap video{
    height: 100%;
    width: 100%;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    padding-bottom: 1rem;
    border-bottom: 4px solid transparent;
}
.listalka-thump.is-nav-selected img{
    opacity: 1;
    border-bottom: 4px solid #ffcc32;
}
.product__slider--thumbnail {
  margin-top: 2rem; }
  .product__slider--thumbnail img {
    opacity: 0.6;
    width: 140px;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    padding-bottom: 1rem;
    border-bottom: 4px solid transparent;
  }
    .product__slider--thumbnail .video-wrap__grippy{
        position: absolute;
        left: 0;
        width: 100%;
        top: 0px;
        bottom: 17px;
        z-index: 3;
    }
    @media (max-width: 991.98px) {
      .product__slider--thumbnail img, .listalka-thump{
        width: 82px;
        height: 82px;
      }
        .product__slider--thumbnail .video-wrap{
            width: 82px;
            height: 82px;
        }
    }

.product__slider .is-nav-selected {
  opacity: 1;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  border-bottom: 4px solid #ffcc32; }

iframe.is-nav-selected {
    opacity: 1 !important;
    border-bottom: 4px solid #ffcc32 !important;
}

.full-slider {
    position: relative;
    margin: 0 -10px 20px;
}

.full-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.full-slider .swiper-slide {
    padding: 10px 10px 20px;
}

.full-slider__image {
    padding-bottom: 27%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.116904), 0px 2px 4px rgba(0, 0, 0, 0.261606);
}

.swiper-button-prev,
.swiper-button-next {
    color: #FFBD17;
    outline: none;
}

.full-slider .swiper-button-prev {
    left: -35px;
}

.full-slider .swiper-button-next {
    right: -35px;
}

.header-phone {
    display: block;
    padding: 4px;
    margin-right: 10px;
}

.header-panel {
    background-color: #f1f1f1;
    padding: 0 10px;
    font-size: 12px;
}

.header-panel a {
    color: #000;
}

.swiper-pagination {
    position: relative;
}

.swiper-pagination-bullet-active {
    background-color: #000;
}

.video-iframe-block {
    position: relative;
    padding-bottom: 57%;
    margin-bottom: 100px;
}

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

.popup-window {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    padding: 60px 0;
    border: 1px solid #000000;
    font-family: 'ibmplexmono', sans-serif;
    padding: 40px;
    text-align: center;
}


.popup-window.popup-window-with-titlebar {
    padding: 40px;
}

.popup-window-titlebar {
    height: auto;
}

.popup-window-close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 52px;
    line-height: 0.5;
    cursor: pointer;
}

.popup-window-close-icon:before {
    content: '×';
    display: block;
}

.popup-window-close-icon:after {
    display: none;
}

.popup-window-titlebar-text {
    font-weight: 100;
    font-size: 45px;
    color: #000;
    line-height: 64px;
    text-align: center;
    white-space: normal;
    margin-bottom: 10px;
    font-family: 'ibmplexmono', sans-serif;
}

.popup-window-buttons {
    padding: 0;
}

.popup-window .btn-primary {
    max-width: 100%;
    width: 360px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 12px 15px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    text-align: center;
    background-color: transparent;
    border: none;
    font-family: 'ibmplexmono', sans-serif;
}


.bx-catalog-subscribe-form-container-label {
    margin-bottom: 10px;
    color: #000;
}

.bx-catalog-subscribe-form-container-input input[type="text"] {
    border-color: #000;
    border-radius: 0;
    background: transparent;
    padding: 0 15px;
}

.blocktocart .gallery-work_section:last-child {
    background-color: #fff;
}


.main-goods-slider .name {
    font-size: 20px;
    line-height: 24px;
    color: #231F20;
    font-weight: 300;
}
.main-goods-slider .main-goods_image {
    margin-bottom: 22px;
}
.main-goods-slider .detail-link {
    color: inherit;
}
.main-goods-slider .size {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #8D8B8C;
}
.main-goods-slider .offer-name {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #8D8B8C;
}
.main-goods-slider .gallery-work_buy {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 15px;
    cursor: pointer;
    background-size: contain;
}
.main-goods-slider .gallery-work_price {
    font-size: 20px;
    line-height: 26px;
    color: #000;
}
.main-goods-slider .gallery-work_price span {
    line-height: 5px;
    width: 0.4em;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.main-goods-slider .offer {
    margin-top: 7px;
}

.main-goods-slider .swiper-button-prev {
    left: -35px;
}

.main-goods-slider .swiper-button-next {
    right: -35px;
}

.mobile-menu-nav {
    padding: 10px 7px 20px;
}

.mobile-menu-nav__elem {
    position: relative;
    display: block;
}

.mobile-menu-nav__control {
    cursor: pointer;
    padding: 10px 20px 10px 0;
    position: relative;
}

.mobile-menu-nav__control.is_active:before {
    transform: rotate(90deg);
    top: 5px;
}

.mobile-menu-nav__control:before {
    content: '';
    background-image: url(/bitrix/templates/samokat/img/Path_35.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    margin-top: 4px;
    background-repeat: no-repeat;
}
.ya_mobil_nav_link a{
    color:#DBAF27!important;
}
.ya_mobil_nav_link:before{
    background:transparent!important;
}
.mobile-menu-nav__sub {
    display: none;
    padding-bottom: 20px;
}

.mobile-menu-nav__sub a {
    display: block;
}

.mobile-menu-nav__sub a:not(:last-child) {
    margin-bottom: 10px;
}

.header-cart {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: -6px; */
    margin-left: 3px;
    position: relative;
    background: #ffcb04;
    border-radius: 50%;
}

.fotorama__arr {
    color: #FFBD17;
    display: flex;
    justify-content: center;
    align-content: center;
    background: transparent;
}

.fotorama__arr:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

.fotorama__arr.fotorama__arr--prev:after {
    content: 'prev'
}

.fotorama__arr.fotorama__arr--next:after {
    content: 'next'
}

.mfp-iframe-holder .mfp-close {
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
}

@media (min-width: 1100px) {
    .gallery-goods-grid .main-goods_item {
        width: 25%;
    }
}

.gallery-goods-grid .main-goods_list.grid.inner {
    margin-top: 0;
    margin-bottom: 0
}

@media only screen and (min-width: 992px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 80%
    }
    .video-iframe-block {
        max-width: 60%;
        padding-bottom: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    .full-slider__image.mobile_image,
    .main-goods-slider .swiper-pagination,
    .full-slider .swiper-pagination {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .detail-options_block.event_block{
        margin-top: 45px;
    }
    .product__slider--large  img {
        max-width: inherit;
        width: calc(100vw - 30px);
        height: inherit;
    }
    .product__slider--thumbnail {
        margin-bottom: 30px;
    }
    .header-panel-sticky {
        width: calc(100% + 30px);
        position: sticky;
        padding: 0px 15px;
        margin: 0 -15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-panel-sticky.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: #fff;
        z-index: 100;
        margin: 0;
        width: 100%;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    }

    .header-cart {
        margin-top: -3px;
    }
    .main-catalog-sub {
        display: none;
    }
    .full-slider__image {
        display: none;
        padding-bottom: 47%;
    }
    .full-slider__image.mobile_image {
        display: block;
    }
    .header-top-search {
        position: relative;
        margin-right: 10px;
    }
    .header-top-search .click_search {
        position: absolute;
        top: -2px;
        right: 0;
        z-index: 2;
        /*pointer-events: none;*/
    }
    .header-top-search #form-search {
        width: 150px;
    }
    .header-top-search .input-search {
        /*display: block;*/
        height: 28px;
        padding-right: 30px;
    }
    .popup-window-with-titlebar .popup-window-content {
        padding-top: 0;
    }

    .popup-window.popup-window-with-titlebar {
        padding: 20px;
    }

    .popup-window-titlebar-text {
        font-size: 30px;
        line-height: 1.2;
    }

    .popup-window .btn-primary {
        background-size: cover;
        margin-top: 10px;
    }

    .video-iframe-block {
        margin-bottom: 40px;
    }

    .full-slider {
        margin-bottom: 10px;
    }
    .main-goods-slider .swiper-button-prev,
    .main-goods-slider .swiper-button-next,
    .full-slider .swiper-button-prev,
    .full-slider .swiper-button-next {
        display: none;
    }

    .main-goods-slider .swiper-pagination {
        margin-top: 15px;
    }

    header.header,
    .header,
    .left-fixed-menu {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .header_wrapper-mobile {
        position: relative;
        display: -webkit-box;
        display: flex;
       /* -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;*/
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    /*.header_wrapper-mobile:last-child {
        margin: 20px 0;
    }*/

    .header_wrapper-mobile .left,
    .header_wrapper-mobile .right {
        display: -webkit-box;
        display: flex;
        width: 50%;
    }

    .header-mobile-fixed {
        padding-top: 15px;

    }

    .head_logo-mobile {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .head_logo-mobile .logo {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        height: 80px;
        margin: 0 auto;
    }

    .head_logo-mobile .icon_mobile {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 130px;
        margin: 0 auto;
        z-index: -1;
    }

    .header_wrapper-mobile .left ul.top-menu {
        text-align: left;
    }

    .header_wrapper-mobile .right ul.top-menu {
        text-align: right;
    }

    .header_wrapper-mobile .left ul.top-menu,
    .header_wrapper-mobile .right ul.top-menu {
        list-style-type: none;
    }

    .header_wrapper-mobile .left ul.top-menu li,
    .header_wrapper-mobile .right ul.top-menu li {
        font-size: 16px;
        letter-spacing: normal;
        padding: 4px 0;
    }

    .header_wrapper-mobile .left ul.top-menu li a,
    .header_wrapper-mobile .right ul.top-menu li a {
        color: #231f20;
        text-decoration: none;
    }

    .header_wrapper-mobile .left ul.top-menu li a:hover,
    .header_wrapper-mobile .right ul.top-menu li a:hover {
        text-decoration: underline;
    }

    .header_wrapper-mobile .right ul.top-menu li img.icon-menu {
        display: none;
    }

    .head_menu-gamburger {
        height: 30px;
        width: 30px;
        cursor: pointer;
        position: relative;
    }

    .head_menu-gamburger span:not(.text-menu) {
        position: absolute;
        top: 13%;
        /*left: 0;
        right: 0;
        margin: 0 auto;*/
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
        display: inline-block;
        height: 4px;
        width: 30px;
        border-radius: 2px;
        background: #FFBD17;
    }

    .head_menu-gamburger span:not(.text-menu):before,
    .head_menu-gamburger span:not(.text-menu):after {
        position: absolute;
        display: inline-block;
        height: 4px;
        width: 30px;
        background: #FFBD17;
        border-radius: 2px;
        content: '';
    }

    .head_menu-gamburger span:not(.text-menu):before {
        top: -8px;
    }

    .head_menu-gamburger span:not(.text-menu):after {
        top: 8px;
    }

    .head_menu-gamburger span.text-menu {
        display: block;
        padding-top: 20px;
        font-size: 12px;
    margin-left: -10px;
    }

    .head_menu-close {
        position: relative;
        height: 40px;
        width: 60px;
        margin: 0 auto;
        cursor: pointer;
    }

    .head_menu-close span:not(.text-menu) {
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 4px;
        width: 45px;
    }

    .head_menu-close span:not(.text-menu):before {
        position: absolute;
        height: 4px;
        width: 30px;
        background: #FFBD17;
        border-radius: 2px;
        -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
        transform: translateX(4px) translateY(-1px) rotate(45deg);
        content: '';
    }

    .head_menu-close span:not(.text-menu):after {
        position: absolute;
        height: 4px;
        width: 30px;
        background: #FFBD17;
        border-radius: 2px;
        -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
        transform: translateX(4px) translateY(0px) rotate(-45deg);
        content: '';
    }

    .head_menu-close span:not(.text-menu):before {
        top: 2px;
    }

    .head_menu-close span:not(.text-menu):after {
        top: 1px;
    }

    .head_menu-close span.text-menu {
        display: block;
        padding-top: 30px;
        font-size: 13px;
        text-align: center;
    }

    .head_menu-eng {
        padding-left: 20px;
        padding-right: 20px;
    }

    .head_menu-eng img {
        margin-top: 2px;
        height: 16px;
    }

    .head_menu-eng .text-menu {
        display: block;
        color: #000000;
        font-size: 13px;
        padding-top: 2px;
    }

    .header_wrapper-mobile .right {
        -webkit-box-pack: justify;
        justify-content: flex-end;
    }



    .header_wrapper-mobile .right .icons_right {
        margin-top: 0;
    }

    .header_wrapper-mobile .right .icons_social {
        height: 25px;
        width: 25px;
    }

    .header_wrapper-mobile .right .icon_cart {
        margin: 3px;
    }

    .header_menu-mobile {
        display: none;
    }

    .header_menu-mobile.active {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 100;
        /*padding: 30px 0;*/
        padding-top: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #000000;
    }

    ul.top-mobile-menu {
        list-style-type: none;
    }

    ul.top-mobile-menu li {
        font-size: 16px;
        font-weight: 100;
        line-height: 30px;
    }

    ul.top-mobile-menu li a {
        padding: 15px 0;
        color: #231f20;
    }

    ul.top-mobile-menu li a:hover {
        text-decoration: underline;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-goods_filter-sect {
        flex-wrap: wrap;
    }

    /*.main-goods_filter-sect:not(.second){
        display: none;
    } */

    .main-goods-catalog-button {
        display: none;
    }

    .main-goods_filter-sect a {
        width: auto;
        height: 32px;
        font-size: 18px;
        padding: 0 5px;
        line-height: 31px;
        font-weight: 100;
       /* background: #ffcc32;*/
        margin: 0 12px 6px;
    }

  /*  .main-goods_filter-sect a:before {
        content: '';
        position: absolute;
        top: 0;
        left: -9px;
        height: 32px;
        width: 9px;
        background-image: url(/bitrix/templates/samokat/images/catalog-button-pattern-l.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .main-goods_filter-sect a:after {
        content: '';
        position: absolute;
        top: 0;
        right: -9px;
        height: 32px;
        width: 9px;
        background-image: url(/bitrix/templates/samokat/images/catalog-button-pattern-r.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
*/
    .main-goods_filter-sect.second {
        margin: 0;
    }

    .catalog-subsections_wrapper .catalog-subsections-list_list a,
    .main-goods_filter-sect.second a {
        margin: 0 12px 5px;
    }

    .catalog-subsections_wrapper {
        margin: -30px 0 0;
    }

    /*.main-goods_filter-sect a {*/
        /*width: 50%;*/
       /* padding: 4px 5px;
        text-align: left;
    }*/

 /*   .main-goods_filter-sect a:after {
        display: none;
    }
*/
  /*  .main-goods_filter-sect.second a {
        padding: 4px 0;
        text-align: left;
    }*/

    .main-goods_filter-title_mobile {
       /* display: block;*/
        position: relative;
        color: #8d8b8c;
        padding-left: 16px;
    }

    .main-goods_filter-title_mobile:before {
        content: '';
        position: absolute;
        top: 2px;
        left: -5px;
        height: 16px;
        width: 16px;
        background-image: url(/bitrix/templates/samokat/images/main-filter-image.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .main-goods_item,
    .main-goods_item.important {
        max-width: 100%;
    }

    .main-goods_item a {
        width: 100%;
    }

    .main-goods_item a img.img-main {
        margin: 0 auto;
    }

    .main-goods-text.first span {
        box-decoration-break: unset;
        -webkit-box-decoration-break: unset;
    }

    .catalog-sections-list_list {
        width: 100%;
    }

    .catalog_wrapper {
        flex-wrap: wrap;
    }

    .catalog_filter,
    .catalog_goods {
        width: 100%;
    }

    .catalog-goods_item {
        -webkit-box-align: center;
        align-items: center;
        max-width: 100%;
    }

    .detail-content__wrap {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .detail-content__card_left,
    .detail-content__card_right {
        width: 100%;
    }

    h1.detail-content__title {
        margin-top: 20px;
        font-size: 26px;
    }

    .detail-options_block {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .detail-options_block .detail-price {
        width: 100%;
        padding-bottom: 20px;
    }

    .basket__qt.detail {
        margin-left: 0;
    }

    .detail-gallery_book iframe {
        width: 300px;
    }

    .detail-content_author .img-author {
        height: 280px;
    }

    .detail-content_author .detail-content_author-text {
        max-width: 95%;
    }

    .detail-content_award-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .detail-content_characteristics {
        /*max-width: 95%;*/
    }

    .detail-content_characteristics-title {
        font-size: 24px;
    }

    .detail-options_block.double {
        max-width: 95%;
    }

    .detail-content_buttons {
        flex-wrap: wrap;
    }

    .product-listbook,
    .product-share,
    .product-yashare {
        width: 100%;
        padding: 5px 0;
    }

    .detail-content_author .detail-content_author-text .detail-content_author-title {
        font-size: 24px;
    }

    /*.detail-content_author .detail-content_author-text {
        font-size: 18px;
    }*/

    .detail-content_text {
        font-size: 18px;
    }

    .detail-content_award-item {
        font-size: 18px;
    }

    .gallery_wrapper {
        flex-wrap: wrap;
    }

    .gallery_wrapper .left {
        width: 100%;
        margin: 10px 0;
    }

    .gallery_wrapper .right {
        width: 100%;
    }

    .gallery_wrapper h1 {
        font-size: 32px;
    }

    .gallery_wrapper .gallery-info_wrapper {
        flex-wrap: wrap;
    }

    .gallery_wrapper .gallery-city,
    .gallery_wrapper .gallery-date,
    .gallery_wrapper .gallery-cost {
        width: 100%;
    }

    .gallery-button {
        margin: 10px 0;
    }

    .gallery-work_section .gallery-work_wrapper {
        flex-wrap: wrap;
    }

    .gallery-work_section .gallery-work_item {
        max-width: 100%;
    }

    .readers-block {
        max-width: 95%;
    }

    .readers-block h1 {
        line-height: 1.31;
    }

    .readers-block_list {
        flex-wrap: wrap;
    }

    .readers-block_list-item {
        width: 100%;
    }

    .discounts-goods_list {
        flex-wrap: wrap;
    }

    .discounts-goods_item {
        max-width: 100%;
    }

    .activity-goods_list {
        flex-wrap: wrap;
    }

    .activity-goods_item {
        max-width: 100%;
    }

    .konkurs-block {
        max-width: 95%;
    }

    .konkurs-block h1 {
        line-height: 1.31;
    }

    .konkurs-block_link {
        padding: 7px 10px;
        background-size: 100% 100%;
        line-height: 1.31;
        font-size: 16px;
    }

    .wherebuy_wrapper {
        flex-wrap: wrap;
    }

    .wherebuy_wrapper .left-menu {
        width: 100%;
        margin: 10px 0;
    }

    .wherebuy_wrapper .right-menu {
        width: 100%;
    }

    .samokatyou-block {
        max-width: 95%;
    }

    .samokatyou-block .samokatyou-list .samokatyou_item {
        max-width: 100%;
    }

    .samokatyou-block .samokatyou_button {
        background-size: 100% 100%;
    }

    .schools-libraries-block {
        max-width: 95%;
    }

    .schools-libraries-block .schools-libraries_list .schools-libraries_item {
        max-width: 100%;
    }

    .schools-libraries-block .schools-libraries_button {
        background-size: 100% 100%;
        line-height: 1.29;
        text-align: center;
    }

    .we-organization .we-organization-list {
        flex-wrap: wrap;
    }

    .we-organization .we-organization-list .we-organization_item {
        max-width: 100%;
    }

    .foreign_wrapper {
        flex-wrap: wrap;
    }

    .foreign_wrapper .left {
        display: none;
    }

    .foreign_wrapper .right {
        width: 100%;
    }

    .foreign_wrapper h1 {
        font-size: 32px;
    }

    .foreign-author_list {
        flex-wrap: wrap;
    }

    .foreign-author_photo {
        width: 100%;
    }

    .foreign-author_information {
        width: 100%;
        margin: 10px 0;
    }

    .foreign-author_category {
        line-height: 1.35;
    }

    footer.footer {
        padding: 40px 0;
    }

    .footer_wrapper {
        flex-wrap: wrap;
    }

    .footer_menu {
        width: 100%!important;
        padding: 20px 0;
    }

    .copypolitics_wrapper {
        flex-wrap: wrap;
    }

    .copyright,
    .politics {
        width: 100%;
    }

    ul.footer-menu-politics li {
        padding: 5px 0;
        text-align: left;
    }

    ul.footer-menu-politics li:nth-child(2) {
        padding: 0;
    }

    .popup__block {
        max-width: 93%;
    }

    .search-title-name b {
        color: #ffcc00;
    }
    .posincard-event{
        position: relative !important;
        bottom: 0px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .main-goods_filter-sect.second a {
        font-size: 16px;
        padding: 0 10px;
    }
}
h2, h3{
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
    color: #231f20 !important;
    padding: 20px 0 !important;
}
h3{
    font-size: 34px !important;
}
.date-head{
    font-weight: 300;
    font-size: 16px;
    color: #231f20;
    background: url(/bitrix/templates/samokat/images/button1.png) no-repeat;
    background-size: cover;
    border-radius: 14px 8px 5px 0px;
    text-align: center;
    padding: 5px 15px 5px 15px;
}
.delete-item-filter{
    font-size: 12px;
    font-weight: bold;
}
.search-filter{
    height: 42px !important;
}
.search-filter::placeholder{
    color: #848484 !important;
}
/* End */


/* Start:/bitrix/templates/samokat/css/custom.css?169875206432243*/
#panel {
    /*display: none;*/
}

@media (min-width: 1200px and max-width:

1240px

) {
    .container {
        width: 970px;
    }
}

h1 {
    font-weight: 200;
    font-size: 38px;
    line-height: 46px;
}

.container {
    max-width: 1383px;
    /*width: 100%;*/
}

p {
    margin-bottom: 15px;
}

.flex {
    display: -webkit-box;
    display: flex;
}

.flex-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flex-around {
    justify-content: space-around;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-center {
    -webkit-box-pack: center;
    justify-content: center;
}

.flex-end {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.flex-v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.flex-v-bottom {
    -webkit-box-align: end;
    align-items: flex-end
}

.head_logo {
    margin-top: 0px;
    padding-left: 10px;
}

.svg-logo {
    position: absolute;
    left: 0;
    top: -33px;
    right: -127px;
    z-index: -1;
    height: 224px;
    text-align: center;
}

.svg-logo svg {
    display: inline-block;
}

.main-goods_item {
    width: 20%;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    opacity: 0;
}

.grid-sizer {
    width: 20%;
}

@media (min-width: 1024px) {
    .right .grid-sizer {
        width: 33%;
    }

    .right .main-goods_item {
        width: 33%;
    }
}

.main-goods_item.shown, .main-goods_item.animate {
    opacity: 1;
}

.main-goods_item:nth-child(3) {
    padding-top: 24px;
}

.main-goods_item:nth-child(4) {
    padding-top: 10px;
}

.main-goods_item:nth-child(5) {
    padding-top: 16px;
}
.main-goods-slide:nth-child(2) {
    padding-top: 24px;
}
.main-goods-slide:nth-child(3) {
    padding-top: 10px;
}
.main-goods-slide:nth-child(4) {
    padding-top: 16px;
}
.main-goods_image {
    margin-bottom: 16px;
}

.main-goods_image img {
    /*max-width: 200px;
    width: 100%;*/
    display: inline-block;
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.116904), 0px 2px 4px rgba(0, 0, 0, 0.261606);
}

.main-goods_item a {
    display: block;
}

.main-goods_list {
    margin-left: -22px;
    margin-right: -22px;
    /* padding-bottom: 40px;*/
}

.main-goods_item.important {
    /* width: 39%;*/
}

.btn-buy {
    background: url(/bitrix/templates/samokat/css/../images/btn-bg.svg) center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

.izdatelstvo-activity_rubrika, .izdatelstvo-activity_date {
    margin-top: 16px;
}

#grid .animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

.content {
    padding: 28px 0;
}

.wherebuy_wrapper .left-menu {
    width: 100%;
    margin-top: 47px;
    list-style: none;
}

.wherebuy_wrapper .left-menu li {
    margin-bottom: 19px;
}

.wherebuy_wrapper .left-menu li a {
    font-size: 20px;
    color: inherit;
    font-weight: 100;
}

.left-menu li a {
    text-transform: lowercase;
    color: #231f20;
}

.wherebuy_wrapper .left,
.gallery_wrapper .left,
.samokatyou_wrapper .left,
.foreign_wrapper .left {
    width: 31%;
    padding-top: 0;
}

.main-menu_title {
    font-size: 28px;
    font-weight: 100;
    padding-top: 12px;
    text-transform: lowercase;
}

.main-shop_list .left_side {
    width: 345px;
}

.main-shop_name {
    margin-top: 29px;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 22px;
}

.main-shop_list .city-shop {
    font-size: 18px;
    margin-bottom: 9px;
}

.main-shop_list {
    font-size: 16px;
    font-weight: 100;
}

.main-shop_list .phone-shop {
    line-height: 21px;
}

.main-shop_list .email-shop {
    margin-bottom: 12px;
}

.main-shop_list .rezhim-shop {
    margin-bottom: 12px;
    line-height: 20px;
}

.main-shop_list .main-shop_item {
    margin-bottom: 35px;
}

.main-shop_list__section {
    display: none;
}

.main-shop_list__section.active {
    display: block;
}

a.yellow {
    color: inherit;
}

a.yellow span {
    display: inline-block;
    line-height: 30px;
    background-color: #FFBD17;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 5px 10px;
    border-radius: 4px 5px 2px 6px;
    line-height: 23px;
}

a.yellow:hover span {
    background-color: #E8E8E8;
}

.main-shop__link {
    margin-bottom: 5px;
}

.magaziny-shop_list {
    margin-top: 14px;
}

.magaziny-shop_list__content {
    margin-top: 31px;
}

.magaziny-shop_item {
    width: 33.3333%;
    margin-bottom: 50px;
    max-width: 278px;
}

.magaziny-shop_name {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 11px;
}

.magaziny-shop_list .magaziny-shop_information {
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
}

.magaziny-shop_list .city-shop {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 100;
    color: inherit;
}

.magaziny-shop_list .site-shop {
    font-size: 15px;
    font-weight: 100;
}

.magaziny-shop_list .phone-shop {
    margin-bottom: 5px;
    color: #8d8b8c;
    font-size: 16px;
}

.internet-shop_list {
    margin-top: 14px;
}

.internet-shop_list .internet-shop_item {
    width: 33.33333%;
    margin-bottom: 50px;
}

.internet-shop_list .internet-shop_name {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 11px;
    padding-right: 25px;
}

.internet-shop_list .internet-shop_information {
    padding-right: 25px;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
}

.internet-shop_list .phone-shop {
    margin-bottom: 5px;
    color: #8d8b8c;
    font-size: 16px;
}

.magaziny-shop_title {
    margin-top: 29px;
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 22px;
}

.internet-shop_title {
    margin-top: 29px;
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 22px;
}

.catalog-detail {
    padding-top: 0;
}

.catalog-goods_filter-title {
    margin-top: 8px;
    padding-bottom: 18px;
}

.detail-content__card_right {
    /*   width: 48%;*/
    padding-left: 20px;
}

.detail-content_option {
    text-transform: lowercase;
}

.btn-add {
    display: inline-block;
    background: #FFBD17 url(/bitrix/templates/samokat/css/../images/i1.png) center no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-indent: -9999px;
    overflow: hidden;
    height: 45px;
    margin-top: 2px;
    border: 1px solid #FFBD17;
}

.detail-content_buttons {
    margin-top: 10px;
}

.catalog-detail .detail-content_text, .detail-content_text.event-text, .detail-podborka {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    /*line-height: 38px;*/
}

.wherebuy_wrapper .right,
.izdatelstvo_wrapper .right,
.contacts_wrapper .right,
.gallery_wrapper .right,
.samokatyou_wrapper .right,
.foreign_wrapper .right {
    width: 69%;
    padding-left: 7px;
}

section.izdatelstvo {
    padding-top: 29px;
}

.izdatelstvo_wrapper .right .preview-text {
    padding-top: 19px;
}

.izdatelstvo_wrapper .main-menu_title,
.contacts_wrapper .main-menu_title,
.gallery_wrapper .left .main-menu_title,
.samokatyou_wrapper .left .main-menu_title,
.gallery_wrapper .left .main-menu_title,
.main-menu_title {
    -webkit-transform: none;
    transform: none;
    padding-bottom: 11px;
    text-transform: lowercase;
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #231f20;
}

.izdatelstvo_wrapper ul.left-menu li,
.gallery_wrapper .left ul.left-menu li,
.samokatyou_wrapper .left ul.left-menu li,
.left-content ul.left-menu li {
    margin-bottom: 4px;
    list-style-type: none;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #231f20;
    line-height: 26px;
    text-transform: lowercase;
}

.izdatelstvo_wrapper .right .detail-mission h2 {
    margin-bottom: 8px;
}

.izdatelstvo_wrapper .right .detail-mission-text {
    line-height: 34px;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page {
    padding-top: 0;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page {
    margin-bottom: 20px;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-text {
    padding-left: 81px;
    font-size: 20px;
    line-height: 26px;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-text .item-child.second {
    font-size: 16px;
    line-height: 26px;
    color: #625F5F;
}

.izdatelstvo_wrapper .right .detail-our-awards {
    padding-bottom: 10px;
}

.izdatelstvo_wrapper .right .detail-our-awards-text {
    padding-top: 36px;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-image {
    background-position: center;
}

.izdatelstvo_wrapper .right .block-1-text {
    padding: 20px 0 15px;
}

.izdatelstvo_wrapper .right .block-2-image {
    margin-top: 67px;
}

.izdatelstvo-goods-stars {
    text-align: center;
}

.izdatelstvo-goods-stars.margin {
    margin-top: 14px;
}

.izdatelstvo-goods-stars span {
    display: inline-block;
    margin-right: 13px;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
}

.izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-text:not(.has) .item-child:first-child:after {
    display: none;
}

.izdatelstvo_wrapper .right .block-address .button-show_contacts {
    background-image: url(/bitrix/templates/samokat/css/../images/button1.png);
    font-size: 20px;
    line-height: 26px;
    padding: 7px 15px;
}

.izdatelstvo_wrapper .right .block-address .block-1-address {
    border-bottom: 1px solid rgba(35, 31, 32, .3);
}

.izdatelstvo_wrapper .right .block-pdf .button-pdf {
    background-image: url(/bitrix/templates/samokat/css/../images/button1.png);
    font-size: 20px;
    line-height: 26px;
    padding: 7px 15px;
}

.izdatelstvo-activity_title {
    margin-top: 182px;
}

.izdatelstvo_wrapper .left .izdatelstvo-subscribe_block .izdatelstvo-subscribe_text {
    padding-top: 14px;
    width: 100%;
}

.izdatelstvo_wrapper .left .izdatelstvo-subscribe_block {
    max-width: 326px;
}

.goods-stars {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #231f20;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.goods-stars span {
    display: inline-block;
    margin-right: 13px;
}

.bx-subscribe .bx-input-group .bx-form-control {
    background: url(/bitrix/templates/samokat/images/input.png) no-repeat center;
    border-color: #FFBD17;
    background-size: cover;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #fff;
    border: 0;
}

.btn-subscribe {
    width: 197px;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: #231F20;
    font-weight: 100;
}

.main-goods_item__display {
    opacity: 1;
}

.icons_left {
    height: 100%;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #D9D9D9;
}

@-webkit-keyframes scaleUp {
    0% {
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleUp {
    0% {
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.head_left_menu {
    padding-left: 6px;
}

.head_left_menu ul.top-menu, .head_right_menu ul.top-menu {
    margin-bottom: 0;
}

section.contacts {
    padding-top: 32px;
}

.contacts_wrapper .right .contacts_title {
    font-size: 38px;
    line-height: 46px;
}

.contacts_wrapper .right .sotrudniki_title {
    font-size: 36px;
    line-height: 45px;
}

.contacts_wrapper .right .sotrudniki_wrapper {
    margin-top: 25px;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item .img-sotr {
    width: 230px;
    height: 230px;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item {
    width: 30%;
    padding-bottom: 20px;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item img {
    display: inline-block;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item .sotrudniki_item-quest {
    margin-top: 13px;
    font-size: 14px;
    line-height: 20px;
    color: #625F5F;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item .sotrudniki_item-name {
    padding-top: 8px;
    font-size: 18px;
    line-height: 24px;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item .sotrudniki_item-mail {
    padding-top: 0px;
    font-size: 14px;
    line-height: 34px;
}

.contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item .sotrudniki_item-mail a {
    color: inherit;
}

.contacts_wrapper .right .list-mainshops .item-mainshop {
    margin-bottom: 1px;
}

.contacts_wrapper .right .list-mainshops .item-mainshop .item-mainshop_title {
    font-size: 36px;
    line-height: 45px;
    margin-top: 14px;
    margin-bottom: 12px;
}

.contacts_wrapper .right .list-mainshops {
    padding-top: 30px;
}

.contacts_wrapper .right .list-mainshops .item-mainshop .item-mainshop_preview {
    font-size: 20px;
    line-height: 34px;
}

.contacts_wrapper .right .list-mainshops .item-mainshop .map {
    -webkit-filter: none;
    filter: none;
    height: 455px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

.contacts_wrapper .right .list-mainshops .item-addresshop {
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 19px;
}

.contacts_wrapper .right .list-mainshops .item-addresshop .item {
    width: auto;
}

.contacts_wrapper .right .list-mainshops .item-addresshop .title {
    font-size: 20px;
    line-height: 24px;
    color: #625F5F;
    width: 100%;
    margin-bottom: 5px;
}

.contacts_wrapper .right .list-mainshops .item-addresshop .value {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #625F5F;
}

.contacts_wrapper .right .list-mainshops .item-addresshop .address {
    max-width: 220px;
    padding-right: 10px;
}

.contacts_wrapper .right .list-mainshops .item-addresshop .first {
    width: 292px;
    padding-right: 10px;
}

.contacts_wrapper .right .list-mainshops .item-addresshop .second {
    width: 203px;
    padding-right: 10px;
}

.contacts_wrapper .right .list-mainshops .item-mainshop .item-mainshop_detail {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 3px;
}

.contacts_wrapper .right .list-mainshops .item-parametersshop .email {
    font-size: 20px;
    line-height: 34px;
    width: auto;
}

.contacts_wrapper .right .list-mainshops .item-parametersshop .email a {
    color: inherit;
    font-size: 20px;
    line-height: 34px;
}

.contacts_wrapper .right .list-mainshops .item-parametersshop .phone {
    width: auto;
    font-size: 20px;
    line-height: 34px;
    padding-right: 3px;
}

.contacts_wrapper .right .list-mainshops .item-parametersshop div .phone-shop {
    background-image: url(/bitrix/templates/samokat/css/../images/button1.png);
    font-size: 20px;
    line-height: 26px;
}

.contacts_wrapper .right .list-social_block {
    padding-top: 16px;
}

.contacts_wrapper .right .list-social_block .list-social_title {
    font-size: 36px;
    line-height: 45px;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper {
    padding-top: 11px;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper .left {
    width: 25%;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper .right {
    width: 69%;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper .right .list_social-item {
    padding: 0;
    font-size: 20px;
    line-height: 34px;
    font-weight: 100;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper .right .list_social-item .icons_social {
    height: 52px;
    width: 52px;
}

.contacts_wrapper .right .list-social_block .list_social_wrapper .right .list_social-item {
    margin-top: 13px;
}

.contacts_wrapper .left {
    position: relative;
}

.contacts_wrapper .left .izdatelstvo-subscribe_block.bottom {
    position: absolute;
    bottom: 45px;
    margin-top: 0;
}

.main-goods_list.inner {
    margin-top: 35px;
}

.gallery_wrapper .left ul.left-menu li a.selected {
    display: inline-block;
    position: relative;
}

.gallery_wrapper .left ul.left-menu li a.selected:before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #FFBD17;
    border-radius: 50%;
}

.gallery_wrapper h1 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 100;
}

.left .left-menu,
.left-content .left-menu {
    padding-top: 10px;
    max-width: 320px;
}

.gallery_wrapper .gallery-type {
    padding-top: 22px;
    line-height: 23px;
}

.gallery_wrapper .gallery-info_wrapper {
    padding-top: 6px;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.gallery_wrapper .gallery-city {
    max-width: 26%;
    width: 26%;
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 100;
}

.gallery_wrapper .gallery-date {
    width: 26%;
    max-width: 26%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 100;
    padding-right: 10px;
}

.gallery_wrapper .gallery-cost {
    max-width: 18%;
    width: 18%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 100;
    padding-right: 10px;
}

.gallery_wrapper .gallery-city span,
.gallery_wrapper .gallery-date span,
.gallery_wrapper .gallery-cost span {
    font-size: 16px;
    line-height: 20px;
    color: #625F5F;
    font-weight: 100;
    background-image: none;
}

.gallery_wrapper .gallery-button {
    padding: 0;
}

.gallery_wrapper .gallery-button a {
    background-image: url(/bitrix/templates/samokat/css/../images/button1.png);
    font-size: 22px;
    line-height: 24px;
    font-weight: 100;
    display: inline-block;
    padding: 13px 20px;
}

/*.gallery_wrapper .gallery-text {
    word-break: break-all;
    font-size: 20px;
    line-height: 34px;
}*/
/*.gallery-work_section .text {
    font-size: 20px;
    line-height: 34px;
    padding-top: 0;
}*/
.gallery-work_section h2 {
    font-size: 30px;
    line-height: 36px;
}

.main-goods_list.inner .name {
    font-size: 20px;
    line-height: 24px;
    color: #231F20;
    font-weight: 300;
}

.main-goods_list.inner .main-goods_image {
    margin-bottom: 22px;
}

.main-goods_list.inner .detail-link {
    color: inherit;
}

.main-goods_list.inner .size {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #8D8B8C;
}

.main-goods_list.inner .offer-name {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #8D8B8C;
}

.main-goods_list.inner .gallery-work_buy {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 15px;
    cursor: pointer;
    background-size: contain;
}

.main-goods_list.inner .gallery-work_price {
    font-size: 20px;
    line-height: 26px;
    color: #000;
}

.main-goods_list.inner .gallery-work_price span {
    line-height: 5px;
    width: 0.4em;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.main-goods_list.inner .offer {
    margin-top: 7px;
}

.konkurs-block_text {
    padding: 0;
    margin-top: 23px;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 45px;
}

.konkurs-block_link {
    background-image: url(/bitrix/templates/samokat/css/../images/button1.png);
    padding: 8px 20px;
}

/*.samokatyou-block .samokatyou-text {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
}*/
.samokatyou-block .samokatyou-text.bottom {
    padding-top: 0;
}

.schools-libraries_button {
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    background: url(/bitrix/templates/samokat/css/../images/bg-link-yellow.svg) center no-repeat;
    background-size: cover;
    color: #231F20;
    padding: 10px 20px;
}

.samokatyou_wrapper .right .samokatyou_detail-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    margin-top: 11px;
}

.samokatyou-block .samokatyou-list {
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.samokatyou-block .samokatyou-list .samokatyou_item {
    text-align: left;
    margin-bottom: 15px;
    max-width: 30%;
}

.samokatyou-block .samokatyou-list .samokatyou_item span {
    line-height: 29px;
    padding: 5px 15px;
    text-transform: lowercase;
}

.samokatyou-block .samokatyou-list .samokatyou_item:hover span {
    background-color: #E8E8E8;
}

.arrow:after {
    content: '';
    display: inline-block;
    height: 9px;
    width: 9px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.btn-yellow-border {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding: 5px 0;
    min-width: 126px;
    position: relative;
}

.btn-yellow-border:after {
    content: '';
    background: url(/bitrix/templates/samokat/css/../images/bg-yellow-border.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.btn-yellow-border.midi:after {
    background: url(/bitrix/templates/samokat/css/../images/bg-yellow-border-midi.png) center no-repeat;
}

.btn-yellow-border.add:after {
    background: url(/bitrix/templates/samokat/css/../images/bgn-btn-add.png) center no-repeat;
}

.btn-yellow-border:hover {
    text-decoration: none;
}

.btn-yellow-border.add {
    padding: 5px 25px;
}

.samokatyou-block .samokatyou_button {
    background: url(/bitrix/templates/samokat/css/../images/bg-link-yellow.svg) center no-repeat;
}

.samokatyou-block .samokatyou_button:hover {
    text-decoration: none;
}

.we-callback {
    padding: 110px 0;
    background: url(/bitrix/templates/samokat/css/../images/bg-grey-big.png) center no-repeat;
    background-size: cover;
}

.we-callback .izdatelstvo-goods-stars {
    margin-top: -20px;
}

.we-callback h2 {
    margin-top: 20px;
}

.we-callback .we-callback-text {
    margin-top: 4px;
}

.we-callback .form {

    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.we-callback .form__item {
    width: 34%;
}

.we-callback .form .text {
    width: 100%;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #625F5F;
}

.we-callback .form__item.margin {
    margin-right: 21px;
}

.we-callback .form .submit {
    width: auto;
    margin-top: 0;
    background-image: url(/bitrix/templates/samokat/css/../images/button2.png);
    margin-left: 10px;
    padding: 10px 15px;
    width: 270px;
    text-align: center;
}

.we-callback .we-callback-contacts {
    padding-top: 55px;
    font-weight: 300;
    font-size: 20px;
    line-height: 14px;
}

.we-callback .we-callback-contacts p {
    padding: 0;
}

label.error {
    color: #da3737;
    margin-top: 5px;
}

.activity-block {
    margin-top: 26px;
    padding-bottom: 0;
}

.discounts-block_title {
    margin-bottom: 19px
}

.section-gray {
    background: #F1F1F1;
    padding-top: 76px;
    position: relative;
}

.section-gray:after {
    content: '';
    position: absolute;
    display: block;
    height: 5px;
    background: #F8F8F8 url(/bitrix/templates/samokat/css/../images/bg-gray-section.png) top center;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer_menu {
    width: auto;
}

.footer_menu:first-child {
    width: auto;
    max-width: 222px;
    margin-right: 37px;
}

.footer_menu:nth-child(2) {
    width: auto;
    max-width: 312px;
    margin-right: 48px;
}

.footer_menu:nth-child(3) {
    margin-right: 48px;
}

.footer_wrapper {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

ul.footer-menu {
    margin-top: 28px;
}

ul.footer-menu li {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 12px;
}

.copypolitics_wrapper {
    margin-top: -70px;
}

.we-organization {
    margin-top: 12px;
}

.we-organization h2 {
    margin-top: 30px;
    padding-bottom: 0;
}

.main-goods_type {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}

.foreign-author_list {
    margin-top: -80px;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: start;
    width: 50%;
}

.foreign-author_photo {
    width: 33%;
    margin-right: 25px;
}

.foreign-author_photo img {
    width: 180px;
    height: 180px;
}

.foreign-author_information {
    width: 67%;
    max-width: 505px;
    word-break: break-word;
}

.foreign-author_category {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    width: auto;
    max-width: 620px;
    margin-bottom: 10px;
}

.foreign-author_dolzhnost, .foreign-author_name {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 4px;
}

.foreign-author_mail, .foreign-author_phone, .foreign-author_skype {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
}

.foreign-author_book-image {
    margin-top: 92px;
}

.foreign-author_book-button {
    background-image: url(/bitrix/templates/samokat/css/../images/button2.png);
    padding: 15px 26px;
}

.foreign-author_book-text {
    margin-top: 16px;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
}

.foreign-detail-gallery {
    margin-top: 17px;
    margin-bottom: 44px;
}

.foreign_published_item {
    max-width: 230px;
}

.foreign_published_item img {
    display: inline-block;
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.116904), 0px 2px 4px rgba(0, 0, 0, 0.261606);
    margin-bottom: 17px;
}

.foreign-work_buy {
    cursor: pointer;
}

.foreign_published_item .foreign-work_options .foreign-work_buy {
    background-image: url(/bitrix/templates/samokat/css/../images/main-goods-cart.png);
}

.foreign_published_item .foreign-work_options .foreign-work_buy:hover {
    text-decoration: none;
}

.left-content {
    width: 31%;
}

.right-content {
    width: 69%;
    padding-left: 7px;
}

.title-single {
    margin-bottom: 27px;
}

.section-single {
    margin: 0 auto;
}

.section-single h1 {
    text-align: center;
}

.section-single__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 32px;
}

.section-single__text.button {
    margin-top: -9px;
}

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

.btn-lg-yellow {
    background: url(/bitrix/templates/samokat/css/../images/bg-link-yellow.svg) center no-repeat;
    padding: 15px 15px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    display: inline-block;
    text-decoration: none;
}

/*tab*/
.toggle .panels .panel {
    display: none;
}

.toggle .panels .panel:first-child {
    display: block;
}

.tabs {
    list-style: none;
    position: relative;
    float: none;
}

.tabs .tab {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    padding-left: 13px;
    padding-right: 13px;
    text-transform: lowercase;
    cursor: pointer;
}

.tabs .tab.active {
    background: url(/bitrix/templates/samokat/css/../images/bg-tab.png) center no-repeat;
    background-size: cover;
}

.clearfix:after {
    content: ' ';
    display: table;
    float: none;
    clear: both;
}

/*dropdown*/
.dropdown {
    display: inline-block;
    position: relative;
}

.dd-button {
    display: inline-block;
    padding: 10px 30px 10px 20px;
    background: url(/bitrix/templates/samokat/css/../images/bg-dropdown.png) center no-repeat;
    cursor: pointer;
    white-space: nowrap;
    background-size: cover;
    font-weight: 200;
    font-size: 38px;
    line-height: 46px;
}

.dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    width: 13px;
    height: 11px;
    margin-top: -4px;
    background: url(/bitrix/templates/samokat/css/../images/arrow-down.png) center no-repeat;
}

.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
    width: 100%;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dropdown.inline {
    margin-top: -9px;
    margin-left: 13px;
}

.page_not_found .image {
    padding-right: 10px;
}

.section-menu {
    padding-left: 30px;
    margin-bottom: 20px;
}

.section-menu__part {
    width: 48%;
}

.section-menu__item {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-transform: lowercase;
    margin-bottom: 15px;
}

.section-menu__item.title {
    padding: 2px 15px;
    max-width: 230px;
}

.section-menu__item span {
    background-color: #FFBD17;
    padding: 2px 15px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border-radius: 6px 2px 7px 4px;
}

.section-menu__item a {
    background: url(/bitrix/templates/samokat/css/../images/arrow-left.png) right 9px no-repeat;
    color: inherit;
    display: inline;
    padding-right: 20px;
}

.section-menu__item span:hover {
    background-color: #E8E8E8;
}

.filter-menu__item {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-transform: lowercase;
}

.filter-menu__item.title {
    color: #625F5F;
    margin-right: 23px;
}

.filter-menu__item a {
    color: inherit;
    padding: 5px 15px;
    border-radius: 19px;
}

.filter-menu__part.first {
    margin-bottom: 14px;
}

.filter-menu__item.first {
    margin-right: 10px;
}

.filter-menu__item.first a {
    padding-left: 0;
    padding-right: 0;
}

.filter-menu__item a.active {
    background: #FFBD17;
}

.event-detail__text {
    font-size: 20px;
    line-height: 34px;
}

.detail-text-image {
    margin-top: 20px;
    margin-bottom: 18px;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.event-award {
    /*margin-top: 45px;*/
}

.event-award-logo {
    width: 27%;
}

.event-award-place {
    width: 36%;
    padding-top: 25px;
}

.event-award-date {
    width: 30%;
    padding-top: 25px;
}

.event-award__item {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #625F5F;
}

.event-award__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #625F5F;
    margin-bottom: 6px;
}

.filter-close {
    width: 34px;
    height: 34px;
    background: url(/bitrix/templates/samokat/css/../images/i2.png) center no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 100;
}

.icon_nepropustite {
    left: 10px;
    width: 63%;
    top: -30px !important;
}

.icon_izdatelstvo {
    left: 10px;
    top: -38px;
    width: 62%;
}

.icon_gallery {
    left: 0px;
    width: 60%;
    top: -42px;
}

.icon_konkurs {
    left: 10px;
    width: 61% !important;
    top: -5px !important;
}

.icon_schools {
    left: 10px;
    width: 63%;
    top: -7px !important;
}

.icon_readers {
    top: -15px;
    width: 62% !important;
    height: 198px;
}

.icon_catalog {
    top: -37px;
    width: 62%;
    right: 5px;
}

.icon_wherebuy {
    top: -35px;
    width: 63%;
    right: -9px;
}

.icon_samokatyou {
    top: -21px;
    width: 70%;
    right: 9px;
}

.icon_meropriyatiya {
    top: -25px;
    width: 70%;
    right: -23px;
}

.icon_sotrudnichestvo {
    top: -12px;
    width: 65%;
    right: -10px;
}

.icon_foreign {
    top: -15px;
    width: 66%;
    right: 6px;
}

.head_logo-mobile .icon_mobile {
    left: 54px;
}

.icon_start {
    height: 190px;
    right: -74px;
}
.izdatelstvo-subscribe_text {
    /* text-align: justify; */
    width: 90%;
}
/*.bx-breadcrumb {
        padding-left: 10px;
}*/
.btn-buy-pre {
    background: url(/bitrix/templates/samokat/images/button1.png) center no-repeat;
    padding: 6px 22px !important;
}
/* End */


/* Start:/bitrix/templates/samokat/css/responsive.css?16821133017829*/
.mobile_only {
    display: none;
}
.subs-lib {
    max-width: 60%;
    margin: 0 auto;
}
.nomin img  {
    width: 25%;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .konkurs-block {
        min-height: 400px;
    }
}

@media (max-width: 1440px) {
    /*   .header_wrapper {
           padding-left: 30px;
       }
       .wherebuy_wrapper .left, .gallery_wrapper .left, .samokatyou_wrapper .left, .foreign_wrapper .left {
           padding-left: 45px;
       }
       .footer_wrapper {
          padding-left: 45px;
       }
       .copypolitics_wrapper {
          padding-left: 45px;
       }
       .icon_nepropustite {
           left: 30px;
       }
       .icon_izdatelstvo {
           left: 35px;
       }
       .icon_gallery {
           left: 27px;
       }
       .icon_konkurs {
           left: 36px;
       }
       .icon_schools {
           left: 42px;
       }
       .icon_readers {
           left: 38px;
       }
       .icon_foreign {
           right: 8px;
       }
       .main-goods {
           padding-left: 45px;
       }*/
}

.big-grid {
    width: 40% !important;
}

@media (max-width: 1100px) {
    .big-grid {
        max-width: 73%;
    }
}

@media (max-width: 1199px) {
    #start {
        display: none;
    }
}

@media (max-width: 1383px) {
    .main-goods_item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-goods_list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .grid-sizer {
        width: 20%;
    }

    .main-goods_item {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .right .grid-sizer {
        width: 33%;
    }

    .right .main-goods_item {
        width: 33%;
    }

    .left ul.left-menu li a.selected:before {
        display: none;
    }
}

@media (max-width: 1325px) {
    .icon_nepropustite,
    .icon_izdatelstvo,
    .icon_gallery,
    .icon_konkurs,
    .icon_schools,
    .icon_readers {
        left: 10px;
        width: 63%;
        top: -38px;
    }

    .icon_gallery {
        left: 19px;
        top: -7px;
    }

    .icon_konkurs {
        top: -6px;
    }

    .icon_schools {
        top: -9px;
    }

    .icon_readers {
        left: 46px;
        top: 13px;
    }

    .icon_catalog,
    .icon_wherebuy,
    .icon_samokatyou,
    .icon_meropriyatiya {
        top: -37px;
        right: 4px;
        width: 60%;
    }

    .icon_wherebuy {
        top: -36px;
        right: -8px;
    }

    .icon_samokatyou {
        top: -20px;
        right: 3px;
        width: 70%;
    }

    .icon_meropriyatiya {
        top: -25px;
        right: -27px;
        width: 70%;
    }

    .icon_sotrudnichestvo {
        top: -12px;
        right: -5px;
        width: 62%;
    }

    .icon_foreign {
        top: -17px;
        right: 11px;
        width: 65%;
    }
}

@media (max-width: 991px) {
    .nopd {
        padding: 0 !important;
    }

    .header_wrapper-mobile {
        /*  padding-left: 45px;*/
    }

    .izdatelstvo_wrapper .right,
    .contacts_wrapper .right,
    .gallery_wrapper .right,
    .wherebuy_wrapper .right,
    .foreign_wrapper .right {
        width: 100%;
        /*  padding-left: 45px;*/
    }

    ul.footer-menu-politics li {
        float: none;
    }
}

@media (max-width: 960px) {
    .izdatelstvo_wrapper .left,
    .contacts_wrapper .left,
    .gallery_wrapper .left,
    .wherebuy_wrapper .left,
    .wherebuy_wrapper .left,
    .samokatyou_wrapper .left {
        display: none;
    }

    .magaziny-shop_item {
        width: 46%;
        max-width: none;
    }

    .we-callback .we-callback-contacts {
        max-width: 100%;
    }

    .we-callback .form {
        margin-left: 0;
    }

    .main-goods_item {
        width: 31%;
    }

    .right .main-goods_item {
        width: 31%;
    }

    .main-goods_item.important {
        width: 31%;
    }
}

@media (max-width: 768px) {
    .grid-sizer {
        width: 31%;
    }

    .right .grid-sizer {
        width: 31%;
    }

    .izdatelstvo_wrapper .right .block-pdf .block-pdf-text {
        width: 50%;
    }

    .izdatelstvo-goods {
        display: none;
    }

    .dropdown.inline {
        margin-top: 15px;
        margin-left: 0;
        display: block;
        width: 100%;
    }

    .dd-button {
        font-size: 20px;
        line-height: 30px;
        display: block;
        width: 100%;
    }

    .dd-input:checked + .dd-menu {
        min-width: 100%;
    }

    .we-callback .form__item {
        width: 100%;
        margin-bottom: 15px;
    }

    .we-callback .form__item.margin {
        margin-right: 0;
    }

    .we-callback .form .submit {
        width: 100%;
    }

    .left-content {
        width: 100%;
        margin-bottom: 40px;
    }

    .right-content {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .right .grid-sizer {
        width: 50%;
    }

    .grid-sizer {
        width: 50%;
    }

    .main-goods_item {
        width: 50%;
    }

    .right .main-goods_item {
        width: 50%;
    }

    .main-goods_item.important {
        width: 50%;
    }

    .big-grid {
        width: 100% !important;
    }
}

@media (max-width: 580px) {
    .catalog-detail .detail-content_text {
        max-width: 95%;
    }

    .detail-content_author {
        width: 95%;
    }

    .izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-image {
        display: none;
    }

    .izdatelstvo_wrapper .right .list-awards-izdatelstvo-page .item-awards-izdatelstvo-page .item-text {
        padding-left: 0;
    }

    .izdatelstvo_wrapper .right .block-address {
        flex-wrap: wrap;
    }

    .izdatelstvo_wrapper .right .block-address .block-1-address {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .izdatelstvo_wrapper .right .block-address .button-show_contacts {
        width: 100%;
        text-align: center;
    }

    .magaziny-shop_item {
        width: 100%;
        max-width: none;
    }

    .samokatyou-block .samokatyou-list .samokatyou_item {
        max-width: 50%;
    }

    .page_not_found td {
        display: block;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .main-goods_item {
        /*width: 100%;*/
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    /*.product__slider {
        padding: 0 50px;
    }*/

    /*.main-goods_item.important {
        width: 100%;
    }*/
    /*.grid-sizer {
        width: 100%;
    }*/
    .main-goods_name,
    .main-goods-slider .name {
        font-size: 16px;
        line-height: 1.3;
    }

    .main-goods_image img {
        width: 100%
    }

    h1,
    .wherebuy_wrapper .right h1 {
        font-size: 30px;
    }

    .samokatyou-block .samokatyou-list .samokatyou_item {
        max-width: 100%;
    }

    .izdatelstvo_wrapper .right .block-pdf {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: flex-end;
        align-items: flex-end;
    }

    .izdatelstvo_wrapper .right .block-pdf .block-pdf-text {
        width: 100%;
        padding-bottom: 10px;
    }

    .detail-content__card_left .izdatelstvo-subscribe_block {
        display: none;
    }

    .mobile_only {
        display: block;
    }
    .desktop_only {
        display: none;
    }
    .subs-lib {
        max-width: 100%;
    }
    .info-sales {
        display:none;
    }
    .nomin img  {
        width: 100%;
        padding: 0 20%;
    }

    .bx-searchtitle .bx-input-group {
        width: 100%;
    }
    .search-new-button-link {
        margin-top: 10px;
    }
}
@media (min-width: 1440px) {
    .carousel-control.left {
        left:10% !important;
    }
    .carousel-control.right {
        right:10% !important;
    }
}
/* End */


/* Start:/bitrix/templates/samokat/components/arturgolubev/search.title/search-head/style.css?168213328713962*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* {
	margin: 10px 0 0;
}*/
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: inline-block;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/bitrix/templates/samokat/components/arturgolubev/search.title/search-head/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/samokat/components/arturgolubev/search.title/search-head/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/bitrix/templates/samokat/components/arturgolubev/search.title/search-head/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/bitrix/templates/samokat/components/arturgolubev/search.title/search-head/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/samokat/components/arturgolubev/search.title/search-head/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/samokat/components/arturgolubev/search.title/search-head/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/samokat/components/arturgolubev/search.title/search-head/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/samokat/components/arturgolubev/search.title/search-head/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/bitrix/templates/samokat/components/arturgolubev/search.title/search-head/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}
/* End */


/* Start:/bitrix/templates/samokat/components/bitrix/breadcrumb/bread/style.css?1682133291560*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	/*white-space: nowrap;*/
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
font-size: 14px;
    text-transform: lowercase;
    color: #000;
    font-weight: 100;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
/* End */


/* Start:/bitrix/templates/samokat/styles.css?170185250123177*/
.see-more-section {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 1.9px;
    color: #231f20;
    background-color: #FFBD17;
    border-radius: 4px 11px 8px 14px;
    padding: 2px 27px 2px 24px;
    cursor: pointer;
    margin: 3px 5px;
    margin-top: 20px;
    background: url(/bitrix/templates/samokat/images/catalog-orange-btn-6.svg) no-repeat !important;
}

.wrap-see-more {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}

.wrap-block-slider {
    padding-left: 35px;
    padding-right: 35px;
}

.wrap-block-slider--selected {
    background-color: #f1f1f1;
}

.more_desktop {
    float: right;
    margin-top: 20px;
}

.wrap-block-slider h2 {
    float: left;
}

#load-popup {
    position: fixed;
    z-index: 1150;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
}

.cart__items {
    font-size: 0.875rem;
    vertical-align: super;
    border-bottom: 2px dashed;
    color: #008593;
}

.cart__items:hover {
    color: #008593;
    border: none;
}

.cart .item__wrapper {
    padding: 1.5rem;
    border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 767px) {
    .cart .item__img {
        width: 15%;
    }
}

@media (min-width: 767px) and (max-width: 991.98px) {
    .cart .item__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-right: 1rem;
    }

    .sum_title {
        font-size: 15px;
    }
}

.cart .item__img img {
    /* width: 160px;
     height: 160px;*/
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .cart .item__img img {
        width: 100%;
        height: auto;
    }
}

.cart .item__info {
    width: 25%;
}

@media (max-width: 991.98px) {
    .cart .item__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}

.cart .item__title {
    margin-bottom: 0.5rem;
}

.cart .item__attributes {
    color: #C1C1C1;
    font-size: 0.875rem;
    margin-bottom: 1.125rem;
}

.cart .item__remove {
    color: #FF4646;
    font-size: 0.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.cart .item__prices {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
}

@media (max-width: 991.98px) {
    .cart .item__prices {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}

.cart .item__price--multiple {
    margin-top: 2.625rem;
}

.cart .amount {
    margin-bottom: 1.5rem;
}

.cart .amount__decrease {
    width: 0px;
    height: 0px;
    /*  border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 10px solid #C1C1C1;*/
    padding: 0;
    border-radius: 0;
}

.cart .amount__number {
    margin: 0 0.5rem;
    display: inline-block;
}

.cart .amount__increase {
    width: 0px;
    height: 0px;
    /*  border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 10px solid #C1C1C1;*/
    padding: 0;
    border-radius: 0;
}

.cart__summary {
    font-size: 17px;
    font-weight: 100;
    color: #000;
    margin-left: auto;
    float: right;
    margin-top: 1rem;
    line-height: 25px;
}

@media (max-width: 991.98px) {
    .cart__summary {
        position: static;
        margin-bottom: 1rem;
    }
}

.cart__summary--info {
    color: #C1C1C1;
    font-size: 0.875rem;
    display: block;

}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.detail-content_button.o-w-click-button {
    position: inherit;
}

.o-w-modal-body .o-w-public-btn-primary {
    background-color: #FFBD17;
    color: white;
    border-color: #FFBD17;
}

.o-w-modal-body .o-w-public-btn-primary:hover {
    background-color: #FFBD17;
    color: white;
    border-color: #FFBD17;
}

.o-w-modal-body .o-w-cr-costume input[type=checkbox]:checked + label:before {
    background-color: white;
    color: #FFBD17;
}

.o-w-modal-body .o-w-sup-required {
    color: #FFBD17;
}

.o-w-modal-body .o-w-modal-title,
.o-w-modal-body .o-w-title,
.o-w-modal-body .o-w-info,
.o-w-modal-body .o-w-label,
.o-w-modal-body .o-w-cr-costume input[type=checkbox] + label,
.o-w-modal-body .o-w-price .o-w-fx-mobile span,
.o-w-modal-body .o-w-price .o-w-fx-mobile div,
.o-w-modal-body .o-w-delivery_flex_block .o-w-d-item,
.o-w-modal-body .o-w-payment_flex_block .o-w-p-item,
.o-w-modal-body textarea,
.o-w-modal-body .o-w-sup-required,
.o-w-modal-body input {
    font-family: 'ibmplexmono', sans-serif;
    font-style: normal;
    font-weight: 100;
}

.o-w-modal-body .o-w-info {
    color: #333;
    font-size: 14px;
    padding: 14px 14px;
    margin-bottom: 7px;
    margin-left: 0;
    border: 1px #FFBD17 solid;
    line-height: 18px;
}

.o-w-form input[placeholder] {
    color: #757575;
}

.o-w-form input::-webkit-input-placeholder {
    color: #757575;
    font-weight: 100;
}

.o-w-form input::-moz-placeholder {
    color: #757575;
    font-weight: 100;
}

/* Firefox 19+ */
.o-w-form input::-moz-placeholder {
    color: #757575;
    font-weight: 100;
}

/* Firefox 18- */
.o-w-form input::-ms-input-placeholder {
    color: #757575;
    font-weight: 100;
}

.o-w-modal-body textarea[placeholder] {
    color: #757575;
}

.o-w-modal-body .o-w-pay_system:checked + .o-w-p-item, .o-w-modal-body .o-w-delivery_system:checked + .o-w-d-item {
    border: 1px #FFBD17 solid;
}

.detail-content_buttons-block .o-w-btn {
    font-family: 'ibmplexmono', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 1.9px;
    padding: 2px 22px 2px 13px;
    border: 0;
    position: relative;
}

#fast-order form.form-modal .fast-order-send {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    text-align: center;
}

.errorMess {
    color: #f62626;
}

.o-w-modal-inner .sale-paysystem-yandex-button a {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    text-align: center;
}

.o-w-modal-inner .sale-paysystem-yandex-button-container {
    text-align: center;
    margin-bottom: 30px;
    line-height: 50px;
}

.sale_order_full_table {
    margin-left: 20px;
    font-size: 18px;
    font-family: 'ibmplexmono', sans-serif;
    font-weight: 100;
}

.sale_order_full_table .ps_logo {
    font-weight: 100;
}

.sale-paysystem-yandex-button-descrition {
    display: inline-block;
    margin: 0 0 15px 0;
    font: 12px 'ibmplexmono', sans-serif;
    color: #80868e;
}

.sale-paysystem-wrapper {
    position: relative;
    padding: 24px 38px 24px 38px;
    margin: 0 -15px 0 0;
    border: 1px solid #3bc8f5;
    font: 14px 'ibmplexmono', sans-serif;
    color: #424956;
}

.o-w-modal-base * {
    font-family: 'ibmplexmono', sans-serif;;

}

@media (max-width: 766px) {
    .footer_payment img {
        margin-bottom: 20px;
        margin-right: 20px;
    }
}

.mob_sub_menu .main-menu_title {
    display: none;
}

.mob_sub_menu li {
    float: left;
    background-color: #FFBD17;
    padding: 2px 15px !important;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border-radius: 6px 2px 7px 4px;
    font-size: 18px !important;
    color: #231f20;
    margin-right: 15px;
}

@media (min-width: 960px) {
    .mob_sub_menu {
        display: none;
    }
}

.delivery_element {
    position: relative;
    border-radius: 0.5rem;
}

.delivery_element-info {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #a7a5a580;
    padding-bottom: 25px;
    border-bottom: 1px solid #a7a5a580;
}

.delivery_element_pict {
    margin-left: auto;
}

.delivery_element-title {
    color: #8D8B8C;
    margin-right: 15px;
    min-width: 80px;
}

.delivery_element_link {
    border-bottom: 1px dotted #444;
    padding-bottom: 2px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

div.toltip_panel {
    display: none;
}

.delivery_element span:hover div.toltip_panel {
    display: block;
    position: absolute;
    width: 100%;
    padding: 20px;
    background: #FFBD17;
    color: #444;
    left: 0px;
    margin-top: 0px;
    top: 20px;
    z-index: 1000;
}

/*#allAddCard {
cursor: pointer;
font-size: 22px;
font-weight: 300;
padding: 10px 15px;
color: #444;
font-size: 22px;
display: inline-block;
background: #FFBD17;
margin-top: 35px;
}
*/
#allAddCard.samokatyou_button, #readMore.samokatyou_button, #eventAllBooks.samokatyou_button {
    background: url(/bitrix/templates/samokat/../images/bg-link-yellow.svg) center no-repeat;
}

#allAddCard.samokatyou_button:hover {
    text-decoration: none;
}

#allAddCard.samokatyou_button, #eventAllBooks.samokatyou_button {
    display: inline-block;
    background-image: url(/bitrix/templates/samokat/images/button3.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 15px 15px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    line-height: 12px;
}

#readMore.samokatyou_button {
    display: inline-block;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 15px 15px;
    font-weight: 100;
    font-size: 15px;
    color: #231f20;
}

.readMore {
    padding-bottom: 30px;
}

#allAddCard.samokatyou_button:hover {
    text-decoration: underline;
}

#allAddCard.samokatyou_button, #readMore.samokatyou_button {
    background-size: 100% 100%;
}

@media (max-width: 766px) {
    .delivery_element {
        width: 100%;
        max-width: 100%;
        padding: 20px 20px 80px 20px;
    }
}

@media (max-width: 600px) {
    .wrap-price {
        flex-direction: column;
    }

    .posincard {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.img_new_h {
    background-size: contain !important;
    display: block !important;
    height: 123px;
}

#search-new {
    display: block;

}

.input-search-new {
    background: url('/bitrix/templates/samokat/components/bitrix/sale.order.ajax/sale-order/images/input.png') no-repeat center;
    background-size: contain;
    box-shadow: none !important;
    border: 0;
    width: 479px;
    padding: 0 20px;
    height: 51px !important;
    outline: none !important;
    display: inline-block;
    max-width: 40%;
    border: none !important;
    outline: none !important;
}

#search-new-button {
    display: inline-block;
    text-decoration: none !important;
    padding: 16px 14px;
    background: url('/bitrix/templates/samokat/images/goods/type-goods/hit-goods.png') no-repeat center;
    text-align: center;
    vertical-align: middle;
    border: none !important;
    outline: none !important;
    background-size: contain;
    width: 50px;
    height: 50px;
}

#search-new-button .icon_search {
    margin-left: 0px !important;
}

.yamira-person {
    position: relative !important;
    padding-bottom: 0px !important
}

@media (min-width: 992px) {
    .main-goods_item.yamira-person {
        width: 16.66666667% !important;
    }
}

.clearfix {
    clear: both;
}

.yamira-person .main-goods_name {
    min-height: 65px;
}

.yamira_search_img {
    display: block;
    width: 100%;
    height: 150px;
    background-size: contain !important;
    background-position: center center !important;
}

.yamira_search_name {
    min-height: 100px;
    font-size: 12px !important;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.ya_gallery-work_section {
    padding: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

#filter__form__ya {
    padding: 15px;
    background: #F7F7F7;
    margin: 20px 20px 0px 0px;
    font-family: 'ibmplexmono', sans-serif !important;
}

.dop_filter_ya {
    display: none;
}

.title_span__yafilter-price {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
}

.title_span__yafilter {
    display: block;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    color: #848484;
    cursor: pointer;
}

.filtef__block {
    position: relative;
    padding-bottom: 15px;
}

.filter_fields_box__ya {
    display: none;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 170px;
    overflow: hidden;
    padding: 15px 8px;
    background: #fff;
    border: 1px solid #ccc;
    top: -2px;

}

.filter_fields_box__ya .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
}

.filter_fields_box__ya label {
    padding-left: 0px !important;
    display: block;
}

.filter_fields_box__ya .ya__checkbox {
    border: 1px solid #000;
    border-radius: 2px;
    position: relative;
    background: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: 5px;
}

.span-label-ya {
    position: relative;
    top: -7px;
    color: #3D3D3D;
}

.f_text {
    padding-top: 15px;
}

.filter_fields_box__ya input[type=checkbox]:checked + span.ya__checkbox {
    border-color: #000;
    background: #FFBD17;
}

.filter_fields_box__ya input[type=checkbox]:checked + span.ya__checkbox:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #000;
    position: absolute;
    left: 3px;
    top: 3px;

}

#YamiraFilterButton {
    background: url(/bitrix/templates/samokat/img/Path_75.svg) no-repeat center;
    background-size: 100% auto !important;
    border: none !important;
    color: #000;
    display: inline-block;
    width: 146px;
    height: 50px;
}

.dop_filter_ya_open {
    padding: 3px !important;
    color: #3D3D3D !important;
    text-decoration: none !important;
    font-weight: 500;
    border-bottom: 1px dotted;
    display: inline-block;
    text-align: center;
}

.ya_button_filter {
    padding-top: 7px !important;
}

.yellow__block__yamira__container {

    padding: 15px 0px;
    float: left;
    width: 100%;
}

.main-goods_filter-sect-yamira {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.main-goods-catalog-button-yamira {
    cursor: pointer;
    font-weight: 300;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    font-size: 22px;
    color: #231f20;
    background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms_mob-katalog.png) no-repeat;
    background-size: contain !important;
    width: 207px;
    height: 55px;
}

#search-new-button-main {
    color: #231f20;
    border: none !important;
    outline: none !important;
    background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms-find.png) no-repeat;
    background-size: contain !important;
    display: inline-block;
    width: 129px;
    height: 55px;
    font-size: 16px;
    margin-left: 20px;
}

.search-new-button-link a {
    color: #000 !important;
    text-decoration: underline !important;
    display: inline-block;
    font-size: 15px;
    padding: 16px 0px !important
}

.input-search-new-main {
    border: none !important;
    outline: none !important;
    background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms-03.png) no-repeat;
    display: inline-block;
    width: 500px !important;
    height: 55px;
    box-shadow: none !important;
    padding-left: 52px;
    background-size: contain !important;
}

.search-new-main {
    position: relative;
}

.search-new-main:before {
    width: 24px;
    height: 24px;
    content: "";
    display: inline-block;
    background: url(/bitrix/templates/samokat/img/Group_13.svg) no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 100;
}

.panel-filter-section-left-yamira {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 6px;
}

.panel-filter-section-left-yamira a {
    position: relative;
    font-size: 18px;
    color: #231f20 !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    background-size: 90% auto;
    background-position: center;
}

.main-goods_filter-sect.second.yamira-second {
    margin: 0px !important;
    padding-top: 12px;
}

.main-goods_filter-sect.second.yamira-second a {
    color: #231f20 !important;
}

.yellow__block__yamira {
    font-family: 'ibmplexmono', sans-serif !important;
}

.smurf {
    /*background: #E4E4E4;*/
}

.text-mobil-close-menu {
    left: 50px;
    position: relative;
}

.search-header-link img {
    width: 28px;
}

.bar-cont {
    height: 52px;
    margin: 10px 0;
}

.header_search_panel {
    /* background: #E4E4E4;*/
    padding: 10px;

}

.header_search_panel form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: center;
}

.search-new-button-header {
    color: #231f20;
    border: none !important;
    outline: none !important;
    background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms-find.png) no-repeat;
    display: inline-block;
    width: 129px;
    height: 55px;
    font-size: 16px;
    margin-left: 20px;
    background-size: contain !important;
}

.input-search-new-header {
    border: none !important;
    outline: none !important;
    background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms-03.png) no-repeat;
    background-size: contain !important;
    display: inline-block;
    width: 546px !important;
    height: 55px;
    box-shadow: none !important;
    padding-left: 15px;
}

.mobil_auth_link {
    background: url(/bitrix/templates/samokat/img/Path_45.svg) no-repeat;
    background-size: contain;
    min-height: 40px;
    padding-top: 8px;
    padding-left: 10px;
    position: relative;
}

.mobil_auth_link_personal {
    display: inline-block;
    padding-right: 15px;
}

.mobil_auth_link a {
    color: #3D3D3D !important;
    font-size: 16px;
    text-decoration: underline !important;
}

.header-cart {
    position: relative;
    color: #fff !important;
    text-decoration: none !important;
}

.header-cart-label {
    position: absolute;
    z-index: 100;
    display: inline-block;
    width: 17px;
    height: 17px;
    font-size: 10.7719px;
    line-height: 15px;
    background: #d2cece;
    border-radius: 50%;
    top: -4px;
    right: -10px;
    color: #3d3d3d !important;
    text-align: center;
    z-index: 1;
}

.ya-mobil-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
}

.header-mobile .header-cart {
    position: relative;
    z-index: 10001;
}

.header-mobile {
    background: #F7F7F7;
}


.icons_left .icons_social {
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .delivery_element {
        padding: 0px;
    }

    .search-new-main:before {
        display: none;
    }

    .search-new-main {
        text-align: center;
    }

    .input-search-new-main {
        background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms-03.png) no-repeat;
        height: 40px;
        background-size: contain !important;
        width: 100% !important;
        padding-left: 10px;
    }

    .carousel-control {
        display: none;
    }

    .sum_title {
        font-size: 15px;
    }

    #search-new-button-main {
        margin: 0px auto !important;
    }

    .mobil-catalog-button {
        text-align: center !important;
    }

    .main-goods-catalog-button-yamira {
        margin: 15px auto !important;
    }
}

.ya-page-filter-mobil .left {

}

#filter__form__ya {
    display: block;
}

.filter_form_opener {
    display: none;
}

@media (max-width: 768px) {
    .ya-page-filter-mobil {
        display: block !important;
        position: relative;
    }

    .search-new-button-header {
        margin-left: -30px;
    }

    .ya-page-filter-mobil .left {
        width: 100% !important;
        display: block !important;
        min-height: 68px;
    }

    #filter__form__ya {
        display: none;
        position: relative;
        top: 10px;
        right: 0px;
        width: 100%;
        z-index: 100;
        padding-top: 80px;
    }

    .filter_form_opener {
        display: block;
        position: relative;
        background: #FFBD17;
        padding: 20px;
        border-radius: 12px 12px 12px 12px;
        color: #3D3D3D !important;
        text-align: center;
        box-shadow: 0px 3px 24px #00000029;
    }

    .filter_form_opener img {
        display: inline-block;
    }

    .filter_form_opener span {
        margin-left: 15px;
    }

    .mobil-price-filter {
        margin-bottom: 15px;
        clear: both;
    }

    .input-search-new-header {
        width: 100% !important;
        padding-left: 10px;
        height: 30px;
    }

    .search-new-button-header, #search-new-button-main {
        width: 26%;
        background-size: cover !important;
        height: 30px;
    }

    .yellow__block__yamira__container .no-padding {
        padding: 0 15px !important;
    }

    #search-new-button-main {
        height: 40px;
        position: absolute;
        right: -2px;
    }

    .more_desktop {
        display: none;
    }
}

@media (min-width: 769px) {
    .more_mobile {
        display: none;
    }
}

.ya_mobil_separet_element {
    background: url(/bitrix/templates/samokat/img/Path_40_1.svg) no-repeat;
    background-size: contain;
    width: 207px;
    min-height: 50px;
    padding-top: 8px;
    padding-left: 10px;
    margin-left: -22px;
}

.ya_mobil_separet_element a {
    color: #808080 !important;
    text-decoration: none !important;
    font-size: 16px;
}

.ya_mobil_logout {
    display: inline-block;
    background: url(/bitrix/templates/samokat/img/Path_60.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    width: 61px;
    height: 48px;
    text-align: center;
    padding-top: 10px;
    top: -5px;
}

@media (max-width: 448px) {
    .cart .cart__item .item__info {
        margin-left: 50px;
    }

    .cart .item__img img {
        width: 50%;
        height: auto;
        left: 50px;
        top: 31px;
        position: relative;
    }
}
/* End */


/* Start:/bitrix/templates/samokat/template_styles.css?168804156423396*/
body {

    background: #fff;

}

h1 {
    font-weight: 100;
    font-size: 38px;
    line-height: 46px;
    color: #231F20;
}

.left-fixed-menu.ismainfilter.showed {
    z-index: 4000;
}

.iconsmobileright {
    position: absolute;
    right: 10px;
}

.bottmenumobs {
    background-image: url(/local/media/img/moyellow.png);
    background-size: cover;
    height: 100px;
    border: none;
    width: 100%;
    display: block;
}

ul.top-mobile-menu li.selected {
    background-image: url(/local/media/img/menum.png);
    background-size: cover;
}

ul.top-mobile-menu li .llsicon {
    background-image: url(/local/media/img/mobicon2.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    z-index: 0;
    margin-top: 4px;
    background-repeat: no-repeat;
}

.skidkafiltleft.col-lg-12.bx-filter-parameters-box {
    padding: 0px !important;
}

.right-content ol {
    margin-left: 28px;
}

.right-content ul {
    margin-left: 19px;
}

ul.top-mobile-menu li a {
    position: relative;
    padding: 6px 0;
    border-bottom: 1px solid #f1f1f1;
    display: block;
}


.mobilebutts {
    display: none;
}

.catalog-cursections-list_list {
    display: inline-block;
    margin-right: 10px;
}

.pricelefprices.col-lg-12.bx-filter-parameters-box.bx-active {
    border-bottom: none !important;
    padding: 9px 0 0;
}


.basket-coupon-block-total-price-current span.pricerub i {

    top: 31px;
}

.discounts-block_title.centered {
    text-align: center;
}

.selleftbout {
    position: relative;
    height: 1px;
}

.selleftb {
    background-image: url(/local/media/img/menuleftselected2.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 443px;
    height: 80px;
    position: absolute;
    left: -176px;
    top: -11px;
    z-index: -1;
    display: none;
}

section.discounts-block.meroblock .izdatelstvo-goods-stars.margin {
    display: none;
}

section.discounts-block.meroblock .samokatyou-block {
    max-width: 100%;
}

.wherebuy_wrapper .main-menu_title {
    transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    height: 34px;
}

.izdatelstvo_wrapper .main-menu_title,
.samokatyou_wrapper .main-menu_title {
    transform: rotate(-9deg) !important;
    -webkit-transform: rotate(-9deg) !important;
    -ms-transform: rotate(-9deg) !important;
    height: 75px;
}


.wherebuy_wrapper .flex.flex-wrap label#city-choice {
    position: relative;
    top: 18px;
}

.wherebuy_wrapper .flex.flex-wrap label#city-choice .dd-button:after {

    top: 44%;
}

span.sotsfoot {
    display: inline-block;
    width: 27px;
    height: 18px;
    /*background-color: #333;*/
    position: relative;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

span.sotsfoot.fb {
    background-image: url("/local/media/img/fb.png");
}

span.sotsfoot.inst {
    background-image: url("/local/media/img/inst.png");
}

span.sotsfoot.vk {
    background-image: url("/local/media/img/vk.png");
}

span.sotsfoot.tg {
    background-image: url("/local/media/img/tg.png");
}
span.sotshead.fb {
    background-image: url("/local/media/img/fb.png");
}

span.sotshead.inst {
    background-image: url("/local/media/img/inst.png");
}

span.sotshead.vk {
    background-image: url("/local/media/img/vk.png");
}

span.sotshead.tg {
    background-image: url("/local/media/img/tg.png");
}
span.sotshead {
    display: inline-block;
    width: 27px;
    height: 28px;
    /*background-color: #333;*/
    position: relative;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
ul.footer-menu-politics {
    margin-top: 0;
    line-height: 1.5;
    list-style-type: none;
    vertical-align: top;
    margin-bottom: 0;
    position: relative;
    float: right;
}

ul.head-menu-top {
    list-style-type: none;
    float: right;
    margin: 3px 5px;
    padding: 0px 10px;
}
.head-menu-top li {
    float: left;
    padding-left: 10px;
}
.head-menu-top a {
    font-size: 14px;
    line-height: 18px;
    color: #231F20;
}
ul.head-menu-main {
    list-style-type: none;
    float: right;
    margin: 7px 10px;
    padding: 0px 10px;
    position: absolute;
    right: 0;
}
.head-menu-main li {
    float: left;
    padding-left: 10px;
}
.head-menu-main a {
    font-size: 16px;
    line-height: 22px;
    color: #231F20;
    text-transform: uppercase;
}
.blocktocart {
    margin-top: 30px;
}

.blocktocart .gallery-work_section {
    padding: 10px 0;
    background-color: #f1f1f1;
}

.catalog-detail {
    /* padding: 60px 0 0; */
}

.blocktocart .gallery-work_section .main-goods_list.grid.inner {
    max-height: 500px;
}

.main-goods-price span.pricerub {
    display: none;
}

span.pricerub i {
    line-height: 10px;
    width: 0.4em;
    border-bottom: 1px solid #000;
    display: inline-block;
    position: absolute;
    top: 14px;
    font-weight: 100;
}

span.pricerub {
    position: relative;
}

.simpletext {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 200;
    letter-spacing: normal;
    width: 80%;
    margin: 20px auto;
}

.simpletext ul {
    margin: 20px 0 20px 26px;
}

.simpletext li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.simpletext li:before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #FFBD17;
    border-radius: 50%;
}

.detail-content_text ul {
    margin: 20px 0 20px 26px;
}

.detail-content_text li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.detail-content_text li:before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #FFBD17;
    border-radius: 50%;
}
.article-text ul {
    margin: 20px 0 20px 26px;
}

.article-text li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.article-text li:before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #FFBD17;
    border-radius: 50%;
}

.readers-block_text ul {
    margin: 20px 0 20px 26px;
}

.readers-block_text li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.readers-block_text li:before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #FFBD17;
    border-radius: 50%;
}

.simpletext .titlesimp span {
    background-image: url('/bitrix/templates/samokat/isyellow.png');
    display: inline-block;
    margin-right: 10px;
    background-size: contain;
    width: 67px;
    text-align: center;
    height: 58px;
    background-repeat: no-repeat;
    line-height: 58px;
    text-indent: 10px;
    font-weight: bold;
}

.simpletext .titlesimp {


    font-size: 26px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #231f20;
}

.magaziny-shop_item {

    padding: 0 10px;
}

.clear.clearfix {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
}

.pagenavs {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;

}

.main-goods_list.grid.inner {
    /*margin-bottom: 20px;*/
}


.buttonyel {
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px 10px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
}

.header + .header, .header-fixedno {

    display: none;
}

.header-fixed {
    display: block !important;
}


.nogoodbye {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.9px;
    color: #231f20;
    background-color: #FFBD17;
    border-radius: 4px 11px 8px 14px;
    padding: 5px 27px 5px 8px;
    margin: 3px 5px;
}

.filticon {
    cursor: pointer;
}

.filticon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/bitrix/templates/samokat/filter.jpg");
    vertical-align: top;
    margin-right: 10px;
    position: relative;
    top: 11px;
}

.catalog-goods_filter-title.active .filticon {

    background-position: bottom;
}

.catalog-goods_filter-title {
    /* height: 48.5px;*/
    mix-blend-mode: multiply;
    display: inline-block;
}

.catalog-goods_filter-title.active {

    background-color: #ffcc00;
}

.catalog-goods_filter-title .filtlist {
    display: none;
}

.catalog-goods_filter-title.active .filtlist {
    display: inline-block;
}

.blockfilttopage {
    display: inline-block;
    min-width: 110px;
    width: auto;
}

.filt-names-block {
    max-height: 140px;
}

.blockfilttopage {
    display: inline-block;

}

.catalog-goods_filter-title {
    position: relative;
}

.blockfilttopagein {
    display: none;
    position: absolute2;
    z-index: 11000;
    height: 200px;
    width: 200px;
    left: 0;
    background-color: #ffcc00;
    padding: 10px;
    line-height: 17px;
    font-size: 12px;
}

.mychecker input[type="checkbox"] {
    position: static;
    margin-left: 0;
}

.filt-names {
    cursor: pointer;
    background-color: #ffcc00;
    border-radius: 4px 11px 8px 14px;
    padding: 0 10px;
}

.filt-names span {
    background-color: #FBD709;
    padding: 5px;
    border-radius: 5px;
    height: 24px;
    display: inline-block;
    line-height: 13px;
}

.filt-names .och-i {
    position: absolute;
    top: 24%;
    display: block;
    height: 24px;
    width: 24px;
    right: 12px;
}

.filt-names .ch-i {
    content: '';
    position: relative;
    bottom: -3px;
    left: 3px;
    display: block;
    height: 6px;
    width: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
}

.filtlist {

    line-height: 47px;
    color: #231f20;
    margin-left: 12px;
    font-size: 16px;
}

.filttitle {
    vertical-align: top;
    line-height: 47px;
    font-size: 16px;
    color: #231f20;
    display: inline-block;
    cursor: pointer;
}

.filt-names-block-show {
    display: block;
    cursor: pointer;
    text-align: center;
    background-color: #FBD709;
    border-radius: 3px;
    margin-top: 10px;
    height: 39px;
    line-height: 39px;
}

span.ispricefil {
    display: inline-block;
    position: relative;
    top: 30px;
    left: 0px;
    font-size: 22px;
    font-weight: 300;
}

.col-xs-12.tomaxscroll {
    max-height: 100px;

    overflow-y: scroll;
}

.ismainfilter span.bx-filter-parameters-box-hint,
.ismainfilter .bx-filter .bx-filter-parameters-box-title span {
    padding-bottom: 0px !important;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 37px;
    text-transform: lowercase;
    color: #231F20;

}

div#smart-filter-block {
    padding-top: 15px;
}

.ismainfilter div#smart-filter-block {

    padding-left: 37px;
}

.filter-close {

    right: -6px;
    top: 11px;

}

.bx-filter .bx-filter-parameters-box {
    padding-left: 0px !important;
    padding: 9px 0;
    border-bottom: 1px solid #231f20;
    border-color: rgba(0, 0, 0, 0.1);
}

.bx-filter .bx-filter-parameters-box-title {
    font-size: 16px;
    padding-bottom: 0px !important;
}

.ismainfilter .bx-filter-parameters-box-hint i.fa,
.ismainfilter .bx-filter-parameters-box-title i.fa {
    float: right;
    margin-right: 17px;
}

.ismainfilter .bx-filter-block {
    padding: 7px 0;
}

.col-xs-10.col-xs-offset-1.bx-ui-slider-track-container {
    display: none !important;
}

.bx-filter .bx-filter-input-container input {
    width: 100%;
    height: 37px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.isinpt .isinptin {
    width: 120px;
    margin-right: 10px;
    padding: 0 0 0 15px;
}

.bx-filter-parameters-box-container {
    padding-bottom: 0;
}

div#smart-filter-block {
    max-width: 100%;
    width: 341px;

}

.ismainfilter #set_filter {
    width: 274.2px;
    height: 59.4px;
    /*mix-blend-mode: multiply;*/
    background-color: transparent;
    background-image: url(/bitrix/templates/samokat/images/bgbutton-orange.png);
    font-family: IBMPlexMono;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    color: #fff;
    border: none;
    margin-top: 10px;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
    font-family: IBMPlexMono;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #231f20;
}

.bx-filter .bx-filter-popup-result.left {
    right: 0px !important;
    display: none !important;

}

.isbtnfilt {

}

span.tocounts {
    position: absolute;
    right: 33px;
    bottom: -2px;
    font-family: IBMPlexMono;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #272727;
}

span.isbtnfilt {
    position: relative;
}

input#searchiscode {
    padding-left: 9px;
    margin: 5px 0 5px 15px;
    width: 272px;
    height: 37px;
    background-color: #ffffff;
    font-family: IBMPlexMono;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #625f5f;
}

label.bx-filter-param-label.disabled .bx-filter-param-text {
    color: #737373 !important;
}


@media only screen and (max-width: 991px) {
    .left-fixed-menu {
        display: block !important;
    }

    .left-fixed-menu.ismainfilter.showed {
        width: 100%;
    }

    .bx-filter-block {
        height: auto !important;
    }

    .ismainfilter div#smart-filter-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header_wrapper-mobile.header-mobile-fixed .right {
        position: relative;
        z-index: 3995;
        top: -5px;
    }
}

@media only screen and (max-width: 600px) {

    .head_menu-eng {

        z-index: 3995;
    }

    .header_wrapper-mobile.header-mobile-fixed .right {
        position: relative;
        z-index: 3995;
        top: -5px;
    }

    ul.top-mobile-menu li {

        padding-left: 7px;
    }

    .header_menu-mobile.active {

        z-index: 10000;
    }

    .header_menu-mobile.active .head_menu-close {
        position: absolute;
        top: -46px;
        left: 19px;
    }


    .mobilebutts {
        display: block;
    }

    #set_filter,
    #filter-close {
        display: none;
    }

}

.toidfilter {
    width: 153.2px;
    height: 39.4px;
    mix-blend-mode: multiply;
    background-color: transparent;
    background-image: url(/local/media/bgbutton.png);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.09;
    letter-spacing: normal;
    color: #231f20;
    border: none;
    margin-top: 0;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    text-align: center;
}

.mobilebuttsleft .filter-close {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    left: 0 !important;
    top: -1px !important;
    cursor: pointer;
    z-index: 100;
}

.mobilebuttsright {
    display: inline-block;

    float: right;
    width: 54%;
}

.mobilebuttsleft {
    display: inline-block;
    width: 31%;
    position: relative;
    height: 30px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
}

#smart-filter-block {
    overflow-y: auto;
    overflow-x: hidden;
}

#smart-filter-block::-webkit-scrollbar {
    width: 0px;
}

.statbar {
    padding: 10px 0;
}

.attantion {
    padding: 10px 15px;
    margin-bottom: 50px;
    background: #ffcc00;
    font-weight: bold;
    text-align: center;
}

.bar-cont {
    float: left;
}

.bar-cart {
    float: right;
    margin: 0;
    padding: 0;
}

.bar-search {
    float: right;
    margin: 0px 10px;
    padding: 0px 10px;
}
.select-city-wrap {
    float: left;
}

.topphones {
    float: right;
    margin: 3px 10px;
    padding: 0px 10px;
}
.topphones a {
    font-weight: 700;
    color: #231F20;
    font-size: 14px;
    line-height: 18px;
}
.bar-lang {
    float: right;
    margin: 3px 10px;
    padding: 0px 10px;
}
.lang-link {
    font-size: 13px;
    line-height: 18px;
    color: #231F20;
    text-decoration: none;
    padding: 0 5px;
}
.lang-link_active {
background:url('/bitrix/templates/samokat/img/lang.svg') no-repeat;
}
.bar-enter {
    color: #231f20;
    text-decoration: underline;
}

.bar-enter:hover {
    text-decoration: underline !important;
}

.bar-enter {
    position: relative;
    top: 5px;
    color: #3D3D3D;
    font-size: 14px;
}

.click_search {
    cursor: pointer;
    padding: 5px;
}

input[type=checkbox] {
    display: none;
}

label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}

input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    border: 1px #333 solid;
    width: 16px;
    height: 16px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.checkbox label:before {

    border-radius: 6px;
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    background-color: #fff;
    color: #333;
    text-align: center;
    line-height: 15px;
}

.samokatyou_wrapper img {
    width: 100% !important;
    height: auto !important;
}

.person .round {
    width: 170px;
    height: 170px;
    border-radius: 85px;
    object-fit: cover;
}

.auth_photo img {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    object-fit: cover;
}

.detail-content__card {
    padding: 0;
    width: 100%;
    word-break: break-word;
}

.detail-content_text img {
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}

.aut1 {
    margin-left: 30%;
    margin-top: 0;
}

.aut3 {
    margin-left: 50%;
    margin-bottom: 50px;
}

@media (min-width: 1384px) {
    .person {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1240px) {
    .container {
        width: 970px;
    }
}

@media (max-width: 825px) {
    /*.left-fixed-menu {
        display: none !important;
    }*/
    .main-goods-price {
        font-size: 16px;
    }
}

.posincard {
    position: relative;
    bottom: 0;
}

@media (max-width: 991px) {
    .header_menu-mobile.active .head_menu-close {
        position: absolute;
        top: -46px;
        left: 19px;
    }

    .bar-enter {
        display: none;
    }

    ul.footer-menu-politics {
        float: none;
    }

    .copypolitics_wrapper {
        display: none;
    }

    .backToCat {
        display: none;
    }

    .posincard {
        position: relative;
    }

    .detail-content_buttons {
        display: block;
    }

    /*.blocktocart {
    display:none;
    }*/
    .product-item-detail-price-current {
        font-size: 24px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .sotrudnichetsvo_wrapper .left {
        display: none;
    }

    .sotrudnichetsvo_wrapper h1 {
        font-size: 30px;
    }

    .sotrudnichetsvo_wrapper .right {
        width: 100%;
    }

    .section-menu__part {
        width: 100%;
    }

    .simpletext {
        padding: 5%;
        width: 100%;
        word-break: break-word;
    }

    .item-header div span {
        padding: 0 12px 12px;
    }

    .item-header div.new-image span {
        padding: 0 8px 12px;
    }

    .main-goods_item a .anons-image span {
        height: 50px;
        font-size: 16px;
    }

    .contacts_wrapper .right .sotrudniki_wrapper .sotrudniki_item {
        width: 100%;
    }

    .gallery-city, .gallery-date, .gallery-cost {
        max-width: 100% !important;
        width: 100% !important;
    }

    .foreign-author_list {
        width: 100%;
        margin: 0;
        display: block;
    }

    .foreign-author_photo {
        width: 100%;
    }

    .foreign-author_information {
        width: 100%;
        margin: 10px 0;
    }

    /*.bx-pagination-container li:nth-child(2) {*/
    /*display:none !important;*/
    /*	}*/
    /*.bx-pagination-container li:nth-child(3) {*/
    /*display:none !important;*/
    /*	}*/
    /*.bx-pagination-container li:nth-child(4) {*/
    /*display:none !important;*/
    /*	}*/
    /*.bx-pagination-container li:nth-child(5) {*/
    /*display:none !important;*/
    /*	}*/
    /*.bx-pagination-container li:nth-child(6) {*/
    /*display:none !important;*/
    /*	}*/
    .bx-pagination-container li.bx-active {
        display: inline-block !important;
    }

    .attantion {
        margin-bottom: 0px;
    }

    .main-goods_filter-sect .catalog_btn_1 {
        display: none;
    }

    .main-goods_filter-sect .catalog_btn_2 {
        display: none;
    }

    .main-goods_filter-sect .catalog_btn_3 {
        display: none;
    }

    .main-goods_filter-sect .catalog_btn_4 {
        display: none;
    }
}

.mobile-menu-nav__control a {
    color: #333;
}

.save_catalog {
    cursor: pointer;
    text-align: center;
    z-index: 20;

    border: none;
    color: #000000;
    font-size: 18px;
    position: relative;
    /*text-transform: uppercase;*/
    border-radius: 2px;
    line-height: 30px;
    /*height: 40px;*/
    padding: 10px 20px;
    vertical-align: middle;
    outline: none;
    -webkit-transition: width 5s linear;
    -moz-transition: width 5s linear;
    -ms-transition: width 5s linear;
    -o-transition: width 5s linear;
    transition: width 5s linear;
    font-weight: 100;
}

.save_catalog:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-image: url(/bitrix/templates/samokat/images/button1.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.save_doc {
    color: #231f20;
    font-weight: 600;
}

.status-event {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.9px;
    color: #231f20;
    background-color: #FFBD17;
    border-radius: 4px 11px 8px 14px;
    padding: 5px 27px 5px 8px;
    margin: 3px 5px;
}

.clear-cart {
    float: right;
    background: none;
    border: 0;
    margin-top: 35px;
    text-decoration: underline;
}

.clear-cart:hover {
    text-decoration: none;
}
.nomin {
    margin-bottom: 20px;
    float:left;
    width: 100%;
}
.list_answer {
    padding:10px;
}

.izdatelstvo-subscribe_title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
}

.frb-title {
    text-align: center;
    color: #231F20;
    font-size: 32px;
    font-family: 'ibmplexmono', sans-serif;
    font-weight: 400 !important;
}
/* End */
/* /bitrix/templates/samokat/css/flickity.min.css?16821133001797 */
/* /bitrix/templates/samokat/css/normalize.css?16821133018231 */
/* /bitrix/templates/samokat/css/swiper.min.css?168211330213667 */
/* /bitrix/templates/samokat/css/magnific-popup.css?16821133016949 */
/* /bitrix/templates/samokat/css/main.css?1734681354112033 */
/* /bitrix/templates/samokat/css/custom.css?169875206432243 */
/* /bitrix/templates/samokat/css/responsive.css?16821133017829 */
/* /bitrix/templates/samokat/components/arturgolubev/search.title/search-head/style.css?168213328713962 */
/* /bitrix/templates/samokat/components/bitrix/breadcrumb/bread/style.css?1682133291560 */
/* /bitrix/templates/samokat/styles.css?170185250123177 */
/* /bitrix/templates/samokat/template_styles.css?168804156423396 */
