@charset "utf-8";
@import url(/g/libs/jqueryui/datepicker-and-slider/css/jquery-ui.css);
@import url(/g/libs/lightgallery/v1.6.8/lightgallery.min.css);
@import url(/g/libs/tiny-slider/2.9.2/css/animate.min.css);
@import url(/g/libs/tiny-slider/2.9.2/css/tiny-slider.min.css);
@import url(/g/libs/remodal/css/remodal.css);
@import url(/g/libs/remodal/css/remodal-default-theme.css);
@import url(/g/libs/waslide/css/waslide.css);
/*таймер в шапке*/
/*таймер в шапке*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse; }
/*border-spacing:0*/
/*td,th{padding:0}*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.reset-indents {
  padding: 0;
  margin: 0; }

.reset-font {
  line-height: 0;
  font-size: 0; }

.clear-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0; }
  .clearfix:after {
    clear: both; }

.clear {
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0; }

.clear-self::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ''; }

.overflowHidden {
  overflow: hidden; }

.thumb, .YMaps, .ymaps-map {
  color: #000; }

.table {
  display: table; }
  .table .tr {
    display: table-row; }
    .table .tr .td {
      display: table-cell; }

.table0, .table1, .table2 {
  border-collapse: collapse; }
  .table0 td, .table1 td, .table2 td {
    padding: 0.5em; }

.table1, .table2 {
  border: 1px solid #afafaf; }
  .table1 td, .table2 td, .table1 th, .table2 th {
    border: 1px solid #afafaf; }

.table2 th {
  padding: 0.5em;
  color: #fff;
  background: #f00; }

.site-header ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.logo {
  text-decoration: none; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html, body {
  height: 100%; }

html {
  font-size: 17px; }

body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: #898989;
  background: #f3f3f3;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-variant-ligatures: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

h1, h2, h3, h4, h5, h6, .shop2-delivery h2 {
  color: #484848;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25; }

input[type=text], input[type=email], input[type=password], textarea {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none; }

h1 {
  margin-top: 0;
  font-size: 40px; }

h2, .shop2-delivery h2 {
  font-size: 30px; }

h3 {
  font-size: 23px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 13px; }

h5, h6 {
  font-weight: bold; }

@media (max-width: 768px) {
  h1 {
    margin-top: 0;
    font-size: 30px; }
    h2, .shop2-delivery h2 {
      font-size: 20px; }
    h3 {
      font-size: 26px; }
    h4 {
      font-size: 30px; }
    h5 {
      font-size: 36px; }
    h6 {
      font-size: 45px; }
    h5, h6 {
      font-weight: bold; } }

.site-path-wrap {
  margin-bottom: 25px;
  white-space: pre-wrap;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25; }
  .site-path-wrap a {
    text-decoration: none;
    border-bottom: 1px solid #424c9a; }
    .site-path-wrap a:hover {
      border-bottom-color: transparent; }

a {
  text-decoration: underline;
  color: #424c9a; }

a:hover {
  text-decoration: none; }

a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  cursor: default; }

a img {
  border-color: #898989; }

img, textarea, object, object embed, .table-wrapper {
  max-width: 100%; }

.table-wrapper {
  overflow: auto; }

img {
  height: auto; }

table img {
  max-width: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.site-header a img, .site-sidebar a img, .site-footer a img {
  border: none; }

.site-header p, .site-footer p {
  margin: 0; }

.site-sidebar p:first-child {
  margin-top: 0; }
  .site-sidebar p:last-child {
    border-bottom: 0; }

.site-wrapper {
  min-height: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .ie .site-wrapper {
    height: 100%; }

.site-header {
  min-height: 165px;
  background: #fff;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }

.header-top-wrapper {
  padding: 0 20px;
  background: #e5e5e5; }
  @media (max-width: 1000px) {
  .header-top-wrapper {
    padding: 0 20px 0 20px; } }
  @media (max-width: 479px) {
  .header-top-wrapper {
    padding: 0 20px 0 20px; } }
  .header-top-wrapper .header-top-inner {
    position: relative;
    max-width: 1460px;
    margin: 0 auto;
    min-height: 60px;
    padding: 10px 0 10px 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box; }
  @media (max-width: 1000px) {
    .header-top-wrapper .header-top-inner {
      padding: 0 0 0 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; } }

.menuButton {
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -17px;
  width: 33px;
  height: 33px;
  cursor: pointer;
  text-decoration: none; }
  .menuButton:before, .menuButton:after, .menuButton .line {
    border-radius: 5px;
    position: absolute;
    left: 4px;
    right: 4px;
    height: 3px;
    background: #424c9a; }
  .menuButton:after {
    content: "";
    bottom: 8px; }
  .menuButton:before {
    content: "";
    top: 8px; }
  .menuButton .line {
    top: 15px; }
  @media (min-width: 1001px) {
  .menuButton {
    display: none; } }

html.mobile .menuButton {
  display: block; }
  html.mobile .shop-folder-items-wr .menuButton {
    display: none; }
  html.mobile .header-top-wrapper .header-top-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  html.mobile.scroll-fixed .shop-folder-items-wr .menuButton {
    display: block; }

@media (max-width: 1000px) {
    html.scroll-fixed .shop-folder-items-wr .menuButton {
      display: block; } }

html.mobile .site-wrapper > .menu-countainer-wr {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.5);
  overflow: auto;
  max-height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  z-index: 400; }
  @media (max-width: 1280px) {
    html.mobile .site-wrapper > .menu-countainer-wr {
      left: 0;
      margin-left: 0; } }
  html.mobile .site-wrapper > .menu-countainer-wr.opened {
    opacity: 1;
    visibility: visible; }
  html.mobile .site-wrapper > .menu-countainer-wr .menu-container-inner {
    padding: 45px 20px 65px;
    max-width: 1460px;
    width: 260px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 580px) {
    html.mobile .site-wrapper > .menu-countainer-wr .menu-container-inner {
      padding: 45px 20px 35px; } }
    html.mobile .site-wrapper > .menu-countainer-wr .menu-container-inner:before {
      content: "";
      position: absolute;
      left: 46px;
      top: -6px;
      border-width: 0 7px 7px 7px;
      border-style: solid;
      border-color: transparent transparent #fff transparent; }
    html.mobile .site-wrapper > .menu-countainer-wr .menu-container-inner .close-menu {
      position: absolute;
      right: 15px;
      top: 15px;
      width: 20px;
      height: 20px;
      border: 2px solid rgba(128, 128, 128, 0.5);
      border-radius: 50%;
      cursor: pointer;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%209%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20opacity%3D%220.502%22%20fill%3D%22%23000%22%20d%3D%22M7.710%2C1.767%20L5.493%2C3.984%20L7.709%2C6.200%20C8.117%2C6.608%208.117%2C7.270%207.709%2C7.677%20C7.301%2C8.086%206.639%2C8.086%206.231%2C7.677%20L4.015%2C5.461%20L1.799%2C7.677%20C1.391%2C8.086%200.729%2C8.086%200.322%2C7.677%20C-0.087%2C7.270%20-0.087%2C6.608%200.322%2C6.200%20L2.538%2C3.984%20L0.320%2C1.767%20C-0.088%2C1.358%20-0.088%2C0.697%200.320%2C0.289%20C0.728%2C-0.119%201.390%2C-0.119%201.798%2C0.289%20L4.015%2C2.506%20L6.233%2C0.289%20C6.640%2C-0.119%207.302%2C-0.119%207.710%2C0.289%20C8.119%2C0.697%208.119%2C1.358%207.710%2C1.767%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    @media (max-width: 1288px) {
    html.mobile .site-wrapper > .menu-countainer-wr .menu-container-inner:before {
      left: 26px; } }
  html.mobile .site-wrapper > .menu-countainer-wr .menu-container-scroll {
    padding-top: 20px;
    display: none; }
    html.mobile .site-wrapper > .menu-countainer-wr .menu-container-scroll.opened {
      display: block; }
  html.mobile .site-wrapper > .menu-countainer-wr .venders-inner__body {
    display: none; }
    html.mobile .site-wrapper > .menu-countainer-wr .venders-inner__body.opened {
      display: block; }
  html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li {
      margin: 0 0 20px; }
      html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > ul {
        display: none; }
      html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > a {
        padding-left: 40px;
        position: relative; }
        html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > a .arrow {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -11px;
          width: 21px;
          height: 21px;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2021%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M10.508%2C21.001%20C4.719%2C21.001%200.009%2C16.291%200.009%2C10.502%20C0.009%2C4.714%204.719%2C0.003%2010.508%2C0.003%20C16.297%2C0.003%2021.007%2C4.714%2021.007%2C10.502%20C21.007%2C16.291%2016.297%2C21.001%2010.508%2C21.001%20ZM10.508%2C1.863%20C5.744%2C1.863%201.869%2C5.738%201.869%2C10.502%20C1.869%2C15.265%205.744%2C19.141%2010.508%2C19.141%20C15.272%2C19.141%2019.147%2C15.265%2019.147%2C10.502%20C19.147%2C5.738%2015.272%2C1.863%2010.508%2C1.863%20ZM11.165%2C14.206%20C10.802%2C14.570%2010.214%2C14.570%209.850%2C14.206%20L6.251%2C10.611%20C5.888%2C10.247%205.888%2C9.659%206.251%2C9.296%20C6.613%2C8.932%207.202%2C8.932%207.565%2C9.296%20L9.578%2C11.308%20L9.578%2C6.123%20C9.578%2C5.609%209.994%2C5.193%2010.508%2C5.193%20C11.022%2C5.193%2011.438%2C5.609%2011.438%2C6.123%20L11.438%2C11.307%20L13.450%2C9.296%20C13.813%2C8.932%2014.402%2C8.932%2014.765%2C9.296%20C14.946%2C9.477%2015.037%2C9.716%2015.037%2C9.953%20C15.037%2C10.191%2014.946%2C10.429%2014.765%2C10.611%20L11.165%2C14.206%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
      html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li:not(.hasChild) .arrow {
        display: none; }
      html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li.hasChild > a.open .arrow {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
        html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li.hasChild > a .arrow {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
    html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li {
      margin-right: 15px; }
    html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > ul, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li > ul {
      margin-top: 17px;
      padding-left: 40px; }
      html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > ul > li, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li > ul > li {
        padding: 5px 0; }
      html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > ul > li > a, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li > ul > li > a {
        color: #484848;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 1000px) {
          html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > ul > li > a, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li > ul > li > a {
            font-size: 14px; } }
      html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > ul > li ul, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li > ul > li ul {
        padding: 5px 0 10px 20px; }
        html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > ul > li ul ul, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li > ul > li ul ul {
          padding-bottom: 0; }
        html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > ul > li ul li, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li > ul > li ul li {
          padding: 5px 0; }
          html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > ul > li ul li a, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li > ul > li ul li a {
            color: #898989;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.25;
            text-decoration: none;
            border-bottom: 1px solid transparent;
            display: inline; }
            html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > ul > li ul li a:hover, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li > ul > li ul li a:hover {
              color: #424c9a;
              border-bottom-color: #424c9a; }
      html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > a, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li > a {
        color: #424c9a;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.25;
        text-decoration: none;
        display: inline-block;
        vertical-align: top; }
      @media (max-width: 1000px) {
        html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > li > a, html.mobile .site-wrapper > .menu-countainer-wr .folder-menu-wr .folders-shared > div > li > a {
          font-size: 16px; } }
  html.mobile .site-wrapper > .menu-countainer-wr .menu-top-wrapper {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f3f3f3;
    line-height: 1; }

html.mobile.scroll-fixed .menu-countainer-wr {
  position: fixed;
  top: 60px;
  z-index: 600; }

.site-header .menu-countainer-wr {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%; }
  @media (min-width: 1101px) {
  .site-header .menu-countainer-wr {
    max-width: 800px; } }
  @media (max-width: 1100px) and (min-width: 1001px) {
  .site-header .menu-countainer-wr {
    max-width: 600px; } }

.menu-top-wrapper .menu-top, .menu-top-wrapper .menu-top ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .menu-top-wrapper .menu-top > li, .menu-top-wrapper .menu-top > div > li {
    display: inline-block;
    vertical-align: top;
    padding: 11px 20px; }
    .menu-top-wrapper .menu-top > li:first-child, .menu-top-wrapper .menu-top > div > li:first-child {
      padding-left: 0; }
    .menu-top-wrapper .menu-top > li ul, .menu-top-wrapper .menu-top > div > li ul {
      display: none; }
    .menu-top-wrapper .menu-top > li a, .menu-top-wrapper .menu-top > div > li a {
      line-height: 1.25; }
    .menu-top-wrapper .menu-top > li > a, .menu-top-wrapper .menu-top > div > li > a, .menu-top-wrapper .menu-top > li a, .menu-top-wrapper .menu-top > div > li a {
      font-size: 15px;
      text-decoration: none;
      display: block;
      line-height: 1.25;
      color: rgba(82, 82, 82, 0.8);
      font-weight: 500;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: relative; }
    .menu-top-wrapper .menu-top > li > a span, .menu-top-wrapper .menu-top > div > li > a span, .menu-top-wrapper .menu-top > li a span, .menu-top-wrapper .menu-top > div > li a span {
      border-bottom: 1px solid transparent; }
    @media (min-width: 581px) {
      .menu-top-wrapper .menu-top > li > a:hover, .menu-top-wrapper .menu-top > div > li > a:hover, .menu-top-wrapper .menu-top > li a:hover, .menu-top-wrapper .menu-top > div > li a:hover {
        color: #424c9a; }
        .menu-top-wrapper .menu-top > li > a:hover span, .menu-top-wrapper .menu-top > div > li > a:hover span, .menu-top-wrapper .menu-top > li a:hover span, .menu-top-wrapper .menu-top > div > li a:hover span {
          border-bottom-color: #424c9a; } }
  .menu-top-wrapper .menu-top > div > li {
    display: block;
    padding: 10px 0 5px;
    margin-right: 15px; }
    .menu-top-wrapper .menu-top > div > li ul {
      display: block;
      padding: 10px 0 0 20px; }
    .menu-top-wrapper .menu-top > div > li ul li {
      padding: 5px 0; }
    .menu-top-wrapper .menu-top > div > li a {
      font-size: 15px;
      text-decoration: none;
      display: inline;
      line-height: 1;
      border-bottom: 1px solid transparent;
      color: #898989;
      font-weight: 300;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .menu-top-wrapper .menu-top > div > li a:hover {
      color: #424c9a;
      border-bottom-color: #424c9a; }

html.mobile .menu-top-wrapper .menu-top > li, html.mobile .menu-top-wrapper .menu-top > div > li {
  display: block;
  padding: 10px 0; }
  html.mobile .menu-top-wrapper .menu-top > li ul, html.mobile .menu-top-wrapper .menu-top > div > li ul {
    padding-left: 40px;
    padding-top: 10px; }
  html.mobile .menu-top-wrapper .menu-top > li ul ul, html.mobile .menu-top-wrapper .menu-top > div > li ul ul {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px; }
  html.mobile .menu-top-wrapper .menu-top > li ul li a, html.mobile .menu-top-wrapper .menu-top > div > li ul li a {
    padding: 3px 0; }
  html.mobile .menu-top-wrapper .menu-top > li a, html.mobile .menu-top-wrapper .menu-top > div > li a {
    display: inline; }
  html.mobile .menu-top-wrapper .menu-top > li.hasChild > a.open .arrow, html.mobile .menu-top-wrapper .menu-top > div > li.hasChild > a.open .arrow {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
    html.mobile .menu-top-wrapper .menu-top > li.hasChild > a .arrow, html.mobile .menu-top-wrapper .menu-top > div > li.hasChild > a .arrow {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
  html.mobile .menu-top-wrapper .menu-top > li > a, html.mobile .menu-top-wrapper .menu-top > div > li > a, html.mobile .menu-top-wrapper .menu-top > li a, html.mobile .menu-top-wrapper .menu-top > div > li a {
    display: inline-block;
    vertical-align: top;
    padding-left: 40px; }
  html.mobile .menu-top-wrapper .menu-top > li > a .arrow, html.mobile .menu-top-wrapper .menu-top > div > li > a .arrow, html.mobile .menu-top-wrapper .menu-top > li a .arrow, html.mobile .menu-top-wrapper .menu-top > div > li a .arrow {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 21px;
    height: 21px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2021%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23898989%22%20d%3D%22M10.508%2C21.001%20C4.719%2C21.001%200.009%2C16.291%200.009%2C10.502%20C0.009%2C4.714%204.719%2C0.003%2010.508%2C0.003%20C16.297%2C0.003%2021.007%2C4.714%2021.007%2C10.502%20C21.007%2C16.291%2016.297%2C21.001%2010.508%2C21.001%20ZM10.508%2C1.863%20C5.744%2C1.863%201.869%2C5.738%201.869%2C10.502%20C1.869%2C15.265%205.744%2C19.141%2010.508%2C19.141%20C15.272%2C19.141%2019.147%2C15.265%2019.147%2C10.502%20C19.147%2C5.738%2015.272%2C1.863%2010.508%2C1.863%20ZM11.165%2C14.206%20C10.802%2C14.570%2010.214%2C14.570%209.850%2C14.206%20L6.251%2C10.611%20C5.888%2C10.247%205.888%2C9.659%206.251%2C9.296%20C6.613%2C8.932%207.202%2C8.932%207.565%2C9.296%20L9.578%2C11.308%20L9.578%2C6.123%20C9.578%2C5.609%209.994%2C5.193%2010.508%2C5.193%20C11.022%2C5.193%2011.438%2C5.609%2011.438%2C6.123%20L11.438%2C11.307%20L13.450%2C9.296%20C13.813%2C8.932%2014.402%2C8.932%2014.765%2C9.296%20C14.946%2C9.477%2015.037%2C9.716%2015.037%2C9.953%20C15.037%2C10.191%2014.946%2C10.429%2014.765%2C10.611%20L11.165%2C14.206%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  html.mobile .menu-top-wrapper .menu-top > li > a:hover, html.mobile .menu-top-wrapper .menu-top > div > li > a:hover, html.mobile .menu-top-wrapper .menu-top > li a:hover, html.mobile .menu-top-wrapper .menu-top > div > li a:hover {
    color: #424c9a; }

@media (min-width: 1001px) {
  html:not(.mobile) .menu-top-wrapper .flexMenu-viewMore {
    height: 19px; }
    html:not(.mobile) .menu-top-wrapper .flexMenu-viewMore > a {
      font-size: 35px;
      line-height: 0.1;
      height: 0px;
      text-decoration: none;
      border: none; }
      html:not(.mobile) .menu-top-wrapper .flexMenu-viewMore > a:hover {
        text-decoration: none; }
    html:not(.mobile) .menu-top-wrapper .menu-top li.s3-menu-allin-active > a {
      color: #424c9a;
      border-bottom-color: #424c9a; }
    html:not(.mobile) .menu-top-wrapper .menu-top > li > ul {
      margin-top: 23px; }
    html:not(.mobile) .menu-top-wrapper .menu-top ul {
      z-index: 100;
      border-radius: 12px;
      box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
      background: #fff;
      width: 180px;
      position: absolute;
      padding: 15px 0; }
      html:not(.mobile) .menu-top-wrapper .menu-top ul ul {
        margin-top: -15px; }
      html:not(.mobile) .menu-top-wrapper .menu-top ul li {
        padding: 3px 0; }
        html:not(.mobile) .menu-top-wrapper .menu-top ul li a {
          display: block;
          padding: 0 20px; } }

.right-header-top {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7px 0 0;
  max-width: 520px;
  width: 100%;
  margin: 0 0 0 40px; }
  @media (max-width: 1100px) {
  .right-header-top {
    padding-right: 0;
    max-width: 420px; } }
  @media (max-width: 1000px) {
  .right-header-top {
    max-width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; } }
  @media (min-width: 1001px) {
  .right-header-top .user-flags-wrapper {
    display: none; } }

.scroll-fixed .login-block-wrapper .login-form {
  display: none; }

.login-block-wrapper {
  position: relative;
  margin-right: 25px; }
  @media (max-width: 1000px) {
  .login-block-wrapper {
    width: 38px;
    height: 38px;
    margin-right: 20px; } }
  @media (max-width: 479px) {
  .login-block-wrapper {
    position: static; } }
  .login-block-wrapper .title-login {
    cursor: pointer;
    color: #424c9a;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px 10px 50px;
    border-radius: 10px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2022%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M21.7708%2018.632L21.8167%2018.586C21.8167%2018.54%2021.8625%2018.54%2021.8625%2018.4939C21.8625%2018.4479%2021.9083%2018.4479%2021.9083%2018.4019C21.9083%2018.3559%2021.9083%2018.3559%2021.9542%2018.3099C21.9542%2018.2639%2022%2018.2639%2022%2018.2179V18.1719C22%2018.1259%2022%2018.0799%2022%2018.0339C22%2017.9879%2022%2017.9879%2022%2017.9419C22%2017.8959%2022%2017.8959%2022%2017.8499L21.3125%2014.2155C21.1292%2013.1574%2020.3958%2012.2833%2019.4333%2011.8693L15.1708%2010.0291C15.5833%209.29298%2015.8125%208.46489%2015.8125%207.5908V4.83051C15.8125%202.16223%2013.6583%200%2011%200C8.34167%200%206.1875%202.16223%206.1875%204.83051V7.5908C6.1875%208.46489%206.41667%209.29298%206.82917%2010.0291L2.56667%2011.8693C1.60417%2012.2833%200.870833%2013.1574%200.6875%2014.2155L0%2017.8499C0%2017.8959%200%2017.8959%200%2017.9419C0%2017.9879%200%2017.9879%200%2018.0339C0%2018.0799%200%2018.1259%200%2018.1719V18.2179C0%2018.2639%200%2018.2639%200.0458333%2018.3099C0.0458333%2018.3559%200.0458333%2018.3559%200.0916667%2018.4019C0.0916667%2018.4479%200.1375%2018.4479%200.1375%2018.4939C0.1375%2018.54%200.183333%2018.54%200.183333%2018.586L0.229167%2018.632C0.229167%2018.678%200.275%2018.678%200.275%2018.724L0.320833%2018.77C0.366667%2018.77%200.366667%2018.816%200.4125%2018.816C0.4125%2018.816%200.458333%2018.816%200.458333%2018.862C0.504167%2018.862%200.504167%2018.908%200.55%2018.908H0.595833C0.641667%2018.908%200.6875%2018.954%200.733333%2018.954C0.779167%2018.954%200.825%2018.954%200.870833%2018.954H21.0375C21.0833%2018.954%2021.1292%2018.954%2021.175%2018.954C21.2208%2018.954%2021.2667%2018.954%2021.3125%2018.908H21.3583C21.4042%2018.908%2021.4042%2018.862%2021.45%2018.862C21.45%2018.862%2021.4958%2018.862%2021.4958%2018.816C21.5417%2018.816%2021.5417%2018.77%2021.5875%2018.77L21.6333%2018.724C21.7708%2018.678%2021.7708%2018.678%2021.7708%2018.632ZM8.02083%204.83051C8.02083%203.17433%209.35%201.84019%2011%201.84019C12.65%201.84019%2013.9792%203.17433%2013.9792%204.83051V7.5908C13.9792%209.24697%2012.65%2010.5811%2011%2010.5811C9.35%2010.5811%208.02083%209.24697%208.02083%207.5908V4.83051ZM3.3%2013.5714L8.06667%2011.5012L8.1125%2011.4552C8.89167%2012.0533%209.9%2012.4213%2010.9542%2012.4213C12.0083%2012.4213%2013.0167%2012.0533%2013.7958%2011.4552L13.8417%2011.5012L18.6083%2013.5714C19.0208%2013.7554%2019.3417%2014.1235%2019.4333%2014.5835L19.9375%2017.1598H2.01667L2.52083%2014.5835C2.6125%2014.1235%202.8875%2013.7094%203.3%2013.5714Z%22%20fill%3D%22%23424c9a%22%2F%3E%3C%2Fsvg%3E") 20px 50% no-repeat #fff; }
  @media (max-width: 1000px) {
    .login-block-wrapper .title-login {
      padding: 0;
      width: 100%;
      height: 100%;
      background-position: 50% 50%; }
      .login-block-wrapper .title-login .title-in {
        display: none; } }
  .login-block-wrapper .login-form {
    position: absolute;
    top: 70%;
    right: -72px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    width: 270px;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    padding: 28px 20px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 8px;
    box-sizing: border-box; }
  .login-block-wrapper .login-form:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }
  @media (max-width: 479px) {
      .login-block-wrapper .login-form:before {
        left: auto;
        right: 126px; } }
  @media (max-width: 1100px) {
    .login-block-wrapper .login-form {
      right: -65px; } }
  .login-block-wrapper .login-form.opened {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  @media (max-width: 1000px) {
    .login-block-wrapper .login-form {
      left: -120px; } }
  @media (max-width: 479px) {
    .login-block-wrapper .login-form {
      left: -123px;
      left: 0;
      right: 0;
      width: 100%; } }
  .login-block-wrapper .login-form .row {
    margin: 0 0 18px; }
  .login-block-wrapper .login-form .row .row-title {
    color: #898989;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 5px;
    display: block; }
  .login-block-wrapper .login-form .row .field {
    display: inline-block;
    vertical-align: top;
    position: relative; }
  .login-block-wrapper .login-form .row .field.text {
    width: 100%; }
    .login-block-wrapper .login-form .row .field.text:before {
      content: "";
      width: 20px;
      height: 31px;
      position: absolute;
      left: 5px;
      top: 2px;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2013%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23e6e6e6%22%20d%3D%22M12.751%2C16.316%20C12.723%2C16.703%2012.396%2C17.002%2012.000%2C17.002%20L0.994%2C17.002%20C0.599%2C17.002%200.272%2C16.703%200.243%2C16.318%20L0.001%2C12.848%20C-0.085%2C11.572%200.930%2C10.099%202.218%2C9.634%20C4.982%2C8.666%208.020%2C8.670%2010.770%2C9.631%20C12.069%2C10.099%2013.083%2C11.572%2012.991%2C12.850%20L12.751%2C16.316%20ZM10.256%2C11.013%20C7.846%2C10.170%205.154%2C10.167%202.732%2C11.014%20C2.006%2C11.277%201.465%2C12.179%201.503%2C12.750%20L1.697%2C15.532%20L11.297%2C15.532%20L11.490%2C12.750%20C11.531%2C12.177%2010.990%2C11.277%2010.256%2C11.013%20ZM6.559%2C7.901%20C4.569%2C7.901%202.950%2C6.127%202.950%2C3.947%20C2.950%2C1.767%204.569%2C-0.007%206.559%2C-0.007%20C8.550%2C-0.007%2010.169%2C1.767%2010.169%2C3.947%20C10.169%2C6.127%208.550%2C7.901%206.559%2C7.901%20ZM6.559%2C1.463%20C5.399%2C1.463%204.454%2C2.578%204.454%2C3.947%20C4.454%2C5.317%205.399%2C6.431%206.559%2C6.431%20C7.720%2C6.431%208.665%2C5.317%208.665%2C3.947%20C8.665%2C2.578%207.720%2C1.463%206.559%2C1.463%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .login-block-wrapper .login-form .row .field.password:before {
    content: "";
    width: 20px;
    height: 31px;
    position: absolute;
    left: 5px;
    top: 2px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2012%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23e6e6e6%22%20d%3D%22M10.280%2C6.235%20L10.280%2C4.441%20C10.280%2C1.986%208.375%2C-0.010%205.966%2C-0.010%20C3.625%2C-0.010%201.721%2C1.986%201.721%2C4.441%20L1.721%2C6.235%20C0.777%2C6.235%200.009%2C7.040%200.009%2C8.029%20L0.009%2C15.207%20C0.009%2C16.196%200.777%2C17.002%201.721%2C17.002%20L10.280%2C17.002%20C11.224%2C17.002%2011.991%2C16.196%2011.991%2C15.207%20L11.991%2C8.029%20C11.991%2C7.040%2011.224%2C6.235%2010.280%2C6.235%20ZM3.433%2C4.441%20C3.433%2C2.976%204.569%2C1.785%206.034%2C1.785%20C7.432%2C1.785%208.568%2C2.976%208.568%2C4.441%20L8.568%2C6.235%20L3.433%2C6.235%20L3.433%2C4.441%20ZM1.721%2C15.207%20L1.721%2C8.029%20L10.280%2C8.029%20L10.281%2C15.207%20L1.721%2C15.207%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .login-block-wrapper .login-form .row .field input {
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    padding: 8px 25px 7px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.25; }
  .login-block-wrapper .login-form .row .field.password {
    width: 68%; }
  .login-block-wrapper .login-form .row .signin-btn {
    background: #424c9a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    border: none;
    border-radius: 6px;
    padding: 10px 13px 11px;
    width: 30%; }
  .login-block-wrapper .login-form .row .signin-btn:hover {
    background: #4751a5; }
  .login-block-wrapper .login-form .row .signin-btn:active {
    background: #333a76; }
  .login-block-wrapper .login-form .link-login {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6px; }
  .login-block-wrapper .login-form .link-login:first-child {
    margin-right: 10px; }
  .login-block-wrapper .login-form .link-login a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    color: rgba(82, 82, 82, 0.8);
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .login-block-wrapper .login-form .link-login a span {
    border-bottom: 1px solid rgba(82, 82, 82, 0.8);
    line-height: 1; }
  .login-block-wrapper .login-form .link-login a.register {
    color: #424c9a;
    margin-right: 10px; }
    .login-block-wrapper .login-form .link-login a.register span {
      border-bottom-color: #424c9a; }
  .login-block-wrapper .login-form .link-login a:hover span {
    border-bottom-color: transparent; }
  .login-block-wrapper .login-form .user-info {
    margin: 0 0 15px; }
  .login-block-wrapper .login-form .user-info .title-info {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px; }
  .login-block-wrapper .login-form .user-info .user-name {
    font-size: 14px;
    font-weight: 600;
    color: #898989;
    text-decoration: underline; }
  .login-block-wrapper .login-form .user-info .settings {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2022%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M12.193%2C22.000%20L9.788%2C22.000%20C8.910%2C22.000%208.196%2C21.285%208.196%2C20.408%20L8.196%2C18.852%20L7.450%2C18.563%20L6.317%2C19.631%20C5.717%2C20.230%204.666%2C20.230%204.067%2C19.631%20L2.365%2C17.928%20C2.065%2C17.631%201.899%2C17.231%201.899%2C16.803%20C1.899%2C16.376%202.065%2C15.976%202.369%2C15.676%20L3.465%2C14.578%20L3.144%2C13.840%20L1.586%2C13.799%20C0.709%2C13.799%20-0.006%2C13.085%20-0.006%2C12.207%20L-0.006%2C9.801%20C-0.006%2C8.923%200.709%2C8.209%201.586%2C8.209%20L3.144%2C8.209%20L3.432%2C7.464%20L2.365%2C6.330%20C2.065%2C6.032%201.899%2C5.632%201.899%2C5.205%20C1.899%2C4.777%202.065%2C4.377%202.369%2C4.077%20L4.067%2C2.377%20C4.664%2C1.778%205.719%2C1.777%206.319%2C2.378%20L7.417%2C3.477%20L8.150%2C3.155%20L8.196%2C1.599%20C8.196%2C0.721%208.910%2C0.007%209.788%2C0.007%20L12.193%2C0.007%20C13.072%2C0.007%2013.787%2C0.721%2013.787%2C1.599%20L13.787%2C3.156%20L14.533%2C3.445%20L15.664%2C2.377%20C15.966%2C2.076%2016.366%2C1.912%2016.790%2C1.912%20L16.790%2C1.912%20C17.216%2C1.911%2017.615%2C2.076%2017.916%2C2.376%20L19.618%2C4.080%20C19.916%2C4.377%2020.082%2C4.777%2020.082%2C5.205%20C20.082%2C5.632%2019.916%2C6.032%2019.614%2C6.332%20L18.516%2C7.430%20L18.839%2C8.165%20L20.396%2C8.209%20C21.274%2C8.209%2021.987%2C8.923%2021.987%2C9.801%20L21.987%2C12.207%20C21.987%2C13.085%2021.274%2C13.799%2020.396%2C13.799%20L18.839%2C13.799%20L18.548%2C14.546%20L19.616%2C15.678%20C19.916%2C15.976%2020.082%2C16.376%2020.082%2C16.803%20C20.082%2C17.231%2019.916%2C17.631%2019.614%2C17.931%20L17.918%2C19.631%20C17.311%2C20.233%2016.267%2C20.230%2015.668%2C19.633%20L14.564%2C18.531%20L13.831%2C18.853%20L13.787%2C20.408%20C13.787%2C21.285%2013.072%2C22.000%2012.193%2C22.000%20L12.193%2C22.000%20ZM10.068%2C20.128%20L11.915%2C20.128%20L11.915%2C18.852%20C11.915%2C18.096%2012.456%2C17.343%2013.175%2C17.101%20L13.818%2C16.833%20C13.997%2C16.741%2014.273%2C16.678%2014.559%2C16.678%20C15.066%2C16.678%2015.551%2C16.870%2015.888%2C17.207%20L16.790%2C18.110%20L18.095%2C16.803%20L17.193%2C15.901%20C16.657%2C15.364%2016.509%2C14.449%2016.847%2C13.771%20L17.110%2C13.127%20C17.326%2C12.470%2018.079%2C11.926%2018.839%2C11.926%20L20.115%2C11.926%20L20.115%2C10.080%20L18.839%2C10.080%20C18.079%2C10.080%2017.326%2C9.537%2017.086%2C8.816%20L16.820%2C8.177%20C16.511%2C7.561%2016.657%2C6.646%2017.191%2C6.109%20L18.095%2C5.205%20L16.790%2C3.898%20L15.888%2C4.801%20C15.361%2C5.327%2014.427%2C5.481%2013.756%2C5.147%20L13.114%2C4.884%20C12.458%2C4.667%2011.915%2C3.914%2011.915%2C3.156%20L11.915%2C1.879%20L10.068%2C1.879%20L10.068%2C3.156%20C10.068%2C3.915%209.525%2C4.668%208.804%2C4.907%20L8.165%2C5.174%20C7.986%2C5.267%207.708%2C5.330%207.423%2C5.330%20C6.914%2C5.330%206.428%2C5.137%206.094%2C4.800%20L5.193%2C3.899%20L3.887%2C5.205%20L4.788%2C6.107%20C5.324%2C6.646%205.472%2C7.561%205.134%2C8.237%20L4.874%2C8.878%20C4.655%2C9.539%203.902%2C10.080%203.144%2C10.080%20L1.866%2C10.080%20L1.866%2C11.926%20L3.144%2C11.926%20C3.902%2C11.926%204.655%2C12.469%204.896%2C13.187%20L5.163%2C13.833%20C5.472%2C14.449%205.324%2C15.364%204.791%2C15.900%20L3.887%2C16.803%20L5.193%2C18.109%20L6.094%2C17.207%20C6.614%2C16.683%207.556%2C16.525%208.225%2C16.861%20L8.866%2C17.123%20C9.537%2C17.345%2010.068%2C18.083%2010.068%2C18.852%20L10.068%2C20.128%20L10.068%2C20.128%20ZM10.991%2C15.111%20C8.727%2C15.111%206.885%2C13.268%206.885%2C11.003%20C6.885%2C8.739%208.727%2C6.896%2010.991%2C6.896%20C13.255%2C6.896%2015.098%2C8.739%2015.098%2C11.003%20C15.098%2C13.268%2013.255%2C15.111%2010.991%2C15.111%20L10.991%2C15.111%20ZM10.991%2C8.768%20C9.759%2C8.768%208.757%2C9.771%208.757%2C11.003%20C8.757%2C12.236%209.759%2C13.239%2010.991%2C13.239%20C12.224%2C13.239%2013.226%2C12.236%2013.226%2C11.003%20C13.226%2C9.771%2012.224%2C8.768%2010.991%2C8.768%20L10.991%2C8.768%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .login-block-wrapper .login-form .user-info .settings:hover {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .login-block-wrapper .login-form .user-buttons {
    font-size: 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .login-block-wrapper .login-form .user-buttons a {
    background: #424c9a;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    border: none;
    border-radius: 6px;
    padding: 11px 13px 10px;
    display: inline-block;
    vertical-align: top; }
  .login-block-wrapper .login-form .user-buttons a:hover {
    background: #4751a5; }
  .login-block-wrapper .login-form .user-buttons a:active {
    background: #333a76; }
  .login-block-wrapper .login-form .user-buttons a.my-orders {
    background: #424c9a; }
    .login-block-wrapper .login-form .user-buttons a.my-orders:hover {
      background: #4751a5; }
    .login-block-wrapper .login-form .user-buttons a.my-orders:active {
      background: #3d478f; }

.cart-mini-wrapper {
  width: 100%;
  max-width: 38px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2; }
  @media (max-width: 1000px) {
  .cart-mini-wrapper {
    width: 38px;
    height: 38px; }
    .cart-mini-wrapper #shop2-cart-preview {
      width: 100%;
      height: 100%; } }
  .cart-mini-wrapper .button-cart {
    position: relative;
    padding: 38px 38px 0px 0px;
    font-size: 0;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2225px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2025%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M21.875%2017.25H8.85417C8.38542%2017.25%207.96875%2016.9364%207.86458%2016.4659L5.20833%205.48864C5.20833%205.48864%205.20833%205.48864%205.20833%205.43636L4.375%202.09091H1.04167C0.46875%202.09091%200%201.62045%200%201.04545C0%200.470455%200.46875%200%201.04167%200H5.20833C5.67708%200%206.09375%200.313636%206.19792%200.784091L7.03125%204.18182H23.9583C24.2708%204.18182%2024.5833%204.33864%2024.7396%204.54773C24.9479%204.80909%2025%205.12273%2024.9479%205.38409L22.8646%2016.3614C22.8125%2016.8841%2022.3958%2017.25%2021.875%2017.25ZM9.6875%2015.1591H21.0417L22.7083%206.27273H7.55208L9.6875%2015.1591Z%22%20fill%3D%22%23424c9a%22%2F%3E%3Cpath%20d%3D%22M10.7813%2023C11.7881%2023%2012.6042%2022.1809%2012.6042%2021.1705C12.6042%2020.16%2011.7881%2019.3409%2010.7813%2019.3409C9.77452%2019.3409%208.95837%2020.16%208.95837%2021.1705C8.95837%2022.1809%209.77452%2023%2010.7813%2023Z%22%20fill%3D%22%23424c9a%22%2F%3E%3Cpath%20d%3D%22M20.1563%2023C21.1631%2023%2021.9792%2022.1809%2021.9792%2021.1705C21.9792%2020.16%2021.1631%2019.3409%2020.1563%2019.3409C19.1495%2019.3409%2018.3334%2020.16%2018.3334%2021.1705C18.3334%2022.1809%2019.1495%2023%2020.1563%2023Z%22%20fill%3D%22%23424c9a%22%2F%3E%3C%2Fsvg%3E") 10% 50% no-repeat; }
  @media (max-width: 1000px) {
    .cart-mini-wrapper .button-cart {
      background-position: 50% 50%;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2225px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2025%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M21.875%2017.25H8.85417C8.38542%2017.25%207.96875%2016.9364%207.86458%2016.4659L5.20833%205.48864C5.20833%205.48864%205.20833%205.48864%205.20833%205.43636L4.375%202.09091H1.04167C0.46875%202.09091%200%201.62045%200%201.04545C0%200.470455%200.46875%200%201.04167%200H5.20833C5.67708%200%206.09375%200.313636%206.19792%200.784091L7.03125%204.18182H23.9583C24.2708%204.18182%2024.5833%204.33864%2024.7396%204.54773C24.9479%204.80909%2025%205.12273%2024.9479%205.38409L22.8646%2016.3614C22.8125%2016.8841%2022.3958%2017.25%2021.875%2017.25ZM9.6875%2015.1591H21.0417L22.7083%206.27273H7.55208L9.6875%2015.1591Z%22%20fill%3D%22%233a3a3a%22%2F%3E%3Cpath%20d%3D%22M10.7813%2023C11.7881%2023%2012.6042%2022.1809%2012.6042%2021.1705C12.6042%2020.16%2011.7881%2019.3409%2010.7813%2019.3409C9.77452%2019.3409%208.95837%2020.16%208.95837%2021.1705C8.95837%2022.1809%209.77452%2023%2010.7813%2023Z%22%20fill%3D%22%233a3a3a%22%2F%3E%3Cpath%20d%3D%22M20.1563%2023C21.1631%2023%2021.9792%2022.1809%2021.9792%2021.1705C21.9792%2020.16%2021.1631%2019.3409%2020.1563%2019.3409C19.1495%2019.3409%2018.3334%2020.16%2018.3334%2021.1705C18.3334%2022.1809%2019.1495%2023%2020.1563%2023Z%22%20fill%3D%22%233a3a3a%22%2F%3E%3C%2Fsvg%3E") 10% 50% no-repeat; } }
  .cart-mini-wrapper .button-cart .fa-rouble svg {
    width: 9px;
    height: 11px;
    fill: #898989; }
  .cart-mini-wrapper .button-cart .count-product {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    border-radius: 50%;
    background: #424c9a;
    min-width: 18px;
    height: 18px;
    padding: 5px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 6px; }
  .cart-mini-wrapper .button-cart.no_event, .cart-mini-wrapper .button-cart.no_events {
    cursor: default;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2225px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2025%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M21.875%2017.25H8.85417C8.38542%2017.25%207.96875%2016.9364%207.86458%2016.4659L5.20833%205.48864C5.20833%205.48864%205.20833%205.48864%205.20833%205.43636L4.375%202.09091H1.04167C0.46875%202.09091%200%201.62045%200%201.04545C0%200.470455%200.46875%200%201.04167%200H5.20833C5.67708%200%206.09375%200.313636%206.19792%200.784091L7.03125%204.18182H23.9583C24.2708%204.18182%2024.5833%204.33864%2024.7396%204.54773C24.9479%204.80909%2025%205.12273%2024.9479%205.38409L22.8646%2016.3614C22.8125%2016.8841%2022.3958%2017.25%2021.875%2017.25ZM9.6875%2015.1591H21.0417L22.7083%206.27273H7.55208L9.6875%2015.1591Z%22%20fill%3D%22%23525252%22%2F%3E%3Cpath%20d%3D%22M10.7813%2023C11.7881%2023%2012.6042%2022.1809%2012.6042%2021.1705C12.6042%2020.16%2011.7881%2019.3409%2010.7813%2019.3409C9.77452%2019.3409%208.95837%2020.16%208.95837%2021.1705C8.95837%2022.1809%209.77452%2023%2010.7813%2023Z%22%20fill%3D%22%23525252%22%2F%3E%3Cpath%20d%3D%22M20.1563%2023C21.1631%2023%2021.9792%2022.1809%2021.9792%2021.1705C21.9792%2020.16%2021.1631%2019.3409%2020.1563%2019.3409C19.1495%2019.3409%2018.3334%2020.16%2018.3334%2021.1705C18.3334%2022.1809%2019.1495%2023%2020.1563%2023Z%22%20fill%3D%22%23525252%22%2F%3E%3C%2Fsvg%3E") 10% 50% no-repeat; }
  .cart-mini-wrapper .button-cart .products-total-price {
    display: none; }
  @media (max-width: 1000px) {
    .cart-mini-wrapper .button-cart .title-in {
      display: none; }

    .cart-mini-wrapper .button-cart.empty, .cart-mini-wrapper .button-cart {
      background-position: 40% 50%;
      padding: 20px;
      width: 100%;
      height: 100%; } }
  .cart-mini-wrapper .shop2-cart-mini {
    position: absolute;
    left: auto;
    right: -8px;
    top: 70%;
    z-index: 100;
    background: #fff;
    width: 270px;
    border-radius: 10px;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    margin-top: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cart-mini-wrapper .shop2-cart-mini:before {
    content: "";
    position: absolute;
    right: 45px;
    top: -6px;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }
  @media (max-width: 1100px) {
    .cart-mini-wrapper .shop2-cart-mini {
      right: 0; }
      .cart-mini-wrapper .shop2-cart-mini:before {
        right: 15px; } }
  @media (max-width: 1000px) {
    .cart-mini-wrapper .shop2-cart-mini {
      right: -55px; }
      .cart-mini-wrapper .shop2-cart-mini:before {
        right: 65px; } }
  .cart-mini-wrapper .shop2-cart-mini.opened {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  .cart-mini-wrapper .shop2-cart-mini .cart-products-count {
    padding: 22px 30px;
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    line-height: 1; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart > ul {
    max-height: calc(100vh - 220px);
    overflow: auto;
    list-style: none;
    padding: 0;
    margin: 0; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart li:last-child .cart-mini-product {
    border: none; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .cart-mini-product {
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #e6e6e6;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .cart-mini-product .image-mini-product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    margin-right: 20px; }
    .cart-mini-wrapper .shop2-cart-mini .products-in-cart .cart-mini-product .image-mini-product > a {
      width: 75px;
      height: 75px;
      display: inline-block; }
    .cart-mini-wrapper .shop2-cart-mini .products-in-cart .cart-mini-product .image-mini-product.no-image {
      background: url('/g/templates/shop2/2.61.2/no-img.svg') 50% 50% no-repeat #f7f7f7; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .right-mini-product {
    position: relative;
    padding: 0 32px 0 0;
    line-height: 1; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .product-name {
    color: #898989;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .cart-product-article {
    color: #898989;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .price-old {
    color: #9ea0a4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0 2px;
    text-decoration: none; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .price-old.question span {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    position: relative; }
    .cart-mini-wrapper .shop2-cart-mini .products-in-cart .price-old.question span:after {
      right: 25px; }
    .cart-mini-wrapper .shop2-cart-mini .products-in-cart .price-old.question span:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 18px;
      height: 18px;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%239ea0a4%22%20d%3D%22M8.502%2C15.434%20C7.684%2C15.434%206.879%2C15.331%206.102%2C15.126%20C5.146%2C15.976%203.981%2C16.684%202.631%2C17.231%20C2.573%2C17.255%202.512%2C17.266%202.451%2C17.266%20C2.346%2C17.266%202.242%2C17.231%202.156%2C17.164%20C2.020%2C17.060%201.950%2C16.889%201.971%2C16.719%20L2.422%2C13.133%20C0.861%2C11.698%200.005%2C9.812%200.005%2C7.794%20C0.005%2C3.581%203.816%2C0.154%208.502%2C0.154%20C13.188%2C0.154%2017.000%2C3.581%2017.000%2C7.794%20C17.000%2C12.007%2013.188%2C15.434%208.502%2C15.434%20ZM8.502%2C1.128%20C4.350%2C1.128%200.972%2C4.118%200.972%2C7.794%20C0.972%2C9.607%201.780%2C11.302%203.248%2C12.569%20C3.371%2C12.675%203.433%2C12.837%203.413%2C12.999%20L3.037%2C15.988%20C4.044%2C15.502%204.919%2C14.912%205.644%2C14.229%20C5.735%2C14.143%205.853%2C14.098%205.974%2C14.098%20C6.020%2C14.098%206.066%2C14.104%206.111%2C14.118%20C6.880%2C14.346%207.684%2C14.461%208.502%2C14.461%20C12.655%2C14.461%2016.033%2C11.470%2016.033%2C7.794%20C16.033%2C4.118%2012.655%2C1.128%208.502%2C1.128%20ZM9.716%2C7.704%20C9.296%2C8.030%209.042%2C8.226%209.042%2C8.850%20C9.042%2C9.217%208.747%2C9.515%208.382%2C9.515%20C8.017%2C9.515%207.721%2C9.217%207.721%2C8.850%20C7.721%2C7.571%208.437%2C7.017%208.911%2C6.650%20C9.318%2C6.335%209.458%2C6.207%209.452%2C5.837%20C9.440%2C5.197%208.673%2C5.031%208.276%2C5.039%20C7.838%2C5.042%207.097%2C5.227%207.097%2C5.896%20C7.097%2C6.263%206.802%2C6.561%206.437%2C6.561%20C6.072%2C6.561%205.776%2C6.263%205.776%2C5.896%20C5.776%2C4.475%207.028%2C3.720%208.264%2C3.708%20C8.275%2C3.708%208.286%2C3.708%208.296%2C3.708%20C9.711%2C3.708%2010.750%2C4.589%2010.772%2C5.813%20C10.791%2C6.872%2010.170%2C7.353%209.716%2C7.704%20ZM8.414%2C10.297%20L8.492%2C10.298%20C8.923%2C10.298%209.273%2C10.650%209.273%2C11.084%20C9.273%2C11.518%208.923%2C11.870%208.492%2C11.870%20L8.368%2C11.868%20C7.937%2C11.855%207.598%2C11.493%207.610%2C11.059%20C7.623%2C10.625%207.979%2C10.288%208.414%2C10.297%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .price-old span {
    position: relative; }
    .cart-mini-wrapper .shop2-cart-mini .products-in-cart .price-old span:after {
      content: "";
      position: absolute;
      left: 0;
      margin-top: -1px;
      right: 0;
      top: 50%;
      border-top: 1px solid #e84646; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .price-old strong {
    font-weight: 400; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .price-old .fa-rouble svg {
    width: 7px;
    height: 10px;
    fill: #9ea0a4; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .price-mini-product {
    color: #ff3451;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .price-mini-product .fa-rouble svg {
    width: 8px;
    height: 9px;
    fill: #ff3451; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .cart-delete {
    position: absolute;
    right: 10px;
    top: -4px; }
  .cart-mini-wrapper .shop2-cart-mini .products-in-cart .cart-delete a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%209%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23ff3451%22%20d%3D%22M7.710%2C1.767%20L5.492%2C3.984%20L7.708%2C6.200%20C8.116%2C6.608%208.116%2C7.270%207.708%2C7.678%20C7.300%2C8.086%206.638%2C8.086%206.231%2C7.678%20L4.015%2C5.462%20L1.799%2C7.678%20C1.391%2C8.086%200.729%2C8.086%200.321%2C7.678%20C-0.087%2C7.270%20-0.087%2C6.608%200.321%2C6.200%20L2.537%2C3.984%20L0.320%2C1.767%20C-0.088%2C1.358%20-0.088%2C0.697%200.320%2C0.289%20C0.728%2C-0.119%201.390%2C-0.119%201.797%2C0.289%20L4.015%2C2.507%20L6.233%2C0.289%20C6.640%2C-0.119%207.302%2C-0.119%207.710%2C0.289%20C8.118%2C0.697%208.118%2C1.358%207.710%2C1.767%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .cart-mini-wrapper .shop2-cart-mini .cart-mini-buttons {
    font-size: 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 15px; }
  .cart-mini-wrapper .shop2-cart-mini .cart-mini-buttons a {
    background: #424c9a;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    border: none;
    border-radius: 6px;
    padding: 13px 20px 13px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
  .cart-mini-wrapper .shop2-cart-mini .cart-mini-buttons a:hover {
    background: #4751a5; }
  .cart-mini-wrapper .shop2-cart-mini .cart-mini-buttons a:active {
    background: #333a76; }
  .cart-mini-wrapper .shop2-cart-mini .cart-mini-buttons a.remove-all-cart-poruduct {
    background: #898989; }
    .cart-mini-wrapper .shop2-cart-mini .cart-mini-buttons a.remove-all-cart-poruduct:hover {
      background: #919191; }
    .cart-mini-wrapper .shop2-cart-mini .cart-mini-buttons a.remove-all-cart-poruduct:active {
      background: #7c7c7c; }

.user-flags-wrapper {
  font-size: 0; }
  @media (max-width: 1000px) {
  .user-flags-wrapper {
    margin-right: 20px; } }
  @media (max-width: 767px) {
  .user-flags-wrapper {
    display: none; } }
  .user-flags-wrapper .action-flag, .user-flags-wrapper .payment-flag {
    border-radius: 10px;
    padding: 7px 23px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0;
    text-decoration: none; }
  @media (max-width: 1100px) {
    .user-flags-wrapper .action-flag, .user-flags-wrapper .payment-flag {
      padding: 13px 15px; } }
  @media (max-width: 1000px) {
    .user-flags-wrapper .action-flag, .user-flags-wrapper .payment-flag {
      padding: 0;
      font-size: 0;
      width: 38px;
      height: 38px;
      box-sizing: border-box; } }
  .user-flags-wrapper .action-flag .icon, .user-flags-wrapper .payment-flag .icon {
    padding: 0 0 0 32px;
    position: relative; }
  @media (max-width: 1000px) {
      .user-flags-wrapper .action-flag .icon, .user-flags-wrapper .payment-flag .icon {
        width: 100%;
        height: 100%;
        padding: 0; } }
  .user-flags-wrapper .action-flag .icon:before, .user-flags-wrapper .payment-flag .icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%; }
  @media (max-width: 1000px) {
        .user-flags-wrapper .action-flag .icon:before, .user-flags-wrapper .payment-flag .icon:before {
          left: 50%;
          margin-left: -10px; } }
  @media (max-width: 1000px) {
    .user-flags-wrapper .action-flag, .user-flags-wrapper .payment-flag {
      margin: 0; } }
  .user-flags-wrapper .action-flag {
    background: rgba(143, 0, 255, 0.1);
    color: #000; }
  .user-flags-wrapper .action-flag .icon:before {
    width: 19px;
    height: 19px;
    margin-top: -10px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2019%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M9.5%2019C9.38125%2019%209.22292%2018.9604%209.10417%2018.8813L7.28333%2017.8125H5.18542C4.90833%2017.8125%204.63125%2017.6542%204.5125%2017.4167L3.44375%2015.5562L1.58333%2014.4875C1.34583%2014.3292%201.1875%2014.0917%201.1875%2013.8146V11.7167L0.11875%209.89583C-0.0395833%209.65833%20-0.0395833%209.34167%200.11875%209.10417L1.1875%207.28333V5.14583C1.1875%204.86875%201.34583%204.59167%201.58333%204.47292L3.40417%203.40417L4.47292%201.58333C4.63125%201.34583%204.86875%201.1875%205.14583%201.1875H7.28333L9.10417%200.11875C9.34167%20-0.0395833%209.65833%20-0.0395833%209.89583%200.11875L11.7167%201.1875H13.8146C14.0917%201.1875%2014.3688%201.34583%2014.4875%201.58333L15.5562%203.44375L17.4167%204.5125C17.6542%204.67083%2017.8125%204.90833%2017.8125%205.18542V7.28333L18.8813%209.10417C19.0396%209.34167%2019.0396%209.65833%2018.8813%209.89583L17.8125%2011.7167V13.8542C17.8125%2014.1312%2017.6542%2014.4083%2017.4167%2014.5271L15.5958%2015.5958L14.5271%2017.4167C14.3688%2017.6542%2014.1313%2017.8125%2013.8542%2017.8125H11.7167L9.89583%2018.8813C9.77708%2018.9604%209.61875%2019%209.5%2019ZM7.48125%2016.2687C7.63958%2016.2687%207.75833%2016.3083%207.87708%2016.3875L9.5%2017.3375L11.1229%2016.3875C11.2417%2016.3083%2011.3604%2016.2687%2011.5188%2016.2687H13.4188L14.3687%2014.6458C14.4479%2014.5271%2014.5271%2014.4083%2014.6458%2014.3687L16.2687%2013.4187V11.5188C16.2687%2011.3604%2016.3083%2011.2417%2016.3875%2011.1229L17.3375%209.5L16.3875%207.87708C16.3083%207.75833%2016.2687%207.6%2016.2687%207.48125V5.62083L14.6458%204.67083C14.5271%204.59167%2014.4083%204.5125%2014.3687%204.39375L13.4188%202.77083H11.5583C11.4%202.77083%2011.2812%202.73125%2011.1625%202.65208L9.5%201.70208L7.87708%202.65208C7.75833%202.73125%207.63958%202.77083%207.48125%202.77083H5.58125L4.67083%204.35417C4.59167%204.47292%204.5125%204.59167%204.39375%204.63125L2.77083%205.58125V7.48125C2.77083%207.63958%202.73125%207.75833%202.65208%207.87708L1.70208%209.5L2.65208%2011.1229C2.73125%2011.2417%202.77083%2011.4%202.77083%2011.5188V13.3792L4.39375%2014.3292C4.5125%2014.4083%204.63125%2014.4875%204.67083%2014.6063L5.62083%2016.2292L7.48125%2016.2687Z%22%20fill%3D%22%233A3A3A%22%2F%3E%3Cpath%20d%3D%22M5.9375%2013.6562C5.77917%2013.6562%205.62083%2013.6167%205.50208%2013.4979C5.26458%2013.2604%205.26458%2012.9042%205.50208%2012.6667L12.6271%205.54167C12.8646%205.30417%2013.2208%205.30417%2013.4583%205.54167C13.6958%205.77917%2013.6958%206.13542%2013.4583%206.37292L6.33333%2013.4979C6.25417%2013.6167%206.09583%2013.6562%205.9375%2013.6562Z%22%20fill%3D%22%233A3A3A%22%2F%3E%3Cpath%20d%3D%22M11.9146%2011.4C12.1917%2011.4%2012.4688%2011.6375%2012.4688%2011.9542C12.4688%2012.2312%2012.2313%2012.5083%2011.9146%2012.5083C11.5979%2012.5083%2011.3604%2012.2708%2011.3604%2011.9542C11.4%2011.6375%2011.6375%2011.4%2011.9146%2011.4ZM11.9146%2010.2125C10.9646%2010.2125%2010.1729%2010.9646%2010.1729%2011.9542C10.1729%2012.9438%2010.925%2013.6958%2011.9146%2013.6958C12.8646%2013.6958%2013.6562%2012.9438%2013.6562%2011.9542C13.6562%2010.9646%2012.8646%2010.2125%2011.9146%2010.2125Z%22%20fill%3D%22%233A3A3A%22%2F%3E%3Cpath%20d%3D%22M7.04583%206.53125C7.32292%206.53125%207.6%206.76875%207.6%207.08542C7.6%207.3625%207.3625%207.63958%207.04583%207.63958C6.72917%207.63958%206.49167%207.40208%206.49167%207.08542C6.53125%206.76875%206.76875%206.53125%207.04583%206.53125ZM7.04583%205.34375C6.09583%205.34375%205.30417%206.09583%205.30417%207.08542C5.30417%208.075%206.05625%208.82708%207.04583%208.82708C7.99583%208.82708%208.7875%208.075%208.7875%207.08542C8.7875%206.09583%208.03542%205.34375%207.04583%205.34375Z%22%20fill%3D%22%233A3A3A%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  @media (max-width: 1000px) {
    .user-flags-wrapper .action-flag {
      background: #fff;
      border-radius: 10px;
      margin-right: 20px; } }
  .user-flags-wrapper .payment-flag {
    background: rgba(252, 0, 0, 0.1);
    color: #000;
    margin-left: 10px; }
  .user-flags-wrapper .payment-flag .icon:before {
    width: 19px;
    height: 19px;
    margin-top: -10px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2019%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M18.4062%2010.3313H17.8521V6.72917C17.8521%206.29375%2017.4958%205.9375%2017.0604%205.9375H16.4667V3.5625C16.4667%203.12708%2016.1104%202.77083%2015.675%202.77083H12.6667C11.9542%201.14792%2010.3313%200%208.43125%200C6.53125%200%204.90833%201.14792%204.19583%202.77083H2.375C1.74167%202.77083%201.14792%203.00833%200.672917%203.48333C0.2375%203.91875%200%204.5125%200%205.14583V18.2083C0%2018.6438%200.35625%2019%200.791667%2019H17.0604C17.4958%2019%2017.8521%2018.6438%2017.8521%2018.2083V14.8438H18.4062C18.7229%2014.8438%2019%2014.5667%2019%2014.25V10.925C19%2010.5688%2018.7229%2010.3313%2018.4062%2010.3313ZM14.8833%204.35417V5.9375H12.8646C12.9833%205.50208%2013.0625%205.06667%2013.0625%204.63125C13.0625%204.55208%2013.0625%204.43333%2013.0625%204.35417H14.8833ZM8.43125%201.58333C10.0938%201.58333%2011.4792%202.96875%2011.4792%204.63125C11.4792%205.10625%2011.3604%205.54167%2011.1625%205.9375H5.7C5.50208%205.54167%205.38333%205.06667%205.38333%204.63125C5.38333%202.96875%206.72917%201.58333%208.43125%201.58333ZM1.82083%204.59167C1.97917%204.43333%202.17708%204.35417%202.375%204.35417H3.8C3.8%204.43333%203.8%204.55208%203.8%204.63125C3.8%205.06667%203.87917%205.50208%203.99792%205.9375H2.375C1.93958%205.9375%201.58333%205.58125%201.58333%205.14583C1.58333%204.94792%201.6625%204.75%201.82083%204.59167ZM16.2687%2017.4167H1.58333V7.3625C1.82083%207.48125%202.09792%207.52083%202.375%207.52083H16.2687V10.3313H15.5167C14.25%2010.3313%2013.2604%2011.3604%2013.2604%2012.5875C13.2604%2013.8146%2014.2896%2014.8438%2015.5167%2014.8438H16.2687V17.4167ZM17.8125%2013.6562H15.5167C14.9229%2013.6562%2014.4479%2013.1812%2014.4479%2012.5875C14.4479%2011.9937%2014.9229%2011.5188%2015.5167%2011.5188H17.8125V13.6562Z%22%20fill%3D%22%233A3A3A%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  @media (max-width: 1000px) {
    .user-flags-wrapper .payment-flag {
      background: #fff;
      border-radius: 10px;
      margin-left: 0; } }

.header-bottom-wrapper {
  padding: 0 20px; }
  .header-bottom-wrapper .header-bottom-inner {
    max-width: 1460px;
    margin: 0 auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 23px 0 24px; }
  @media (max-width: 767px) {
    .header-bottom-wrapper .header-bottom-inner {
      display: block;
      padding: 23px 0 23px; } }
  .header-bottom-wrapper .company-info-wrapper {
    max-width: 320px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 20px;
    width: 100%; }
  @media (max-width: 767px) {
    .header-bottom-wrapper .company-info-wrapper {
      text-align: center;
      max-width: 100%;
      margin-right: 0; } }
  .header-bottom-wrapper .company-info-wrapper.logo_left {
    max-width: 400px;
    display: flex;
    align-items: center; }
  .header-bottom-wrapper .company-info-wrapper.logo_left .site-logo {
    margin-right: 20px;
    flex-shrink: 0; }
  @media (max-width: 767px) {
        .header-bottom-wrapper .company-info-wrapper.logo_left .site-logo {
          margin-right: 0;
          margin-bottom: 10px; } }
  @media (max-width: 767px) {
      .header-bottom-wrapper .company-info-wrapper.logo_left {
        flex-direction: column;
        max-width: 100%; } }
  .header-bottom-wrapper .company-info-wrapper.logo_left + .right-bottom-header {
    flex-shrink: 0; }
  @media (max-width: 1000px) {
        .header-bottom-wrapper .company-info-wrapper.logo_left + .right-bottom-header {
          width: auto; } }
  .header-bottom-wrapper .company-name {
    color: #525252;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2; }
  .header-bottom-wrapper .company-name a {
    text-decoration: none;
    color: inherit; }
  @media (max-width: 767px) {
    .header-bottom-wrapper .company-name {
      font-size: 20px; } }
  .header-bottom-wrapper .site-desc {
    color: rgba(82, 82, 82, 0.5);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2; }
  @media (max-width: 767px) {
    .header-bottom-wrapper .site-desc {
      font-size: 16px; } }
  .header-bottom-wrapper .right-bottom-header {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 720px; }
  .header-bottom-wrapper .right-bottom-header.flex_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  @media (max-width: 1100px) {
    .header-bottom-wrapper .right-bottom-header {
      max-width: 640px; } }
  @media (max-width: 1000px) {
    .header-bottom-wrapper .right-bottom-header {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; } }
  @media (max-width: 767px) {
    .header-bottom-wrapper .right-bottom-header {
      max-width: 100%;
      display: block;
      text-align: center; } }
  .header-bottom-wrapper .site-contacts-wrapper {
    padding: 0;
    max-width: 231px;
    margin: 3px 0 0 10px; }
  @media (max-width: 767px) {
    .header-bottom-wrapper .site-contacts-wrapper {
      max-width: 100%;
      padding: 0;
      background: none;
      margin: 10px 0 0; } }
  .header-bottom-wrapper .site-address {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 7px; }
  .header-bottom-wrapper .site-phones {
    color: #484848;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700; }
  .header-bottom-wrapper .site-phones a {
    color: inherit;
    text-decoration: none; }
  @media (max-width: 1000px) {
    .header-bottom-wrapper .user-flags-wrapper {
      display: none; } }

.shop-folder-items-wr {
  background: #fff;
  min-height: 60px; }
  @media (max-width: 1000px) {
  .shop-folder-items-wr {
    min-height: auto; } }
  .shop-folder-items-wr .menuButton {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 5px;
    margin-left: -3px;
    display: none; }
  .shop-folder-items-wr .menuButton:before, .shop-folder-items-wr .menuButton:after, .shop-folder-items-wr .menuButton .line {
    background: #fff; }
  .shop-folder-items-wr .shop-folder-fixed {
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .shop-folder-items-wr .shop-folder-fixed.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #424c9a;
    z-index: 1001;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1); }
  .shop-folder-items-wr .shop-folder-fixed.fixed .shop-search-wrapper, .shop-folder-items-wr .shop-folder-fixed.fixed .shop-search-btn {
    display: none; }
  @media (max-width: 1000px) {
    .shop-folder-items-wr .shop-folder-fixed {
      display: none; }
      .shop-folder-items-wr .shop-folder-fixed.fixed {
        display: block; } }
  .shop-folder-items-wr .cart-mini-wrapper .shop2-cart-mini {
    left: auto;
    right: -28px; }
  .shop-folder-items-wr .cart-mini-wrapper .shop2-cart-mini:before {
    left: auto;
    right: 45px; }
  @media (max-width: 1500px) {
      .shop-folder-items-wr .cart-mini-wrapper .shop2-cart-mini {
        right: -7px; }
        .shop-folder-items-wr .cart-mini-wrapper .shop2-cart-mini:before {
          right: 25px; } }
  @media (max-width: 1000px) {
    .shop-folder-items-wr .cart-mini-wrapper {
      height: 44px;
      margin-left: 0; } }
  .shop-folder-items-wr .cart-mini-wrapper .button-cart {
    padding: 40px 40px 0px 0px;
    box-sizing: border-box;
    font-size: 0;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2226px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2026%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23ffffff%22%20d%3D%22M25.963%2C5.279%20L23.339%2C15.000%20C23.217%2C15.455%2022.812%2C15.769%2022.352%2C15.769%20L8.579%2C15.769%20C8.579%2C15.769%208.579%2C15.769%208.578%2C15.769%20C8.578%2C15.769%208.578%2C15.769%208.578%2C15.769%20C8.464%2C15.769%208.353%2C15.750%208.249%2C15.713%20C8.209%2C15.700%208.176%2C15.673%208.139%2C15.654%20C8.077%2C15.624%208.014%2C15.598%207.959%2C15.556%20C7.915%2C15.522%207.883%2C15.476%207.845%2C15.435%20C7.807%2C15.394%207.764%2C15.360%207.732%2C15.313%20C7.670%2C15.220%207.621%2C15.114%207.590%2C15.000%20L4.966%2C5.279%20C4.959%2C5.252%204.968%2C5.226%204.963%2C5.199%20L4.171%2C2.246%20L0.987%2C2.104%20C0.422%2C2.078%20-0.015%2C1.589%200.009%2C1.011%20C0.033%2C0.436%200.475%2C-0.037%201.077%2C0.011%20L5.007%2C0.186%20C5.451%2C0.205%205.833%2C0.517%205.951%2C0.955%20L6.755%2C3.954%20L24.976%2C3.954%20C25.296%2C3.954%2025.596%2C4.106%2025.790%2C4.366%20C25.985%2C4.626%2026.048%2C4.964%2025.963%2C5.279%20ZM7.316%2C6.048%20L9.362%2C13.675%20L21.571%2C13.675%20L23.629%2C6.048%20L7.316%2C6.048%20ZM11.025%2C16.241%20C12.578%2C16.241%2013.843%2C17.532%2013.843%2C19.121%20C13.843%2C20.708%2012.578%2C22.000%2011.025%2C22.000%20C9.469%2C22.000%208.207%2C20.708%208.207%2C19.121%20C8.207%2C17.532%209.469%2C16.241%2011.025%2C16.241%20ZM11.025%2C19.906%20C11.447%2C19.906%2011.794%2C19.553%2011.794%2C19.121%20C11.794%2C18.688%2011.447%2C18.335%2011.025%2C18.335%20C10.601%2C18.335%2010.256%2C18.688%2010.256%2C19.121%20C10.256%2C19.553%2010.601%2C19.906%2011.025%2C19.906%20ZM19.566%2C16.241%20C21.119%2C16.241%2022.384%2C17.532%2022.384%2C19.121%20C22.384%2C20.708%2021.119%2C22.000%2019.566%2C22.000%20C18.011%2C22.000%2016.747%2C20.708%2016.747%2C19.121%20C16.747%2C17.532%2018.011%2C16.241%2019.566%2C16.241%20ZM19.566%2C19.906%20C19.988%2C19.906%2020.334%2C19.553%2020.334%2C19.121%20C20.334%2C18.688%2019.988%2C18.335%2019.566%2C18.335%20C19.141%2C18.335%2018.797%2C18.688%2018.797%2C19.121%20C18.797%2C19.553%2019.141%2C19.906%2019.566%2C19.906%20Z%22%2F%3E%3C%2Fsvg%3E") 10% 50% no-repeat; }
  .shop-folder-items-wr .cart-mini-wrapper .button-cart.no_event, .shop-folder-items-wr .cart-mini-wrapper .button-cart.no_events {
    pointer-events: none; }
  .shop-folder-items-wr .cart-mini-wrapper .button-cart .count-product {
    color: #898989;
    background: #fff;
    left: 18px;
    top: 1px; }
  @media (max-width: 1000px) {
        .shop-folder-items-wr .cart-mini-wrapper .button-cart .count-product {
          left: 25px;
          top: 2px; } }
  .shop-folder-items-wr .cart-mini-wrapper .button-cart .fa-rouble svg {
    fill: #fff; }
  @media (max-width: 1000px) {
      .shop-folder-items-wr .cart-mini-wrapper .button-cart .title-in {
        display: none; }
      .shop-folder-items-wr .cart-mini-wrapper .button-cart {
        background-position: 50% 50%;
        padding: 20px;
        width: 100%;
        height: 100%; } }
  .shop-folder-items-wr .shop-folder-fixed-inner {
    position: relative;
    max-width: 1460px;
    margin: 0 auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background: #424c9a;
    border-radius: 10px;
    height: 100%;
    align-items: center;
    padding: 0 20px 0;
    box-sizing: border-box;
    min-height: 70px; }
  @media (max-width: 1460px) {
    .shop-folder-items-wr .shop-folder-fixed-inner {
      border-radius: 0; } }
  .shop-folder-items-wr .folder-menu-wr {
    max-width: 1200px;
    min-height: 1px;
    order: 0; }
  .shop-folder-items-wr .folders-shared {
    list-style: none;
    padding: 0;
    margin: 0; }
  .shop-folder-items-wr .folders-shared .flexMenu-viewMore > a {
    font-size: 30px;
    line-height: 0.1;
    height: 16px; }
  .shop-folder-items-wr .folders-shared .flexMenu-viewMore > a:hover {
    background: none;
    color: #fff; }
  .shop-folder-items-wr .folders-shared .flexMenu-viewMore.s3-menu-allin-active > a {
    background: none;
    color: #fff; }
    .shop-folder-items-wr .folders-shared .flexMenu-viewMore.s3-menu-allin-active > a:hover {
      background: none;
      color: #fff; }
  .shop-folder-items-wr .folders-shared ul {
    z-index: 200;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    display: none;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 180px; }
  .shop-folder-items-wr .folders-shared ul li {
    padding: 8px 0; }
  .shop-folder-items-wr .folders-shared ul li.s3-menu-allin-active > a {
    color: #424c9a; }
    .shop-folder-items-wr .folders-shared ul li.s3-menu-allin-active > a span {
      border-color: #424c9a; }
  .shop-folder-items-wr .folders-shared ul li a {
    color: #898989;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 0 22px; }
    .shop-folder-items-wr .folders-shared ul li a span {
      border-bottom: 1px solid transparent; }
    .shop-folder-items-wr .folders-shared ul li a:hover {
      color: #424c9a; }
    .shop-folder-items-wr .folders-shared ul li a:hover span {
      border-color: #424c9a; }
  @media (max-width: 1000px) {
    .shop-folder-items-wr .folders-shared {
      display: none; } }
  .shop-folder-items-wr .folders-shared > li {
    display: inline-block;
    vertical-align: top;
    border-radius: 12px; }
  .shop-folder-items-wr .folders-shared > li.s3-menu-allin-active > a {
    background: #fff;
    color: #898989; }
  .shop-folder-items-wr .folders-shared > li > ul ul {
    margin-top: -11px; }
  .shop-folder-items-wr .folders-shared > li:hover + li > a:before {
    display: none; }
  .shop-folder-items-wr .folders-shared > li > a {
    padding: 13px 25px 14px;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 12px;
    position: relative; }
  .shop-folder-items-wr .folders-shared > li > a:hover {
    background: #fff;
    color: #898989; }

.gr-new-folders .folders-shared-2 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .gr-new-folders .folders-shared-2 .flexMenu-viewMore > a {
    font-size: 30px;
    line-height: 0.1;
    height: 16px; }
  .gr-new-folders .folders-shared-2 .flexMenu-viewMore > a:hover {
    background: none;
    color: #fff; }
  .gr-new-folders .folders-shared-2 .flexMenu-viewMore.s3-menu-allin-active > a {
    background: none;
    color: #fff; }
  .gr-new-folders .folders-shared-2 .flexMenu-viewMore.s3-menu-allin-active > a:hover {
    background: none;
    color: #fff; }
  .gr-new-folders .folders-shared-2 ul {
    z-index: 200;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    display: none;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 180px; }
  .gr-new-folders .folders-shared-2 ul li {
    padding: 8px 0; }
  .gr-new-folders .folders-shared-2 ul li.s3-menu-allin-active > a {
    color: #424c9a; }
    .gr-new-folders .folders-shared-2 ul li.s3-menu-allin-active > a span {
      border-color: #424c9a; }
  .gr-new-folders .folders-shared-2 ul li a {
    color: #898989;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 0 22px; }
  .gr-new-folders .folders-shared-2 ul li a span {
    border-bottom: 1px solid transparent; }
  .gr-new-folders .folders-shared-2 ul li a:hover {
    color: #424c9a; }
    .gr-new-folders .folders-shared-2 ul li a:hover span {
      border-color: #424c9a; }
  @media (max-width: 1000px) {
  .gr-new-folders .folders-shared-2 {
    display: none; } }
  .gr-new-folders .folders-shared-2 > li {
    display: inline-block;
    vertical-align: top;
    border-radius: 12px; }
  .gr-new-folders .folders-shared-2 > li.s3-menu-allin-active > a {
    background: #fff;
    color: #898989; }
  .gr-new-folders .folders-shared-2 > li > ul ul {
    margin-top: -11px; }
  .gr-new-folders .folders-shared-2 > li:hover + li > a:before {
    display: none; }
  .gr-new-folders .folders-shared-2 > li > a {
    padding: 13px 25px 14px;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 12px;
    position: relative; }
  .gr-new-folders .folders-shared-2 > li > a:hover {
    background: #fff;
    color: #898989; }
  .gr-new-folders .folders-shared-2 ul.flexMenu-popup {
    left: 0;
    width: 100%;
    height: 70vh;
    overflow-y: scroll; }
  .gr-new-folders .folders-shared-2 ul.flexMenu-popup > li {
    display: inline-block;
    width: 33.333%;
    vertical-align: top; }
  .gr-new-folders .folders-shared-2 ul.flexMenu-popup ul {
    position: static;
    display: block;
    left: 0;
    margin: 0;
    box-shadow: none;
    background: none;
    padding-left: 10px; }

.shop-search-btn {
  width: 25px;
  height: 25px;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2225px%22%20height%3D%2225px%22%20%20viewBox%3D%220%200%2025%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M24.6875%2023.2292L18.3854%2016.9271C19.8437%2015.1562%2020.7292%2012.8646%2020.7292%2010.3646C20.7292%204.63542%2016.0938%200%2010.3646%200C4.63542%200%200%204.63542%200%2010.3646C0%2016.0938%204.63542%2020.7292%2010.3646%2020.7292C12.8646%2020.7292%2015.1562%2019.8437%2016.9271%2018.3854L23.2292%2024.6875C23.4375%2024.8958%2023.6979%2025%2023.9583%2025C24.2188%2025%2024.4792%2024.8958%2024.6875%2024.6875C25.1042%2024.2708%2025.1042%2023.6458%2024.6875%2023.2292ZM2.08333%2010.3646C2.08333%205.78125%205.78125%202.08333%2010.3646%202.08333C14.9479%202.08333%2018.6458%205.78125%2018.6458%2010.3646C18.6458%2014.9479%2014.9479%2018.6458%2010.3646%2018.6458C5.78125%2018.6458%202.08333%2014.9479%202.08333%2010.3646Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  order: 2; }
  @media (max-width: 1000px) {
  .shop-search-btn {
    order: 10;
    width: 38px;
    height: 38px;
    margin-left: 20px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2225px%22%20height%3D%2225px%22%20%20viewBox%3D%220%200%2025%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M24.6875%2023.2292L18.3854%2016.9271C19.8437%2015.1562%2020.7292%2012.8646%2020.7292%2010.3646C20.7292%204.63542%2016.0938%200%2010.3646%200C4.63542%200%200%204.63542%200%2010.3646C0%2016.0938%204.63542%2020.7292%2010.3646%2020.7292C12.8646%2020.7292%2015.1562%2019.8437%2016.9271%2018.3854L23.2292%2024.6875C23.4375%2024.8958%2023.6979%2025%2023.9583%2025C24.2188%2025%2024.4792%2024.8958%2024.6875%2024.6875C25.1042%2024.2708%2025.1042%2023.6458%2024.6875%2023.2292ZM2.08333%2010.3646C2.08333%205.78125%205.78125%202.08333%2010.3646%202.08333C14.9479%202.08333%2018.6458%205.78125%2018.6458%2010.3646C18.6458%2014.9479%2014.9479%2018.6458%2010.3646%2018.6458C5.78125%2018.6458%202.08333%2014.9479%202.08333%2010.3646Z%22%20fill%3D%22%233a3a3a%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; } }

.shop-search-wrapper {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  top: 0;
  right: 0;
  z-index: 500;
  padding: 16px 20px 30px;
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 300px;
  box-sizing: border-box;
  height: 60vh;
  overflow-y: auto; }
  @media (max-width: 1100px) {
  .shop-search-wrapper {
    right: 20px; } }
  .shop-search-wrapper.opened {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  @media (max-width: 1000px) {
  .shop-search-wrapper {
    left: auto;
    width: 300px; } }
  .shop-search-wrapper .site-search-wr {
    font-size: 0;
    margin: 0 0 19px; }
  .shop-search-wrapper .site-search-wr form {
    height: 44px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    box-sizing: border-box; }
  @media (max-width: 1000px) {
      .shop-search-wrapper .site-search-wr form {
        display: block; } }
  .shop-search-wrapper .site-search-wr .search-text {
    height: 100%;
    padding: 0;
    border: none;
    background: none;
    border-radius: 6px;
    padding: 12px 45px 12px 20px;
    outline: none;
    color: #484848;
    font: 15px Arial, Helvetica, sans-serif;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #e6e6e6;
    text-overflow: ellipsis; }
  .shop-search-wrapper .site-search-wr .search-text::-webkit-input-placeholder {
    color: #b8b8b8; }
  .shop-search-wrapper .site-search-wr .search-text::-moz-placeholder {
    color: #b8b8b8; }
  .shop-search-wrapper .site-search-wr .search-text:-moz-placeholder {
    color: #b8b8b8; }
  .shop-search-wrapper .site-search-wr .search-text:-ms-input-placeholder {
    color: #b8b8b8; }
  @media (max-width: 1000px) {
      .shop-search-wrapper .site-search-wr .search-text {
        width: 100%; } }
  @media (max-width: 767px) {
      .shop-search-wrapper .site-search-wr .search-text {
        padding-right: 30px;
        padding-left: 10px; } }
  .shop-search-wrapper .site-search-wr .search-button {
    outline: none;
    vertical-align: top;
    display: inline-block;
    border: none;
    width: 40px;
    height: 44px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23afafaf%22%20d%3D%22M19.987%2C18.750%20C19.987%2C19.080%2019.856%2C19.391%2019.618%2C19.624%20C19.381%2C19.858%2019.065%2C19.987%2018.729%2C19.987%20C18.394%2C19.987%2018.078%2C19.858%2017.840%2C19.624%20L13.812%2C15.661%20C12.381%2C16.658%2010.654%2C17.268%208.771%2C17.268%20C3.934%2C17.268%20-0.002%2C13.396%20-0.003%2C8.636%20C-0.002%2C3.874%203.935%2C-0.002%208.773%2C-0.002%20C13.610%2C-0.002%2017.547%2C3.872%2017.549%2C8.634%20C17.549%2C10.650%2016.831%2C12.498%2015.647%2C13.968%20L19.618%2C17.875%20C19.856%2C18.108%2019.987%2C18.418%2019.987%2C18.750%20ZM8.773%2C2.473%20C5.322%2C2.473%202.513%2C5.238%202.512%2C8.636%20C2.513%2C12.031%205.321%2C14.793%208.771%2C14.793%20C12.224%2C14.793%2015.034%2C12.030%2015.034%2C8.634%20C15.032%2C5.237%2012.224%2C2.473%208.773%2C2.473%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  @media (max-width: 767px) {
      .shop-search-wrapper .site-search-wr .search-button {
        width: 25px;
        margin-right: 5px; } }
  .shop-search-wrapper .search-shop-button {
    display: none !important; }
  .shop-search-wrapper .shop2-block.search-form:before {
    content: "";
    position: absolute;
    right: 25px;
    top: -6px;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }
  @media (max-width: 1500px) {
      .shop-search-wrapper .shop2-block.search-form:before {
        right: 10px; } }
  .shop-search-wrapper .shop2-block.search-form .row {
    margin: 0 0 19px;
    font-size: 15px; }
  .shop-search-wrapper .shop2-block.search-form .row .row-title {
    color: #898989;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px;
    display: block; }
  .shop-search-wrapper .shop2-block.search-form .row .first-folder {
    font-weight: 600;
    margin: 10px 0; }
  .shop-search-wrapper .shop2-block.search-form .row ul {
    font-weight: 300; }
  .shop-search-wrapper .shop2-block.search-form .row ul li {
    margin: 5px 0; }
  .shop-search-wrapper .shop2-block.search-form .row .row-price {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .shop-search-wrapper .shop2-block.search-form .row .row-price input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%; }
    .shop-search-wrapper .shop2-block.search-form .row .row-price input::-webkit-input-placeholder {
      color: #898989;
      text-transform: capitalize; }
    .shop-search-wrapper .shop2-block.search-form .row .row-price input::-moz-placeholder {
      color: #898989;
      text-transform: capitalize; }
    .shop-search-wrapper .shop2-block.search-form .row .row-price input:-moz-placeholder {
      color: #898989;
      text-transform: capitalize; }
    .shop-search-wrapper .shop2-block.search-form .row .row-price input:-ms-input-placeholder {
      color: #898989;
      text-transform: capitalize; }
  .shop-search-wrapper .shop2-block.search-form .row input[type=text] {
    outline: none;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    padding: 6px 12px 7px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #484848;
    line-height: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .shop-search-wrapper .shop2-block.search-form .row.button {
    margin-bottom: 0; }
  .shop-search-wrapper .shop2-block.search-form .row .search-btn {
    background: #424c9a;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    border: none;
    padding: 13px 20px;
    outline: none; }
  .shop-search-wrapper .shop2-block.search-form .row .search-btn:hover {
    background: #4751a5; }
  .shop-search-wrapper .shop2-block.search-form .row .search-btn:active {
    background: #333a76; }

html.mobile .shop-search-wrapper {
  left: auto;
  right: 0;
  width: 270px;
  box-sizing: border-box; }
  @media (max-width: 1500px) {
    html.mobile .shop-search-wrapper {
      right: 20px; } }
  @media (max-width: 1000px) {
    html.mobile .shop-search-wrapper {
      overflow-y: scroll;
      height: 80vh;
      right: 0; } }
  @media (max-width: 479px) {
    html.mobile .shop-search-wrapper {
      left: 0;
      width: 100%; } }
  html.mobile .shop-search-wrapper .site-search-wr form {
    display: block; }
  html.mobile .shop-search-wrapper .site-search-wr .search-text {
    width: 100%; }
  html.mobile .shop-search-wrapper .search-shop-button {
    position: absolute;
    right: 12px;
    top: 0; }
  html.mobile .shop-search-wrapper .shop2-block.search-form {
    left: auto;
    width: 230px; }
  @media (max-width: 479px) {
      html.mobile .shop-search-wrapper .shop2-block.search-form {
        width: 100%; } }

.top-cols-wrapper {
  background: #fff;
  padding: 20px 20px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.03); }
  @media (max-width: 767px) {
  .top-cols-wrapper {
    padding: 0 20px 0; } }
  .top-cols-wrapper .top-cols-inner {
    max-width: 1460px;
    margin: 0 auto;
    box-sizing: border-box; }
  @media (min-width: 1281px) {
    .top-cols-wrapper .top-cols-inner {
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      max-height: 390px; } }

.slider-main-wrapper {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1281px) {
  .slider-main-wrapper {
    width: calc(100% - 295px) !important;
    margin-right: 20px;
    margin-left: 0; } }
  @media (max-width: 767px) {
  .slider-main-wrapper {
    padding-bottom: 0; } }
  .slider-main-wrapper .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 0;
    z-index: 5; }
  @media (max-width: 539px) {
    .slider-main-wrapper .owl-nav {
      right: 10px;
      bottom: 10px; } }
  .slider-main-wrapper .owl-nav .owl-prev, .slider-main-wrapper .owl-nav .owl-next {
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    background-size: 38px 38px;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: all 0.3s; }
  @media (max-width: 539px) {
      .slider-main-wrapper .owl-nav .owl-prev, .slider-main-wrapper .owl-nav .owl-next {
        width: 25px;
        height: 25px; } }
  .slider-main-wrapper .owl-nav .owl-next {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M3.05331%2013.2391L22.1452%2013.243L17.0551%208.15082C16.2774%207.37284%2016.2777%206.10005%2017.0556%205.32239C17.8336%204.54473%2019.1064%204.54499%2019.8841%205.32297L29.7815%2015.2245L19.88%2025.122C19.1021%2025.8996%2017.8293%2025.8994%2017.0516%2025.1214C16.2739%2024.3434%2016.2742%2023.0706%2017.0522%2022.293L22.1444%2017.2028L3.0525%2017.1989C2.48682%2017.1988%201.99189%2016.9866%201.6384%2016.633C1.28492%2016.2793%201.07289%2015.7843%201.07301%2015.2186C1.07324%2014.0873%201.92194%2013.2389%203.05331%2013.2391Z%22%20fill%3D%22%23B9B9B9%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #fff;
    background-size: 20px; }
  .slider-main-wrapper .owl-nav .owl-next:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M3.05331%2013.2391L22.1452%2013.243L17.0551%208.15082C16.2774%207.37284%2016.2777%206.10005%2017.0556%205.32239C17.8336%204.54473%2019.1064%204.54499%2019.8841%205.32297L29.7815%2015.2245L19.88%2025.122C19.1021%2025.8996%2017.8293%2025.8994%2017.0516%2025.1214C16.2739%2024.3434%2016.2742%2023.0706%2017.0522%2022.293L22.1444%2017.2028L3.0525%2017.1989C2.48682%2017.1988%201.99189%2016.9866%201.6384%2016.633C1.28492%2016.2793%201.07289%2015.7843%201.07301%2015.2186C1.07324%2014.0873%201.92194%2013.2389%203.05331%2013.2391Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #424c9a;
    background-size: 20px; }
  @media (max-width: 539px) {
      .slider-main-wrapper .owl-nav .owl-next, .slider-main-wrapper .owl-nav .owl-next:hover, .slider-main-wrapper .owl-nav .owl-next:active {
        -webkit-background-size: 12px;
        background-size: 12px; } }
  .slider-main-wrapper .owl-nav .owl-prev {
    margin-right: 14px;
    margin-top: 1px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M26.9467%2016.761L7.85481%2016.7571L12.9449%2021.8493C13.7226%2022.6273%2013.7223%2023.9001%2012.9444%2024.6777C12.1664%2025.4554%2010.8936%2025.4551%2010.1159%2024.6772L0.218458%2014.7756L10.12%204.87816C10.8979%204.10051%2012.1707%204.10077%2012.9484%204.87874C13.7261%205.65672%2013.7258%206.92951%2012.9478%207.70717L7.85561%2012.7973L26.9475%2012.8012C27.5132%2012.8013%2028.0081%2013.0135%2028.3616%2013.3672C28.7151%2013.7208%2028.9271%2014.2158%2028.927%2014.7815C28.9268%2015.9129%2028.0781%2016.7612%2026.9467%2016.761Z%22%20fill%3D%22%23B9B9B9%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #fff;
    background-size: 20px; }
  .slider-main-wrapper .owl-nav .owl-prev:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M26.9467%2016.761L7.85481%2016.7571L12.9449%2021.8493C13.7226%2022.6273%2013.7223%2023.9001%2012.9444%2024.6777C12.1664%2025.4554%2010.8936%2025.4551%2010.1159%2024.6772L0.218458%2014.7756L10.12%204.87816C10.8979%204.10051%2012.1707%204.10077%2012.9484%204.87874C13.7261%205.65672%2013.7258%206.92951%2012.9478%207.70717L7.85561%2012.7973L26.9475%2012.8012C27.5132%2012.8013%2028.0081%2013.0135%2028.3616%2013.3672C28.7151%2013.7208%2028.9271%2014.2158%2028.927%2014.7815C28.9268%2015.9129%2028.0781%2016.7612%2026.9467%2016.761Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #424c9a;
    background-size: 20px; }
  @media (max-width: 539px) {
      .slider-main-wrapper .owl-nav .owl-prev {
        margin-right: 4px; }
        .slider-main-wrapper .owl-nav .owl-prev, .slider-main-wrapper .owl-nav .owl-prev:hover, .slider-main-wrapper .owl-nav .owl-prev:active {
          -webkit-background-size: 12px;
          background-size: 12px; } }
  .slider-main-wrapper .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 15px;
    display: flex;
    align-items: center;
    padding-left: 20px; }
  @media (max-width: 767px) {
    .slider-main-wrapper .owl-dots {
      bottom: -5px;
      padding-left: 0;
      justify-content: center;
      display: none; } }
  .slider-main-wrapper .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 250px;
    margin-right: 9px;
    cursor: pointer; }
  @media (max-width: 767px) {
      .slider-main-wrapper .owl-dots .owl-dot {
        background: rgba(66, 76, 154, 0.5); } }
  .slider-main-wrapper .owl-dots .owl-dot:last-child {
    margin-right: 0; }
  .slider-main-wrapper .owl-dots .owl-dot.active {
    width: 19px;
    background: #424c9a; }
  .slider-main-wrapper .zooming .slide-item {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7); }
  .slider-main-wrapper .zoomingDrag .slide-item {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  .slider-main-wrapper .slide-item {
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 10px;
    overflow: hidden; }
  @media (max-width: 767px) {
    .slider-main-wrapper .slide-item {
      border: 1px solid #e3e3e3; } }
  .slider-main-wrapper .slide-item .button-slide.all-slide {
    display: none; }
  @media (max-width: 1024px) {
      .slider-main-wrapper .slide-item .button-slide.all-slide {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        font-size: 0;
        padding: 0;
        background: none;
        border-radius: 10px;
        transition: all 0.3s;
        z-index: 999; } }
  .slider-main-wrapper .slide-item .slide-image {
    height: 360px;
    position: relative;
    overflow: hidden; }
  @media (max-width: 767px) {
      .slider-main-wrapper .slide-item .slide-image {
        height: auto;
        position: relative;
        padding-top: 48.3%; }
        .slider-main-wrapper .slide-item .slide-image .image-cover {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; } }
  @media (max-width: 539px) {
      .slider-main-wrapper .slide-item .slide-image {
        padding-top: 68.3%; } }
  .slider-main-wrapper .slide-item .slide-image .image-cover {
    width: 100%;
    height: 100%; }
  .slider-main-wrapper .slide-item .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .slider-main-wrapper .slide-text-wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  @media (max-width: 1024px) {
    .slider-main-wrapper .slide-text-wr {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      bottom: 0;
      z-index: 10;
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start; } }
  @media (max-width: 539px) {
    .slider-main-wrapper .slide-text-wr {
      bottom: auto; } }
  .slider-main-wrapper .slide-text-wr .slide-text-in {
    margin: 40px 0 0 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 43px 40px 30px;
    width: max-content;
    max-width: 600px;
    position: relative;
    box-sizing: border-box; }
  @media (max-width: 1024px) {
      .slider-main-wrapper .slide-text-wr .slide-text-in {
        padding: 30px 30px 30px; } }
  @media (max-width: 1000px) {
      .slider-main-wrapper .slide-text-wr .slide-text-in {
        margin: 20px; } }
  @media (max-width: 767px) {
      .slider-main-wrapper .slide-text-wr .slide-text-in {
        max-width: 100%;
        padding: 15px; } }
  @media (max-width: 539px) {
      .slider-main-wrapper .slide-text-wr .slide-text-in {
        margin: 0 20px; } }
  @media (max-width: 479px) {
      .slider-main-wrapper .slide-text-wr .slide-text-in {
        padding: 15px; } }
  .slider-main-wrapper .slide-text-wr .title-slide {
    color: #525252;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 21px;
    line-height: 1; }
  @media (max-width: 960px) {
      .slider-main-wrapper .slide-text-wr .title-slide {
        font-size: 25px; } }
  @media (max-width: 767px) {
      .slider-main-wrapper .slide-text-wr .title-slide {
        margin-bottom: 11px;
        font-size: 22px; } }
  @media (max-width: 539px) {
      .slider-main-wrapper .slide-text-wr .title-slide {
        font-size: 16px;
        margin-bottom: 5px; } }
  @media (max-width: 479px) {
      .slider-main-wrapper .slide-text-wr .title-slide {
        font-size: 14px; } }
  .slider-main-wrapper .slide-text-wr .title-slide.no-margin {
    margin-bottom: 0; }
  @media (max-width: 767px) {
        .slider-main-wrapper .slide-text-wr .title-slide.no-margin {
          margin-bottom: 0; } }
  .slider-main-wrapper .slide-text-wr .price-slide {
    color: #424c9a;
    font-size: 35px;
    font-weight: 700;
    line-height: 1; }
  .slider-main-wrapper .slide-text-wr .price-slide .per_quantity {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #525252; }
  @media (max-width: 960px) {
      .slider-main-wrapper .slide-text-wr .price-slide {
        font-size: 35px; } }
  @media (max-width: 767px) {
      .slider-main-wrapper .slide-text-wr .price-slide {
        font-size: 25px; } }
  @media (max-width: 539px) {
      .slider-main-wrapper .slide-text-wr .price-slide {
        font-size: 16px; }
        .slider-main-wrapper .slide-text-wr .price-slide .per_quantity {
          font-size: 12px;
          line-height: 1; } }
  @media (max-width: 479px) {
      .slider-main-wrapper .slide-text-wr .price-slide .fa-rouble svg {
        width: 11px;
        height: 13px; } }
  .slider-main-wrapper .slide-text-wr .button-slide {
    display: inline-block;
    vertical-align: top;
    margin: 23px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 38px 16px;
    background: #424c9a;
    border-radius: 10px;
    transition: all 0.3s; }
  @media (max-width: 1024px) {
      .slider-main-wrapper .slide-text-wr .button-slide {
        display: none; } }
  @media (min-width: 479px) {
      .slider-main-wrapper .slide-text-wr .button-slide:hover {
        background: #4751a5; }
      .slider-main-wrapper .slide-text-wr .button-slide:active {
        background: #333a76; } }
  @media (max-width: 479px) {
      .slider-main-wrapper .slide-text-wr .button-slide {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -19px;
        width: 38px;
        height: 38px;
        padding: 0;
        font-size: 0;
        background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2238px%22%20height%3D%2238px%22%20%20viewBox%3D%220%200%2038%2038%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M19.006%2C37.986%20C8.532%2C37.986%200.007%2C29.463%200.007%2C18.988%20C0.007%2C8.513%208.532%2C-0.010%2019.006%2C-0.010%20C29.482%2C-0.010%2038.003%2C8.513%2038.003%2C18.988%20C38.003%2C29.463%2029.482%2C37.986%2019.006%2C37.986%20ZM19.006%2C3.355%20C10.385%2C3.355%203.372%2C10.368%203.372%2C18.988%20C3.372%2C27.608%2010.385%2C34.620%2019.006%2C34.620%20C27.625%2C34.620%2034.638%2C27.608%2034.638%2C18.988%20C34.638%2C10.368%2027.625%2C3.355%2019.006%2C3.355%20ZM19.202%2C26.691%20C18.874%2C27.019%2018.443%2C27.184%2018.013%2C27.184%20C17.583%2C27.184%2017.152%2C27.019%2016.823%2C26.691%20C16.166%2C26.035%2016.166%2C24.969%2016.823%2C24.311%20L20.462%2C20.670%20L11.082%2C20.670%20C10.153%2C20.670%209.400%2C19.918%209.400%2C18.988%20C9.400%2C18.058%2010.153%2C17.305%2011.082%2C17.305%20L20.462%2C17.305%20L16.823%2C13.664%20C16.166%2C13.007%2016.166%2C11.941%2016.823%2C11.285%20C17.481%2C10.628%2018.545%2C10.628%2019.202%2C11.285%20L25.710%2C17.798%20C26.367%2C18.456%2026.367%2C19.520%2025.710%2C20.177%20L19.202%2C26.691%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; } }

@media (min-width: 1281px) {
    .right-cols-wr {
      width: 100%;
      max-width: 270px;
      display: flex;
      flex-direction: column-reverse; } }
  @media (max-width: 1280px) {
  .right-cols-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 20px auto 0; }
    .right-cols-wr .action-col-bottom, .right-cols-wr .action-col-top {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 48.5%;
      -moz-box-flex: 1;
      -moz-flex: 1 0 48.5%;
      -ms-flex: 1 0 48.5%;
      flex: 1 0 48.5%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0; }

    .right-cols-wr .action-col-top {
      margin-right: 1.5%; }

    .right-cols-wr .action-col-bottom {
      margin-left: 1.5%; } }
  @media (max-width: 1280px) and (max-width: 900px) {
        .right-cols-wr .action-col-bottom, .right-cols-wr .action-col-top {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 48%;
          -moz-box-flex: 1;
          -moz-flex: 1 1 48%;
          -ms-flex: 1 1 48%;
          flex: 1 1 48%; } }
  @media (max-width: 1280px) and (max-width: 639px) {
        .right-cols-wr .action-col-bottom, .right-cols-wr .action-col-top {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 1 100%;
          -ms-flex: 0 1 100%;
          flex: 0 1 100%; } }
  @media (max-width: 1280px) and (max-width: 900px) {
        .right-cols-wr .action-col-top {
          margin-right: 2%; } }
  @media (max-width: 1280px) and (max-width: 639px) {
        .right-cols-wr .action-col-top {
          margin-right: 0;
          margin-bottom: 20px; } }
  @media (max-width: 1280px) and (max-width: 900px) {
        .right-cols-wr .action-col-bottom {
          margin-left: 2%; } }
  @media (max-width: 1280px) and (max-width: 639px) {
        .right-cols-wr .action-col-bottom {
          margin-left: 0; } }
  @media (max-width: 767px) {
  .right-cols-wr {
    margin: 20px auto 0; } }
  @media (max-width: 639px) {
  .right-cols-wr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%; } }
  .right-cols-wr .action-col-top {
    position: relative;
    background: #424c9a;
    border-radius: 10px;
    padding: 21px 25px 18px 25px;
    z-index: 5;
    overflow: hidden;
    height: 167px;
    box-sizing: border-box; }
  .right-cols-wr .action-col-top:before {
    content: "";
    position: absolute;
    right: -37px;
    bottom: -27px;
    width: 112px;
    height: 112px;
    z-index: -1;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22112px%22%20height%3D%22112px%22%20%20viewBox%3D%220%200%20112%20112%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20opacity%3D%220.502%22%20fill%3D%22%23ffffff%22%20d%3D%22M103.861%2C51.301%20L111.997%2C55.999%20L103.753%2C60.759%20L110.896%2C67.051%20L102.120%2C70.008%20L107.769%2C77.345%20L98.335%2C78.603%20L102.538%2C87.143%20L93.164%2C86.523%20L95.595%2C95.596%20L86.401%2C93.133%20L87.002%2C102.633%20L78.705%2C98.517%20L77.512%2C107.701%20L69.950%2C101.919%20L66.885%2C110.929%20L60.696%2C103.862%20L55.998%2C111.998%20L51.239%2C103.755%20L44.946%2C110.897%20L41.990%2C102.121%20L34.652%2C107.771%20L33.394%2C98.335%20L24.854%2C102.540%20L25.475%2C93.165%20L16.400%2C95.596%20L18.864%2C86.402%20L9.365%2C87.003%20L13.480%2C78.706%20L4.296%2C77.512%20L10.079%2C69.952%20L1.067%2C66.886%20L8.135%2C60.697%20L-0.002%2C55.999%20L8.242%2C51.240%20L1.100%2C44.947%20L9.876%2C41.991%20L4.227%2C34.653%20L13.661%2C33.395%20L9.458%2C24.855%20L18.832%2C25.476%20L16.400%2C16.401%20L25.594%2C18.866%20L24.994%2C9.366%20L33.290%2C13.480%20L34.483%2C4.297%20L42.045%2C10.079%20L45.111%2C1.068%20L51.300%2C8.136%20L55.998%2C-0.000%20L60.757%2C8.243%20L67.049%2C1.101%20L70.006%2C9.877%20L77.344%2C4.228%20L78.602%2C13.663%20L87.142%2C9.459%20L86.520%2C18.833%20L95.595%2C16.401%20L93.132%2C25.596%20L102.632%2C24.995%20L98.516%2C33.291%20L107.700%2C34.485%20L101.918%2C42.047%20L110.929%2C45.113%20L103.861%2C51.301%20ZM38.534%2C27.080%20C31.215%2C27.080%2026.139%2C31.929%2026.139%2C39.025%20C26.139%2C47.467%2031.451%2C51.509%2039.125%2C51.509%20C47.034%2C51.509%2051.520%2C47.017%2051.520%2C39.653%20C51.520%2C31.929%2047.389%2C27.080%2038.534%2C27.080%20ZM61.606%2C27.348%20L37.167%2C84.828%20L50.745%2C84.828%20L75.182%2C27.348%20L61.606%2C27.348%20ZM72.871%2C60.489%20C65.552%2C60.489%2060.475%2C65.339%2060.475%2C72.435%20C60.475%2C80.877%2065.787%2C84.919%2073.461%2C84.919%20C81.371%2C84.919%2085.857%2C80.427%2085.857%2C73.063%20C85.857%2C65.339%2081.725%2C60.489%2072.871%2C60.489%20ZM73.461%2C79.710%20C71.573%2C79.710%2069.329%2C77.015%2069.329%2C72.435%20C69.329%2C68.393%2071.336%2C65.878%2072.753%2C65.878%20C75.351%2C65.878%2076.766%2C68.752%2076.766%2C73.063%20C76.766%2C77.015%2075.468%2C79.710%2073.461%2C79.710%20ZM39.125%2C46.299%20C37.237%2C46.299%2034.993%2C43.605%2034.993%2C39.025%20C34.993%2C34.983%2037.000%2C32.468%2038.417%2C32.468%20C41.014%2C32.468%2042.430%2C35.342%2042.430%2C39.653%20C42.430%2C43.605%2041.131%2C46.299%2039.125%2C46.299%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  @media (max-width: 767px) {
    .right-cols-wr .action-col-top {
      margin-bottom: 20px; } }
  .right-cols-wr .action-col-top .title-action {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px; }
  .right-cols-wr .action-col-top .text-action {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    max-height: 62px;
    overflow: hidden;
    line-height: 18px; }
  .right-cols-wr .action-col-top .text-action p {
    margin: 0; }
  .right-cols-wr .action-col-top .price-action {
    margin-top: 8px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1; }
  .right-cols-wr .action-col-top .price-action .fa-rouble svg {
    fill: #fff;
    width: 17px;
    height: 21px; }
  .right-cols-wr .action-col-top .price-action .per_quantity {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #fff; }
  .right-cols-wr .action-col-bottom {
    position: relative;
    z-index: 6;
    height: 167px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 30px; }
  @media (max-width: 1280px) {
    .right-cols-wr .action-col-bottom {
      margin: 0; } }
  @media (max-width: 639px) {
    .right-cols-wr .action-col-bottom {
      margin-bottom: 20px; } }
  .right-cols-wr .action-col-bottom .image-cover {
    width: 100%;
    height: 100%; }
  .right-cols-wr .action-col-bottom .image-cover img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .right-cols-wr .action-col-bottom .button-action {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    text-decoration: none;
    background: #424c9a;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    padding: 15px 50px 15px 25px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .right-cols-wr .action-col-bottom .button-action:hover {
    background: #4853a8; }
  .right-cols-wr .action-col-bottom .button-action:active {
    background: #333a76; }

.folders-blocks-wr {
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05); }
  .folders-blocks-wr__inner {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 20px; }
  .folders-blocks-wr .folders-blocks {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px;
    padding: 22px 0 17px; }
  @media (max-width: 900px) {
    .folders-blocks-wr .folders-blocks {
      padding: 35px 0 17px; } }
  @media (max-width: 767px) {
    .folders-blocks-wr .folders-blocks {
      padding: 0 0 17px; } }
  .folders-blocks-wr .folder-block-item-wr {
    box-sizing: border-box;
    width: calc(20% - 28px);
    margin: 0 14px 52px;
    display: flex;
    position: relative;
    border-radius: 10px;
    height: 107px;
    transition: all 0.3s; }
  .folders-blocks-wr .folder-block-item-wr:hover .image-cover img {
    transform: scale(1.2); }
  .folders-blocks-wr .folder-block-item-wr:hover .folder-name {
    background: #424c9a;
    color: #fff; }
  .folders-blocks-wr .folder-block-item-wr.hide {
    display: none; }
  @media (max-width: 1100px) {
    .folders-blocks-wr .folder-block-item-wr {
      width: calc(33.332% - 28px); } }
  @media (max-width: 800px) {
    .folders-blocks-wr .folder-block-item-wr {
      width: calc(50% - 28px); } }
  @media (max-width: 600px) {
    .folders-blocks-wr .folder-block-item-wr {
      width: 100%;
      max-width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      padding: 0 15px 20px; } }
  .folders-blocks-wr .folder-block-item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: -32px;
    z-index: 2; }
  .folders-blocks-wr .folder-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 10px; }
  .folders-blocks-wr .folder-image.no-image {
    background: url('/g/templates/shop2/2.61.2/no-img.svg') 50% 50% no-repeat #f7f7f7; }
  .folders-blocks-wr .folder-image .image-cover {
    display: block; }
  .folders-blocks-wr .folder-image img {
    transition: all 0.3s;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .folders-blocks-wr .folder-name {
    position: absolute;
    background: #fff;
    right: 20px;
    left: 20px;
    bottom: -30px;
    padding: 17px 17px 14px;
    border-radius: 10px;
    text-align: center;
    color: #525252;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    box-sizing: border-box;
    transition: all 0.3s;
    min-height: 54px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (max-width: 900px) {
    .folders-blocks-wr .folder-name {
      color: #424c9a; } }

.folders-view-button {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  display: none;
  margin-top: -17px; }
  .folders-view-button a {
    display: inline-block;
    vertical-align: top;
    padding: 17px 60px 17px 50px;
    color: #525252;
    font-size: 18px;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    position: relative;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s; }
  .folders-view-button a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 30px;
    width: 11px;
    height: 6px;
    transition: all 0.3s;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%226px%22%20%20viewBox%3D%220%200%2011%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M-4.00813e-05%200.61776C-4.00746e-05%200.46332%200.066905%200.30888%200.200796%200.185328C0.468578%20-0.0617765%200.870252%20-0.0617765%201.13803%200.185328L5.33329%203.85071L9.52855%200.185328C9.79633%20-0.0617761%2010.198%20-0.0617761%2010.4658%200.185328C10.7336%200.432432%2010.7336%200.803089%2010.4658%201.05019L5.80191%205.148C5.66802%205.27156%205.50066%205.33333%205.33329%205.33333C5.16593%205.33333%204.99856%205.27156%204.86467%205.148L0.200796%201.05019C0.066905%200.926641%20-4.00881e-05%200.7722%20-4.00813e-05%200.61776Z%22%20fill%3D%22%233A3A3A%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .folders-view-button a.open:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.site-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background: #f3f3f3; }

.site-main {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 0 10px; }
  @media screen and (min-width: 991px) {
  .site-main {
    float: left;
    width: 100%; } }
  .site-main__inner {
    position: relative;
    padding: 0; }
  @media (max-width: 1500px) {
    .site-main__inner {
      padding: 0 20px; } }

.site-sidebar {
  position: relative; }
  @media (max-width: 990px) {
  .site-sidebar {
    display: none; } }

@media screen and (min-width: 991px) {
    .site-sidebar.left {
      width: 240px;
      float: left;
      margin-right: -100%; }
      .site-sidebar.left ~ .site-main > .site-main__inner {
        margin-left: 270px; } }

.vendors-slider-wrapper {
  padding: 0 20px;
  margin-bottom: 30px; }
  @media (max-width: 1280px) {
  .vendors-slider-wrapper {
    padding: 0 20px; } }
  .vendors-slider-wrapper .vendors-slider-inner {
    max-width: 1460px;
    margin: 0 auto;
    padding: 27px 0 70px; }
  @media (max-width: 1280px) {
    .vendors-slider-wrapper .vendors-slider-inner {
      padding: 10px 0 50px; } }
  @media (max-width: 767px) {
    .vendors-slider-wrapper .vendors-slider-inner {
      padding: 10px 0 20px; } }
  .vendors-slider-wrapper .vendors-head {
    color: #525252;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 500;
    margin: 0 0 70px;
    text-align: center; }
  @media (max-width: 1280px) {
    .vendors-slider-wrapper .vendors-head {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .vendors-slider-wrapper .vendors-head {
      font-size: 30px; } }
  @media (max-width: 1280px) {
    .vendors-slider-wrapper .vendors-blocks {
      margin-bottom: 40px; } }
  @media (max-width: 960px) {
    .vendors-slider-wrapper .vendors-blocks {
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media (max-width: 400px) {
    .vendors-slider-wrapper .vendors-blocks {
      padding: 0;
      margin-bottom: 20px; }
      .vendors-slider-wrapper .vendors-blocks#vendors-slider:after {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        box-shadow: 0px 0px 40px 50px #fff;
        content: none; } }
  .vendors-slider-wrapper .vendor-item img {
    max-width: 150px;
    margin: 0 auto; }
  .vendors-slider-wrapper .owl-nav {
    font-size: 0; }
  @media (max-width: 1540px) {
    .vendors-slider-wrapper .owl-nav {
      position: absolute;
      top: 100%;
      margin-top: 20px;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      left: 50%;
      transform: translateX(-50%); } }
  .vendors-slider-wrapper .owl-nav .owl-prev, .vendors-slider-wrapper .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    border: none;
    padding: 0;
    outline: none;
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: top;
    z-index: 99;
    border-radius: 250px;
    transition: all 0.3s;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer; }
  @media (max-width: 1540px) {
      .vendors-slider-wrapper .owl-nav .owl-prev, .vendors-slider-wrapper .owl-nav .owl-next {
        position: relative;
        margin: 0;
        top: auto; } }
  @media (max-width: 960px) {
      .vendors-slider-wrapper .owl-nav .owl-prev, .vendors-slider-wrapper .owl-nav .owl-next {
        width: 45px;
        height: 45px; } }
  .vendors-slider-wrapper .owl-nav .owl-prev {
    left: -32px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M26.9467%2016.761L7.85481%2016.7571L12.9449%2021.8493C13.7226%2022.6273%2013.7223%2023.9001%2012.9444%2024.6777C12.1664%2025.4554%2010.8936%2025.4551%2010.1159%2024.6772L0.218458%2014.7756L10.12%204.87816C10.8979%204.10051%2012.1707%204.10077%2012.9484%204.87874C13.7261%205.65672%2013.7258%206.92951%2012.9478%207.70717L7.85561%2012.7973L26.9475%2012.8012C27.5132%2012.8013%2028.0081%2013.0135%2028.3616%2013.3672C28.7151%2013.7208%2028.9271%2014.2158%2028.927%2014.7815C28.9268%2015.9129%2028.0781%2016.7612%2026.9467%2016.761Z%22%20fill%3D%22%23B9B9B9%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #fff; }
  @media (max-width: 1540px) {
      .vendors-slider-wrapper .owl-nav .owl-prev {
        left: -6px; } }
  @media (max-width: 960px) {
      .vendors-slider-wrapper .owl-nav .owl-prev {
        background-size: 25px 25px; } }
  .vendors-slider-wrapper .owl-nav .owl-prev:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M26.9467%2016.761L7.85481%2016.7571L12.9449%2021.8493C13.7226%2022.6273%2013.7223%2023.9001%2012.9444%2024.6777C12.1664%2025.4554%2010.8936%2025.4551%2010.1159%2024.6772L0.218458%2014.7756L10.12%204.87816C10.8979%204.10051%2012.1707%204.10077%2012.9484%204.87874C13.7261%205.65672%2013.7258%206.92951%2012.9478%207.70717L7.85561%2012.7973L26.9475%2012.8012C27.5132%2012.8013%2028.0081%2013.0135%2028.3616%2013.3672C28.7151%2013.7208%2028.9271%2014.2158%2028.927%2014.7815C28.9268%2015.9129%2028.0781%2016.7612%2026.9467%2016.761Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #424c9a; }
  @media (max-width: 960px) {
        .vendors-slider-wrapper .owl-nav .owl-prev:hover {
          background-size: 25px 25px; } }
  .vendors-slider-wrapper .owl-nav .owl-next {
    right: -32px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M3.05331%2013.2391L22.1452%2013.243L17.0551%208.15082C16.2774%207.37284%2016.2777%206.10005%2017.0556%205.32239C17.8336%204.54473%2019.1064%204.54499%2019.8841%205.32297L29.7815%2015.2245L19.88%2025.122C19.1021%2025.8996%2017.8293%2025.8994%2017.0516%2025.1214C16.2739%2024.3434%2016.2742%2023.0706%2017.0522%2022.293L22.1444%2017.2028L3.0525%2017.1989C2.48682%2017.1988%201.99189%2016.9866%201.6384%2016.633C1.28492%2016.2793%201.07289%2015.7843%201.07301%2015.2186C1.07324%2014.0873%201.92194%2013.2389%203.05331%2013.2391Z%22%20fill%3D%22%23B9B9B9%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #fff; }
  @media (max-width: 1540px) {
      .vendors-slider-wrapper .owl-nav .owl-next {
        right: -6px; } }
  @media (max-width: 960px) {
      .vendors-slider-wrapper .owl-nav .owl-next {
        background-size: 25px 25px; } }
  .vendors-slider-wrapper .owl-nav .owl-next:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M3.05331%2013.2391L22.1452%2013.243L17.0551%208.15082C16.2774%207.37284%2016.2777%206.10005%2017.0556%205.32239C17.8336%204.54473%2019.1064%204.54499%2019.8841%205.32297L29.7815%2015.2245L19.88%2025.122C19.1021%2025.8996%2017.8293%2025.8994%2017.0516%2025.1214C16.2739%2024.3434%2016.2742%2023.0706%2017.0522%2022.293L22.1444%2017.2028L3.0525%2017.1989C2.48682%2017.1988%201.99189%2016.9866%201.6384%2016.633C1.28492%2016.2793%201.07289%2015.7843%201.07301%2015.2186C1.07324%2014.0873%201.92194%2013.2389%203.05331%2013.2391Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #424c9a; }
  @media (max-width: 960px) {
        .vendors-slider-wrapper .owl-nav .owl-next:hover {
          background-size: 25px 25px; } }
  .vendors-slider-wrapper .owl-dots {
    display: none; }

.work-block-wrapper {
  background: #424c9a;
  padding: 0 20px; }
  .work-block-wrapper .work-block-inner {
    max-width: 1460px;
    margin: 0 auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 26px 0 10px;
    margin-bottom: 40px;
    min-height: 120px;
    align-items: center;
    box-sizing: border-box; }
  @media (max-width: 1540px) {
    .work-block-wrapper .work-block-inner {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .work-block-wrapper .work-block-inner {
      margin-bottom: 30px; } }
  .work-block-wrapper .work-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 0 20px;
    position: relative;
    display: flex;
    align-items: center; }
  @media (max-width: 1024px) {
    .work-block-wrapper .work-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin: 0 0 30px; } }
  @media (max-width: 580px) {
    .work-block-wrapper .work-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0 0 25px; } }
  .work-block-wrapper .work-item .work-icon {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    justify-content: center; }
  .work-block-wrapper .work-item .work-icon svg {
    fill: #fff;
    max-width: 100%;
    max-height: 100%; }
  .work-block-wrapper .work-item .work-icon img {
    max-width: 100%;
    max-height: 100%; }
  .work-block-wrapper .work-item .work-title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 20px; }
  @media (max-width: 580px) {
      .work-block-wrapper .work-item .work-title {
        margin-right: 0; } }
  .work-block-wrapper .work-item .work-subtitle {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.25;
    margin-right: 20px; }
  @media (max-width: 580px) {
      .work-block-wrapper .work-item .work-subtitle {
        margin-right: 0; } }

.main-container-wr {
  padding: 40px 0 0;
  max-width: 1460px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
  .main-container-wr {
    padding: 40px 0 0; } }
  @media (max-width: 1024px) {
  .main-container-wr {
    padding: 20px 0 0; } }
  @media (max-width: 767px) {
  .main-container-wr {
    padding: 10px 0 0; } }
  .main-container-wr:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
    font-size: 0; }

.gr-news {
  padding: 0 20px;
  margin-bottom: 10px; }
  .gr-news__box {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box; }
  @media (max-width: 1280px) {
    .gr-news__box {
      padding: 10px 0 0; } }
  @media (max-width: 767px) {
    .gr-news__box {
      padding: 10px 0 0; } }
  .gr-news__suptitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 40px; }
  @media (max-width: 1280px) {
    .gr-news__suptitle {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .gr-news__suptitle {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .gr-news__suptitle {
      flex-direction: column;
      align-items: flex-start; } }
  .gr-news__suptitle-title {
    color: #525252;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: 500;
    text-align: center; }
  @media (max-width: 1024px) {
      .gr-news__suptitle-title {
        font-size: 40px;
        line-height: 1; } }
  @media (max-width: 767px) {
      .gr-news__suptitle-title {
        font-size: 30px; } }
  @media (max-width: 480px) {
      .gr-news__suptitle-title {
        margin-bottom: 10px; } }
  .gr-news .more_btn {
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #424c9a;
    border-bottom: 1px solid #424c9a;
    transition: all 0.3s;
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .gr-news .more_btn {
      font-size: 14px; } }
  .gr-news .more_btn:hover {
    border-bottom-color: transparent; }
  .gr-news__items {
    display: flex;
    margin: 0 -14px;
    box-sizing: border-box;
    justify-content: space-around;
    flex-wrap: wrap; }
  .gr-news__block {
    width: calc(33% - 28px);
    margin: 0 10px 30px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 40px; }
  .gr-news__block.count-2 {
    width: calc(50% - 28px); }
  .gr-news__block.count-1 {
    width: calc(100% - 28px); }
  @media (max-width: 1280px) {
    .gr-news__block {
      width: calc(50% - 28px); }
      .gr-news__block:nth-child(n+3) {
        display: none; } }
  @media (max-width: 1024px) {
    .gr-news__block {
      width: calc(100% - 28px); }
      .gr-news__block:nth-child(n+2) {
        display: none; } }
  @media (max-width: 600px) {
    .gr-news__block {
      padding: 20px; } }
  .gr-news__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
    text-decoration: none;
    display: inline-block; }
  .gr-news__inbox {
    display: flex; }
  @media (max-width: 400px) {
    .gr-news__inbox {
      flex-direction: column; } }
  .gr-news__image {
    height: 100px;
    margin-right: 25px;
    position: relative;
    padding-left: 100px;
    display: block; }
  @media screen and (max-width: 1280px) {
    .gr-news__image {
      height: 100px;
      margin-right: 15px; } }
  @media (max-width: 400px) {
    .gr-news__image {
      width: 100%;
      box-sizing: border-box;
      padding: 0;
      margin: 0 0 10px; } }
  .gr-news__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .gr-news__date {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #424c9a;
    margin-bottom: 10px; }
  .gr-news__anonce {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: rgba(34, 34, 34, 0.6); }

.main-editing-block-wr {
  padding: 0 20px;
  background: #424c9a;
  position: relative;
  transition: all 0.3s; }
  .main-editing-block-wr:hover .editing-item__img img {
    transform: scale(1.1); }
  .main-editing-block-wr .button-item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2; }
  .main-editing-block-wr .main-editing-block-inner {
    max-width: 1460px;
    margin: 60px auto 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    box-sizing: border-box; }
  @media (max-width: 767px) {
    .main-editing-block-wr .main-editing-block-inner {
      margin-top: 30px; } }
  .main-editing-block-wr .editing-item {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 200px;
    padding: 13px 0 8px 0;
    box-sizing: border-box; }
  @media (max-width: 960px) {
    .main-editing-block-wr .editing-item {
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; } }
  @media (max-width: 767px) {
    .main-editing-block-wr .editing-item {
      padding: 20px 0; } }
  @media (max-width: 600px) {
    .main-editing-block-wr .editing-item {
      align-items: center; } }
  .main-editing-block-wr .editing-item__title {
    width: 38%;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    color: #fff; }
  @media (max-width: 1024px) {
      .main-editing-block-wr .editing-item__title {
        font-size: 40px;
        line-height: 1; } }
  @media (max-width: 960px) {
      .main-editing-block-wr .editing-item__title {
        font-size: 38px;
        width: 68%;
        line-height: 1;
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
      .main-editing-block-wr .editing-item__title {
        font-size: 30px; } }
  @media (max-width: 600px) {
      .main-editing-block-wr .editing-item__title {
        width: 100%;
        text-align: center;
        margin-bottom: 10px; } }
  .main-editing-block-wr .editing-item__img-wr {
    width: 24%;
    text-align: center; }
  @media (max-width: 960px) {
      .main-editing-block-wr .editing-item__img-wr {
        position: absolute;
        right: 0;
        width: auto; } }
  @media (max-width: 600px) {
      .main-editing-block-wr .editing-item__img-wr {
        position: relative;
        order: 10;
        width: 100%;
        text-align: center; } }
  .main-editing-block-wr .editing-item__img {
    display: inline-block;
    border-radius: 250px;
    overflow: hidden;
    width: 175px;
    height: 175px;
    max-height: 175px;
    min-height: 175px; }
  @media (max-width: 960px) {
      .main-editing-block-wr .editing-item__img {
        width: 155px;
        height: 155px;
        max-height: 155px;
        min-height: 155px; } }
  .main-editing-block-wr .editing-item__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s; }
  .main-editing-block-wr .editing-item__text {
    width: 32%;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    color: #fff; }
  @media (max-width: 960px) {
      .main-editing-block-wr .editing-item__text {
        font-size: 23px;
        line-height: 36px;
        width: 68%; } }
  @media (max-width: 600px) {
      .main-editing-block-wr .editing-item__text {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px; } }
  .main-editing-block-wr .editing-item__text .percent {
    background: #f00;
    border-radius: 10px;
    padding: 5px 12px;
    font-weight: 700; }

.revBlock {
  padding: 0 20px; }
  .revBlock__inner {
    max-width: 1460px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 10px 0 20px; }
  @media (max-width: 1280px) {
    .revBlock__inner {
      padding: 10px 0 20px; } }
  @media (max-width: 767px) {
    .revBlock__inner {
      padding-top: 0; } }
  .revBlock__arrows {
    position: absolute;
    font-size: 0;
    right: 0;
    top: 10px; }
  @media (max-width: 1540px) {
    .revBlock__arrows {
      position: static;
      text-align: center;
      margin-top: 20px; } }
  .revBlock__arrows .slick-arrow {
    border: none;
    padding: 0;
    outline: none;
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: top;
    z-index: 99;
    border-radius: 250px;
    transition: all 0.3s;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
  @media (max-width: 960px) {
      .revBlock__arrows .slick-arrow {
        width: 45px;
        height: 45px; } }
  .revBlock__arrows .slick-prev {
    left: -32px;
    margin-right: 12px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M26.9467%2016.761L7.85481%2016.7571L12.9449%2021.8493C13.7226%2022.6273%2013.7223%2023.9001%2012.9444%2024.6777C12.1664%2025.4554%2010.8936%2025.4551%2010.1159%2024.6772L0.218458%2014.7756L10.12%204.87816C10.8979%204.10051%2012.1707%204.10077%2012.9484%204.87874C13.7261%205.65672%2013.7258%206.92951%2012.9478%207.70717L7.85561%2012.7973L26.9475%2012.8012C27.5132%2012.8013%2028.0081%2013.0135%2028.3616%2013.3672C28.7151%2013.7208%2028.9271%2014.2158%2028.927%2014.7815C28.9268%2015.9129%2028.0781%2016.7612%2026.9467%2016.761Z%22%20fill%3D%22%23B9B9B9%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #fff; }
  @media (max-width: 1540px) {
      .revBlock__arrows .slick-prev {
        left: calc(50% - 61px); } }
  @media (max-width: 960px) {
      .revBlock__arrows .slick-prev {
        left: calc(50% - 51px);
        background-size: 25px 25px; } }
  .revBlock__arrows .slick-prev:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M26.9467%2016.761L7.85481%2016.7571L12.9449%2021.8493C13.7226%2022.6273%2013.7223%2023.9001%2012.9444%2024.6777C12.1664%2025.4554%2010.8936%2025.4551%2010.1159%2024.6772L0.218458%2014.7756L10.12%204.87816C10.8979%204.10051%2012.1707%204.10077%2012.9484%204.87874C13.7261%205.65672%2013.7258%206.92951%2012.9478%207.70717L7.85561%2012.7973L26.9475%2012.8012C27.5132%2012.8013%2028.0081%2013.0135%2028.3616%2013.3672C28.7151%2013.7208%2028.9271%2014.2158%2028.927%2014.7815C28.9268%2015.9129%2028.0781%2016.7612%2026.9467%2016.761Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #424c9a; }
  @media (max-width: 960px) {
        .revBlock__arrows .slick-prev:hover {
          background-size: 25px 25px; } }
  .revBlock__arrows .slick-next {
    right: -32px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M3.05331%2013.2391L22.1452%2013.243L17.0551%208.15082C16.2774%207.37284%2016.2777%206.10005%2017.0556%205.32239C17.8336%204.54473%2019.1064%204.54499%2019.8841%205.32297L29.7815%2015.2245L19.88%2025.122C19.1021%2025.8996%2017.8293%2025.8994%2017.0516%2025.1214C16.2739%2024.3434%2016.2742%2023.0706%2017.0522%2022.293L22.1444%2017.2028L3.0525%2017.1989C2.48682%2017.1988%201.99189%2016.9866%201.6384%2016.633C1.28492%2016.2793%201.07289%2015.7843%201.07301%2015.2186C1.07324%2014.0873%201.92194%2013.2389%203.05331%2013.2391Z%22%20fill%3D%22%23B9B9B9%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #fff; }
  @media (max-width: 1540px) {
      .revBlock__arrows .slick-next {
        right: calc(50% - 61px); } }
  @media (max-width: 960px) {
      .revBlock__arrows .slick-next {
        right: calc(50% - 51px);
        background-size: 25px 25px; } }
  .revBlock__arrows .slick-next:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M3.05331%2013.2391L22.1452%2013.243L17.0551%208.15082C16.2774%207.37284%2016.2777%206.10005%2017.0556%205.32239C17.8336%204.54473%2019.1064%204.54499%2019.8841%205.32297L29.7815%2015.2245L19.88%2025.122C19.1021%2025.8996%2017.8293%2025.8994%2017.0516%2025.1214C16.2739%2024.3434%2016.2742%2023.0706%2017.0522%2022.293L22.1444%2017.2028L3.0525%2017.1989C2.48682%2017.1988%201.99189%2016.9866%201.6384%2016.633C1.28492%2016.2793%201.07289%2015.7843%201.07301%2015.2186C1.07324%2014.0873%201.92194%2013.2389%203.05331%2013.2391Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #424c9a; }
  @media (max-width: 960px) {
        .revBlock__arrows .slick-next:hover {
          background-size: 25px 25px; } }
  .revBlock__title {
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 1;
    color: #525252;
    margin-bottom: 40px; }
  @media (max-width: 1280px) {
    .revBlock__title {
      margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .revBlock__title {
      font-size: 40px;
      line-height: 1; } }
  @media (max-width: 767px) {
    .revBlock__title {
      font-size: 30px; } }
  .revBlock__slider {
    margin: 0 -12px;
    display: flex;
    justify-content: space-between; }
  .revBlock__item {
    margin: 0 12px;
    outline: none; }
  .revBlock__text {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px 33px;
    box-sizing: border-box;
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #808080; }
  .revBlock__text:before {
    content: '';
    position: absolute;
    left: 24px;
    bottom: -24px;
    border: 12px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff; }
  .revBlock__item-inner {
    margin-top: 35px;
    display: flex;
    box-sizing: border-box;
    padding-left: 24px; }
  .revBlock__img-wr {
    border: 2px solid #fff;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(195, 178, 155, 0.2);
    border-radius: 250px;
    overflow: hidden;
    margin-right: 22px;
    font-size: 0;
    margin-bottom: 20px; }
  .revBlock__img {
    width: 93px;
    max-width: 93px;
    height: 93px;
    max-height: 93px;
    display: inline-block; }
  .revBlock__img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .revBlock__name-wr {
    box-sizing: border-box;
    padding-top: 10px; }
  .revBlock__name {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #1a1818;
    margin-bottom: 5px; }
  .revBlock__desc {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #1a1818; }

.footer-top-wr .footer-top-inner {
  max-width: 1460px;
  margin: 0 auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 20px 50px; }
  @media (max-width: 768px) {
    .footer-top-wr .footer-top-inner {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 20px; } }
  @media (min-width: 1461px) {
    .footer-top-wr .footer-top-inner {
      padding-top: 50px; }
      .footer-top-wr .footer-top-inner.no-form {
        padding: 35px 20px 50px; } }
  .footer-top-wr .footer-top-inner .footer_titles {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px; }

.menu-bottom-wr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: flex; }
  @media (max-width: 1000px) {
  .menu-bottom-wr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; } }
  @media (max-width: 768px) {
  .menu-bottom-wr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 20px;
    display: none; } }
  .menu-bottom-wr .menu-bottom-inner {
    width: 30%;
    box-sizing: border-box; }
  @media (max-width: 600px) {
    .menu-bottom-wr .menu-bottom-inner {
      width: 100%; } }
  .menu-bottom-wr .bot-folder-menu-inner {
    width: 60%;
    box-sizing: border-box; }
  @media (max-width: 600px) {
    .menu-bottom-wr .bot-folder-menu-inner {
      display: none; } }
  .menu-bottom-wr .menu-bottom, .menu-bottom-wr .bot-folder-menu, .menu-bottom-wr .menu-bottom ul, .menu-bottom-wr .bot-folder-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  @media (min-width: 400px) {
      .menu-bottom-wr .menu-bottom, .menu-bottom-wr .bot-folder-menu, .menu-bottom-wr .menu-bottom ul, .menu-bottom-wr .bot-folder-menu ul {
        column-count: 1; } }
  .menu-bottom-wr .menu-bottom > li, .menu-bottom-wr .bot-folder-menu > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px; }
  @media (max-width: 600px) {
      .menu-bottom-wr .menu-bottom > li, .menu-bottom-wr .bot-folder-menu > li {
        padding-right: 0; } }
  @media (min-width: 400px) {
      .menu-bottom-wr .menu-bottom > li, .menu-bottom-wr .bot-folder-menu > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid; } }
  .menu-bottom-wr .menu-bottom > li a, .menu-bottom-wr .bot-folder-menu > li a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #fff; }
  .menu-bottom-wr .menu-bottom > li a:hover, .menu-bottom-wr .bot-folder-menu > li a:hover {
    color: #424c9a; }
  .menu-bottom-wr .bot-folder-menu {
    column-count: 2; }

.right-footer-wr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  @media (max-width: 1000px) {
  .right-footer-wr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; } }
  @media (max-width: 768px) {
  .right-footer-wr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
  .right-footer-wr .right-footer-top {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 35px; }
  @media (max-width: 1000px) {
    .right-footer-wr .right-footer-top {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 768px) {
    .right-footer-wr .right-footer-top {
      margin: 0 0 10px; } }

.site-footer-contacts-wr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px; }
  @media (max-width: 1000px) {
  .site-footer-contacts-wr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
    margin: 0 0 20px; } }
  @media (max-width: 768px) {
  .site-footer-contacts-wr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 20px; } }
  @media (max-width: 600px) {
  .site-footer-contacts-wr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0; } }
  .site-footer-contacts-wr .contacts-item {
    margin: 0 0 15px;
    padding: 0 0 0 40px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    letter-spacing: 0.01em;
    font-size: 16px; }
  @media (max-width: 600px) {
    .site-footer-contacts-wr .contacts-item {
      width: 90%;
      margin: 0 auto; } }
  .site-footer-contacts-wr .contacts-item .site-address {
    font-weight: 300;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 20px;
    position: relative; }
  .site-footer-contacts-wr .contacts-item .site-address:before {
    content: '';
    position: absolute;
    top: 0;
    left: -38px;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2022%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M7.50001%205.56327C8.7358%205.56327%209.75853%206.56493%209.75853%207.77526C9.75853%208.98559%208.7358%209.98724%207.50001%209.98724C6.26421%209.98724%205.24148%208.98559%205.24148%207.77526C5.24148%206.56493%206.26421%205.56327%207.50001%205.56327ZM7.50001%204.31121C5.53978%204.31121%203.96308%205.85542%203.96308%207.77526C3.96308%209.69509%205.53978%2011.2393%207.50001%2011.2393C9.46024%2011.2393%2011.0369%209.69509%2011.0369%207.77526C10.9943%205.85542%209.41762%204.31121%207.50001%204.31121Z%22%20fill%3D%22white%22%20fill-opacity%3D%220.4%22%2F%3E%3Cpath%20d%3D%22M7.5%2020.4627C7.2017%2020.4627%206.94602%2020.3375%206.77557%2020.0871L1.15057%2011.6983C0.383523%2010.5297%200%209.15242%200%207.77514C0%203.7268%203.36648%200.429688%207.5%200.429688C11.6335%200.429688%2015%203.7268%2015%207.77514C15%209.15242%2014.6165%2010.5297%2013.8494%2011.6983L8.22443%2020.0871C8.05398%2020.3375%207.7983%2020.4627%207.5%2020.4627ZM7.5%202.09911C4.30398%202.09911%201.70455%204.64498%201.70455%207.77514C1.70455%208.86027%202.00284%209.90366%202.59943%2010.8218L7.5%2018.1256L12.4006%2010.8218C12.9972%209.90366%2013.2955%208.86027%2013.2955%207.77514C13.2955%204.64498%2010.696%202.09911%207.5%202.09911Z%22%20fill%3D%22white%22%20fill-opacity%3D%220.4%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .site-footer-contacts-wr .contacts-item .site-phones {
    font-weight: bold;
    line-height: 25px;
    color: #fff;
    position: relative;
    margin-bottom: 20px; }
  .site-footer-contacts-wr .contacts-item .site-phones:before {
    content: '';
    position: absolute;
    top: 0;
    left: -38px;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2022%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M14.9062%2020.5628C14.1128%2020.5628%2013.2778%2020.3537%2012.5262%2019.9354C7.34875%2016.966%203.3404%2012.9929%200.584656%208.05779C-0.500939%206.0503%20-0.0416486%203.54094%201.712%202.07715L2.92286%201.03158C3.38215%200.655179%203.9667%200.487888%204.55125%200.529711C5.1358%200.613356%205.6786%200.947938%206.01263%201.40799L8.4761%205.00474C8.68486%205.2975%208.68486%205.6739%208.4761%205.96666L7.22349%207.80686C8.64311%2010.1071%2010.522%2011.9891%2012.8185%2013.4111L14.6974%2012.491C14.9479%2012.3655%2015.2402%2012.3655%2015.4907%2012.5328L18.9563%2014.5821C19.4991%2014.9167%2019.8331%2015.4186%2019.9584%2016.0459C20.0836%2016.6733%2019.8748%2017.2588%2019.4991%2017.7607L18.5805%2018.848C17.6201%2019.9773%2016.284%2020.5628%2014.9062%2020.5628ZM4.25898%202.20262C4.17547%202.20262%204.09196%202.20262%203.9667%202.28626L2.75585%203.33183C1.6285%204.29375%201.33622%205.92484%202.04603%207.22134C4.63476%2011.9055%208.43434%2015.6695%2013.3613%2018.4716C14.6556%2019.2244%2016.3258%2018.9317%2017.2861%2017.8025L18.2047%2016.7151C18.33%2016.5896%2018.33%2016.4223%2018.2882%2016.3805C18.2882%2016.2969%2018.2465%2016.1714%2018.0794%2016.0877L15.0314%2014.2057L13.1525%2015.1258C12.902%2015.2513%2012.6097%2015.2513%2012.3592%2015.084C9.47818%2013.4111%207.18173%2011.1108%205.51159%208.22508C5.34457%207.93232%205.34457%207.59774%205.55334%207.34681L6.80595%205.54843L4.63476%202.41173C4.55125%202.24444%204.38424%202.20262%204.34248%202.20262C4.30073%202.20262%204.30073%202.20262%204.25898%202.20262Z%22%20fill%3D%22white%22%20fill-opacity%3D%220.4%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .site-footer-contacts-wr .contacts-item .site-phones a {
    color: inherit;
    text-decoration: none; }
  .site-footer-contacts-wr .contacts-item .site-phones .work-time {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.6); }
  .site-footer-contacts-wr .contacts-item .site-email {
    font-weight: 300;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    position: relative; }
  .site-footer-contacts-wr .contacts-item .site-email:before {
    content: '';
    position: absolute;
    top: 0;
    left: -38px;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2022%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M20%201.46375C20%201.42305%2020%201.42305%2020%201.38236C20%201.34167%2020%201.34167%2020%201.30098C20%201.26028%2020%201.26028%2019.9583%201.21959C19.9583%201.1789%2019.9583%201.1789%2019.9167%201.13821C19.9167%201.09752%2019.875%201.09752%2019.875%201.05682C19.875%201.01613%2019.8333%201.01613%2019.8333%200.97544V0.934747C19.8333%200.934747%2019.8333%200.934747%2019.7917%200.894055C19.7917%200.853363%2019.75%200.853363%2019.75%200.853363L19.7083%200.812671C19.6667%200.812671%2019.6667%200.771979%2019.625%200.771979C19.5833%200.771979%2019.5833%200.731287%2019.5417%200.731287C19.5%200.731287%2019.5%200.731287%2019.4583%200.690594C19.4167%200.690594%2019.4167%200.690594%2019.375%200.649902C19.3333%200.649902%2019.3333%200.649902%2019.2917%200.649902C19.25%200.649902%2019.25%200.649902%2019.2083%200.649902H19.1667H0.833333H0.791667C0.75%200.690594%200.75%200.690594%200.708333%200.690594C0.666667%200.690594%200.666667%200.690594%200.625%200.690594C0.583333%200.690594%200.583333%200.690594%200.541667%200.731287C0.5%200.731287%200.5%200.731287%200.458333%200.771979L0.416667%200.812671C0.375%200.812671%200.375%200.853363%200.333333%200.853363C0.291667%200.853363%200.291667%200.894055%200.25%200.894055C0.208333%200.894055%200.208333%200.934747%200.208333%200.934747C0.208333%200.934747%200.208333%200.934747%200.166667%200.97544C0.166667%200.97544%200.166667%200.97544%200.166667%201.01613C0.166667%201.05682%200.125%201.05682%200.125%201.09752C0.125%201.13821%200.0833333%201.13821%200.0833333%201.1789C0.0833333%201.21959%200.0416667%201.21959%200.0416667%201.26028C0.0416667%201.30098%200.0416667%201.30098%200%201.34167C0%201.38236%200%201.38236%200%201.42305C0%201.46375%200%201.46375%200%201.50444C0%201.46375%200%201.50444%200%201.50444V12.8982C0%2013.3459%200.375%2013.7121%200.833333%2013.7121H19.1667C19.625%2013.7121%2020%2013.3459%2020%2012.8982V1.46375C20%201.46375%2020%201.50444%2020%201.46375ZM16.8333%202.31828L11.2917%206.75373C10.5417%207.36411%209.45833%207.36411%208.70833%206.75373L3.16667%202.31828H16.8333ZM1.66667%2012.0844V3.21351L7.66667%208.01518C8.33333%208.54418%209.16667%208.82902%2010%208.82902C10.8333%208.82902%2011.6667%208.54418%2012.3333%208.01518L18.3333%203.21351V12.0844H1.66667Z%22%20fill%3D%22white%22%20fill-opacity%3D%220.4%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .site-footer-contacts-wr .contacts-item .site-email a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s; }
  .site-footer-contacts-wr .contacts-item .site-email a:hover {
    color: #424c9a; }

.social-networks-wr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  @media (max-width: 1000px) {
  .social-networks-wr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
  @media (max-width: 768px) {
  .social-networks-wr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
  @media (max-width: 600px) {
  .social-networks-wr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px; } }
  .social-networks-wr .social-items {
    font-size: 0;
    display: flex; }
  .social-networks-wr .social-items a {
    text-decoration: none;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center; }
  .social-networks-wr .social-items a:hover path {
    fill: #424c9a; }
  .social-networks-wr .social-items a:last-child {
    margin-right: 0; }
  .social-networks-wr .social-items a path {
    transition: all 0.3s; }
  .social-networks-wr .social-items a svg {
    width: 100%;
    max-height: 100%; }
  .social-networks-wr .social-items a img {
    border-radius: 50%;
    width: 100%;
    height: 100%; }

.payments-items-wr {
  font-size: 0; }
  @media (max-width: 1000px) {
  .payments-items-wr {
    margin: 0 0 20px;
    text-align: center; } }
  .payments-items-wr a {
    text-decoration: none;
    vertical-align: middle;
    margin: 0 12px 15px 12px;
    background: #fff;
    padding: 7px;
    width: 60px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .payments-items-wr a:last-child {
    margin-right: 0; }

.site-footer {
  min-height: 100px;
  background: #4f4f4f;
  position: relative;
  margin-top: 30px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  box-sizing: border-box; }
  @media (min-width: 1461px) {
  .site-footer {
    margin-top: 150px; }
    .site-footer.no-form {
      margin-top: 30px; } }
  @media (max-width: 600px) {
  .site-footer {
    margin-top: 20px; } }
  .site-footer .go-up-button {
    display: none;
    position: absolute;
    z-index: 100;
    top: -33px;
    margin-left: -33px;
    left: 50%;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #424c9a url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M16.690%2C10.177%20C16.035%2C10.834%2014.969%2C10.834%2014.311%2C10.177%20L10.670%2C6.537%20L10.670%2C15.917%20C10.670%2C16.847%209.917%2C17.600%208.987%2C17.600%20C8.057%2C17.600%207.305%2C16.847%207.305%2C15.917%20L7.305%2C6.538%20L3.663%2C10.177%20C3.007%2C10.834%201.940%2C10.834%201.285%2C10.177%20C0.627%2C9.519%200.627%2C8.455%201.285%2C7.798%20L7.798%2C1.291%20C8.455%2C0.633%209.520%2C0.633%2010.177%2C1.291%20L16.690%2C7.798%20C17.019%2C8.126%2017.184%2C8.556%2017.184%2C8.987%20C17.184%2C9.417%2017.019%2C9.848%2016.690%2C10.177%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }

.footer-form-wrapper {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 35px 50px 18px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #424c9a;
  box-sizing: border-box;
  align-items: center; }
  @media (min-width: 1461px) {
  .footer-form-wrapper {
    border-radius: 10px;
    position: relative;
    margin-top: -100px; } }
  @media (max-width: 1460px) {
  .footer-form-wrapper {
    border-radius: 0px; } }
  @media (max-width: 1280px) {
  .footer-form-wrapper {
    padding: 30px 20px; } }
  @media (max-width: 960px) {
  .footer-form-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 20px 30px; } }
  .footer-form-wrapper .footer-form-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px; }
  @media (max-width: 960px) {
    .footer-form-wrapper .footer-form-left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin: 0 0 17px;
      padding-right: 0; } }
  .footer-form-wrapper .footer-form-left .form-head {
    color: #fff;
    font-size: 35px;
    font-weight: 700; }
  @media (max-width: 1000px) {
      .footer-form-wrapper .footer-form-left .form-head {
        font-size: 25px; } }
  @media (max-width: 479px) {
      .footer-form-wrapper .footer-form-left .form-head {
        font-size: 18px; } }
  .footer-form-wrapper .footer-form-left .form-sub-head {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 35px; }
  @media (max-width: 1000px) {
      .footer-form-wrapper .footer-form-left .form-sub-head {
        font-size: 15px; } }
  @media (max-width: 479px) {
      .footer-form-wrapper .footer-form-left .form-sub-head {
        line-height: inherit; } }
  .footer-form-wrapper .footer-form-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  @media (max-width: 960px) {
    .footer-form-wrapper .footer-form-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .footer-form-wrapper .footer-form-right .title {
    display: none; }
  .footer-form-wrapper .footer-form-right .tpl-anketa ul {
    list-style: none;
    padding: 0; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .field-title {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.8); }
  .footer-form-wrapper .footer-form-right .tpl-anketa form {
    text-justify: newspaper;
    text-align: justify;
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
  .footer-form-wrapper .footer-form-right .tpl-anketa form:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
    font-size: 0; }
  @media (max-width: 479px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa form {
          position: relative; } }
  .footer-form-wrapper .footer-form-right .tpl-anketa.oneTextInput {
    position: relative; }
  .footer-form-wrapper .footer-form-right .tpl-anketa.oneTextInput .tpl-field {
    width: 100%;
    margin-bottom: 0;
    display: block; }
    @media (min-width: 480px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa.oneTextInput .tpl-field input {
          padding-right: 160px;
          border-radius: 6px 30px 30px 6px; } }
  .footer-form-wrapper .footer-form-right .tpl-anketa.oneTextInput .tpl-field-button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto; }
    @media (max-width: 479px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa.oneTextInput .tpl-field-button {
          top: 8px;
          right: 8px; } }
    @media (min-width: 480px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa.oneTextInput .tpl-field-button button {
          border-radius: 6px;
          padding: 17px 27px 19px; } }
  .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .type-multi_checkbox li, .footer-form-wrapper .footer-form-right .tpl-anketa.type-radio_group li {
    margin-bottom: 5px; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .type-multi_select .jq-select-multiple {
    width: 100%; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .type-multi_select ul {
    width: 100%; }
    .footer-form-wrapper .footer-form-right .tpl-anketa .type-multi_select ul li {
      margin: 0 0 8px; }
    .footer-form-wrapper .footer-form-right .tpl-anketa .type-multi_select ul li.selected {
      font-weight: 700; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .type-calendar_interval .field-value {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .type-calendar_interval .calendar-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 10px; }
    .footer-form-wrapper .footer-form-right .tpl-anketa .type-calendar_interval .calendar-label input {
      margin-top: 5px; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .error-message {
    display: none;
    color: #f00;
    text-align: center; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-anketa-success-note {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field {
    width: 48%; }
  @media (max-width: 980px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field {
          width: auto;
          display: block; } }
  .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field.field-error input[type="text"], .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field.field-error textarea {
    border-color: #f00;
    box-shadow: inset 0 0 0 1px #f00; }
  .footer-form-wrapper .footer-form-right .tpl-anketa input[type=text], .footer-form-wrapper .footer-form-right .tpl-anketa textarea {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 15px 20px 15px;
    color: #4d4d4d;
    font-size: 14px;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    font-weight: 300;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    min-height: 60px; }
  @media (max-width: 768px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa input[type=text], .footer-form-wrapper .footer-form-right .tpl-anketa textarea {
          min-height: 50px; } }
  @media (max-width: 479px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa input[type=text], .footer-form-wrapper .footer-form-right .tpl-anketa textarea {
          padding: 15px 50px 15px 20px; } }
  @media (max-width: 768px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa input[type=text] {
          height: 50px; } }
  .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field {
    width: calc(100% - 220px);
    margin-right: 20px;
    box-sizing: border-box; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field input[type=text] {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 250px;
    border: none;
    outline: none;
    width: 100%; }
  @media (max-width: 479px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field {
          width: 100%;
          margin-right: 0; } }
  .footer-form-wrapper .footer-form-right .tpl-anketa .type-checkbox {
    order: 10;
    width: 100%; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .type-checkbox ul {
    margin: 0; }
  .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field-button {
    width: auto;
    max-width: 200px;
    margin-right: 0; }
  @media (max-width: 479px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field-button {
          position: absolute;
          right: 0;
          margin: 0 10px 0 0; } }
  .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field-button button {
    background: #424c9a;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: none;
    border-radius: 250px;
    padding: 19px 37px 16px;
    outline: none;
    box-sizing: border-box;
    text-transform: uppercase;
    transition: all 0.3s;
    min-height: 60px; }
    @media (max-width: 768px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field-button button {
          min-height: 50px;
          height: 50px;
          padding-top: 18px; } }
    @media (max-width: 479px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field-button button {
          width: 34px;
          height: 34px;
          padding: 0;
          font-size: 0;
          background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2238px%22%20height%3D%2238px%22%20%20viewBox%3D%220%200%2038%2038%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M19.006%2C37.986%20C8.532%2C37.986%200.007%2C29.463%200.007%2C18.988%20C0.007%2C8.513%208.532%2C-0.010%2019.006%2C-0.010%20C29.482%2C-0.010%2038.003%2C8.513%2038.003%2C18.988%20C38.003%2C29.463%2029.482%2C37.986%2019.006%2C37.986%20ZM19.006%2C3.355%20C10.385%2C3.355%203.372%2C10.368%203.372%2C18.988%20C3.372%2C27.608%2010.385%2C34.620%2019.006%2C34.620%20C27.625%2C34.620%2034.638%2C27.608%2034.638%2C18.988%20C34.638%2C10.368%2027.625%2C3.355%2019.006%2C3.355%20ZM19.202%2C26.691%20C18.874%2C27.019%2018.443%2C27.184%2018.013%2C27.184%20C17.583%2C27.184%2017.152%2C27.019%2016.823%2C26.691%20C16.166%2C26.035%2016.166%2C24.969%2016.823%2C24.311%20L20.462%2C20.670%20L11.082%2C20.670%20C10.153%2C20.670%209.400%2C19.918%209.400%2C18.988%20C9.400%2C18.058%2010.153%2C17.305%2011.082%2C17.305%20L20.462%2C17.305%20L16.823%2C13.664%20C16.166%2C13.007%2016.166%2C11.941%2016.823%2C11.285%20C17.481%2C10.628%2018.545%2C10.628%2019.202%2C11.285%20L25.710%2C17.798%20C26.367%2C18.456%2026.367%2C19.520%2025.710%2C20.177%20L19.202%2C26.691%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
          background-size: 34px; } }
    @media (min-width: 480px) {
        .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field-button button:hover {
          background: #4751a5; }
        .footer-form-wrapper .footer-form-right .tpl-anketa .tpl-field-button button:active {
          background: #333a76; } }

.footer-bottom-wr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 0 20px;
  margin-top: 35px; }
  .footer-bottom-wr .footer-bottom-inner {
    max-width: 1460px;
    margin: 0 auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 45px 0 40px; }
  @media (max-width: 767px) {
    .footer-bottom-wr .footer-bottom-inner {
      display: block;
      text-align: center;
      padding: 50px 0 30px; } }
  .footer-bottom-wr .site-name-wr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 767px) {
    .footer-bottom-wr .site-name-wr {
      margin: 0 0 20px; } }
  .footer-bottom-wr .site-copyright {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #fff; }
  .footer-bottom-wr .site-copyright a {
    color: inherit; }
  @media (min-width: 768px) {
    .footer-bottom-wr .site-copyright {
      text-align: right;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 200px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px; } }
/*.mg-styler-label--checkbox {
	position: relative;
	font-family: $roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px; 
	cursor: pointer;
	
	color: rgba(255, 255, 255, 0.8);
	
	a {
		color: inherit;
	}
	input {
		opacity: 0;
		visibility: hidden;
		position: absolute;
	}
	
	&:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 19px;
		height: 19px;
		border: 1px solid rgba(255, 255, 255, 0.8);;
		border-radius: 3px;
		box-shadow: inset 0px 1px 1px 0px rgba(212, 216, 219, 0.004);
		margin-right: 10px;
		margin-bottom: 6px;
	}
	
	&.checked {
		&:before {
			background: url(data-image-svg(10px, 7px, '<path fill-rule="evenodd" fill="#424c9a" d="M9.712,1.690 L4.757,6.645 C4.739,6.666 4.732,6.693 4.712,6.713 C4.515,6.909 4.257,7.004 3.999,7.001 C3.741,7.004 3.482,6.909 3.285,6.713 C3.266,6.693 3.259,6.667 3.242,6.647 L0.285,3.690 C-0.103,3.302 -0.103,2.673 0.285,2.286 C0.673,1.898 1.302,1.898 1.690,2.286 L3.999,4.595 L8.307,0.286 C8.695,-0.102 9.324,-0.102 9.712,0.286 C10.100,0.674 10.100,1.303 9.712,1.690 Z"/>')) 50% 50% no-repeat;
		}
	}
	
}*/
/* ========== Форма ============ */
.tpl-anketa {
  color: #4d4d4d; }
  .tpl-anketa ul {
    list-style: none;
    padding: 0; }
  .tpl-anketa .field-title {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.8); }
  .tpl-anketa form {
    text-justify: newspaper;
    text-align: justify;
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
  .tpl-anketa form:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
    font-size: 0; }
  @media (max-width: 479px) {
    .tpl-anketa form {
      position: relative; } }
  .tpl-anketa.oneTextInput {
    position: relative; }
  .tpl-anketa.oneTextInput .tpl-field {
    width: 100%;
    margin-bottom: 0;
    display: block; }
  .tpl-anketa.oneTextInput .tpl-field-button {
    width: auto; }
  @media (min-width: 480px) {
      .tpl-anketa.oneTextInput .tpl-field-button button {
        border-radius: 250px;
        padding: 17px 27px 19px; } }
  .tpl-anketa .type-multi_checkbox li, .tpl-anketa.type-radio_group li {
    margin-bottom: 5px; }
  .tpl-anketa .type-multi_select .jq-select-multiple {
    width: 100%; }
  .tpl-anketa .type-multi_select ul {
    width: 100%; }
  .tpl-anketa .type-multi_select ul li {
    margin: 0 0 8px; }
  .tpl-anketa .type-multi_select ul li.selected {
    font-weight: 700; }
  .tpl-anketa .type-calendar_interval .field-value {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .tpl-anketa .type-calendar_interval .calendar-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 10px; }
  .tpl-anketa .type-calendar_interval .calendar-label input {
    margin-top: 5px; }
  .tpl-anketa .error-message {
    display: none;
    color: #f00;
    text-align: center; }
  .tpl-anketa .tpl-anketa-success-note {
    color: #4d4d4d;
    text-align: center;
    font-size: 20px;
    font-weight: 300; }
  .tpl-anketa input[type=text], .tpl-anketa textarea {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 15px 20px 15px;
    color: #4d4d4d;
    font-size: 14px;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    font-weight: 300;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    min-height: 60px; }
  @media (max-width: 768px) {
    .tpl-anketa input[type=text], .tpl-anketa textarea {
      min-height: 50px; } }
  @media (max-width: 479px) {
    .tpl-anketa input[type=text], .tpl-anketa textarea {
      padding: 15px 50px 15px 20px; } }
  .tpl-anketa .tpl-field {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: calc(100% - 220px);
    margin-right: 20px;
    box-sizing: border-box;
    position: relative; }
  .tpl-anketa .tpl-field input[type="text"], .tpl-anketa .tpl-field input[type="phone"], .tpl-anketa .tpl-field input[type="email"] {
    width: 100%;
    height: 60px;
    padding: 16px 20px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    -o-border-radius: 250px;
    border-radius: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
  .tpl-anketa .tpl-field input[type="text"]::-webkit-input-placeholder, .tpl-anketa .tpl-field input[type="phone"]::-webkit-input-placeholder, .tpl-anketa .tpl-field input[type="email"]::-webkit-input-placeholder {
    font: 400 15px 'Roboto', Arial, Helvetica, sans-serif;
    opacity: 0.5; }
  .tpl-anketa .tpl-field input[type="text"]::-moz-placeholder, .tpl-anketa .tpl-field input[type="phone"]::-moz-placeholder, .tpl-anketa .tpl-field input[type="email"]::-moz-placeholder {
    font: 400 15px 'Roboto', Arial, Helvetica, sans-serif;
    opacity: 0.5; }
  .tpl-anketa .tpl-field input[type="text"]::-moz-placeholder, .tpl-anketa .tpl-field input[type="phone"]::-moz-placeholder, .tpl-anketa .tpl-field input[type="email"]::-moz-placeholder {
    font: 400 15px 'Roboto', Arial, Helvetica, sans-serif;
    opacity: 0.5; }
  .tpl-anketa .tpl-field input[type="text"]::-ms-input-placeholder, .tpl-anketa .tpl-field input[type="phone"]::-ms-input-placeholder, .tpl-anketa .tpl-field input[type="email"]::-ms-input-placeholder {
    font: 400 15px 'Roboto', Arial, Helvetica, sans-serif;
    opacity: 0.5; }
  .tpl-anketa .tpl-field input[type="text"]:focus::-webkit-input-placeholder, .tpl-anketa .tpl-field input[type="phone"]:focus::-webkit-input-placeholder, .tpl-anketa .tpl-field input[type="email"]:focus::-webkit-input-placeholder {
    color: transparent; }
  .tpl-anketa .tpl-field input[type="text"]:focus::-moz-placeholder, .tpl-anketa .tpl-field input[type="phone"]:focus::-moz-placeholder, .tpl-anketa .tpl-field input[type="email"]:focus::-moz-placeholder {
    color: transparent; }
  .tpl-anketa .tpl-field input[type="text"]:focus:-moz-placeholder, .tpl-anketa .tpl-field input[type="phone"]:focus:-moz-placeholder, .tpl-anketa .tpl-field input[type="email"]:focus:-moz-placeholder {
    color: transparent; }
  .tpl-anketa .tpl-field input[type="text"]:focus:-ms-input-placeholder, .tpl-anketa .tpl-field input[type="phone"]:focus:-ms-input-placeholder, .tpl-anketa .tpl-field input[type="email"]:focus:-ms-input-placeholder {
    color: transparent; }
  .tpl-anketa .tpl-field.field-error input[type="text"], .tpl-anketa .tpl-field.field-error textarea {
    border-color: #f00;
    box-shadow: inset 0 0 0 1px #f00; }
  .tpl-anketa .tpl-field.field-error .error-message {
    display: block;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 0.8; }
  @media (max-width: 980px) {
    .tpl-anketa .tpl-field {
      width: auto;
      display: block; } }
  @media (max-width: 479px) {
    .tpl-anketa .tpl-field {
      width: 100%;
      margin-right: 0; } }
  .tpl-anketa .tpl-field-button {
    width: auto;
    max-width: 200px;
    margin-right: 0;
    /*@media all and (max-width: 479px) {
     position: absolute;
     right: 0;
     margin: 0 10px 0 0;
     }*/ }
  .tpl-anketa .tpl-field-button button {
    background: #424c9a;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: none;
    border-radius: 250px;
    padding: 19px 37px 16px;
    outline: none;
    box-sizing: border-box;
    text-transform: uppercase;
    transition: all 0.3s;
    min-height: 60px;
    Array }
  @media (max-width: 768px) {
      .tpl-anketa .tpl-field-button button {
        min-height: 50px; } }
  @media (min-width: 480px) {
      .tpl-anketa .tpl-field-button button:hover {
        background: #4751a5; }
      .tpl-anketa .tpl-field-button button:active {
        background: #333a76; } }
  .tpl-anketa .type-multi_checkbox {
    position: relative; }
  .tpl-anketa .type-multi_checkbox label:hover span {
    color: #424c9a; }
  .tpl-anketa .type-multi_checkbox label:hover span:before {
    border: 1px solid #424c9a; }
  .tpl-anketa .type-multi_checkbox ul {
    margin: 0; }
  .tpl-anketa .type-multi_checkbox label {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    color: #4d4d4d; }
  .tpl-anketa .type-multi_checkbox label input {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
  .tpl-anketa .type-multi_checkbox label span {
    position: relative; }
  .tpl-anketa .type-multi_checkbox label span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    box-shadow: inset 0px 1px 1px 0px rgba(212, 216, 219, 0.004);
    margin-right: 10px;
    margin-bottom: 6px; }
  .tpl-anketa .type-multi_checkbox input[type="checkbox"]:checked + span:before {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M9.712%2C1.690%20L4.757%2C6.645%20C4.739%2C6.666%204.732%2C6.693%204.712%2C6.713%20C4.515%2C6.909%204.257%2C7.004%203.999%2C7.001%20C3.741%2C7.004%203.482%2C6.909%203.285%2C6.713%20C3.266%2C6.693%203.259%2C6.667%203.242%2C6.647%20L0.285%2C3.690%20C-0.103%2C3.302%20-0.103%2C2.673%200.285%2C2.286%20C0.673%2C1.898%201.302%2C1.898%201.690%2C2.286%20L3.999%2C4.595%20L8.307%2C0.286%20C8.695%2C-0.102%209.324%2C-0.102%209.712%2C0.286%20C10.100%2C0.674%2010.100%2C1.303%209.712%2C1.690%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .tpl-anketa .type-radio_group {
    position: relative; }
  .tpl-anketa .type-radio_group label:hover span {
    color: #424c9a; }
  .tpl-anketa .type-radio_group label:hover span:before {
    border: 1px solid #424c9a; }
  .tpl-anketa .type-radio_group input {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
  .tpl-anketa .type-radio_group span {
    position: relative;
    width: auto;
    height: 26px;
    margin: 5px 20px 5px 0;
    padding-left: 30px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    box-sizing: border-box; }
  .tpl-anketa .type-radio_group span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.4); }
  .tpl-anketa .type-radio_group input {
    position: absolute;
    padding: 0;
    bottom: 0;
    left: 11px;
    width: 1px;
    height: 1px;
    opacity: 0;
    font-size: 0;
    line-height: 0;
    visibility: visible;
    overflow: hidden; }
  .tpl-anketa .type-radio_group input:checked + span:before {
    background: #424c9a;
    border-color: #424c9a;
    box-shadow: inset 0 0 0 4px #fff; }
  .tpl-anketa .type-checkbox {
    position: relative;
    order: 10;
    width: 100%; }
  .tpl-anketa .type-checkbox label:hover span:before {
    border: 1px solid #424c9a; }
  .tpl-anketa .type-checkbox ul {
    margin: 0; }
  .tpl-anketa .type-checkbox label {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    color: #fff; }
  .tpl-anketa .type-checkbox label a {
    color: inherit; }
  .tpl-anketa .type-checkbox label input {
    opacity: 0;
    visibility: visible;
    position: absolute; }
  .tpl-anketa .type-checkbox label span {
    position: relative; }
  .tpl-anketa .type-checkbox label span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 6px; }
  .tpl-anketa .type-checkbox input[type="checkbox"]:checked + span:before {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M9.712%2C1.690%20L4.757%2C6.645%20C4.739%2C6.666%204.732%2C6.693%204.712%2C6.713%20C4.515%2C6.909%204.257%2C7.004%203.999%2C7.001%20C3.741%2C7.004%203.482%2C6.909%203.285%2C6.713%20C3.266%2C6.693%203.259%2C6.667%203.242%2C6.647%20L0.285%2C3.690%20C-0.103%2C3.302%20-0.103%2C2.673%200.285%2C2.286%20C0.673%2C1.898%201.302%2C1.898%201.690%2C2.286%20L3.999%2C4.595%20L8.307%2C0.286%20C8.695%2C-0.102%209.324%2C-0.102%209.712%2C0.286%20C10.100%2C0.674%2010.100%2C1.303%209.712%2C1.690%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
/* ========== Конец форма ============ */
/* ========== Remodal ============ */
@media (max-width: 479px) {
    .remodal-wrapper {
      padding: 0;
      margin: 0;
      border: 10px solid transparent; } }
  .remodal-wrapper .remodal {
    margin-top: 20px; }
  @media (max-width: 479px) {
    .remodal-wrapper .remodal {
      margin: 0; } }

.remodal-close-btn {
  font-size: 0;
  outline: none;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 250px;
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1%201L17%2017M17%201L1%2017%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat, #ededed; }
  @media (max-width: 767px) {
  .remodal-close-btn {
    width: 30px;
    height: 30px;
    border-radius: 0;
    top: 0;
    right: 0; } }
  .remodal-close-btn .icon-close {
    width: 18px;
    height: 18px; }
  .remodal-close-btn .icon-close svg {
    width: 18px;
    height: 18px; }

.gr-button-1, .gr-button-2, .gr-button-3 {
  outline: none;
  border: none;
  font: 700 16px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 15px 22px;
  text-align: center;
  transition: all 0.4s ease;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  background: none;
  box-shadow: none; }

.gr-button-1 {
  color: #fff;
  background: #424c9a; }
  .gr-button-1:hover {
    background: rgba(66, 76, 154, 0.9); }

.gr-button-2 {
  color: #fff;
  background: #424c9a;
  position: relative; }
  .gr-button-2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease; }
  .gr-button-2:hover:after {
    opacity: 1;
    visibility: visible; }

.gr-button-3 {
  color: #424c9a;
  background: transparent;
  border: 1px solid #424c9a; }
  .gr-button-3:hover {
    -moz-box-shadow: 0px 5px 10px 0px rgba(66, 76, 154, 0.4);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(66, 76, 154, 0.4);
    box-shadow: 0px 5px 10px 0px rgba(66, 76, 154, 0.4); }
/* ========== End Remodal ============ */
@keyframes boomElemets {
  /* 	40% {
   transform : scale(0.8)
   }
   60% {
   transform : scale(1)
   }
   80% {
   transform : scale(1.2)
   }
   90% {
   transform : scale(1.1)
   } */
  0% {
    transform: translateY(30px); }

  100% {
    transform: translateY(0); } }
/* .folder-block-item {
 position: relative;
 overflow: visible!important;
 &:hover {
 .params-wr {
 opacity: 1;
 visibility: visible;
 > li {
 }
 }
 }
 }
 .params-wr {
 text-align: center;
 z-index: 7;
 position: absolute;
 top: 100%;
 left: 0;
 right: 0;
 opacity: 0;
 visibility: hidden;
 @include transition(all 0.4s ease);
 list-style: none;
 padding: 0 0 15px;
 margin: 0;
 background: #fff;
 > li {
 padding: 10px;
 }
 } */
.flex_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

#ui-datepicker-div {
  background: #fff;
  z-index: 2000 !important; }

.animated {
  /*!
   * animate.css -http://daneden.me/animate
   * Version - 3.5.2
   * Licensed under the MIT license - http://opensource.org/licenses/MIT
   *
   * Copyright (c) 2017 Daniel Eden
   */
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  animation-duration: 0.75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }

  50% {
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }

  30% {
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    transform: scale3d(1.05, 0.95, 1); }

  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    transform: translateX(2px) rotateY(3deg); }

  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }

  75% {
    transform: translate3d(0, -10px, 0); }

  90% {
    transform: translate3d(0, 5px, 0); }

  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }

  75% {
    transform: translate3d(-10px, 0, 0); }

  90% {
    transform: translate3d(5px, 0, 0); }

  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }

  75% {
    transform: translate3d(10px, 0, 0); }

  90% {
    transform: translate3d(-5px, 0, 0); }

  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  75% {
    transform: translate3d(0, 10px, 0); }

  90% {
    transform: translate3d(0, -5px, 0); }

  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    transform: skewX(-5deg);
    opacity: 1; }

  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    transform: rotate(-10deg); }

  70% {
    transform: rotate(3deg); }

  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel .owl-refresh .owl-item {
    display: none; }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item img {
    transform-style: preserve-3d; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    transition: scale 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1; }

.no-js .owl-carousel {
  display: block; }
/*! jQuery UI - v1.10.3 - 2013-05-03
 * http://jqueryui.com
 * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 * Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  color: #000; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400; }

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: 0.4em 0 0.2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em; }

.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url(images/animated-overlay.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 0.8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: 0.8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: 0;
  background: 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: 0;
  border-bottom: 0;
  border-right: 0; }

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: 0.2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold; }

.ui-widget-header a {
  color: #fff; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #fff; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffd27a_256x240.png); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-widget-overlay {
  background: #666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: 0.5;
  filter: Alpha(Opacity=50); }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
  border-radius: 5px; }
/*id1552*/
.shop2-color-ext-options {
  height: 30px; }

@media (max-width: 480px) {
  .popup-registration-wr.opened {
    z-index: 602; } }

.shop2-main-header {
  color: #525252;
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
  background: none !important;
  margin: 6px 0 32px;
  padding: 0;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  text-align: center; }
  @media (max-width: 1280px) {
  .shop2-main-header {
    margin: 0 0 20px; } }
  @media (max-width: 1024px) {
  .shop2-main-header {
    font-size: 40px;
    line-height: 1; } }
  @media (max-width: 767px) {
  .shop2-main-header {
    font-size: 30px;
    line-height: 36px;
    padding-top: 20px; } }
  @media (max-width: 767px) {
    .shop2-main-header.shop2-main-new {
      padding-top: 15px;
      margin-bottom: 20px; } }

.shop2-main-before, .shop2-main-after {
  color: #606060;
  font-size: 18px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 50px; }
  @media (max-width: 767px) {
  .shop2-main-before, .shop2-main-after {
    margin: 15px 0 15px; } }

.shop-main-blocks-wrapper {
  margin: 0 0 20px;
  position: relative; }
  @media (max-width: 1540px) {
  .shop-main-blocks-wrapper {
    margin: 0 0 70px; } }
  @media (max-width: 1280px) {
  .shop-main-blocks-wrapper {
    margin: 0 0 70px; } }
  @media (max-width: 767px) {
  .shop-main-blocks-wrapper {
    margin-bottom: 50px; } }
  .shop-main-blocks-wrapper .product-list.thumbs .product-amount {
    display: none; }
  .shop-main-blocks-wrapper .product-list.thumbs .bottom-elements-wr {
    border: none;
    padding-top: 10px; }

.shop-main-blocks-inner {
  overflow: hidden;
  margin: 0 -10px; }
  @media (max-width: 520px) {
  .shop-main-blocks-inner {
    margin-left: -20px;
    margin-right: -20px; } }
  .shop-main-blocks-inner .kindArrow {
    font-size: 0;
    display: none; }
  @media (max-width: 767px) {
    .shop-main-blocks-inner .kindArrow {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%); } }
  .shop-main-blocks-inner .kindArrow .prev-slide, .shop-main-blocks-inner .kindArrow .next-slide {
    position: absolute;
    top: 50%;
    margin-top: 5px;
    border: none;
    padding: 0;
    outline: none;
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: top;
    z-index: 99;
    border-radius: 250px;
    transition: all 0.3s;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1540px) {
      .shop-main-blocks-inner .kindArrow .prev-slide, .shop-main-blocks-inner .kindArrow .next-slide {
        top: 100%;
        margin-top: 0; } }
  @media (max-width: 960px) {
      .shop-main-blocks-inner .kindArrow .prev-slide, .shop-main-blocks-inner .kindArrow .next-slide {
        width: 45px;
        height: 45px;
        margin-top: 0; } }
  @media (max-width: 767px) {
      .shop-main-blocks-inner .kindArrow .prev-slide, .shop-main-blocks-inner .kindArrow .next-slide {
        position: static;
        margin-top: 0; } }
  .shop-main-blocks-inner .kindArrow .prev-slide {
    left: -27px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M26.9467%2016.761L7.85481%2016.7571L12.9449%2021.8493C13.7226%2022.6273%2013.7223%2023.9001%2012.9444%2024.6777C12.1664%2025.4554%2010.8936%2025.4551%2010.1159%2024.6772L0.218458%2014.7756L10.12%204.87816C10.8979%204.10051%2012.1707%204.10077%2012.9484%204.87874C13.7261%205.65672%2013.7258%206.92951%2012.9478%207.70717L7.85561%2012.7973L26.9475%2012.8012C27.5132%2012.8013%2028.0081%2013.0135%2028.3616%2013.3672C28.7151%2013.7208%2028.9271%2014.2158%2028.927%2014.7815C28.9268%2015.9129%2028.0781%2016.7612%2026.9467%2016.761Z%22%20fill%3D%22%23B9B9B9%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #fff; }
  @media (max-width: 1540px) {
      .shop-main-blocks-inner .kindArrow .prev-slide {
        left: calc(50% - 61px); } }
  @media (max-width: 960px) {
      .shop-main-blocks-inner .kindArrow .prev-slide {
        left: calc(50% - 51px);
        background-size: 25px 25px; } }
  @media (max-width: 767px) {
      .shop-main-blocks-inner .kindArrow .prev-slide {
        margin-right: 12px; } }
  .shop-main-blocks-inner .kindArrow .prev-slide:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M26.9467%2016.761L7.85481%2016.7571L12.9449%2021.8493C13.7226%2022.6273%2013.7223%2023.9001%2012.9444%2024.6777C12.1664%2025.4554%2010.8936%2025.4551%2010.1159%2024.6772L0.218458%2014.7756L10.12%204.87816C10.8979%204.10051%2012.1707%204.10077%2012.9484%204.87874C13.7261%205.65672%2013.7258%206.92951%2012.9478%207.70717L7.85561%2012.7973L26.9475%2012.8012C27.5132%2012.8013%2028.0081%2013.0135%2028.3616%2013.3672C28.7151%2013.7208%2028.9271%2014.2158%2028.927%2014.7815C28.9268%2015.9129%2028.0781%2016.7612%2026.9467%2016.761Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #424c9a; }
  @media (max-width: 960px) {
        .shop-main-blocks-inner .kindArrow .prev-slide:hover {
          background-size: 25px 25px; } }
  .shop-main-blocks-inner .kindArrow .next-slide {
    right: -27px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M3.05331%2013.2391L22.1452%2013.243L17.0551%208.15082C16.2774%207.37284%2016.2777%206.10005%2017.0556%205.32239C17.8336%204.54473%2019.1064%204.54499%2019.8841%205.32297L29.7815%2015.2245L19.88%2025.122C19.1021%2025.8996%2017.8293%2025.8994%2017.0516%2025.1214C16.2739%2024.3434%2016.2742%2023.0706%2017.0522%2022.293L22.1444%2017.2028L3.0525%2017.1989C2.48682%2017.1988%201.99189%2016.9866%201.6384%2016.633C1.28492%2016.2793%201.07289%2015.7843%201.07301%2015.2186C1.07324%2014.0873%201.92194%2013.2389%203.05331%2013.2391Z%22%20fill%3D%22%23B9B9B9%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #fff; }
  @media (max-width: 1540px) {
      .shop-main-blocks-inner .kindArrow .next-slide {
        right: calc(50% - 61px); } }
  @media (max-width: 960px) {
      .shop-main-blocks-inner .kindArrow .next-slide {
        right: calc(50% - 51px);
        background-size: 25px 25px; } }
  .shop-main-blocks-inner .kindArrow .next-slide:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2229px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2029%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M3.05331%2013.2391L22.1452%2013.243L17.0551%208.15082C16.2774%207.37284%2016.2777%206.10005%2017.0556%205.32239C17.8336%204.54473%2019.1064%204.54499%2019.8841%205.32297L29.7815%2015.2245L19.88%2025.122C19.1021%2025.8996%2017.8293%2025.8994%2017.0516%2025.1214C16.2739%2024.3434%2016.2742%2023.0706%2017.0522%2022.293L22.1444%2017.2028L3.0525%2017.1989C2.48682%2017.1988%201.99189%2016.9866%201.6384%2016.633C1.28492%2016.2793%201.07289%2015.7843%201.07301%2015.2186C1.07324%2014.0873%201.92194%2013.2389%203.05331%2013.2391Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #424c9a; }
  @media (max-width: 960px) {
        .shop-main-blocks-inner .kindArrow .next-slide:hover {
          background-size: 25px 25px; } }
  .shop-main-blocks-inner .product-list a {
    outline: none; }
  @media (max-width: 520px) {
    .shop-main-blocks-inner .product-list.slick-slider {
      margin: 0 auto; }
      .shop-main-blocks-inner .product-list.slick-slider .shop-kind-item {
        margin: 0 6px 20px; } }
  @media (min-width: 521px) {
    .shop-main-blocks-inner .product-list .slick-list {
      margin: 0 -15px;
      padding: 0 15px; } }
  .shop-main-blocks-inner .product-list:not(.slick-slider) {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px 33px 0; }
  @media (max-width: 1265px) {
      .shop-main-blocks-inner .product-list:not(.slick-slider) {
        margin-right: -20px; } }
  @media (max-width: 510px) {
      .shop-main-blocks-inner .product-list:not(.slick-slider) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-right: 0; } }
  .shop-main-blocks-inner .product-list:not(.slick-slider) .shop-kind-item {
    width: calc(25% - 25px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 25px);
    -moz-box-flex: 0;
    -moz-flex: 0 0 calc(25% - 25px);
    -ms-flex: 0 0 calc(25% - 25px);
    flex: 0 0 calc(25% - 25px);
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05); }
  @media (max-width: 990px) {
        .shop-main-blocks-inner .product-list:not(.slick-slider) .shop-kind-item {
          width: calc(33.332% - 20px);
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 calc(33.332% - 20px);
          -moz-box-flex: 0;
          -moz-flex: 0 0 calc(33.332% - 20px);
          -ms-flex: 0 0 calc(33.332% - 20px);
          flex: 0 0 calc(33.332% - 20px);
          max-width: 290px; } }
  @media (max-width: 767px) {
        .shop-main-blocks-inner .product-list:not(.slick-slider) .shop-kind-item {
          width: calc(50% - 20px);
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 calc(50% - 20px);
          -moz-box-flex: 0;
          -moz-flex: 0 0 calc(50% - 20px);
          -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px); } }
  @media (max-width: 510px) {
        .shop-main-blocks-inner .product-list:not(.slick-slider) .shop-kind-item {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin-right: 0; } }
  @media (min-width: 991px) and (max-width: 1265px) {
        .shop-main-blocks-inner .product-list:not(.slick-slider) .shop-kind-item {
          width: calc(25% - 20px);
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 calc(25% - 20px);
          -moz-box-flex: 0;
          -moz-flex: 0 0 calc(25% - 20px);
          -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
          margin-right: 20px; } }
  .shop-main-blocks-inner .product-list:not(.slick-slider) .shop-kind-item.flex, .shop-main-blocks-inner .product-list:not(.slick-slider) .shop-kind-item > form {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .shop-main-blocks-inner .product-list:not(.slick-slider) .shop-kind-item > form {
    height: 100%; }
  .shop-main-blocks-inner .product-list .slick-track {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .shop-main-blocks-inner .product-list .slick-track:before, .shop-main-blocks-inner .product-list .slick-track:after {
    display: none; }
  .shop-main-blocks-inner .product-list .slick-track .slick-slide {
    float: none;
    height: auto;
    outline: none; }
  .shop-main-blocks-inner .product-list .shop2-product-item {
    box-shadow: none; }
  .shop-main-blocks-inner .product-list .shop2-product-item.slick-active {
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05); }
  .shop-main-blocks-inner.initSliderMain .product-list.thumbs .shop-product-item {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  @media (max-width: 520px) {
        .shop-main-blocks-inner.initSliderMain .product-list.thumbs .shop-product-item {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
          -moz-box-flex: 1;
          -moz-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          margin: 0 20px 30px; } }

.shop-filter-wrapper {
  position: relative;
  margin: 0 0 30px;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif; }
  .shop-filter-wrapper .scroller-input-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    color: #898989;
    font-size: 15px;
    text-transform: capitalize;
    padding-top: 5px;
    padding-bottom: 5px; }
  .shop-filter-wrapper .scroller-input-wr > span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%; }
  .shop-filter-wrapper .noUi-target {
    height: 15px;
    width: 100%;
    background-color: #f3f3f3;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px; }
  .shop-filter-wrapper .noUi-target .noUi-base {
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .shop-filter-wrapper .noUi-target .noUi-connect {
    position: absolute;
    top: 0;
    height: 15px;
    bottom: 0;
    border-radius: 2px;
    background: #424c9a;
    border-radius: 10px; }
  .shop-filter-wrapper .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .shop-filter-wrapper .noUi-target .noUi-handle {
    width: 15px;
    height: 15px;
    background: #ffd82e;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    position: relative;
    left: 0;
    top: 0; }
  .shop-filter-wrapper .noUi-target .noUi-handle.noUi-handle-upper {
    margin-left: -13px; }
  .shop-filter-wrapper .noUi-target .noUi-handle.noUi-handle-lower {
    margin-left: -2px; }
  .shop-filter-wrapper .shop2-filter {
    display: none;
    border: none;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.03);
    padding: 25px 20px; }
  .shop-filter-wrapper .shop2-filter .table-filter-param {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -17px; }
  @media (max-width: 479px) {
      .shop-filter-wrapper .shop2-filter .table-filter-param {
        margin: 0; } }
  .shop-filter-wrapper .shop2-filter .table-filter-param .field-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 0 17px; }
  @media (max-width: 1200px) and (min-width: 680px) {
        .shop-filter-wrapper .shop2-filter .table-filter-param .field-row {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33.332%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 33.332%;
          -ms-flex: 0 0 33.332%;
          flex: 0 0 33.332%; } }
  @media (max-width: 679px) and (min-width: 480px) {
        .shop-filter-wrapper .shop2-filter .table-filter-param .field-row {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  @media (max-width: 479px) {
        .shop-filter-wrapper .shop2-filter .table-filter-param .field-row {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding: 0; } }
  .shop-filter-wrapper .shop2-filter .table-filter-param .field-row .field-title {
    color: #898989;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px;
    display: block; }
  .shop-filter-wrapper .shop2-filter .table-filter-param .field-row .field-num {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .shop-filter-wrapper .shop2-filter .table-filter-param .field-row .field-num input {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 47%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 47%;
      -ms-flex: 0 0 47%;
      flex: 0 0 47%;
      max-width: 47%; }
    .shop-filter-wrapper .shop2-filter .table-filter-param .field-row .field-num input::-webkit-input-placeholder {
      color: #898989;
      text-transform: capitalize; }
    .shop-filter-wrapper .shop2-filter .table-filter-param .field-row .field-num input::-moz-placeholder {
      color: #898989;
      text-transform: capitalize; }
    .shop-filter-wrapper .shop2-filter .table-filter-param .field-row .field-num input:-moz-placeholder {
      color: #898989;
      text-transform: capitalize; }
    .shop-filter-wrapper .shop2-filter .table-filter-param .field-row .field-num input:-ms-input-placeholder {
      color: #898989;
      text-transform: capitalize; }
  .shop-filter-wrapper .shop2-filter .table-filter-param .field-row input[type=text] {
    outline: none;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    padding: 6px 12px 7px;
    font-size: 15px;
    font-weight: 400;
    color: #484848;
    line-height: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .shop-filter-wrapper .shop2-filter .table-filter-param .field-row .param-val {
    padding: 3px 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    border-radius: 6px; }
    .shop-filter-wrapper .shop2-filter .table-filter-param .field-row .param-val.active-val {
      background: #424c9a;
      color: #fff; }
    .shop-filter-wrapper .shop2-filter .table-filter-param .field-row .param-val span {
      display: none; }
  .shop-filter-wrapper .shop2-filter .table-filter-param:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    visibility: hidden;
    clear: both; }
  .shop-filter-wrapper .shop2-filter .filter-buttons-wr {
    font-size: 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-top: 40px; }
  @media (max-width: 679px) {
      .shop-filter-wrapper .shop2-filter .filter-buttons-wr {
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 15px -5px 0; } }
  .shop-filter-wrapper .shop2-filter .filter-buttons-wr .hide-filter-popup {
    color: #898989;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding: 0 27px 0 0;
    position: relative;
    text-decoration: none; }
  @media (max-width: 679px) {
        .shop-filter-wrapper .shop2-filter .filter-buttons-wr .hide-filter-popup {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -moz-box-flex: 0;
          -moz-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          margin-top: 18px; } }
  .shop-filter-wrapper .shop2-filter .filter-buttons-wr .hide-filter-popup:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23c5c5c5%22%20d%3D%22M8.006%2C15.997%20C3.595%2C15.997%200.007%2C12.408%200.007%2C7.998%20C0.007%2C3.587%203.595%2C-0.001%208.006%2C-0.001%20C12.416%2C-0.001%2016.005%2C3.587%2016.005%2C7.998%20C16.005%2C12.408%2012.416%2C15.997%208.006%2C15.997%20ZM8.006%2C1.416%20C4.376%2C1.416%201.424%2C4.369%201.424%2C7.998%20C1.424%2C11.628%204.376%2C14.580%208.006%2C14.580%20C11.635%2C14.580%2014.588%2C11.628%2014.588%2C7.998%20C14.588%2C4.369%2011.635%2C1.416%208.006%2C1.416%20ZM10.247%2C8.917%20L8.714%2C7.384%20L8.714%2C11.334%20C8.714%2C11.726%208.397%2C12.043%208.006%2C12.043%20C7.614%2C12.043%207.297%2C11.726%207.297%2C11.334%20L7.297%2C7.385%20L5.764%2C8.917%20C5.487%2C9.193%205.039%2C9.193%204.762%2C8.917%20C4.485%2C8.640%204.485%2C8.192%204.762%2C7.915%20L7.505%2C5.175%20C7.781%2C4.899%208.230%2C4.899%208.507%2C5.175%20L11.249%2C7.915%20C11.388%2C8.053%2011.457%2C8.234%2011.457%2C8.416%20C11.457%2C8.598%2011.388%2C8.778%2011.249%2C8.917%20C10.973%2C9.193%2010.524%2C9.193%2010.247%2C8.917%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop-filter-wrapper .shop2-filter .filter-buttons-wr .right-buttons {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  @media (max-width: 679px) {
        .shop-filter-wrapper .shop2-filter .filter-buttons-wr .right-buttons {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -moz-box-flex: 0;
          -moz-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          text-align: center; } }
  .shop-filter-wrapper .shop2-filter .filter-buttons-wr .result {
    padding: 10px 20px 10px 16px;
    color: #898989;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    height: auto;
    margin-right: 2px;
    border: 2px solid #e6e6e6;
    background: none;
    border-radius: 22px 0 0 22px;
    position: relative; }
  .shop-filter-wrapper .shop2-filter .filter-buttons-wr .result:before {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -7px;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #e6e6e6;
    border-style: solid; }
  .shop-filter-wrapper .shop2-filter .filter-buttons-wr .result:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -7px;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
    border-style: solid; }
  .shop-filter-wrapper .shop2-filter .filter-buttons-wr .shop2-btn {
    margin: 0 0 0 10px;
    border-radius: 250px; }
  @media (max-width: 679px) {
        .shop-filter-wrapper .shop2-filter .filter-buttons-wr .shop2-btn {
          margin-bottom: 10px; } }
  .shop-filter-wrapper .shop2-filter .filter-buttons-wr .shop2-btn.reset-filter {
    background: #898989; }
    .shop-filter-wrapper .shop2-filter .filter-buttons-wr .shop2-btn.reset-filter:hover {
      background: #919191; }
    .shop-filter-wrapper .shop2-filter .filter-buttons-wr .shop2-btn.reset-filter:active {
      background: #7f7f7f; }
  .shop-filter-wrapper .shop-sorting-panel {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif; }
  @media (max-width: 680px) {
    .shop-filter-wrapper .shop-sorting-panel {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .shop-filter-wrapper .shop-sorting-panel .filter-open-button {
    padding: 14px 60px 14px 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: #424c9a;
    border-radius: 6px;
    min-width: 146px;
    position: relative;
    margin: 0 22px 0 0; }
  @media (max-width: 680px) {
      .shop-filter-wrapper .shop-sorting-panel .filter-open-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 20px; } }
  .shop-filter-wrapper .shop-sorting-panel .filter-open-button:before {
    content: "";
    position: absolute;
    right: 19px;
    top: 50%;
    width: 23px;
    height: 23px;
    margin-top: -11px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2023%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M21.743%2C1.577%20L13.700%2C9.783%20L13.700%2C17.540%20C13.700%2C17.783%2013.603%2C18.022%2013.434%2C18.194%20L9.964%2C21.727%20C9.792%2C21.901%209.564%2C21.997%209.322%2C21.997%20C9.200%2C21.997%209.081%2C21.973%208.968%2C21.925%20C8.626%2C21.777%208.408%2C21.438%208.413%2C21.060%20L8.460%2C17.527%20L8.460%2C9.786%20L1.198%2C2.479%20L0.004%2C0.924%20C0.004%2C0.414%200.412%2C-0.001%200.913%2C-0.001%20L21.100%2C-0.001%20C21.469%2C-0.001%2021.798%2C0.223%2021.940%2C0.569%20C22.081%2C0.916%2022.004%2C1.312%2021.743%2C1.577%20ZM10.008%2C8.742%20C10.179%2C8.915%2010.278%2C9.155%2010.278%2C9.400%20L10.278%2C17.540%20L10.261%2C18.808%20L11.883%2C17.157%20L11.883%2C9.400%20C11.883%2C9.154%2011.977%2C8.922%2012.148%2C8.747%20L16.156%2C4.658%20L5.949%2C4.658%20L10.008%2C8.742%20ZM3.157%2C1.849%20L4.161%2C2.858%20C4.239%2C2.836%204.317%2C2.808%204.403%2C2.808%20L17.969%2C2.808%20L18.910%2C1.849%20L3.157%2C1.849%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop-filter-wrapper .shop-sorting-panel .filter-open-button:hover {
    background: #4751a5; }
  .shop-filter-wrapper .shop-sorting-panel .filter-open-button:active {
    background: #333a76; }
  .shop-filter-wrapper .shop-sorting-panel .right-sorting {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative; }
  .shop-filter-wrapper .shop-sorting-panel .sorting-wrap {
    width: 230px;
    position: relative;
    z-index: 100; }
  .shop-filter-wrapper .shop-sorting-panel .sorting-wrap.opened .sorting-block {
    opacity: 1;
    visibility: visible; }
  .shop-filter-wrapper .shop-sorting-panel .sorting-wrap.opened .sort-title:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .shop-filter-wrapper .shop-sorting-panel .sorting-wrap .sort-title {
    display: block;
    padding: 13px 40px 13px 18px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1;
    text-decoration: none;
    background: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    position: relative;
    color: #a2a1a1;
    z-index: 101; }
  .shop-filter-wrapper .shop-sorting-panel .sorting-wrap .sort-title:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 16px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23c5c5c5%22%20d%3D%22M8.006%2C16.001%20C3.595%2C16.001%200.007%2C12.413%200.007%2C8.002%20C0.007%2C3.592%203.595%2C0.003%208.006%2C0.003%20C12.416%2C0.003%2016.005%2C3.592%2016.005%2C8.002%20C16.005%2C12.413%2012.416%2C16.001%208.006%2C16.001%20ZM8.006%2C1.420%20C4.377%2C1.420%201.424%2C4.372%201.424%2C8.002%20C1.424%2C11.631%204.377%2C14.584%208.006%2C14.584%20C11.635%2C14.584%2014.588%2C11.631%2014.588%2C8.002%20C14.588%2C4.372%2011.635%2C1.420%208.006%2C1.420%20ZM8.507%2C10.825%20C8.230%2C11.101%207.781%2C11.101%207.505%2C10.825%20L4.762%2C8.085%20C4.485%2C7.808%204.485%2C7.360%204.762%2C7.083%20C5.039%2C6.806%205.487%2C6.806%205.764%2C7.083%20L7.297%2C8.615%20L7.297%2C4.666%20C7.297%2C4.274%207.614%2C3.957%208.006%2C3.957%20C8.397%2C3.957%208.714%2C4.274%208.714%2C4.666%20L8.714%2C8.616%20L10.247%2C7.083%20C10.524%2C6.806%2010.973%2C6.806%2011.249%2C7.083%20C11.388%2C7.222%2011.457%2C7.403%2011.457%2C7.584%20C11.457%2C7.765%2011.388%2C7.947%2011.249%2C8.085%20L8.507%2C10.825%20Z%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .shop-filter-wrapper .shop-sorting-panel .sorting-wrap .sorting-block {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -4px;
    background: #fff;
    border: 2px solid #e6e6e6;
    border-top: none;
    border-radius: 0 0 6px 6px;
    padding-top: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden; }
  .shop-filter-wrapper .shop-sorting-panel .sorting-wrap .sorting-block .sort-param {
    display: block;
    color: #898989;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    padding: 11px 20px 10px;
    border-bottom: 1px solid #e6e6e6; }
    .shop-filter-wrapper .shop-sorting-panel .sorting-wrap .sorting-block .sort-param:hover {
      color: #424c9a; }
  .shop-filter-wrapper .shop-sorting-panel .sorting-wrap .sorting-block .sort-reset {
    color: #424c9a;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    display: block;
    padding: 15px 20px; }
    .shop-filter-wrapper .shop-sorting-panel .sorting-wrap .sorting-block .sort-reset:hover {
      text-decoration: underline; }
    .shop-filter-wrapper .shop-sorting-panel .sorting-wrap .sorting-block .sort-reset ins {
      text-decoration: none; }
    .shop-filter-wrapper .shop-sorting-panel .sorting-wrap .sorting-block .sort-reset span {
      margin-left: 5px;
      display: inline-block;
      vertical-align: top;
      font-size: 0;
      width: 13px;
      height: 12px;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2013%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M7.301%2C12.000%20C5.836%2C12.000%204.446%2C11.416%203.385%2C10.356%20C3.159%2C10.134%202.951%2C9.889%202.763%2C9.629%20C2.584%2C9.382%202.630%2C9.029%202.865%2C8.841%20C3.101%2C8.652%203.435%2C8.701%203.613%2C8.948%20C3.766%2C9.159%203.935%2C9.357%204.119%2C9.538%20C4.982%2C10.400%206.112%2C10.874%207.301%2C10.874%20C9.853%2C10.874%2011.930%2C8.688%2011.930%2C6.000%20C11.930%2C3.313%209.853%2C1.127%207.301%2C1.127%20C4.915%2C1.127%202.969%2C3.043%202.721%2C5.486%20L3.432%2C4.815%20C3.651%2C4.607%203.988%2C4.627%204.186%2C4.858%20C4.384%2C5.089%204.365%2C5.445%204.146%2C5.652%20L2.523%2C7.185%20C2.420%2C7.282%202.293%2C7.330%202.166%2C7.330%20C2.037%2C7.330%201.910%2C7.282%201.809%2C7.185%20L0.186%2C5.652%20C-0.035%2C5.445%20-0.052%2C5.089%200.145%2C4.858%20C0.342%2C4.627%200.679%2C4.607%200.900%2C4.815%20L1.649%2C5.523%20C1.884%2C2.441%204.314%2C0.001%207.301%2C0.001%20C10.443%2C0.001%2012.999%2C2.692%2012.999%2C6.000%20C12.999%2C9.308%2010.443%2C12.000%207.301%2C12.000%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop-filter-wrapper .shop-sorting-panel .views-buttons {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.03);
    font-size: 0;
    position: relative; }
  .shop-filter-wrapper .shop-sorting-panel .views-buttons:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -4px;
    width: 12px;
    height: 9px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2012%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb%28197%2C%20197%2C%20197%29%22%20d%3D%22M10.008%2C5.435%20L4.392%2C5.435%20L6.571%2C7.433%20C6.964%2C7.794%206.964%2C8.378%206.571%2C8.739%20C6.177%2C9.100%205.539%2C9.100%205.146%2C8.739%20L1.249%2C5.165%20C0.856%2C4.805%200.856%2C4.220%201.249%2C3.859%20L5.146%2C0.286%20C5.342%2C0.105%205.600%2C0.015%205.858%2C0.015%20C6.116%2C0.015%206.373%2C0.105%206.571%2C0.286%20C6.964%2C0.645%206.964%2C1.231%206.571%2C1.591%20L4.391%2C3.589%20L10.008%2C3.589%20C10.566%2C3.589%2011.016%2C4.001%2011.016%2C4.512%20C11.016%2C5.023%2010.566%2C5.435%2010.008%2C5.435%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  @media (max-width: 479px) {
      .shop-filter-wrapper .shop-sorting-panel .views-buttons {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 50; }
        .shop-filter-wrapper .shop-sorting-panel .views-buttons:before {
          left: 16px;
          top: auto;
          margin-top: 0;
          bottom: -16px;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); } }
  .shop-filter-wrapper .shop-sorting-panel .views-buttons.opened a {
    width: 44px; }
    @media (max-width: 479px) {
        .shop-filter-wrapper .shop-sorting-panel .views-buttons.opened a {
          height: 44px; } }
  .shop-filter-wrapper .shop-sorting-panel .views-buttons.opened:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (max-width: 479px) {
        .shop-filter-wrapper .shop-sorting-panel .views-buttons.opened:before {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); } }
  .shop-filter-wrapper .shop-sorting-panel .views-buttons a {
    overflow: hidden;
    width: 0px;
    height: 44px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (max-width: 479px) {
        .shop-filter-wrapper .shop-sorting-panel .views-buttons a {
          display: block;
          width: 44px;
          height: 0; } }
  .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active {
    width: 44px; }
    @media (max-width: 479px) {
        .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active {
          height: 44px; } }
    .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.thumbs:after, .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.price:after, .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.simple:after, .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.thumbs:before, .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.price:before, .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.simple:before, .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.thumbs span:before, .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.price span:before, .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.simple span:before, .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.thumbs span:after, .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.price span:after, .shop-filter-wrapper .shop-sorting-panel .views-buttons a.active.simple span:after {
      border-color: #424c9a; }
  .shop-filter-wrapper .shop-sorting-panel .views-buttons a.simple {
    position: relative; }
    .shop-filter-wrapper .shop-sorting-panel .views-buttons a.simple:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 10px;
      width: 20px;
      height: 6px;
      border: 2px solid #c5c5c5; }
    .shop-filter-wrapper .shop-sorting-panel .views-buttons a.simple:after {
      content: "";
      position: absolute;
      left: 10px;
      bottom: 10px;
      width: 20px;
      height: 6px;
      border: 2px solid #c5c5c5; }
  .shop-filter-wrapper .shop-sorting-panel .views-buttons a.price {
    position: relative; }
    .shop-filter-wrapper .shop-sorting-panel .views-buttons a.price:before {
      content: "";
      position: absolute;
      left: 10px;
      width: 24px;
      top: 10px;
      bottom: 10px;
      border-top: 3px solid #c5c5c5;
      border-bottom: 3px solid #c5c5c5; }
    .shop-filter-wrapper .shop-sorting-panel .views-buttons a.price:after {
      content: "";
      position: absolute;
      left: 10px;
      width: 24px;
      top: 17px;
      bottom: 17px;
      border-top: 3px solid #c5c5c5;
      border-bottom: 3px solid #c5c5c5; }
  .shop-filter-wrapper .shop-sorting-panel .views-buttons a.thumbs {
    position: relative; }
    .shop-filter-wrapper .shop-sorting-panel .views-buttons a.thumbs .bottom {
      top: auto;
      bottom: 10px; }
    .shop-filter-wrapper .shop-sorting-panel .views-buttons a.thumbs span {
      position: absolute;
      width: 24px;
      height: 10px;
      top: 10px;
      left: 10px; }
    .shop-filter-wrapper .shop-sorting-panel .views-buttons a.thumbs span:before {
      content: "";
      position: absolute;
      left: 0;
      width: 6px;
      height: 6px;
      top: 0;
      border: 2px solid #c5c5c5; }
    .shop-filter-wrapper .shop-sorting-panel .views-buttons a.thumbs span:after {
      content: "";
      position: absolute;
      right: 0;
      width: 6px;
      height: 6px;
      top: 0;
      border: 2px solid #c5c5c5; }

.left-subpages-categories-wr {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.03);
  margin: 0 0 20px; }
  @media (max-width: 990px) {
  .left-subpages-categories-wr {
    display: none; } }
  .left-subpages-categories-wr .first-page-item {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    padding: 12px 20px;
    background: #424c9a;
    border-radius: 6px; }
  .left-subpages-categories-wr .folder-left {
    padding: 15px 0; }
  .left-subpages-categories-wr .folder-left, .left-subpages-categories-wr .folder-left ul {
    margin: 0;
    list-style: none; }
  .left-subpages-categories-wr .folder-left.activeDropDown ul {
    padding: 0 0 0 5px; }
  .left-subpages-categories-wr .folder-left.activeDropDown > li > ul {
    padding-top: 15px; }
  .left-subpages-categories-wr .folder-left.activeDropDown li.s3-menu-allin-has > a .arrow-item {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .left-subpages-categories-wr .folder-left.activeDropDown li.s3-menu-allin-has > a.s3-menu-allin-open .arrow-item {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .left-subpages-categories-wr .folder-left.activeRight ul {
    padding: 20px 0;
    position: absolute;
    z-index: 200;
    width: 240px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.03);
    margin-top: -20px; }
  .left-subpages-categories-wr .folder-left li.s3-menu-allin-has > a {
    position: relative;
    padding-right: 40px; }
    .left-subpages-categories-wr .folder-left li.s3-menu-allin-has > a .arrow-item {
      position: absolute;
      right: 20px;
      top: 0;
      width: 16px;
      height: 16px;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23898989%22%20d%3D%22M8.002%2C16.005%20C3.592%2C16.005%200.003%2C12.416%200.003%2C8.006%20C0.003%2C3.595%203.592%2C0.007%208.002%2C0.007%20C12.413%2C0.007%2016.001%2C3.595%2016.001%2C8.006%20C16.001%2C12.416%2012.413%2C16.005%208.002%2C16.005%20ZM8.002%2C1.423%20C4.373%2C1.423%201.420%2C4.376%201.420%2C8.006%20C1.420%2C11.635%204.373%2C14.588%208.002%2C14.588%20C11.631%2C14.588%2014.584%2C11.635%2014.584%2C8.006%20C14.584%2C4.376%2011.631%2C1.423%208.002%2C1.423%20ZM8.085%2C11.249%20C7.947%2C11.388%207.766%2C11.456%207.584%2C11.456%20C7.403%2C11.456%207.222%2C11.388%207.083%2C11.249%20C6.807%2C10.973%206.807%2C10.523%207.083%2C10.247%20L8.616%2C8.714%20L4.666%2C8.714%20C4.274%2C8.714%203.957%2C8.398%203.957%2C8.006%20C3.957%2C7.614%204.274%2C7.297%204.666%2C7.297%20L8.616%2C7.297%20L7.083%2C5.764%20C6.807%2C5.487%206.807%2C5.038%207.083%2C4.762%20C7.360%2C4.485%207.809%2C4.485%208.085%2C4.762%20L10.825%2C7.505%20C11.102%2C7.781%2011.102%2C8.230%2010.825%2C8.507%20L8.085%2C11.249%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
    .left-subpages-categories-wr .folder-left li.s3-menu-allin-has > a:hover .arrow-item {
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M8.002%2C16.005%20C3.592%2C16.005%200.003%2C12.416%200.003%2C8.006%20C0.003%2C3.595%203.592%2C0.007%208.002%2C0.007%20C12.413%2C0.007%2016.001%2C3.595%2016.001%2C8.006%20C16.001%2C12.416%2012.413%2C16.005%208.002%2C16.005%20ZM8.002%2C1.423%20C4.373%2C1.423%201.420%2C4.376%201.420%2C8.006%20C1.420%2C11.635%204.373%2C14.588%208.002%2C14.588%20C11.631%2C14.588%2014.584%2C11.635%2014.584%2C8.006%20C14.584%2C4.376%2011.631%2C1.423%208.002%2C1.423%20ZM8.085%2C11.249%20C7.947%2C11.388%207.766%2C11.456%207.584%2C11.456%20C7.403%2C11.456%207.222%2C11.388%207.083%2C11.249%20C6.807%2C10.973%206.807%2C10.523%207.083%2C10.247%20L8.616%2C8.714%20L4.666%2C8.714%20C4.274%2C8.714%203.957%2C8.398%203.957%2C8.006%20C3.957%2C7.614%204.274%2C7.297%204.666%2C7.297%20L8.616%2C7.297%20L7.083%2C5.764%20C6.807%2C5.487%206.807%2C5.038%207.083%2C4.762%20C7.360%2C4.485%207.809%2C4.485%208.085%2C4.762%20L10.825%2C7.505%20C11.102%2C7.781%2011.102%2C8.230%2010.825%2C8.507%20L8.085%2C11.249%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .left-subpages-categories-wr .folder-left ul {
    display: none; }
  .left-subpages-categories-wr .folder-left ul li {
    padding: 7px 0; }
  .left-subpages-categories-wr .folder-left ul li a {
    display: block;
    padding: 0 20px;
    text-decoration: none;
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25; }
  .left-subpages-categories-wr .folder-left > li {
    padding: 8px 0; }
  .left-subpages-categories-wr .folder-left > li > a {
    padding: 0 20px;
    display: block;
    color: #484848;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none; }
  .left-subpages-categories-wr .folder-left > li.active a, .left-subpages-categories-wr .folder-left > li a:hover {
    color: #424c9a; }

.tpl-rating-block {
  font-size: 0; }
  .tpl-rating-block .tpl-stars {
    display: inline-block;
    vertical-align: middle;
    width: 89px;
    height: 13px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2289px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2089%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23e3e3e3%22%20d%3D%22M85.719%2C8.369%20L86.314%2C12.998%20L81.973%2C11.017%20L77.631%2C12.998%20L78.225%2C8.369%20L74.947%2C4.964%20L79.656%2C4.084%20L81.973%2C-0.001%20L84.288%2C4.084%20L88.997%2C4.964%20L85.719%2C8.369%20ZM67.578%2C12.998%20L63.235%2C11.017%20L58.893%2C12.998%20L59.488%2C8.369%20L56.210%2C4.964%20L60.920%2C4.084%20L63.235%2C-0.001%20L65.551%2C4.084%20L70.261%2C4.964%20L66.982%2C8.369%20L67.578%2C12.998%20ZM48.841%2C12.998%20L44.499%2C11.017%20L40.156%2C12.998%20L40.752%2C8.369%20L37.473%2C4.964%20L42.183%2C4.084%20L44.499%2C-0.001%20L46.814%2C4.084%20L51.524%2C4.964%20L48.246%2C8.369%20L48.841%2C12.998%20ZM30.104%2C12.998%20L25.762%2C11.017%20L21.420%2C12.998%20L22.015%2C8.369%20L18.736%2C4.964%20L23.446%2C4.084%20L25.762%2C-0.001%20L28.077%2C4.084%20L32.788%2C4.964%20L29.508%2C8.369%20L30.104%2C12.998%20ZM11.367%2C12.998%20L7.025%2C11.017%20L2.683%2C12.998%20L3.278%2C8.369%20L-0.001%2C4.964%20L4.709%2C4.084%20L7.025%2C-0.001%20L9.341%2C4.084%20L14.050%2C4.964%20L10.772%2C8.369%20L11.367%2C12.998%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .tpl-rating-block .tpl-stars .tpl-rating {
    height: 13px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2289px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2089%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M85.719%2C8.369%20L86.314%2C12.998%20L81.973%2C11.017%20L77.631%2C12.998%20L78.225%2C8.369%20L74.947%2C4.964%20L79.656%2C4.084%20L81.973%2C-0.001%20L84.288%2C4.084%20L88.997%2C4.964%20L85.719%2C8.369%20ZM67.578%2C12.998%20L63.235%2C11.017%20L58.893%2C12.998%20L59.488%2C8.369%20L56.210%2C4.964%20L60.920%2C4.084%20L63.235%2C-0.001%20L65.551%2C4.084%20L70.261%2C4.964%20L66.982%2C8.369%20L67.578%2C12.998%20ZM48.841%2C12.998%20L44.499%2C11.017%20L40.156%2C12.998%20L40.752%2C8.369%20L37.473%2C4.964%20L42.183%2C4.084%20L44.499%2C-0.001%20L46.814%2C4.084%20L51.524%2C4.964%20L48.246%2C8.369%20L48.841%2C12.998%20ZM30.104%2C12.998%20L25.762%2C11.017%20L21.420%2C12.998%20L22.015%2C8.369%20L18.736%2C4.964%20L23.446%2C4.084%20L25.762%2C-0.001%20L28.077%2C4.084%20L32.788%2C4.964%20L29.508%2C8.369%20L30.104%2C12.998%20ZM11.367%2C12.998%20L7.025%2C11.017%20L2.683%2C12.998%20L3.278%2C8.369%20L-0.001%2C4.964%20L4.709%2C4.084%20L7.025%2C-0.001%20L9.341%2C4.084%20L14.050%2C4.964%20L10.772%2C8.369%20L11.367%2C12.998%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .tpl-rating-block .rating-count {
    color: #4c5667;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 2px 9px 2px;
    border: 1px solid #a7adb6;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }

.product-label {
  position: absolute;
  left: 20px;
  top: 22px;
  right: 15px;
  text-align: left;
  pointer-events: none; }
  .product-label div {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    padding: 4px 10px 4px;
    margin-right: 5px;
    margin-bottom: 5px; }
  .product-label .product-new {
    background: #ff3451; }
  .product-label .product-spec {
    background: #7dca3f; }

.shop2-product-article {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #4d4d4d;
  margin: 0 0 10px; }
  .shop2-product-article span {
    color: #898989; }

.product-list {
  margin: 0;
  line-height: 1.25 !important;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif; }
  .product-list .shop-product-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    position: relative; }
  .product-list .shop-product-item .product-middle-top .product-label {
    display: none; }
  .product-list .shop-product-item .product-image {
    text-align: center;
    position: relative; }
  .product-list .shop-product-item .product-image a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .product-list .shop-product-item .product-image.no-image {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2261px%22%20height%3D%2251px%22%20%20viewBox%3D%220%200%2061%2051%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d4d2d2%22%20d%3D%22M56.676%2051H4.322C1.938%2051%200%2049.076%200%2046.71v-4.467V4.288C0%201.923%201.937%200%204.32%200h52.354C59.06%200%2061%201.924%2061%204.29v42.42c0%202.366-1.94%204.29-4.324%204.29zM4.322%2049.042h52.354c1.296%200%202.35-1.046%202.35-2.332V28.82c-.043-.03-.093-.047-.132-.086L46.87%2016.804%2022.74%2040.746c-.186.183-.436.286-.698.286-.262%200-.513-.103-.698-.286l-8.728-8.66-10.644%2010.56v4.063c0%201.286%201.054%202.332%202.35%202.332zM56.676%201.958H4.322c-1.296%200-2.35%201.046-2.35%202.33V39.88l9.947-9.87c.184-.184.435-.287.696-.287.262%200%20.513.103.698.287l8.728%208.66%2024.13-23.943c.186-.184.437-.287.698-.287.262%200%20.513.103.698.287l11.458%2011.37V4.29c0-1.286-1.054-2.332-2.35-2.332zm-38.424%2020.26c-3.778%200-6.852-3.05-6.852-6.8%200-3.748%203.074-6.8%206.852-6.8%203.78%200%206.853%203.052%206.853%206.8%200%203.75-3.074%206.8-6.853%206.8zm0-11.64c-2.69%200-4.88%202.17-4.88%204.84s2.19%204.843%204.88%204.843%204.88-2.17%204.88-4.84-2.19-4.843-4.88-4.843z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .product-list .shop-product-item .product-image img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .product-list .shop-product-item .product-name {
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px; }
  .product-list .shop-product-item .product-name a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s; }
  .product-list .shop-product-item .product-name a:hover {
    color: #424c9a;
    border-bottom-color: #424c9a; }
  .product-list .shop-product-item .product-article {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #4d4d4d;
    margin: 0 0 10px; }
  .product-list .shop-product-item .product-article span {
    color: #898989; }
  .product-list .shop-product-item .product-anonce {
    color: #898989;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px; }
  .product-list .shop-product-item .shop-product-options > div {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0; }
  .product-list .shop-product-item .shop-product-options .option-title, .product-list .shop-product-item .shop-product-options .option-value {
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .product-list .shop-product-item .shop-product-options .option-title {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 600;
    padding-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 25%; }
  .product-list .shop-product-item .shop-product-options .option-value {
    color: #898989;
    font-size: 13px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%; }
  .product-list .shop-product-item .shop-product-options .option-value a {
    font-weight: 700; }
  .product-list.thumbs:not(.slick-slider) {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
  @media (max-width: 499px) {
      .product-list.thumbs:not(.slick-slider) {
        margin: 0; } }
  .product-list.thumbs .shop-product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 30px);
    -moz-box-flex: 0;
    -moz-flex: 0 0 calc(25% - 30px);
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
    padding: 0 0 20px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 1265px) and (min-width: 991px) {
      .product-list.thumbs .shop-product-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(33.332% - 30px);
        -moz-box-flex: 0;
        -moz-flex: 0 0 calc(33.332% - 30px);
        -ms-flex: 0 0 calc(33.332% - 30px);
        flex: 0 0 calc(33.332% - 30px);
        width: calc(33.332% - 30px);
        margin-right: 15px;
        margin-left: 15px; } }
  @media (max-width: 990px) and (min-width: 960px) {
      .product-list.thumbs .shop-product-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(25% - 30px);
        -moz-box-flex: 0;
        -moz-flex: 0 0 calc(25% - 30px);
        -ms-flex: 0 0 calc(25% - 30px);
        flex: 0 0 calc(25% - 30px);
        width: calc(25% - 30px);
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 25px; } }
  @media (max-width: 959px) and (min-width: 768px) {
      .product-list.thumbs .shop-product-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(33.332% - 30px);
        -moz-box-flex: 0;
        -moz-flex: 0 0 calc(33.332% - 30px);
        -ms-flex: 0 0 calc(33.332% - 30px);
        flex: 0 0 calc(33.332% - 30px);
        width: calc(33.332% - 30px);
        margin-bottom: 25px; } }
  @media (max-width: 767px) and (min-width: 500px) {
      .product-list.thumbs .shop-product-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - 30px);
        -moz-box-flex: 0;
        -moz-flex: 0 0 calc(50% - 30px);
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        width: calc(50% - 30px); } }
  @media (max-width: 499px) {
      .product-list.thumbs .shop-product-item {
        -webkit-box-flex: none;
        -webkit-flex: none;
        -moz-box-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0 auto 20px;
        display: block;
        width: 100%; } }
  @media (max-width: 1265px) and (min-width: 960px) {
    .product-list.thumbs {
      margin-right: 0; } }
  @media (max-width: 499px) {
    .product-list.thumbs {
      display: block;
      margin-right: 0; } }
  .product-list.thumbs .product-image {
    margin: 0 0 20px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    position: relative;
    padding-top: 76.5%; }
  .product-list.thumbs .product-image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .product-list.thumbs .product-middle-wr {
    padding: 0 20px; }
  .product-list.thumbs .tpl-rating-block {
    margin: 0 0 15px; }
  .product-list.thumbs .product-name {
    margin: 0 0 12px; }
  .product-list.thumbs .product-bottom {
    padding: 0 20px; }
  .product-list.thumbs .shop-product-options {
    margin: 0 0 10px; }
  .product-list.thumbs .shop2-product-actions, .product-list.thumbs .shop2-product-actions dl {
    margin: 0; }
  .product-list.thumbs .shop2-product-actions dt {
    margin-bottom: 20px; }
  .product-list.thumbs .product-amount {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 0 20px;
    flex-wrap: wrap;
    justify-content: space-between; }
  .product-list.thumbs .product-amount button {
    display: none; }
  .product-list.thumbs .product-amount .shop2-product-amount input[type="text"] {
    margin: 0; }
  .product-list.thumbs .product-amount .amount-title {
    min-width: 50px;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    margin-right: 10px; }
  .product-list.thumbs .product-amount .amount-min {
    width: 100%; }
  .product-list.thumbs .bottom-elements-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-top: 2px solid #f3f3f3;
    padding: 23px 0 0; }
  .product-list.thumbs .product-price {
    display: flex;
    flex-direction: column-reverse; }
  .product-list.thumbs .shop2-product-btn {
    width: 50px;
    height: 50px;
    padding: 0; }
  .product-list.thumbs .shop2-product-btn.type-3.notavailable span, .product-list.thumbs .shop2-product-btn.type-3 span {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-position: 50% 50%; }
  .product-list.simple .shop-product-item {
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px; }
  @media (max-width: 767px) {
      .product-list.simple .shop-product-item {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .product-list.simple .shop-product-item .shop-product-options > div {
          padding: 1px 0; } }
  .product-list.simple .product-top {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 69.8%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 69.8%;
    -ms-flex: 0 0 69.8%;
    flex: 0 0 69.8%; }
  @media (max-width: 1265px) {
      .product-list.simple .product-top {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%; } }
  @media (max-width: 990px) {
      .product-list.simple .product-top {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 67.5%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 67.5%;
        -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%; } }
  @media (max-width: 767px) {
      .product-list.simple .product-top {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; } }
  .product-list.simple .product-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    position: relative;
    padding-top: 33.3%; }
  .product-list.simple .product-image.no-image {
    min-height: 90px; }
  .product-list.simple .product-image a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .product-list.simple .product-image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  @media (max-width: 767px) {
      .product-list.simple .product-image {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px 0 0 10px;
        padding-top: 36.3%; }
        .product-list.simple .product-image img {
          border-radius: 10px; }
        .product-list.simple .product-image .product-label {
          top: 10px;
          bottom: 0;
          right: 0;
          left: 10px; }
          .product-list.simple .product-image .product-label div {
            margin: 0; }
          .product-list.simple .product-image .product-label .product-spec {
            position: absolute;
            left: 0;
            bottom: 0; } }
  @media (max-width: 480px) {
      .product-list.simple .product-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 43%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 43%;
        -ms-flex: 0 0 43%;
        flex: 0 0 43%; } }
  @media (max-width: 480px) {
      .product-list.simple .product-name {
        font-size: 14px; } }
  @media (max-width: 480px) {
      .product-list.simple .product-anonce {
        font-size: 12px; } }
  .product-list.simple .product-middle-wr {
    padding: 18px 20px; }
  @media (max-width: 480px) {
      .product-list.simple .product-middle-wr {
        padding: 18px 15px 18px; } }
  .product-list.simple .tpl-rating-block {
    margin: 0 0 15px; }
  .product-list.simple .product-bottom {
    margin: 20px 0;
    padding: 0 20px 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-left: 2px solid #f3f3f3; }
  @media (max-width: 1265px) {
      .product-list.simple .product-bottom {
        padding: 0 20px 0 15px; } }
  @media (max-width: 480px) {
      .product-list.simple .product-bottom {
        padding: 15px 15px 20px;
        margin: 0; } }
  @media (max-width: 767px) {
    .product-list.simple .shop2-product-actions {
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product-list.simple .shop2-product-actions > dl {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
  .product-list.simple .bottom-elements-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 45px 0 0; }
  .product-list.simple .bottom-elements-wr .product-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 52%;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media (max-width: 990px) {
        .product-list.simple .bottom-elements-wr .product-price {
          padding-left: 0; } }
  .product-list.simple .bottom-elements-wr .product-amount {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; }
  @media (max-width: 767px) {
        .product-list.simple .bottom-elements-wr .product-amount .shop2-product-amount {
          text-align: left; } }
  .product-list.simple .bottom-elements-wr .shop2-product-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 24px 0 0; }
  @media (max-width: 767px) {
      .product-list.simple .bottom-elements-wr {
        margin-top: 20px;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        .product-list.simple .bottom-elements-wr .product-price, .product-list.simple .bottom-elements-wr .product-amount, .product-list.simple .bottom-elements-wr .shop2-product-btn {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 31%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 31%;
          -ms-flex: 0 0 31%;
          flex: 0 0 31%;
          margin: 0; } }
  @media (max-width: 700px) {
      .product-list.simple .bottom-elements-wr .shop2-product-btn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50px;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
        padding: 0; }
        .product-list.simple .bottom-elements-wr .shop2-product-btn.type-3.notavailable span, .product-list.simple .bottom-elements-wr .shop2-product-btn.type-3 span {
          display: block;
          padding: 0;
          width: 100%;
          height: 100%;
          font-size: 0;
          background-position: 50% 50%; } }
  .product-list.price .shop-product-item {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 3px;
    padding: 20px; }
  @media (max-width: 680px) {
      .product-list.price .shop-product-item {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .product-list.price .shop-product-item .show-button {
    color: #424c9a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding-right: 27px;
    position: relative; }
  .product-list.price .shop-product-item .show-button span {
    border-bottom: 1px solid #424c9a; }
  .product-list.price .shop-product-item .show-button.open:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .product-list.price .shop-product-item .show-button:before {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M8.007%2C16.000%20C3.596%2C16.000%200.007%2C12.412%200.007%2C8.001%20C0.007%2C3.591%203.596%2C0.002%208.007%2C0.002%20C12.417%2C0.002%2016.006%2C3.591%2016.006%2C8.001%20C16.006%2C12.412%2012.417%2C16.000%208.007%2C16.000%20ZM8.007%2C1.419%20C4.377%2C1.419%201.424%2C4.371%201.424%2C8.001%20C1.424%2C11.630%204.377%2C14.583%208.007%2C14.583%20C11.636%2C14.583%2014.588%2C11.630%2014.588%2C8.001%20C14.588%2C4.371%2011.636%2C1.419%208.007%2C1.419%20ZM8.507%2C10.823%20C8.230%2C11.100%207.782%2C11.100%207.505%2C10.823%20L4.763%2C8.084%20C4.486%2C7.807%204.486%2C7.359%204.763%2C7.082%20C5.039%2C6.805%205.488%2C6.805%205.765%2C7.082%20L7.298%2C8.614%20L7.298%2C4.665%20C7.298%2C4.273%207.615%2C3.957%208.007%2C3.957%20C8.398%2C3.957%208.715%2C4.273%208.715%2C4.665%20L8.715%2C8.615%20L10.248%2C7.082%20C10.525%2C6.805%2010.974%2C6.805%2011.250%2C7.082%20C11.388%2C7.220%2011.457%2C7.402%2011.457%2C7.583%20C11.457%2C7.764%2011.388%2C7.945%2011.250%2C8.084%20L8.507%2C10.823%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .product-list.price .shop-product-item .show-button:hover span {
    border-bottom-color: transparent; }
  .product-list.price .shop-product-item .product-top {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 54%;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    padding-right: 15px; }
  @media (max-width: 1265px) {
        .product-list.price .shop-product-item .product-top {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 66%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 66%;
          -ms-flex: 0 0 66%;
          flex: 0 0 66%; } }
  @media (max-width: 990px) {
        .product-list.price .shop-product-item .product-top {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 70%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 70%;
          -ms-flex: 0 0 70%;
          flex: 0 0 70%; } }
  @media (max-width: 680px) {
        .product-list.price .shop-product-item .product-top {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding-right: 0;
          padding-bottom: 20px; } }
  .product-list.price .shop-product-item .product-image {
    display: none; }
  .product-list.price .shop-product-item .product-middle-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 500px) {
        .product-list.price .shop-product-item .product-middle-wr {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .product-list.price .shop-product-item .product-middle-top {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  @media (max-width: 1265px) {
        .product-list.price .shop-product-item .product-middle-top {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 53%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 53%;
          -ms-flex: 0 0 53%;
          flex: 0 0 53%; } }
  @media (max-width: 990px) {
        .product-list.price .shop-product-item .product-middle-top {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 51%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 51%;
          -ms-flex: 0 0 51%;
          flex: 0 0 51%; } }
  @media (max-width: 500px) {
        .product-list.price .shop-product-item .product-middle-top {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding-right: 0;
          padding-bottom: 10px; } }
  .product-list.price .shop-product-item .product-middle-top .product-label {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    display: block;
    margin-bottom: 5px; }
  .product-list.price .shop-product-item .shop-product-options {
    display: none; }
  @media (max-width: 500px) {
      .product-list.price .shop-product-item .shop-product-options-wr {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .product-list.price .shop-product-item .tpl-rating-block {
    margin: 0 0 10px; }
  .product-list.price .shop-product-item .product-bottom {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  @media (max-width: 680px) {
        .product-list.price .shop-product-item .product-bottom {
          border-top: 2px solid #e3e3e3;
          padding: 15px 0 0; } }
  .product-list.price .shop-product-item .shop2-product-actions {
    padding-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 27%;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
  @media (max-width: 1265px) {
        .product-list.price .shop-product-item .shop2-product-actions {
          text-align: left; } }
  .product-list.price .shop-product-item .shop2-product-actions dl {
    margin-bottom: 0; }
  .product-list.price .shop-product-item .shop2-product-actions dt {
    width: 35px;
    height: 35px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
    .product-list.price .shop-product-item .shop2-product-actions dt.gift-action {
      margin-right: 0; }
    .product-list.price .shop-product-item .shop2-product-actions dt.gift-action .icon-action {
      width: 16px;
      height: 18px;
      margin-top: -9px;
      background-size: 16px 18px; }
    .product-list.price .shop-product-item .shop2-product-actions dt span.icon-action {
      left: 10px;
      width: 17px;
      height: 17px;
      margin-top: -8px;
      background-size: 17px; }
    .product-list.price .shop-product-item .shop2-product-actions dt span.name-action {
      display: none; }
  .product-list.price .shop-product-item .bottom-elements-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 73%;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 1265px) {
        .product-list.price .shop-product-item .bottom-elements-wr {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
          .product-list.price .shop-product-item .bottom-elements-wr .product-price {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -moz-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            margin: 0 0 12px;
            display: -moz-box;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center; }
            .product-list.price .shop-product-item .bottom-elements-wr .product-price .price-current, .product-list.price .shop-product-item .bottom-elements-wr .product-price .price-old {
              -webkit-box-flex: 1;
              -webkit-flex: 1 0 50%;
              -moz-box-flex: 1;
              -moz-flex: 1 0 50%;
              -ms-flex: 1 0 50%;
              flex: 1 0 50%; }
            .product-list.price .shop-product-item .bottom-elements-wr .product-price .price-current {
              text-align: right; }
            .product-list.price .shop-product-item .bottom-elements-wr .product-price .price-old {
              margin-bottom: 0; } }
  @media (max-width: 990px) and (min-width: 681px) {
        .product-list.price .shop-product-item .bottom-elements-wr .product-price {
          display: block; }
          .product-list.price .shop-product-item .bottom-elements-wr .product-price .price-current {
            text-align: left; }
          .product-list.price .shop-product-item .bottom-elements-wr .product-price .price-old {
            margin-bottom: 10px; } }
  .product-list.price .shop-product-item .shop2-product-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    transition: all 0.3s; }
  .product-list.price .shop-product-item .shop2-product-btn.type-3.notavailable span, .product-list.price .shop-product-item .shop2-product-btn.type-3 span {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-position: 50% 50%; }

.shop-product {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 75px;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif; }
  @media (max-width: 990px) {
  .shop-product {
    margin-bottom: 40px; } }
  @media (max-width: 800px) {
  .shop-product {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
  .shop-product .product-side-l {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    max-width: 40%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .shop-product .product-side-l a {
    outline: none;
    display: inline-block; }
  @media (max-width: 1024px) {
    .shop-product .product-side-l {
      max-width: 50%; } }
  @media (max-width: 800px) {
    .shop-product .product-side-l {
      max-width: 715px;
      width: 100%;
      padding-right: 0;
      margin: 0 auto 30px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  @media (max-width: 540px) {
    .shop-product .product-side-l {
      max-width: 100%;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }
  .shop-product .product-side-l .product-image {
    position: relative;
    max-width: 520px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    border-radius: 12px;
    background: #fff;
    font-size: 0; }
  .shop-product .product-side-l .product-image img {
    width: 100%; }
  @media (max-width: 800px) {
      .shop-product .product-side-l .product-image {
        max-width: 100%; } }
  .shop-product .product-side-l .product-thumbnails-wrapper {
    display: flex;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 420px;
    width: 100%;
    padding: 5px 30px;
    box-sizing: border-box;
    margin: 0 auto; }
  .shop-product .product-side-l .product-thumbnails-wrapper .tns-outer {
    width: 100%; }
  @media (max-width: 540px) {
      .shop-product .product-side-l .product-thumbnails-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin-top: 20px;
        padding: 5px 30px; } }
  .shop-product .product-side-l .slider-big-images {
    overflow: hidden;
    border-radius: 12px; }
  .shop-product .product-side-l .slider-big-images .thumb-item a {
    width: 100%; }
  .shop-product .product-side-l .product-thumbnails {
    font-size: 0;
    text-align: center; }
  .shop-product .product-side-l .product-thumbnails .thumb-item {
    margin: 0;
    outline: none;
    /*height: 120px !important;
     @media screen and (max-width: 540px) {
     height: 110px !important;
     }
     @media screen and (max-width: 400px) {
     height: 105px !important;
     }*/ }
  .shop-product .product-side-l .product-thumbnails .thumb-item.tns-nav-active a {
    border-color: #424c9a; }
  .shop-product .product-side-l .product-thumbnails .thumb-item a {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
    padding-top: 100%; }
    .shop-product .product-side-l .product-thumbnails .thumb-item a img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: cover; }
  .shop-product .product-side-l .tns-controls {
    position: absolute;
    bottom: -95px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media screen and (max-width: 540px) {
      .shop-product .product-side-l .tns-controls {
        bottom: -110px; } }
  @media screen and (max-width: 479px) {
      .shop-product .product-side-l .tns-controls {
        bottom: -105px;
        display: none; } }
  @media screen and (max-width: 380px) {
      .shop-product .product-side-l .tns-controls {
        bottom: -90px; } }
  @media screen and (max-width: 380px) {
      .shop-product .product-side-l .tns-controls {
        bottom: -90px; } }
  .shop-product .product-side-l .tns-controls button {
    width: 23px;
    height: 23px;
    padding: 0;
    border: none;
    outline: none;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23717171%22%20d%3D%22M11.490%2C22.996%20C5.150%2C22.996%20-0.009%2C17.836%20-0.009%2C11.498%20C-0.009%2C5.157%205.150%2C-0.001%2011.490%2C-0.001%20C17.830%2C-0.001%2022.989%2C5.157%2022.989%2C11.498%20C22.989%2C17.836%2017.830%2C22.996%2011.490%2C22.996%20ZM11.490%2C2.035%20C6.273%2C2.035%202.028%2C6.281%202.028%2C11.498%20C2.028%2C16.715%206.273%2C20.959%2011.490%2C20.959%20C16.707%2C20.959%2020.952%2C16.715%2020.952%2C11.498%20C20.952%2C6.281%2016.707%2C2.035%2011.490%2C2.035%20ZM14.712%2C12.819%20L12.508%2C10.616%20L12.508%2C16.293%20C12.508%2C16.856%2012.053%2C17.312%2011.490%2C17.312%20C10.927%2C17.312%2010.472%2C16.856%2010.472%2C16.293%20L10.472%2C10.616%20L8.268%2C12.819%20C7.870%2C13.216%207.225%2C13.216%206.828%2C12.819%20C6.629%2C12.620%206.529%2C12.359%206.529%2C12.098%20C6.529%2C11.838%206.629%2C11.577%206.828%2C11.378%20L10.770%2C7.440%20C11.168%2C7.042%2011.812%2C7.042%2012.210%2C7.440%20L16.153%2C11.378%20C16.551%2C11.776%2016.551%2C12.420%2016.153%2C12.819%20C15.756%2C13.216%2015.110%2C13.216%2014.712%2C12.819%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop-product .product-side-l .tns-controls button:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M11.490%2C22.996%20C5.150%2C22.996%20-0.009%2C17.836%20-0.009%2C11.498%20C-0.009%2C5.157%205.150%2C-0.001%2011.490%2C-0.001%20C17.830%2C-0.001%2022.989%2C5.157%2022.989%2C11.498%20C22.989%2C17.836%2017.830%2C22.996%2011.490%2C22.996%20ZM11.490%2C2.035%20C6.273%2C2.035%202.028%2C6.281%202.028%2C11.498%20C2.028%2C16.715%206.273%2C20.959%2011.490%2C20.959%20C16.707%2C20.959%2020.952%2C16.715%2020.952%2C11.498%20C20.952%2C6.281%2016.707%2C2.035%2011.490%2C2.035%20ZM14.712%2C12.819%20L12.508%2C10.616%20L12.508%2C16.293%20C12.508%2C16.856%2012.053%2C17.312%2011.490%2C17.312%20C10.927%2C17.312%2010.472%2C16.856%2010.472%2C16.293%20L10.472%2C10.616%20L8.268%2C12.819%20C7.870%2C13.216%207.225%2C13.216%206.828%2C12.819%20C6.629%2C12.620%206.529%2C12.359%206.529%2C12.098%20C6.529%2C11.838%206.629%2C11.577%206.828%2C11.378%20L10.770%2C7.440%20C11.168%2C7.042%2011.812%2C7.042%2012.210%2C7.440%20L16.153%2C11.378%20C16.551%2C11.776%2016.551%2C12.420%2016.153%2C12.819%20C15.756%2C13.216%2015.110%2C13.216%2014.712%2C12.819%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop-product .product-side-l .tns-controls button[data-controls="prev"] {
    margin-right: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    @media (max-width: 540px) {
        .shop-product .product-side-l .tns-controls button[data-controls="prev"] {
          margin-top: -12px;
          left: 0; } }
  .shop-product .product-side-l .tns-controls button[data-controls="next"] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px; }
    @media (max-width: 540px) {
        .shop-product .product-side-l .tns-controls button[data-controls="next"] {
          right: 0;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); } }
  .shop-product .product-side-r {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media (max-width: 950px) {
    .shop-product .product-side-r {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }
  .shop-product .product-side-r .product-side-r-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 0 20px; }
  .shop-product .product-side-r .product-anonce {
    font-size: 13px;
    font-weight: 400;
    color: #898989;
    padding: 5px 0 10px; }
  .shop-product .product-side-r .shop-product-options {
    margin: 0 0 10px; }
  .shop-product .product-side-r .shop-product-options .option-title, .shop-product .product-side-r .shop-product-options .option-value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  @media (max-width: 400px) {
        .shop-product .product-side-r .shop-product-options .option-title, .shop-product .product-side-r .shop-product-options .option-value {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding-right: 0; } }
  .shop-product .product-side-r .shop-product-options > div {
    padding: 10px 0; }
  @media (max-width: 400px) {
        .shop-product .product-side-r .shop-product-options > div {
          padding: 5px 0; } }
  .shop-product .product-side-r .shop-product-options .type-select label {
    display: inline-block;
    min-width: 110px; }
  .shop-product .product-side-r .shop2-product-actions {
    margin: 0 0 20px; }
  .shop-product .product-side-r .shop2-product-actions dt {
    min-width: 154px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 15px; }
  .shop-product .product-side-r .shop2-product-actions dl {
    margin-bottom: 0; }
  .shop-product .product-side-r .form-add {
    border-top: 2px solid #f3f3f3;
    padding: 15px 0 0; }
  .shop-product .product-side-r .form-add-top {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 0 25px; }
  .shop-product .product-side-r .form-add-bottom {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  @media (max-width: 540px) {
      .shop-product .product-side-r .form-add-bottom {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media (max-width: 990px) and (min-width: 801px) {
      .shop-product .product-side-r .form-add-bottom {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .shop-product .product-side-r .form-add-bottom .shop2-product-btn.type-3 {
    padding: 0 25px; }
  .shop-product .product-side-r .form-add-bottom .shop2-product-btn.type-3 span {
    padding-left: 0;
    background: none; }
  .shop-product .product-side-r .form-add-bottom .product-amount {
    margin-right: 10px; }
  .shop-product .product-side-r .form-add-bottom .product-amount .amount-title {
    display: none; }
  @media (max-width: 540px) {
        .shop-product .product-side-r .form-add-bottom .product-amount {
          margin-right: 0; } }
  .shop-product .product-side-r .form-add-bottom .buy-one-click-button {
    padding: 14px 25px 16px;
    border: 2px solid #424c9a;
    border-radius: 25px;
    color: #424c9a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer; }
  @media (max-width: 540px) {
        .shop-product .product-side-r .form-add-bottom .buy-one-click-button {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          text-align: center;
          margin-top: 20px; } }
  @media (max-width: 990px) and (min-width: 801px) {
        .shop-product .product-side-r .form-add-bottom .buy-one-click-button {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          text-align: center;
          margin-top: 20px; } }
  .shop-product .product-side-r .product-compare {
    padding: 24px 0 0; }
  .shop-product .product-side-r .product-compare.product-compare-added {
    padding: 15px 0 3px 30px;
    margin-top: 12px; }
  @media (max-width: 540px) {
        .shop-product .product-side-r .product-compare.product-compare-added {
          margin-top: 3px; } }
  @media (max-width: 540px) {
      .shop-product .product-side-r .product-compare {
        padding-top: 15px; } }
  .shop-product .product-side-r .yashare-wr {
    padding: 0 0 0 20px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  @media (max-width: 400px) {
      .shop-product .product-side-r .yashare-wr {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; } }
  .shop-product .product-side-r .yashare-wr .yashare-head {
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    margin-right: 13px; }
  @media (max-width: 400px) {
        .shop-product .product-side-r .yashare-wr .yashare-head {
          margin: 0 0 6px; } }
  .shop-product .product-side-r .yashare-wr .ya-share2__container_size_m .ya-share2__icon {
    width: 30px;
    height: 30px; }
  .shop-product .product-side-r .yashare-wr .ya-share2__container_size_m .ya-share2__item {
    margin-right: 10px; }
  .shop-product .product-side-r .yashare-wr .ya-share2__badge {
    border-radius: 50%; }

.shop-product-data {
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  margin: 0 0 50px; }
  @media (min-width: 768px) {
  .shop-product-data .r-tabs-accordion-title {
    display: none; } }
  .shop-product-data .shop-product-tabs {
    padding: 0;
    list-style: none;
    margin: 0; }
  @media (max-width: 767px) {
    .shop-product-data .shop-product-tabs {
      display: none; } }
  .shop-product-data .shop-product-tabs > li {
    margin-right: 4px;
    display: inline-block;
    vertical-align: top; }
  .shop-product-data .shop-product-tabs > li:first-child {
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1); }
  .shop-product-data .shop-product-tabs > li.r-tabs-state-active {
    margin-top: -5px; }
  .shop-product-data .shop-product-tabs > li.r-tabs-state-active > a {
    padding-top: 23px;
    background: #fff;
    color: #484848; }
  .shop-product-data .shop-product-tabs > li > a {
    background: #424c9a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 18px 20px 27px;
    margin-bottom: -12px;
    border-radius: 15px 15px 0 0;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .shop-product-data .shop2-product-desc {
    position: relative;
    border: none;
    padding: 0; }
  @media (max-width: 767px) {
    .shop-product-data .shop2-product-desc .r-tabs-accordion-title {
      position: relative;
      margin-bottom: 3px; }
      .shop-product-data .shop2-product-desc .r-tabs-accordion-title a {
        padding: 15px 35px 15px 20px;
        background: #424c9a;
        border-radius: 12px;
        color: #fffefe;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        display: block;
        position: relative; }
        .shop-product-data .shop2-product-desc .r-tabs-accordion-title a:before {
          content: "";
          position: absolute;
          right: 16px;
          top: 50%;
          margin-top: -8px;
          width: 16px;
          height: 16px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M8.006%2C16.001%20C3.595%2C16.001%200.007%2C12.412%200.007%2C8.002%20C0.007%2C3.591%203.595%2C0.002%208.006%2C0.002%20C12.416%2C0.002%2016.004%2C3.591%2016.004%2C8.002%20C16.004%2C12.412%2012.416%2C16.001%208.006%2C16.001%20ZM8.006%2C1.419%20C4.376%2C1.419%201.423%2C4.372%201.423%2C8.002%20C1.423%2C11.631%204.376%2C14.584%208.006%2C14.584%20C11.635%2C14.584%2014.588%2C11.631%2014.588%2C8.002%20C14.588%2C4.372%2011.635%2C1.419%208.006%2C1.419%20ZM8.507%2C10.824%20C8.230%2C11.101%207.781%2C11.101%207.505%2C10.824%20L4.762%2C8.085%20C4.485%2C7.808%204.485%2C7.359%204.762%2C7.083%20C5.038%2C6.806%205.487%2C6.806%205.764%2C7.083%20L7.297%2C8.615%20L7.297%2C4.665%20C7.297%2C4.274%207.614%2C3.957%208.006%2C3.957%20C8.398%2C3.957%208.714%2C4.274%208.714%2C4.665%20L8.714%2C8.615%20L10.247%2C7.083%20C10.524%2C6.806%2010.973%2C6.806%2011.249%2C7.083%20C11.388%2C7.221%2011.457%2C7.402%2011.457%2C7.584%20C11.457%2C7.765%2011.388%2C7.946%2011.249%2C8.085%20L8.507%2C10.824%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
      .shop-product-data .shop2-product-desc .r-tabs-accordion-title.r-tabs-state-active {
        margin-bottom: 0;
        box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1); }
        .shop-product-data .shop2-product-desc .r-tabs-accordion-title.r-tabs-state-active a {
          background: #fff;
          color: #484848;
          border-radius: 12px 12px 0 0; }
          .shop-product-data .shop2-product-desc .r-tabs-accordion-title.r-tabs-state-active a:before {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23c5c5c5%22%20d%3D%22M8.006%2C16.001%20C3.595%2C16.001%200.007%2C12.412%200.007%2C8.002%20C0.007%2C3.591%203.595%2C0.002%208.006%2C0.002%20C12.416%2C0.002%2016.004%2C3.591%2016.004%2C8.002%20C16.004%2C12.412%2012.416%2C16.001%208.006%2C16.001%20ZM8.006%2C1.419%20C4.376%2C1.419%201.423%2C4.372%201.423%2C8.002%20C1.423%2C11.631%204.376%2C14.584%208.006%2C14.584%20C11.635%2C14.584%2014.588%2C11.631%2014.588%2C8.002%20C14.588%2C4.372%2011.635%2C1.419%208.006%2C1.419%20ZM8.507%2C10.824%20C8.230%2C11.101%207.781%2C11.101%207.505%2C10.824%20L4.762%2C8.085%20C4.485%2C7.808%204.485%2C7.359%204.762%2C7.083%20C5.038%2C6.806%205.487%2C6.806%205.764%2C7.083%20L7.297%2C8.615%20L7.297%2C4.665%20C7.297%2C4.274%207.614%2C3.957%208.006%2C3.957%20C8.398%2C3.957%208.714%2C4.274%208.714%2C4.665%20L8.714%2C8.615%20L10.247%2C7.083%20C10.524%2C6.806%2010.973%2C6.806%2011.249%2C7.083%20C11.388%2C7.221%2011.457%2C7.402%2011.457%2C7.584%20C11.457%2C7.765%2011.388%2C7.946%2011.249%2C8.085%20L8.507%2C10.824%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; } }
  @media (min-width: 768px) {
    .shop-product-data .shop2-product-desc {
      background: #fff;
      padding: 20px 20px;
      border-radius: 15px;
      box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1); } }
  .shop-product-data .shop2-product-desc .desc-area {
    position: relative;
    left: auto;
    top: auto;
    display: none; }
  .shop-product-data .shop2-product-desc .desc-area.comment-desc {
    padding-top: 20px; }
  @media (max-width: 767px) {
      .shop-product-data .shop2-product-desc .desc-area {
        margin-bottom: 3px;
        background: #fff;
        padding: 20px 20px;
        border-radius: 0 0 12px 12px;
        box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1); } }
  .shop-product-data .tpl-comment {
    margin: 0 0 30px; }
  .shop-product-data .tpl-comment .tpl-header {
    background: none;
    line-height: 1.25;
    height: auto;
    margin: 0 0 15px; }
  .shop-product-data .tpl-comment .tpl-name {
    margin: 0 20px 0 0;
    color: #484848;
    font-size: 15px;
    font-weight: 600; }
  .shop-product-data .tpl-comment .tpl-date {
    color: #8c929c;
    font-size: 13px;
    font-weight: 400;
    margin: 2px 30px 0 0; }
  .shop-product-data .tpl-comment .tpl-stars {
    margin: 0; }
  .shop-product-data .tpl-comment .tpl-body {
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 18px 20px 18px;
    color: #898989;
    font-size: 13px;
    line-height: 1.4;
    font-weight: Arial, Helvetica, sans-serif;
    position: relative;
    margin: 0; }
  .shop-product-data .tpl-comment .tpl-body:before {
    content: "";
    position: absolute;
    left: 13px;
    top: -11px;
    border-width: 0 6px 11px 3px;
    border-color: transparent transparent #ececec transparent;
    border-style: solid;
    -webkit-transform: skewX(16deg);
    -moz-transform: skewX(16deg);
    -ms-transform: skewX(16deg);
    -o-transform: skewX(16deg);
    transform: skewX(16deg); }
  .shop-product-data .tpl-comment .tpl-body:after {
    content: "";
    position: absolute;
    left: 14px;
    top: -8px;
    border-width: 0 6px 11px 3px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    -webkit-transform: skewX(16deg);
    -moz-transform: skewX(16deg);
    -ms-transform: skewX(16deg);
    -o-transform: skewX(16deg);
    transform: skewX(16deg); }
  .shop-product-data .tpl-block-header {
    color: #484848;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 37px; }
  .shop-product-data .tpl-form .tpl-left {
    width: 260px;
    margin-right: 30px; }
  @media (max-width: 580px) {
      .shop-product-data .tpl-form .tpl-left {
        width: auto;
        margin-right: 0;
        float: none; } }
  .shop-product-data .tpl-form .tpl-field {
    margin: 0 0 20px; }
  .shop-product-data .tpl-form .tpl-field .tpl-value {
    margin: 0; }
  .shop-product-data .tpl-form .tpl-field.remember-me label {
    position: relative;
    padding: 5px 0 0 35px;
    cursor: pointer; }
    .shop-product-data .tpl-form .tpl-field.remember-me label ins {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      border: 1px solid #d4d4d4;
      font-size: 0; }
    .shop-product-data .tpl-form .tpl-field.remember-me label input {
      opacity: 0;
      visibility: hidden;
      position: absolute; }
    .shop-product-data .tpl-form .tpl-field.remember-me label input:checked + ins {
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M9.712%2C1.690%20L4.757%2C6.644%20C4.739%2C6.666%204.732%2C6.693%204.712%2C6.713%20C4.515%2C6.909%204.257%2C7.004%203.998%2C7.001%20C3.741%2C7.004%203.482%2C6.909%203.285%2C6.713%20C3.266%2C6.693%203.259%2C6.667%203.241%2C6.646%20L0.285%2C3.690%20C-0.103%2C3.302%20-0.103%2C2.673%200.285%2C2.285%20C0.673%2C1.898%201.302%2C1.898%201.690%2C2.285%20L3.999%2C4.594%20L8.307%2C0.286%20C8.695%2C-0.102%209.324%2C-0.102%209.712%2C0.286%20C10.100%2C0.673%2010.100%2C1.302%209.712%2C1.690%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .shop-product-data .tpl-form .tpl-field input[type=text], .shop-product-data .tpl-form .tpl-field input[type=password] {
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 10px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #484848;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    width: 100%;
    outline: none;
    max-width: 228px; }
  @media (max-width: 479px) {
        .shop-product-data .tpl-form .tpl-field input[type=text], .shop-product-data .tpl-form .tpl-field input[type=password] {
          max-width: 100%; } }
  .shop-product-data .tpl-form .tpl-field.text-field {
    color: #898989;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7; }
  .shop-product-data .tpl-form .tpl-field.form-buttons {
    font-size: 0; }
  .shop-product-data .tpl-form .tpl-field.form-buttons .tpl-button {
    outline: none;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background: #424c9a;
    padding: 17px 20px 17px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 25px;
    margin: 0 10px 10px 0;
    min-width: 98px;
    text-align: center; }
    .shop-product-data .tpl-form .tpl-field.form-buttons .tpl-button:not(.mode-button):hover {
      background: #4a55ac; }
    .shop-product-data .tpl-form .tpl-field.form-buttons .tpl-button:not(.mode-button):active {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #333a76; }
    @media (max-width: 479px) {
        .shop-product-data .tpl-form .tpl-field.form-buttons .tpl-button {
          margin-right: 5px;
          min-width: auto; } }
  .shop-product-data .tpl-form .tpl-field.form-buttons .mode-button {
    border: 2px solid #424c9a;
    padding: 15px 21px 15px;
    color: #424c9a;
    background: none;
    margin-right: 0; }

.collection-block-wrapper {
  position: relative;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif; }
  @media (max-width: 520px) {
  .collection-block-wrapper {
    margin-bottom: 10px; } }

.shop2-collection-header {
  font-size: 30px;
  color: #484848;
  font-weight: 600;
  margin-bottom: 28px;
  margin-top: 0;
  margin-right: 100px; }
  @media (max-width: 767px) {
  .shop2-collection-header {
    font-size: 24px;
    margin-right: 0; } }

.shop-group-kinds-wrapper {
  overflow: hidden;
  margin-left: -8px;
  margin-right: -8px; }
  @media (max-width: 520px) {
  .shop-group-kinds-wrapper {
    padding-bottom: 53px; } }
  @media (min-width: 521px) {
  .shop-group-kinds-wrapper {
    padding-left: 8px;
    padding-right: 8px; } }
  .shop-group-kinds-wrapper .kindArrow {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 10px 14px;
    font-size: 0;
    display: none; }
  @media (max-width: 520px) {
    .shop-group-kinds-wrapper .kindArrow {
      top: auto;
      bottom: 0; } }
  .shop-group-kinds-wrapper .kindArrow:before {
    content: "";
    position: absolute;
    left: 48px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ececec; }
  .shop-group-kinds-wrapper .kindArrow .prev-slide, .shop-group-kinds-wrapper .kindArrow .next-slide {
    border: none;
    padding: 0;
    outline: none;
    width: 23px;
    height: 23px;
    display: inline-block !important;
    vertical-align: top;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23898989%22%20d%3D%22M11.496%2C23.008%20C5.155%2C23.008%20-0.002%2C17.849%20-0.002%2C11.509%20C-0.002%2C5.169%205.155%2C0.011%2011.496%2C0.011%20C17.835%2C0.011%2022.994%2C5.169%2022.994%2C11.509%20C22.994%2C17.849%2017.835%2C23.008%2011.496%2C23.008%20ZM11.496%2C2.047%20C6.279%2C2.047%202.034%2C6.292%202.034%2C11.509%20C2.034%2C16.727%206.279%2C20.971%2011.496%2C20.971%20C16.713%2C20.971%2020.958%2C16.727%2020.958%2C11.509%20C20.958%2C6.292%2016.713%2C2.047%2011.496%2C2.047%20ZM16.292%2C12.527%20L10.614%2C12.527%20L12.816%2C14.731%20C13.214%2C15.129%2013.214%2C15.775%2012.816%2C16.172%20C12.618%2C16.371%2012.357%2C16.470%2012.097%2C16.470%20C11.836%2C16.470%2011.575%2C16.371%2011.377%2C16.172%20L7.438%2C12.229%20C7.041%2C11.832%207.041%2C11.187%207.438%2C10.789%20L11.377%2C6.847%20C11.774%2C6.449%2012.419%2C6.449%2012.816%2C6.847%20C13.214%2C7.244%2013.214%2C7.889%2012.816%2C8.287%20L10.614%2C10.491%20L16.292%2C10.491%20C16.855%2C10.491%2017.310%2C10.946%2017.310%2C11.509%20C17.310%2C12.072%2016.855%2C12.527%2016.292%2C12.527%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop-group-kinds-wrapper .kindArrow .prev-slide:hover, .shop-group-kinds-wrapper .kindArrow .next-slide:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M11.496%2C23.008%20C5.155%2C23.008%20-0.002%2C17.849%20-0.002%2C11.509%20C-0.002%2C5.169%205.155%2C0.011%2011.496%2C0.011%20C17.835%2C0.011%2022.994%2C5.169%2022.994%2C11.509%20C22.994%2C17.849%2017.835%2C23.008%2011.496%2C23.008%20ZM11.496%2C2.047%20C6.279%2C2.047%202.034%2C6.292%202.034%2C11.509%20C2.034%2C16.727%206.279%2C20.971%2011.496%2C20.971%20C16.713%2C20.971%2020.958%2C16.727%2020.958%2C11.509%20C20.958%2C6.292%2016.713%2C2.047%2011.496%2C2.047%20ZM16.292%2C12.527%20L10.614%2C12.527%20L12.816%2C14.731%20C13.214%2C15.129%2013.214%2C15.775%2012.816%2C16.172%20C12.618%2C16.371%2012.357%2C16.470%2012.097%2C16.470%20C11.836%2C16.470%2011.575%2C16.371%2011.377%2C16.172%20L7.438%2C12.229%20C7.041%2C11.832%207.041%2C11.187%207.438%2C10.789%20L11.377%2C6.847%20C11.774%2C6.449%2012.419%2C6.449%2012.816%2C6.847%20C13.214%2C7.244%2013.214%2C7.889%2012.816%2C8.287%20L10.614%2C10.491%20L16.292%2C10.491%20C16.855%2C10.491%2017.310%2C10.946%2017.310%2C11.509%20C17.310%2C12.072%2016.855%2C12.527%2016.292%2C12.527%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop-group-kinds-wrapper .kindArrow .next-slide {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 22px; }

.shop-group-kinds {
  margin: 0 -22px 33px 0; }
  .shop-group-kinds a {
    outline: none; }
  @media (max-width: 520px) {
  .shop-group-kinds.slick-slider {
    margin: 0 auto; }
    .shop-group-kinds.slick-slider .shop-kind-item {
      margin: 0 6px 20px; } }
  @media (min-width: 521px) {
  .shop-group-kinds .slick-list {
    margin-left: -8px;
    padding-left: 8px; } }
  .shop-group-kinds:not(.slick-slider) {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px 33px 0; }
  @media (max-width: 1265px) {
    .shop-group-kinds:not(.slick-slider) {
      margin-right: -20px; } }
  @media (max-width: 510px) {
    .shop-group-kinds:not(.slick-slider) {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin-right: 0; } }
  .shop-group-kinds:not(.slick-slider) .shop-kind-item {
    width: calc(20% - 25px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(20% - 25px);
    -moz-box-flex: 0;
    -moz-flex: 0 0 calc(20% - 25px);
    -ms-flex: 0 0 calc(20% - 25px);
    flex: 0 0 calc(20% - 25px);
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05); }
  @media (max-width: 990px) {
      .shop-group-kinds:not(.slick-slider) .shop-kind-item {
        width: calc(33.332% - 20px);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(33.332% - 20px);
        -moz-box-flex: 0;
        -moz-flex: 0 0 calc(33.332% - 20px);
        -ms-flex: 0 0 calc(33.332% - 20px);
        flex: 0 0 calc(33.332% - 20px);
        max-width: 290px; } }
  @media (max-width: 767px) {
      .shop-group-kinds:not(.slick-slider) .shop-kind-item {
        width: calc(50% - 20px);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - 20px);
        -moz-box-flex: 0;
        -moz-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px); } }
  @media (max-width: 510px) {
      .shop-group-kinds:not(.slick-slider) .shop-kind-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0; } }
  @media (min-width: 991px) and (max-width: 1265px) {
      .shop-group-kinds:not(.slick-slider) .shop-kind-item {
        width: calc(25% - 20px);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(25% - 20px);
        -moz-box-flex: 0;
        -moz-flex: 0 0 calc(25% - 20px);
        -ms-flex: 0 0 calc(25% - 20px);
        flex: 0 0 calc(25% - 20px);
        margin-right: 20px; } }
  .shop-group-kinds:not(.slick-slider) .shop-kind-item.flex, .shop-group-kinds:not(.slick-slider) .shop-kind-item > form {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .shop-group-kinds:not(.slick-slider) .shop-kind-item > form {
    height: 100%; }
  .shop-group-kinds .slick-track {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .shop-group-kinds .slick-track:before, .shop-group-kinds .slick-track:after {
    display: none; }
  .shop-group-kinds .slick-track .slick-slide {
    float: none;
    height: auto;
    outline: none; }
  .shop-group-kinds .shop-kind-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    border: none;
    border-radius: 12px;
    margin: 0 25px 25px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
  .shop-group-kinds .shop-kind-item.slick-active {
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05); }
  .shop-group-kinds .shop-kind-item.flex, .shop-group-kinds .shop-kind-item > form {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .shop-group-kinds .shop-kind-item > form {
    height: 100%; }
  @media (max-width: 990px) {
    .shop-group-kinds .shop-kind-item {
      margin-right: 20px; } }
  .shop-group-kinds .shop-kind-item .kind-image {
    position: relative;
    margin: 0 0 27px;
    font-size: 0;
    text-align: center; }
  .shop-group-kinds .shop-kind-item .kind-image:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-left: -1px; }
  .shop-group-kinds .shop-kind-item .kind-image img {
    display: inline-block;
    vertical-align: middle; }
  .shop-group-kinds .shop-kind-item .kind-image a {
    display: inline-block;
    vertical-align: middle; }
  .shop-group-kinds .shop-kind-item .kind-image .product-label {
    top: 20px; }
  .shop-group-kinds .shop-kind-item .kind-image.no-image {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2261px%22%20height%3D%2251px%22%20%20viewBox%3D%220%200%2061%2051%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d4d2d2%22%20d%3D%22M56.676%2051H4.322C1.938%2051%200%2049.076%200%2046.71v-4.467V4.288C0%201.923%201.937%200%204.32%200h52.354C59.06%200%2061%201.924%2061%204.29v42.42c0%202.366-1.94%204.29-4.324%204.29zM4.322%2049.042h52.354c1.296%200%202.35-1.046%202.35-2.332V28.82c-.043-.03-.093-.047-.132-.086L46.87%2016.804%2022.74%2040.746c-.186.183-.436.286-.698.286-.262%200-.513-.103-.698-.286l-8.728-8.66-10.644%2010.56v4.063c0%201.286%201.054%202.332%202.35%202.332zM56.676%201.958H4.322c-1.296%200-2.35%201.046-2.35%202.33V39.88l9.947-9.87c.184-.184.435-.287.696-.287.262%200%20.513.103.698.287l8.728%208.66%2024.13-23.943c.186-.184.437-.287.698-.287.262%200%20.513.103.698.287l11.458%2011.37V4.29c0-1.286-1.054-2.332-2.35-2.332zm-38.424%2020.26c-3.778%200-6.852-3.05-6.852-6.8%200-3.748%203.074-6.8%206.852-6.8%203.78%200%206.853%203.052%206.853%206.8%200%203.75-3.074%206.8-6.853%206.8zm0-11.64c-2.69%200-4.88%202.17-4.88%204.84s2.19%204.843%204.88%204.843%204.88-2.17%204.88-4.84-2.19-4.843-4.88-4.843z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    padding-top: 100%; }
  .shop-group-kinds .shop-kind-item .kind-details {
    padding: 0 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .shop-group-kinds .shop-kind-item .kind-name {
    margin: 0 0 18px;
    position: relative; }
  .shop-group-kinds .shop-kind-item .kind-name a {
    display: inline-block;
    color: #898989;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none; }
  .shop-group-kinds .shop-kind-item .kind-name a:hover {
    text-decoration: underline;
    color: #424c9a; }
  .shop-group-kinds .shop-kind-item .product-compare {
    padding-top: 0; }
  .shop-group-kinds .shop-kind-item .product-compare.product-compare-added {
    padding-bottom: 14px; }
  .shop-group-kinds .shop-kind-item .product-compare.product-compare-added:before {
    top: -3px; }
  .shop-group-kinds .shop-kind-item .product-compare.product-compare-added input {
    top: -3px; }
  .shop-group-kinds .shop-kind-item .kind-price .price-old {
    color: #9ea0a4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 6px; }
  .shop-group-kinds .shop-kind-item .kind-price .price-old span {
    position: relative; }
    .shop-group-kinds .shop-kind-item .kind-price .price-old span:after {
      content: "";
      position: absolute;
      left: 0;
      margin-top: -1px;
      right: 0;
      top: 50%;
      border-top: 1px solid #e84646; }
  .shop-group-kinds .shop-kind-item .kind-price .price-old.question span {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px; }
    .shop-group-kinds .shop-kind-item .kind-price .price-old.question span:after {
      right: 25px; }
    .shop-group-kinds .shop-kind-item .kind-price .price-old.question span:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 18px;
      height: 18px;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%239ea0a4%22%20d%3D%22M8.502%2C15.434%20C7.684%2C15.434%206.879%2C15.331%206.102%2C15.126%20C5.146%2C15.976%203.981%2C16.684%202.631%2C17.231%20C2.573%2C17.255%202.512%2C17.266%202.451%2C17.266%20C2.346%2C17.266%202.242%2C17.231%202.156%2C17.164%20C2.020%2C17.060%201.950%2C16.889%201.971%2C16.719%20L2.422%2C13.133%20C0.861%2C11.698%200.005%2C9.812%200.005%2C7.794%20C0.005%2C3.581%203.816%2C0.154%208.502%2C0.154%20C13.188%2C0.154%2017.000%2C3.581%2017.000%2C7.794%20C17.000%2C12.007%2013.188%2C15.434%208.502%2C15.434%20ZM8.502%2C1.128%20C4.350%2C1.128%200.972%2C4.118%200.972%2C7.794%20C0.972%2C9.607%201.780%2C11.302%203.248%2C12.569%20C3.371%2C12.675%203.433%2C12.837%203.413%2C12.999%20L3.037%2C15.988%20C4.044%2C15.502%204.919%2C14.912%205.644%2C14.229%20C5.735%2C14.143%205.853%2C14.098%205.974%2C14.098%20C6.020%2C14.098%206.066%2C14.104%206.111%2C14.118%20C6.880%2C14.346%207.684%2C14.461%208.502%2C14.461%20C12.655%2C14.461%2016.033%2C11.470%2016.033%2C7.794%20C16.033%2C4.118%2012.655%2C1.128%208.502%2C1.128%20ZM9.716%2C7.704%20C9.296%2C8.030%209.042%2C8.226%209.042%2C8.850%20C9.042%2C9.217%208.747%2C9.515%208.382%2C9.515%20C8.017%2C9.515%207.721%2C9.217%207.721%2C8.850%20C7.721%2C7.571%208.437%2C7.017%208.911%2C6.650%20C9.318%2C6.335%209.458%2C6.207%209.452%2C5.837%20C9.440%2C5.197%208.673%2C5.031%208.276%2C5.039%20C7.838%2C5.042%207.097%2C5.227%207.097%2C5.896%20C7.097%2C6.263%206.802%2C6.561%206.437%2C6.561%20C6.072%2C6.561%205.776%2C6.263%205.776%2C5.896%20C5.776%2C4.475%207.028%2C3.720%208.264%2C3.708%20C8.275%2C3.708%208.286%2C3.708%208.296%2C3.708%20C9.711%2C3.708%2010.750%2C4.589%2010.772%2C5.813%20C10.791%2C6.872%2010.170%2C7.353%209.716%2C7.704%20ZM8.414%2C10.297%20L8.492%2C10.298%20C8.923%2C10.298%209.273%2C10.650%209.273%2C11.084%20C9.273%2C11.518%208.923%2C11.870%208.492%2C11.870%20L8.368%2C11.868%20C7.937%2C11.855%207.598%2C11.493%207.610%2C11.059%20C7.623%2C10.625%207.979%2C10.288%208.414%2C10.297%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop-group-kinds .shop-kind-item .kind-price .price-old strong {
    font-weight: 400; }
  .shop-group-kinds .shop-kind-item .kind-price .price-old .fa-rouble svg {
    width: 7px;
    height: 10px;
    fill: #9ea0a4; }
  .shop-group-kinds .shop-kind-item .kind-price .price-current {
    color: #424c9a;
    font-size: 22px;
    font-weight: 700; }
  .shop-group-kinds .shop-kind-item .kind-price .price-current strong {
    font-weight: 600; }
  .shop-group-kinds .shop-kind-item .kind-price .price-current .fa-rouble svg {
    fill: #424c9a;
    width: 9px;
    height: 11px; }
  .shop-group-kinds .shop-kind-item .shop-product-params {
    margin: 0 0 15px; }
  .shop-group-kinds .shop-kind-item .kind-bottom-wr {
    padding: 0 20px 25px;
    position: relative; }
  .shop-group-kinds .shop-kind-item .kind-bottom-wr.buy {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .shop-group-kinds .shop-kind-item .kind-bottom-wr .shop2-product-btn {
    width: 44px;
    height: 44px;
    padding: 0; }
  .shop-group-kinds .shop-kind-item .kind-bottom-wr .shop2-product-btn.type-3.notavailable span, .shop-group-kinds .shop-kind-item .kind-bottom-wr .shop2-product-btn.type-3 span {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-position: 50% 50%; }

.cart-delete-all {
  text-align: right;
  margin: 0 0 22px;
  position: absolute;
  top: -77px;
  right: 0; }
  .cart-delete-all a {
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #424c9a;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M15.110%2C3.305%20L15.110%2C14.638%20C15.110%2C15.940%2014.051%2C16.999%2012.749%2C16.999%20L4.249%2C16.999%20C2.947%2C16.999%201.888%2C15.940%201.888%2C14.638%20L1.888%2C3.305%20L-0.000%2C3.305%20L-0.000%2C2.361%20L5.194%2C2.361%20L5.194%2C1.416%20C5.194%2C0.635%205.829%2C-0.001%206.610%2C-0.001%20L10.388%2C-0.001%20C11.170%2C-0.001%2011.805%2C0.635%2011.805%2C1.416%20L11.805%2C2.361%20L16.999%2C2.361%20L16.999%2C3.305%20L15.110%2C3.305%20ZM10.860%2C1.416%20C10.860%2C1.155%2010.648%2C0.944%2010.388%2C0.944%20L6.610%2C0.944%20C6.350%2C0.944%206.138%2C1.155%206.138%2C1.416%20L6.138%2C2.361%20L10.860%2C2.361%20L10.860%2C1.416%20ZM14.166%2C3.305%20L11.332%2C3.305%20L5.666%2C3.305%20L2.832%2C3.305%20L2.832%2C14.638%20C2.832%2C15.419%203.468%2C16.055%204.249%2C16.055%20L12.749%2C16.055%20C13.531%2C16.055%2014.166%2C15.419%2014.166%2C14.638%20L14.166%2C3.305%20ZM10.860%2C5.194%20L11.805%2C5.194%20L11.805%2C14.166%20L10.860%2C14.166%20L10.860%2C5.194%20ZM8.027%2C5.194%20L8.971%2C5.194%20L8.971%2C14.166%20L8.027%2C14.166%20L8.027%2C5.194%20ZM5.194%2C5.194%20L6.138%2C5.194%20L6.138%2C14.166%20L5.194%2C14.166%20L5.194%2C5.194%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }

.shop2-cart-wrapper {
  position: relative; }

.shop2-cart-table {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif; }
  @media (max-width: 1200px) {
  .shop2-cart-table {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; } }
  @media (max-width: 580px) {
  .shop2-cart-table {
    margin-bottom: 0; } }
  .shop2-cart-table .shop2-cart-update {
    text-align: right; }
  .shop2-cart-table a.shop2-cart-update {
    margin-top: 15px;
    padding: 18px 34px;
    border-radius: 25px; }
  .shop2-cart-table .shop2-cart-top {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61.7%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 61.7%;
    -ms-flex: 0 0 61.7%;
    flex: 0 0 61.7%; }
  @media (max-width: 1200px) {
    .shop2-cart-table .shop2-cart-top {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin: 0 0 20px; } }
  .shop2-cart-table .shop2-total-cart-wr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  @media (max-width: 1200px) {
    .shop2-cart-table .shop2-total-cart-wr {
      max-width: 470px;
      padding-left: 0; } }
  @media (max-width: 580px) {
    .shop2-cart-table .shop2-total-cart-wr {
      max-width: 100%; } }
  .shop2-cart-table .shop-cart-head {
    background: #424c9a;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    margin: 0 0 10px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0; }
  .shop2-cart-table .shop-cart-title-left, .shop2-cart-table .shop-cart-title-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .shop2-cart-table .shop-cart-title-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 41%;
    padding: 0 0 0 20px; }
  @media (max-width: 767px) {
    .shop2-cart-table .shop-cart-title-left {
      max-width: 100%;
      padding: 0 20px; } }
  .shop2-cart-table .shop-cart-title-right {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (max-width: 767px) {
    .shop2-cart-table .shop-cart-title-right {
      display: none; } }
  .shop2-cart-table .cart-price-title, .shop2-cart-table .cart-amount-title, .shop2-cart-table .cart-total-price-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px; }
  .shop2-cart-table .cart-price-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 29%; }
  .shop2-cart-table .cart-amount-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 29%; }
  .shop2-cart-table .cart-total-price-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 29%; }

.shop-products-wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05);
  padding: 0 20px 20px 20px; }

.shop2-cart-product {
  border-bottom: 2px solid #f3f3f3;
  padding: 20px 0 25px;
  position: relative; }
  .shop2-cart-product:last-child {
    padding-bottom: 10px;
    border-bottom: none; }
  .shop2-cart-product .product-label {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    font-size: 0;
    margin-bottom: 10px; }
  .shop2-cart-product .cart-product-top {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    position: relative; }
  @media (max-width: 767px) {
    .shop2-cart-product .cart-product-top {
      padding-right: 30px; } }
  @media (max-width: 580px) {
    .shop2-cart-product .cart-product-top {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-right: 0; } }
  .shop2-cart-product .cart-product-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40.5%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40.5%;
    -ms-flex: 0 0 40.5%;
    flex: 0 0 40.5%;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  @media (max-width: 767px) {
    .shop2-cart-product .cart-product-left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 55%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
      flex: 0 0 55%; } }
  @media (max-width: 580px) {
    .shop2-cart-product .cart-product-left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 0 18px;
      padding-right: 23px; }
      .shop2-cart-product .cart-product-left .cart-delete {
        margin-top: 0;
        top: 23px;
        right: -3px; } }
  @media (min-width: 581px) {
    .shop2-cart-product .cart-product-left .cart-delete {
      display: none; } }
  .shop2-cart-product .cart-product-left .cart-product-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 74px;
    -ms-flex: 0 0 74px;
    flex: 0 0 74px;
    width: 74px;
    font-size: 0;
    margin-right: 20px;
    box-sizing: border-box; }
  @media (max-width: 580px) {
      .shop2-cart-product .cart-product-left .cart-product-image {
        margin-right: 14px; } }
  .shop2-cart-product .cart-product-left .cart-product-image a {
    display: block; }
  .shop2-cart-product .cart-product-left .cart-product-image img {
    border: none; }
  .shop2-cart-product .cart-product-left .cart-product-image.no-image {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M70%2E346%2C9%2E116%20L11%2E654%2C9%2E116%20C10%2E462%2C9%2E116%209%2E496%2C10%2E079%209%2E496%2C11%2E267%20L9%2E496%2C43%2E805%20C9%2E496%2C43%2E830%209%2E502%2C43%2E853%209%2E503%2C43%2E877%20C9%2E473%2C44%2E445%209%2E663%2C45%2E023%2010%2E086%2C45%2E468%20C10%2E904%2C46%2E331%2012%2E270%2C46%2E370%2013%2E136%2C45%2E553%20L25%2E846%2C33%2E566%20L38%2E291%2C44%2E679%20C38%2E990%2C45%2E304%2040%2E015%2C45%2E406%2040%2E825%2C44%2E931%20L51%2E419%2C38%2E721%20L61%2E787%2C46%2E929%20C62%2E184%2C47%2E243%2062%2E657%2C47%2E396%2063%2E127%2C47%2E396%20C63%2E763%2C47%2E396%2064%2E393%2C47%2E117%2064%2E819%2C46%2E582%20C65%2E560%2C45%2E651%2065%2E404%2C44%2E298%2064%2E471%2C43%2E559%20L52%2E943%2C34%2E433%20C52%2E244%2C33%2E879%2051%2E277%2C33%2E812%2050%2E507%2C34%2E263%20L39%2E996%2C40%2E425%20L27%2E246%2C29%2E039%20C26%2E409%2C28%2E292%2025%2E139%2C28%2E309%2024%2E324%2C29%2E079%20L13%2E811%2C38%2E993%20L13%2E811%2C13%2E419%20L68%2E189%2C13%2E419%20L68%2E189%2C54%2E579%20L13%2E811%2C54%2E579%20L13%2E811%2C51%2E981%20C13%2E811%2C50%2E793%2012%2E846%2C49%2E829%2011%2E654%2C49%2E829%20C10%2E462%2C49%2E829%209%2E496%2C50%2E793%209%2E496%2C51%2E981%20L9%2E496%2C56%2E731%20C9%2E496%2C57%2E920%2010%2E462%2C58%2E883%2011%2E654%2C58%2E883%20L70%2E346%2C58%2E883%20C71%2E538%2C58%2E883%2072%2E504%2C57%2E920%2072%2E504%2C56%2E731%20L72%2E504%2C11%2E267%20C72%2E504%2C10%2E079%2071%2E538%2C9%2E116%2070%2E346%2C9%2E116%20ZM77%2E359%2C0%2E001%20L4%2E641%2C0%2E001%20C2%2E083%2C0%2E001%200%2E001%2C2%2E059%200%2E001%2C4%2E589%20L0%2E001%2C63%2E409%20C0%2E001%2C65%2E939%202%2E083%2C67%2E997%204%2E641%2C67%2E997%20L77%2E359%2C67%2E997%20C79%2E917%2C67%2E997%2081%2E999%2C65%2E939%2081%2E999%2C63%2E409%20L81%2E999%2C4%2E589%20C81%2E999%2C2%2E059%2079%2E917%2C0%2E001%2077%2E359%2C0%2E001%20ZM77%2E683%2C63%2E409%20C77%2E683%2C63%2E566%2077%2E538%2C63%2E694%2077%2E359%2C63%2E694%20L4%2E641%2C63%2E694%20C4%2E462%2C63%2E694%204%2E317%2C63%2E566%204%2E317%2C63%2E409%20L4%2E317%2C4%2E589%20C4%2E317%2C4%2E432%204%2E462%2C4%2E304%204%2E641%2C4%2E304%20L77%2E359%2C4%2E304%20C77%2E538%2C4%2E304%2077%2E683%2C4%2E432%2077%2E683%2C4%2E589%20L77%2E683%2C63%2E409%20ZM34%2E273%2C25%2E524%20C34%2E273%2C29%2E152%2037%2E234%2C32%2E104%2040%2E872%2C32%2E104%20C44%2E510%2C32%2E104%2047%2E470%2C29%2E152%2047%2E470%2C25%2E524%20C47%2E470%2C21%2E896%2044%2E510%2C18%2E944%2040%2E872%2C18%2E944%20C37%2E234%2C18%2E944%2034%2E273%2C21%2E896%2034%2E273%2C25%2E524%20ZM43%2E155%2C25%2E524%20C43%2E155%2C26%2E779%2042%2E131%2C27%2E800%2040%2E872%2C27%2E800%20C39%2E613%2C27%2E800%2038%2E589%2C26%2E779%2038%2E589%2C25%2E524%20C38%2E589%2C24%2E268%2039%2E613%2C23%2E247%2040%2E872%2C23%2E247%20C42%2E131%2C23%2E247%2043%2E155%2C24%2E268%2043%2E155%2C25%2E524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #e0e0e0;
    background-size: 50%; }
  .shop2-cart-product .cart-product-left .tpl-rating-block {
    margin: 0 0 8px; }
  @media (min-width: 581px) {
      .shop2-cart-product .cart-product-left .cart-product-name-wr {
        padding-right: 8px; } }
  .shop2-cart-product .cart-product-left .cart-product-name {
    color: #484848;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 5px; }
  .shop2-cart-product .cart-product-left .cart-product-name a {
    color: inherit;
    text-decoration: none; }
  .shop2-cart-product .cart-product-left .cart-product-article {
    color: #484848;
    font-size: 14px; }
  .shop2-cart-product .cart-product-left .cart-product-article span {
    color: #898989; }
  .shop2-cart-product .cart-product-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  @media (min-width: 768px) {
    .shop2-cart-product .cart-product-right {
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding: 15px 0; } }
  @media (max-width: 580px) {
    .shop2-cart-product .cart-product-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .shop2-cart-product .cart-product-right .cart-product-title {
    color: #4c5667;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25; }
  @media (min-width: 768px) {
      .shop2-cart-product .cart-product-right .cart-product-title {
        display: none; } }
  @media (max-width: 480px) {
      .shop2-cart-product .cart-product-right .cart-product-title {
        min-width: 40%; } }
  .shop2-cart-product .cart-product-right .cart-price, .shop2-cart-product .cart-product-right .cart-amount, .shop2-cart-product .cart-product-right .cart-price-total {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media (max-width: 767px) {
      .shop2-cart-product .cart-product-right .cart-price, .shop2-cart-product .cart-product-right .cart-amount, .shop2-cart-product .cart-product-right .cart-price-total {
        display: -moz-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 9px 0; }
        .shop2-cart-product .cart-product-right .cart-price.pre_order_price, .shop2-cart-product .cart-product-right .cart-amount.pre_order_price, .shop2-cart-product .cart-product-right .cart-price-total.pre_order_price {
          line-height: 1.6; } }
  @media (min-width: 768px) {
      .shop2-cart-product .cart-product-right .cart-price, .shop2-cart-product .cart-product-right .cart-amount, .shop2-cart-product .cart-product-right .cart-price-total {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 30.2%;
        text-align: left;
        padding-right: 5px; } }
  @media (max-width: 480px) {
      .shop2-cart-product .cart-product-right .cart-price, .shop2-cart-product .cart-product-right .cart-amount, .shop2-cart-product .cart-product-right .cart-price-total {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
  .shop2-cart-product .cart-product-right .cart-price {
    padding-top: 0; }
  .shop2-cart-product .cart-product-right .cart-price .cart-product-body, .shop2-cart-product .cart-product-right .cart-price-total .cart-product-body {
    color: #484848;
    font-size: 20px;
    font-weight: 600; }
  .shop2-cart-product .cart-product-right .cart-price.pre_order_price .cart-product-body, .shop2-cart-product .cart-product-right .cart-price-total.pre_order_price .cart-product-body {
    font-size: 16px; }
  .shop2-cart-product .cart-product-right .cart-price .fa-rouble svg, .shop2-cart-product .cart-product-right .cart-price-total .fa-rouble svg {
    width: 9px;
    height: 11px;
    fill: #484848; }
  .shop2-cart-product .cart-product-right .cart-amount .shop2-product-amount {
    text-align: left; }
  .shop2-cart-product .cart-product-right .cart-delete {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right; }
  @media (max-width: 580px) {
      .shop2-cart-product .cart-product-right .cart-delete {
        display: none; } }
  .shop2-cart-product .cart-delete > a {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2017%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23ff3451%22%20d%3D%22M15.110%2C3.305%20L15.110%2C14.638%20C15.110%2C15.940%2014.051%2C16.999%2012.749%2C16.999%20L4.249%2C16.999%20C2.947%2C16.999%201.888%2C15.940%201.888%2C14.638%20L1.888%2C3.305%20L-0.000%2C3.305%20L-0.000%2C2.361%20L5.194%2C2.361%20L5.194%2C1.416%20C5.194%2C0.635%205.829%2C-0.001%206.610%2C-0.001%20L10.388%2C-0.001%20C11.170%2C-0.001%2011.805%2C0.635%2011.805%2C1.416%20L11.805%2C2.361%20L16.999%2C2.361%20L16.999%2C3.305%20L15.110%2C3.305%20ZM10.860%2C1.416%20C10.860%2C1.155%2010.648%2C0.944%2010.388%2C0.944%20L6.610%2C0.944%20C6.350%2C0.944%206.138%2C1.155%206.138%2C1.416%20L6.138%2C2.361%20L10.860%2C2.361%20L10.860%2C1.416%20ZM14.166%2C3.305%20L11.332%2C3.305%20L5.666%2C3.305%20L2.832%2C3.305%20L2.832%2C14.638%20C2.832%2C15.419%203.468%2C16.055%204.249%2C16.055%20L12.749%2C16.055%20C13.531%2C16.055%2014.166%2C15.419%2014.166%2C14.638%20L14.166%2C3.305%20ZM10.860%2C5.194%20L11.805%2C5.194%20L11.805%2C14.166%20L10.860%2C14.166%20L10.860%2C5.194%20ZM8.027%2C5.194%20L8.971%2C5.194%20L8.971%2C14.166%20L8.027%2C14.166%20L8.027%2C5.194%20ZM5.194%2C5.194%20L6.138%2C5.194%20L6.138%2C14.166%20L5.194%2C14.166%20L5.194%2C5.194%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  @media (max-width: 767px) {
    .shop2-cart-product .cart-delete {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -15px; } }
  .shop2-cart-product .cart-product-bot {
    max-width: 300px; }
  @media (max-width: 480px) {
    .shop2-cart-product .cart-product-bot {
      max-width: 100%; } }
  .shop2-cart-product .cart-product-bot .cart-product-param-wr {
    padding-top: 20px;
    padding-bottom: 10px;
    display: none; }
  .shop2-cart-product .cart-product-bot .product-anonce {
    color: #898989;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px; }
  .shop2-cart-product .cart-product-bot .cart-param-btn {
    text-decoration: none;
    color: #424c9a;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding-right: 26px;
    position: relative;
    margin-top: 8px; }
  .shop2-cart-product .cart-product-bot .cart-param-btn span {
    border-bottom: 1px solid #424c9a; }
  .shop2-cart-product .cart-product-bot .cart-param-btn:hover span {
    border-bottom-color: transparent; }
  .shop2-cart-product .cart-product-bot .cart-param-btn.open:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .shop2-cart-product .cart-product-bot .cart-param-btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M8.007%2C16.000%20C3.596%2C16.000%200.007%2C12.412%200.007%2C8.001%20C0.007%2C3.591%203.596%2C0.002%208.007%2C0.002%20C12.417%2C0.002%2016.006%2C3.591%2016.006%2C8.001%20C16.006%2C12.412%2012.417%2C16.000%208.007%2C16.000%20ZM8.007%2C1.418%20C4.377%2C1.418%201.424%2C4.371%201.424%2C8.001%20C1.424%2C11.630%204.377%2C14.583%208.007%2C14.583%20C11.636%2C14.583%2014.588%2C11.630%2014.588%2C8.001%20C14.588%2C4.371%2011.636%2C1.418%208.007%2C1.418%20ZM8.507%2C10.824%20C8.230%2C11.100%207.782%2C11.100%207.505%2C10.824%20L4.763%2C8.084%20C4.486%2C7.807%204.486%2C7.359%204.763%2C7.082%20C5.039%2C6.805%205.488%2C6.805%205.765%2C7.082%20L7.298%2C8.614%20L7.298%2C4.665%20C7.298%2C4.273%207.615%2C3.957%208.007%2C3.957%20C8.398%2C3.957%208.715%2C4.273%208.715%2C4.665%20L8.715%2C8.615%20L10.248%2C7.082%20C10.525%2C6.805%2010.974%2C6.805%2011.250%2C7.082%20C11.388%2C7.220%2011.457%2C7.402%2011.457%2C7.583%20C11.457%2C7.764%2011.388%2C7.945%2011.250%2C8.084%20L8.507%2C10.824%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.shop2-total-cart-wr .question svg {
  vertical-align: top; }
  .shop2-total-cart-wr .shop2-total-cart-inner {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05);
    padding: 20px; }
  @media (max-width: 480px) {
    .shop2-total-cart-wr .shop2-total-cart-inner {
      padding: 10px 10px; } }
  .shop2-total-cart-wr .shop-cart-total {
    list-style: none;
    padding: 0;
    margin: 0; }
  .shop2-total-cart-wr .shop-cart-total > li {
    padding: 10px 20px; }
  .shop2-total-cart-wr .shop-cart-total > li:first-child {
    padding-top: 0;
    border-bottom: 1px solid #ebebeb; }
  @media (max-width: 480px) {
      .shop2-total-cart-wr .shop-cart-total > li {
        padding: 10px 10px; } }
  .shop2-total-cart-wr .shop-cart-total > li.coupon-block-li {
    background: #f3f3f3;
    border-radius: 12px;
    padding: 15px 20px 20px;
    margin: 10px 0; }
  @media (max-width: 480px) {
        .shop2-total-cart-wr .shop-cart-total > li.coupon-block-li {
          padding: 10px;
          margin: 10px 0; } }
  .shop2-total-cart-wr .shop-cart-total > li.coupon-block-li .shop-cart-total-in {
    margin-bottom: 14px; }
  .shop2-total-cart-wr .shop-cart-total > li.coupon-block-li .shop-cart-sum {
    font-size: 22px; }
  .shop2-total-cart-wr .shop-cart-total > li.total-amount-li .shop-cart-total-in {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .shop2-total-cart-wr .shop-cart-total > li.total-amount-li .shop-cart-total-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 3px; }
  .shop2-total-cart-wr .shop-cart-total > li.total-amount-li .shop-cart-sum {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2; }
  .shop2-total-cart-wr .shop-cart-total-in {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  @media (max-width: 480px) {
    .shop2-total-cart-wr .shop-cart-total-in {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  .shop2-total-cart-wr .shop-cart-total-in .shop-cart-total-title {
    color: #484848;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 3px; }
  .shop2-total-cart-wr .shop-cart-total-in .shop-cart-sum {
    color: #484848;
    font-size: 18px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 5px;
    text-align: right; }
  .shop2-total-cart-wr .shop-cart-total-in .shop-cart-sum .fa-rouble svg {
    fill: #484848;
    width: 9px;
    height: 11px; }

.shop2-coupon-wr .coupon-body {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .shop2-coupon-wr .coupon-input {
    border: 1px solid #ececec;
    border-radius: 22px;
    padding: 14px 20px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media (max-width: 480px) {
    .shop2-coupon-wr .coupon-input {
      max-width: calc(100% - 51px);
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 calc(100% - 51px);
      -moz-box-flex: 1;
      -moz-flex: 1 0 calc(100% - 51px);
      -ms-flex: 1 0 calc(100% - 51px);
      flex: 1 0 calc(100% - 51px); } }
  .shop2-coupon-wr .coupon-btn {
    margin-left: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 22px 13px;
    background: #424c9a;
    border: none;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 22px; }
  @media (max-width: 480px) {
    .shop2-coupon-wr .coupon-btn {
      width: 45px;
      height: 45px;
      background: #424c9a url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M10.562%2C6.229%20L6.623%2C10.171%20C6.424%2C10.370%206.164%2C10.470%205.903%2C10.470%20C5.643%2C10.470%205.382%2C10.370%205.184%2C10.171%20C4.786%2C9.775%204.786%2C9.129%205.184%2C8.731%20L7.386%2C6.527%20L1.708%2C6.527%20C1.145%2C6.527%200.690%2C6.072%200.690%2C5.509%20C0.690%2C4.946%201.145%2C4.490%201.708%2C4.490%20L7.385%2C4.490%20L5.184%2C2.287%20C4.786%2C1.889%204.786%2C1.243%205.184%2C0.846%20C5.581%2C0.448%206.225%2C0.448%206.623%2C0.846%20L10.562%2C4.789%20C10.959%2C5.187%2010.959%2C5.831%2010.562%2C6.229%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      border-radius: 50%;
      font-size: 0;
      margin-bottom: 0; } }
  .shop2-coupon-wr .coupon-id {
    margin-top: 15px;
    color: #484848;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .shop2-coupon-wr .coupon-id .coupon-code {
    font-weight: 700;
    margin-left: 8px;
    line-height: 1; }
  .shop2-coupon-wr .coupon-delete {
    font-size: 0;
    margin-left: 8px; }

.button-form-order {
  text-align: right;
  margin-top: 17px;
  margin-bottom: 10px; }
  @media (max-width: 480px) {
  .button-form-order {
    text-align: center;
    margin-top: 5px; } }
  .button-form-order > a {
    text-align: left;
    background: #424c9a;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    border: none;
    letter-spacing: 0.5px;
    border-radius: 25px;
    padding: 17px 42px 17px;
    display: inline-block;
    vertical-align: top; }
  .button-form-order > a:hover {
    background: #4751a5; }
  .button-form-order > a:active {
    background: #333a76; }
  @media (max-width: 480px) {
    .button-form-order > a {
      background: #424c9a;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      text-align: center; }
      .button-form-order > a:hover {
        background: #4751a5; }
      .button-form-order > a:active {
        background: #3d478f; } }

.popup-registration-wr {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f3f3f3;
  z-index: 500;
  font-size: 0;
  text-align: center;
  padding: 0 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden; }
  .popup-registration-wr.opened {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 480px) {
  .popup-registration-wr {
    background: #fff;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05);
    padding: 20px; } }
  .popup-registration-wr:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-left: -1px; }
  .popup-registration-wr .shop-cart-registration {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    max-width: 1460px;
    text-align: left;
    position: relative;
    width: 100%;
    padding: 20px 0; }
  @media (max-width: 480px) {
    .popup-registration-wr .shop-cart-registration {
      vertical-align: top; } }
  .popup-registration-wr .shop-cart-registration h2 {
    margin: 0 50px 25px 0;
    color: #3c4452;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25; }
  @media (max-width: 680px) {
      .popup-registration-wr .shop-cart-registration h2 {
        font-size: 30px;
        margin-top: 7px; } }
  @media (max-width: 480px) {
      .popup-registration-wr .shop-cart-registration h2 {
        margin-right: 0; } }
  .popup-registration-wr .shop-cart-registration .close-form {
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
    width: 46px;
    height: 46px;
    border: 2px solid #898989;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23898989%22%20d%3D%22M7.435%2C5.979%20L11.717%2C10.260%20C12.111%2C10.654%2012.111%2C11.292%2011.717%2C11.685%20C11.323%2C12.079%2010.685%2C12.079%2010.292%2C11.685%20L6.010%2C7.404%20L1.757%2C11.657%20C1.367%2C12.047%200.733%2C12.047%200.343%2C11.657%20C-0.047%2C11.266%20-0.047%2C10.633%200.343%2C10.242%20L4.596%2C5.990%20L0.314%2C1.708%20C-0.080%2C1.315%20-0.080%2C0.676%200.314%2C0.283%20C0.708%2C-0.111%201.346%2C-0.111%201.740%2C0.283%20L6.021%2C4.564%20L10.242%2C0.343%20C10.633%2C-0.048%2011.266%2C-0.048%2011.657%2C0.343%20C12.047%2C0.734%2012.047%2C1.367%2011.657%2C1.757%20L7.435%2C5.979%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  @media (max-width: 480px) {
      .popup-registration-wr .shop-cart-registration .close-form {
        border: none;
        top: -18px;
        right: -15px; } }
  .popup-registration-wr .shop-cart-registration .shop-cart-registration-in {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 1100px) {
      .popup-registration-wr .shop-cart-registration .shop-cart-registration-in {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media (min-width: 481px) {
      .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-left, .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-right {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05);
        padding: 20px; } }
  .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.5%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 58.5%;
    -ms-flex: 0 0 58.5%;
    flex: 0 0 58.5%;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 1100px) {
        .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-left {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin: 0 0 30px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
  @media (max-width: 680px) {
        .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-left {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-left .form-registration {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }
    @media (max-width: 680px) {
        .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-left .form-registration {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 100%;
          -moz-box-flex: 1;
          -moz-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
          flex: 1 0 100%;
          margin: 0 0 30px; } }
    @media (max-width: 480px) {
        .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-left .form-registration {
          text-align: center; } }
  .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-left .registration-field {
    display: block;
    margin: 0 0 20px; }
    .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-left .registration-field input {
      border: 1px solid #ececec;
      border-radius: 6px;
      padding: 13px 15px;
      font-size: 14px;
      font-family: Arial, Helvetica, sans-serif;
      color: #484848;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      outline: none;
      text-align: left; }
  .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-left button {
    padding: 17px 27px;
    border-radius: 25px;
    outline: none;
    font-size: 16px;
    font-weight: 600; }
  .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-right {
    margin: 0 0 0 20px;
    padding: 25px 20px; }
  @media (max-width: 1100px) {
        .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-right {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
          -moz-box-flex: 1;
          -moz-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          max-width: 460px;
          margin-left: 0; } }
  @media (max-width: 680px) {
        .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-right {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
  @media (max-width: 480px) {
        .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-right {
          padding: 0;
          text-align: center; } }
  .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-right .text-registration {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px; }
  .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-right .shop2-btn {
    background: #424c9a;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 13px;
    padding: 17px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .popup-registration-wr .shop-cart-registration .shop-cart-registration-in .form-registration-right .shop2-btn.green {
      border: 2px solid #424c9a;
      background: none;
      color: #424c9a;
      padding: 15px 28px; }

.cart-product-param {
  list-style: none;
  padding: 0;
  margin: 0; }

.shop-product-params > div, .cart-product-param > div, .shop-product-params > li, .cart-product-param > li {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ececec;
  padding: 7px 0; }
  .shop-product-params .param-title, .cart-product-param .param-title, .shop-product-params .param-body, .cart-product-param .param-body, .shop-product-params .option-title, .cart-product-param .option-title, .shop-product-params .option-body, .cart-product-param .option-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .shop-product-params .param-title, .cart-product-param .param-title, .shop-product-params .option-title, .cart-product-param .option-title {
    font-size: 14px;
    font-weight: 600;
    color: #484848;
    padding-right: 10px; }
  .shop-product-params .param-body, .cart-product-param .param-body, .shop-product-params .option-body, .cart-product-param .option-body {
    font-size: 14px;
    font-weight: 400;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis; }

.product-compare {
  position: relative;
  padding: 12px 0;
  border: none;
  letter-spacing: -0.2px; }
  .product-compare a {
    text-decoration: none;
    color: #898989; }
  .product-compare a:hover {
    text-decoration: underline; }
  .product-compare.product-compare-added, .product-compare label {
    display: inline-block;
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    padding: 4px 0 2px 30px;
    position: relative; }
  .product-compare.product-compare-added input, .product-compare label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    opacity: 0;
    cursor: pointer; }
  .product-compare.product-compare-added:before, .product-compare label:before {
    cursor: pointer;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d4d4d4;
    box-shadow: inset 0px 1px 1px 0px rgba(212, 216, 219, 0.004);
    border-radius: 3px; }
  .product-compare.product-compare-added {
    padding: 15px 0 15px 30px; }
  .product-compare.product-compare-added input {
    top: 11px; }
  .product-compare.product-compare-added:before {
    top: 12px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2010%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M9.712%2C1.690%20L4.757%2C6.645%20C4.739%2C6.666%204.732%2C6.692%204.712%2C6.712%20C4.515%2C6.909%204.257%2C7.004%203.999%2C7.001%20C3.741%2C7.004%203.482%2C6.909%203.285%2C6.712%20C3.266%2C6.693%203.259%2C6.667%203.241%2C6.646%20L0.285%2C3.690%20C-0.103%2C3.302%20-0.103%2C2.673%200.285%2C2.285%20C0.673%2C1.897%201.302%2C1.897%201.690%2C2.285%20L3.999%2C4.594%20L8.307%2C0.285%20C8.695%2C-0.102%209.324%2C-0.102%209.712%2C0.285%20C10.100%2C0.673%2010.100%2C1.302%209.712%2C1.690%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }

.shop2-product-btn {
  background: #424c9a;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 25px;
  transition: all 0.3s; }
  .shop2-product-btn:not(.notavailable):hover {
    background: #4a55ac; }
  .shop2-product-btn:not(.notavailable):active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #333a76; }
  .shop2-product-btn.type-3 {
    height: auto;
    width: auto;
    padding: 0 30px;
    text-align: center; }
  .shop2-product-btn.type-3 span {
    padding: 16px 0 18px;
    padding-left: 43px;
    height: auto;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    color: #fff; }
  .shop2-product-btn.type-3.notavailable {
    background: #e3e3e3; }
  .shop2-product-btn.type-3.notavailable span, .shop2-product-btn.type-3.notavailable:hover span, .shop2-product-btn.type-3.notavailable:active span {
    font-size: 16px;
    color: #898989;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2226px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2026%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23898989%22%20d%3D%22M25.931%2C5.278%20L23.310%2C15.000%20C23.188%2C15.454%2022.784%2C15.769%2022.324%2C15.769%20L8.568%2C15.769%20C8.568%2C15.769%208.568%2C15.769%208.567%2C15.769%20C8.567%2C15.769%208.567%2C15.769%208.567%2C15.769%20C8.453%2C15.769%208.343%2C15.749%208.238%2C15.713%20C8.195%2C15.698%208.159%2C15.669%208.119%2C15.649%20C8.061%2C15.619%208.001%2C15.596%207.949%2C15.556%20C7.904%2C15.521%207.870%2C15.472%207.831%2C15.430%20C7.795%2C15.391%207.753%2C15.358%207.723%2C15.313%20C7.660%2C15.219%207.612%2C15.114%207.581%2C15.000%20L4.960%2C5.278%20C4.953%2C5.252%204.962%2C5.226%204.957%2C5.199%20L4.166%2C2.245%20L0.985%2C2.103%20C0.422%2C2.078%20-0.016%2C1.589%200.008%2C1.011%20C0.032%2C0.435%200.474%2C-0.037%201.076%2C0.011%20L5.000%2C0.186%20C5.444%2C0.205%205.825%2C0.516%205.944%2C0.955%20L6.747%2C3.953%20L24.946%2C3.953%20C25.265%2C3.953%2025.565%2C4.106%2025.759%2C4.366%20C25.953%2C4.626%2026.017%2C4.963%2025.931%2C5.278%20ZM7.307%2C6.047%20L9.350%2C13.675%20L21.545%2C13.675%20L23.600%2C6.047%20L7.307%2C6.047%20ZM11.011%2C16.241%20C12.563%2C16.241%2013.826%2C17.532%2013.826%2C19.120%20C13.826%2C20.709%2012.563%2C22.000%2011.011%2C22.000%20C9.458%2C22.000%208.197%2C20.709%208.197%2C19.120%20C8.197%2C17.532%209.458%2C16.241%2011.011%2C16.241%20ZM11.011%2C19.906%20C11.434%2C19.906%2011.779%2C19.553%2011.779%2C19.120%20C11.779%2C18.688%2011.434%2C18.335%2011.011%2C18.335%20C10.587%2C18.335%2010.244%2C18.688%2010.244%2C19.120%20C10.244%2C19.553%2010.587%2C19.906%2011.011%2C19.906%20ZM19.542%2C16.241%20C21.093%2C16.241%2022.356%2C17.532%2022.356%2C19.120%20C22.356%2C20.709%2021.093%2C22.000%2019.542%2C22.000%20C17.988%2C22.000%2016.727%2C20.709%2016.727%2C19.120%20C16.727%2C17.532%2017.988%2C16.241%2019.542%2C16.241%20ZM19.542%2C19.906%20C19.963%2C19.906%2020.309%2C19.553%2020.309%2C19.120%20C20.309%2C18.688%2019.963%2C18.335%2019.542%2C18.335%20C19.118%2C18.335%2018.774%2C18.688%2018.774%2C19.120%20C18.774%2C19.553%2019.118%2C19.906%2019.542%2C19.906%20Z%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .shop2-product-btn.type-3.onrequest span {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M12.062%2C23.760%20C5.713%2C23.760%200.547%2C18.596%200.547%2C12.247%20C0.547%2C5.899%205.713%2C0.734%2012.062%2C0.734%20C18.410%2C0.734%2023.573%2C5.899%2023.573%2C12.247%20C23.573%2C18.596%2018.410%2C23.760%2012.062%2C23.760%20ZM12.062%2C2.708%20C6.802%2C2.708%202.521%2C6.987%202.521%2C12.247%20C2.521%2C17.507%206.802%2C21.786%2012.062%2C21.786%20C17.322%2C21.786%2021.600%2C17.507%2021.600%2C12.247%20C21.600%2C6.987%2017.322%2C2.708%2012.062%2C2.708%20ZM12.688%2C12.994%20C12.670%2C13.016%2012.663%2C13.042%2012.642%2C13.062%20L9.778%2C15.925%20C9.585%2C16.118%209.333%2C16.215%209.080%2C16.215%20C8.828%2C16.215%208.575%2C16.118%208.382%2C15.925%20C7.997%2C15.540%207.997%2C14.915%208.382%2C14.530%20L11.075%2C11.838%20L11.075%2C5.126%20C11.075%2C4.581%2011.517%2C4.139%2012.062%2C4.139%20C12.608%2C4.139%2013.049%2C4.581%2013.049%2C5.126%20L13.049%2C12.247%20C13.049%2C12.551%2012.904%2C12.813%2012.688%2C12.994%20Z%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .shop2-product-btn.type-3.buy span {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2226px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2026%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M21.875%2017.25H8.85417C8.38542%2017.25%207.96875%2016.9364%207.86458%2016.4659L5.20833%205.48864C5.20833%205.48864%205.20833%205.48864%205.20833%205.43636L4.375%202.09091H1.04167C0.46875%202.09091%200%201.62045%200%201.04545C0%200.470455%200.46875%200%201.04167%200H5.20833C5.67708%200%206.09375%200.313636%206.19792%200.784091L7.03125%204.18182H23.9583C24.2708%204.18182%2024.5833%204.33864%2024.7396%204.54773C24.9479%204.80909%2025%205.12273%2024.9479%205.38409L22.8646%2016.3614C22.8125%2016.8841%2022.3958%2017.25%2021.875%2017.25ZM9.6875%2015.1591H21.0417L22.7083%206.27273H7.55208L9.6875%2015.1591Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M10.7813%2023C11.7881%2023%2012.6042%2022.1809%2012.6042%2021.1705C12.6042%2020.16%2011.7881%2019.3409%2010.7813%2019.3409C9.77452%2019.3409%208.95837%2020.16%208.95837%2021.1705C8.95837%2022.1809%209.77452%2023%2010.7813%2023Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M20.1563%2023C21.1631%2023%2021.9792%2022.1809%2021.9792%2021.1705C21.9792%2020.16%2021.1631%2019.3409%2020.1563%2019.3409C19.1495%2019.3409%2018.3334%2020.16%2018.3334%2021.1705C18.3334%2022.1809%2019.1495%2023%2020.1563%2023Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }

.shop2-product-amount {
  width: auto; }
  .shop2-product-amount input[type="text"] {
    border: 2px solid #e6e6e6;
    border-radius: 7px;
    color: #4d4d4d;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    padding: 10px 5px;
    width: 40px;
    outline: none;
    margin: 0 6px; }
  .shop2-product-amount button {
    height: 40px;
    line-height: 43px;
    font-size: 30px;
    padding: 0;
    border: none;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    width: 22px;
    color: #898989;
    outline: none; }
  .shop2-product-amount button:hover, .shop2-product-amount button:active {
    background: none;
    color: #424c9a;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.product-price .price-old {
  color: #525252;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none; }
  .product-price .price-old.question span {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    position: relative; }
  .product-price .price-old.question span:after {
    right: 25px; }
  .product-price .price-old.question span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%239ea0a4%22%20d%3D%22M8.502%2C15.434%20C7.684%2C15.434%206.879%2C15.331%206.102%2C15.126%20C5.146%2C15.976%203.981%2C16.684%202.631%2C17.231%20C2.573%2C17.255%202.512%2C17.266%202.451%2C17.266%20C2.346%2C17.266%202.242%2C17.231%202.156%2C17.164%20C2.020%2C17.060%201.950%2C16.889%201.971%2C16.719%20L2.422%2C13.133%20C0.861%2C11.698%200.005%2C9.812%200.005%2C7.794%20C0.005%2C3.581%203.816%2C0.154%208.502%2C0.154%20C13.188%2C0.154%2017.000%2C3.581%2017.000%2C7.794%20C17.000%2C12.007%2013.188%2C15.434%208.502%2C15.434%20ZM8.502%2C1.128%20C4.350%2C1.128%200.972%2C4.118%200.972%2C7.794%20C0.972%2C9.607%201.780%2C11.302%203.248%2C12.569%20C3.371%2C12.675%203.433%2C12.837%203.413%2C12.999%20L3.037%2C15.988%20C4.044%2C15.502%204.919%2C14.912%205.644%2C14.229%20C5.735%2C14.143%205.853%2C14.098%205.974%2C14.098%20C6.020%2C14.098%206.066%2C14.104%206.111%2C14.118%20C6.880%2C14.346%207.684%2C14.461%208.502%2C14.461%20C12.655%2C14.461%2016.033%2C11.470%2016.033%2C7.794%20C16.033%2C4.118%2012.655%2C1.128%208.502%2C1.128%20ZM9.716%2C7.704%20C9.296%2C8.030%209.042%2C8.226%209.042%2C8.850%20C9.042%2C9.217%208.747%2C9.515%208.382%2C9.515%20C8.017%2C9.515%207.721%2C9.217%207.721%2C8.850%20C7.721%2C7.571%208.437%2C7.017%208.911%2C6.650%20C9.318%2C6.335%209.458%2C6.207%209.452%2C5.837%20C9.440%2C5.197%208.673%2C5.031%208.276%2C5.039%20C7.838%2C5.042%207.097%2C5.227%207.097%2C5.896%20C7.097%2C6.263%206.802%2C6.561%206.437%2C6.561%20C6.072%2C6.561%205.776%2C6.263%205.776%2C5.896%20C5.776%2C4.475%207.028%2C3.720%208.264%2C3.708%20C8.275%2C3.708%208.286%2C3.708%208.296%2C3.708%20C9.711%2C3.708%2010.750%2C4.589%2010.772%2C5.813%20C10.791%2C6.872%2010.170%2C7.353%209.716%2C7.704%20ZM8.414%2C10.297%20L8.492%2C10.298%20C8.923%2C10.298%209.273%2C10.650%209.273%2C11.084%20C9.273%2C11.518%208.923%2C11.870%208.492%2C11.870%20L8.368%2C11.868%20C7.937%2C11.855%207.598%2C11.493%207.610%2C11.059%20C7.623%2C10.625%207.979%2C10.288%208.414%2C10.297%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .product-price .price-old span {
    position: relative; }
  .product-price .price-old strong {
    font-weight: 400; }
  .product-price .price-old .fa-rouble svg {
    width: 7px;
    height: 10px;
    fill: #9ea0a4; }
  .product-price .price-current {
    color: #424c9a;
    font-size: 22px;
    font-weight: 700; }
  .product-price .price-current strong {
    font-weight: 600; }
  .product-price .price-current .fa-rouble svg {
    width: 9px;
    height: 11px;
    fill: #424c9a; }

.lazy-pagelist__body {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 639px) {
    .lazy-pagelist__body {
      flex-direction: column; } }
  .lazy-pagelist .lazy-pagelist-btn {
    display: inline-flex; }
  .lazy-pagelist .lazy-pagelist-btn .gr-svg-icon {
    display: none; }

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

.shop2-pagelist {
  display: inline-block;
  vertical-align: top;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 6px 10px; }
  .shop2-pagelist li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: none; }
  .shop2-pagelist li.page-num {
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    font-size: 17px;
    line-height: 1;
    font-weight: 600; }
  .shop2-pagelist li.page-num span, .shop2-pagelist li.page-num a {
    width: 100%;
    height: 100%;
    padding: 0;
    color: #898989; }
  .shop2-pagelist li.page-num.active-num {
    background: none;
    border-color: #424c9a;
    border-radius: 50%; }
  .shop2-pagelist li.page-num:hover {
    border-color: #424c9a;
    border-radius: 50%; }
  .shop2-pagelist li.page-next a, .shop2-pagelist li.page-prev a {
    width: 26px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23898989%22%20d%3D%22M11.502%2C23.008%20C5.163%2C23.008%200.003%2C17.849%200.003%2C11.509%20C0.003%2C5.169%205.163%2C0.011%2011.502%2C0.011%20C17.843%2C0.011%2023.001%2C5.169%2023.001%2C11.509%20C23.001%2C17.849%2017.843%2C23.008%2011.502%2C23.008%20ZM11.502%2C2.047%20C6.285%2C2.047%202.040%2C6.292%202.040%2C11.509%20C2.040%2C16.727%206.285%2C20.971%2011.502%2C20.971%20C16.719%2C20.971%2020.964%2C16.727%2020.964%2C11.509%20C20.964%2C6.292%2016.719%2C2.047%2011.502%2C2.047%20ZM11.622%2C16.172%20C11.422%2C16.371%2011.162%2C16.470%2010.901%2C16.470%20C10.641%2C16.470%2010.380%2C16.371%2010.181%2C16.172%20C9.784%2C15.775%209.784%2C15.129%2010.181%2C14.731%20L12.384%2C12.528%20L6.706%2C12.528%20C6.143%2C12.528%205.688%2C12.073%205.688%2C11.509%20C5.688%2C10.946%206.143%2C10.491%206.706%2C10.491%20L12.384%2C10.491%20L10.181%2C8.287%20C9.784%2C7.889%209.784%2C7.243%2010.181%2C6.847%20C10.579%2C6.449%2011.223%2C6.449%2011.622%2C6.847%20L15.560%2C10.789%20C15.958%2C11.187%2015.958%2C11.831%2015.560%2C12.230%20L11.622%2C16.172%20Z%22%2F%3E%3C%2Fsvg%3E") 100% 60% no-repeat; }
  .shop2-pagelist li.page-next a:hover, .shop2-pagelist li.page-prev a:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M11.502%2C23.008%20C5.163%2C23.008%200.003%2C17.849%200.003%2C11.509%20C0.003%2C5.169%205.163%2C0.011%2011.502%2C0.011%20C17.843%2C0.011%2023.001%2C5.169%2023.001%2C11.509%20C23.001%2C17.849%2017.843%2C23.008%2011.502%2C23.008%20ZM11.502%2C2.047%20C6.285%2C2.047%202.040%2C6.292%202.040%2C11.509%20C2.040%2C16.727%206.285%2C20.971%2011.502%2C20.971%20C16.719%2C20.971%2020.964%2C16.727%2020.964%2C11.509%20C20.964%2C6.292%2016.719%2C2.047%2011.502%2C2.047%20ZM11.622%2C16.172%20C11.422%2C16.371%2011.162%2C16.470%2010.901%2C16.470%20C10.641%2C16.470%2010.380%2C16.371%2010.181%2C16.172%20C9.784%2C15.775%209.784%2C15.129%2010.181%2C14.731%20L12.384%2C12.528%20L6.706%2C12.528%20C6.143%2C12.528%205.688%2C12.073%205.688%2C11.509%20C5.688%2C10.946%206.143%2C10.491%206.706%2C10.491%20L12.384%2C10.491%20L10.181%2C8.287%20C9.784%2C7.889%209.784%2C7.243%2010.181%2C6.847%20C10.579%2C6.449%2011.223%2C6.449%2011.622%2C6.847%20L15.560%2C10.789%20C15.958%2C11.187%2015.958%2C11.831%2015.560%2C12.230%20L11.622%2C16.172%20Z%22%2F%3E%3C%2Fsvg%3E") 100% 60% no-repeat; }
  .shop2-pagelist li.page-prev a {
    background-position: 0 60%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .shop2-pagelist li.page-prev a:hover {
    background-position: 0 60%; }

.shop2-texture-pick, .shop2-color-ext-list, .shop2-color-ext-multi {
  margin-right: -5px;
  border: none;
  outline: none; }
  .shop2-texture-pick li, .shop2-color-ext-list li, .shop2-color-ext-multi li, .shop2-texture-pick li.active-texture, .shop2-color-ext-list li.active-texture, .shop2-color-ext-multi li.active-texture {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 22px !important;
    height: 22px;
    margin: 3px 5px 3px 0; }
  .shop2-texture-pick li > span, .shop2-color-ext-list li > span, .shop2-color-ext-multi li > span, .shop2-texture-pick li.active-texture > span, .shop2-color-ext-list li.active-texture > span, .shop2-color-ext-multi li.active-texture > span {
    width: 29px;
    height: 29px;
    background: none; }
  .shop2-texture-pick li:last-child, .shop2-color-ext-list li:last-child, .shop2-color-ext-multi li:last-child, .shop2-texture-pick li.active-texture:last-child, .shop2-color-ext-list li.active-texture:last-child, .shop2-color-ext-multi li.active-texture:last-child {
    margin-right: 0; }
  .shop2-texture-pick li.active-texture:before, .shop2-color-ext-list li.active-texture:before, .shop2-color-ext-multi li.active-texture:before, .shop2-texture-pick li.shop2-color-ext-selected:before, .shop2-color-ext-list li.shop2-color-ext-selected:before, .shop2-color-ext-multi li.shop2-color-ext-selected:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../check.png) 50% 50% no-repeat;
    background-size: 14px 12px; }
  .shop2-texture-pick li.shop2-color-ext-selected, .shop2-color-ext-list li.shop2-color-ext-selected, .shop2-color-ext-multi li.shop2-color-ext-selected {
    outline: none; }

.shop2-color-pick li, .shop2-color-ext-select li, .shop2-color-ext-options li {
  border: none;
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 33px;
  margin-right: 5px;
  margin-bottom: 5px; }
  .shop2-color-pick li.active-color span, .shop2-color-ext-select li.active-color span, .shop2-color-ext-options li.active-color span {
    position: relative; }
  .shop2-color-pick li.active-color span:before, .shop2-color-ext-select li.active-color span:before, .shop2-color-ext-options li.active-color span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../check.png) 50% 50% no-repeat;
    background-size: 14px 12px; }
  .shop2-color-pick li span, .shop2-color-ext-select li span, .shop2-color-ext-options li span {
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    width: 29px;
    height: 29px; }

#shop2-color-ext-select {
  margin-top: 44px; }
  #shop2-color-ext-select .shop2-color-ext-selected span {
    outline: none; }
  #shop2-color-ext-select li {
    height: 40px; }

.shop2-color-ext-options span {
  width: 29px !important;
  margin: 4px 11px 4px 4px; }
  .shop2-color-ext-options div {
    line-height: 41px; }
  .shop2-color-ext-options em {
    width: 29px;
    height: 29px;
    background: url(../check.png) 50% 50% no-repeat;
    background-size: 14px 12px; }
  .shop2-color-ext-options li {
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
    background: none !important; }
  .shop2-color-ext-options ins {
    display: none; }

.shop2-color-ext-select {
  height: auto;
  border: 2px solid #e6e6e6;
  border-radius: 6px; }
  .shop2-color-ext-select i {
    width: 16px;
    height: 16px;
    border: none;
    right: 6px;
    margin-top: -8px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23898989%22%20d%3D%22M8.006%2C16.000%20C3.596%2C16.000%200.007%2C12.412%200.007%2C8.001%20C0.007%2C3.591%203.596%2C0.002%208.006%2C0.002%20C12.417%2C0.002%2016.006%2C3.591%2016.006%2C8.001%20C16.006%2C12.412%2012.417%2C16.000%208.006%2C16.000%20ZM8.006%2C1.419%20C4.377%2C1.419%201.424%2C4.372%201.424%2C8.001%20C1.424%2C11.630%204.377%2C14.583%208.006%2C14.583%20C11.635%2C14.583%2014.588%2C11.630%2014.588%2C8.001%20C14.588%2C4.372%2011.635%2C1.419%208.006%2C1.419%20ZM8.507%2C10.824%20C8.230%2C11.101%207.782%2C11.101%207.505%2C10.824%20L4.763%2C8.084%20C4.486%2C7.807%204.486%2C7.359%204.763%2C7.082%20C5.039%2C6.806%205.488%2C6.806%205.765%2C7.082%20L7.298%2C8.615%20L7.298%2C4.665%20C7.298%2C4.273%207.615%2C3.957%208.006%2C3.957%20C8.398%2C3.957%208.715%2C4.273%208.715%2C4.665%20L8.715%2C8.615%20L10.248%2C7.082%20C10.525%2C6.806%2010.974%2C6.806%2011.250%2C7.082%20C11.388%2C7.221%2011.457%2C7.402%2011.457%2C7.583%20C11.457%2C7.765%2011.388%2C7.946%2011.250%2C8.084%20L8.507%2C10.824%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.shop-product-options select, .shop2-filter select, .shop2-order-options select, .buy-one-click-form-wr select, .shop-search-wrapper select, .footer-form-wrapper select {
  border: 2px solid #e6e6e6;
  border-radius: 6px;
  padding: 7px 20% 7px 9px;
  color: #898989;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  text-overflow: '';
  -webkit-appearance: none !important;
  -ms-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }
  .shop-product-options select:not([multiple]), .shop2-filter select:not([multiple]), .shop2-order-options select:not([multiple]), .buy-one-click-form-wr select:not([multiple]), .shop-search-wrapper select:not([multiple]), .footer-form-wrapper select:not([multiple]) {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23898989%22%20d%3D%22M8.006%2C16.000%20C3.596%2C16.000%200.007%2C12.412%200.007%2C8.001%20C0.007%2C3.591%203.596%2C0.002%208.006%2C0.002%20C12.417%2C0.002%2016.006%2C3.591%2016.006%2C8.001%20C16.006%2C12.412%2012.417%2C16.000%208.006%2C16.000%20ZM8.006%2C1.419%20C4.377%2C1.419%201.424%2C4.372%201.424%2C8.001%20C1.424%2C11.630%204.377%2C14.583%208.006%2C14.583%20C11.635%2C14.583%2014.588%2C11.630%2014.588%2C8.001%20C14.588%2C4.372%2011.635%2C1.419%208.006%2C1.419%20ZM8.507%2C10.824%20C8.230%2C11.101%207.782%2C11.101%207.505%2C10.824%20L4.763%2C8.084%20C4.486%2C7.807%204.486%2C7.359%204.763%2C7.082%20C5.039%2C6.806%205.488%2C6.806%205.765%2C7.082%20L7.298%2C8.615%20L7.298%2C4.665%20C7.298%2C4.273%207.615%2C3.957%208.006%2C3.957%20C8.398%2C3.957%208.715%2C4.273%208.715%2C4.665%20L8.715%2C8.615%20L10.248%2C7.082%20C10.525%2C6.806%2010.974%2C6.806%2011.250%2C7.082%20C11.388%2C7.221%2011.457%2C7.402%2011.457%2C7.583%20C11.457%2C7.765%2011.388%2C7.946%2011.250%2C8.084%20L8.507%2C10.824%20Z%22%2F%3E%3C%2Fsvg%3E") 97.5% 50% no-repeat; }
  .shop-product-options select::-ms-expand, .shop2-filter select::-ms-expand, .shop2-order-options select::-ms-expand, .buy-one-click-form-wr select::-ms-expand, .shop-search-wrapper select::-ms-expand, .footer-form-wrapper select::-ms-expand {
    display: none; }

.shop-product-options > div {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0; }
  .shop-product-options .option-title, .shop-product-options .option-value {
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .shop-product-options .option-title {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 600;
    padding-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 25%; }
  .shop-product-options .option-value {
    color: #898989;
    font-size: 13px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .shop-product-options .option-value a {
    font-weight: 700; }

.shop2-product-actions dl {
  margin: 0 0 10px; }
  .shop2-product-actions dt {
    background: #fff6f1;
    border-radius: 20px;
    padding: 6px 18px 7px;
    min-height: auto;
    position: relative; }
  .shop2-product-actions dt span.icon-action {
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -10px;
    width: 19px;
    height: 19px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2019%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23d88861%22%20d%3D%22M15.047%2C18.793%20C12.868%2C18.793%2011.095%2C17.191%2011.095%2C15.222%20L11.095%2C11.945%20C11.095%2C9.977%2012.868%2C8.375%2015.047%2C8.375%20C17.226%2C8.375%2018.999%2C9.977%2018.999%2C11.945%20L18.999%2C15.222%20C18.999%2C17.191%2017.226%2C18.793%2015.047%2C18.793%20ZM15.047%2C10.711%20C14.295%2C10.711%2013.682%2C11.265%2013.682%2C11.945%20L13.682%2C15.222%20C13.682%2C15.902%2014.295%2C16.456%2015.047%2C16.456%20C15.800%2C16.456%2016.413%2C15.902%2016.413%2C15.222%20L16.413%2C11.945%20C16.413%2C11.265%2015.800%2C10.711%2015.047%2C10.711%20ZM4.471%2C18.479%20C4.229%2C18.808%203.826%2C19.004%203.391%2C19.004%20C3.137%2C19.004%202.890%2C18.937%202.678%2C18.810%20C2.389%2C18.637%202.193%2C18.374%202.124%2C18.068%20C2.056%2C17.763%202.123%2C17.451%202.314%2C17.191%20L14.526%2C0.509%20C14.904%2C-0.011%2015.740%2C-0.166%2016.317%2C0.180%20C16.605%2C0.351%2016.802%2C0.614%2016.871%2C0.920%20C16.941%2C1.226%2016.873%2C1.538%2016.683%2C1.798%20L4.471%2C18.479%20ZM3.948%2C10.614%20C1.769%2C10.614%20-0.004%2C9.012%20-0.004%2C7.043%20L-0.004%2C3.767%20C-0.004%2C1.798%201.769%2C0.196%203.948%2C0.196%20C6.127%2C0.196%207.899%2C1.798%207.899%2C3.767%20L7.899%2C7.043%20C7.899%2C9.012%206.127%2C10.614%203.948%2C10.614%20ZM5.313%2C3.767%20C5.313%2C3.086%204.701%2C2.533%203.948%2C2.533%20C3.195%2C2.533%202.582%2C3.086%202.582%2C3.767%20L2.582%2C7.043%20C2.582%2C7.724%203.195%2C8.277%203.948%2C8.277%20C4.701%2C8.277%205.313%2C7.724%205.313%2C7.043%20L5.313%2C3.767%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop2-product-actions dt span.name-action {
    color: #d88861;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    margin: 3px 0 3px 40px; }
  .shop2-product-actions dt.gift-action {
    background: #fff6f7; }
  .shop2-product-actions dt.gift-action span.icon-action {
    width: 20px;
    height: 22px;
    margin-top: -11px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2020%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23ff3451%22%20d%3D%22M18.831%2C10.293%20L18.831%2C20.335%20C18.831%2C21.256%2018.096%2C22.006%2017.194%2C22.006%20L2.802%2C22.006%20C1.898%2C22.006%201.164%2C21.256%201.164%2C20.335%20L1.164%2C10.293%20C0.490%2C10.087%20-0.012%2C9.472%20-0.012%2C8.717%20L-0.012%2C7.249%20C-0.012%2C6.328%200.722%2C5.579%201.623%2C5.579%20L4.184%2C5.579%20C3.110%2C4.227%203.172%2C2.240%204.404%2C0.980%20C5.683%2C-0.324%207.908%2C-0.324%209.182%2C0.980%20C9.606%2C1.412%209.851%2C2.089%209.998%2C2.809%20C10.144%2C2.089%2010.389%2C1.411%2010.811%2C0.980%20C12.088%2C-0.323%2014.312%2C-0.323%2015.588%2C0.980%20C16.225%2C1.631%2016.576%2C2.496%2016.576%2C3.418%20C16.576%2C4.218%2016.298%2C4.967%2015.811%2C5.579%20L18.370%2C5.579%20C19.272%2C5.579%2020.007%2C6.328%2020.007%2C7.249%20L20.007%2C8.717%20C20.007%2C9.472%2019.505%2C10.086%2018.831%2C10.293%20ZM12.199%2C20.267%20L17.127%2C20.267%20L17.127%2C10.388%20L12.199%2C10.388%20L12.199%2C20.267%20ZM8.648%2C20.267%20L11.347%2C20.267%20L11.347%2C10.388%20L8.648%2C10.388%20L8.648%2C20.267%20ZM2.868%2C20.267%20L7.796%2C20.267%20L7.796%2C10.388%20L2.868%2C10.388%20L2.868%2C20.267%20ZM1.692%2C7.317%20L1.692%2C8.649%20L7.796%2C8.649%20L7.796%2C7.317%20L1.692%2C7.317%20ZM7.978%2C2.210%20C7.662%2C1.886%207.242%2C1.709%206.795%2C1.709%20C6.347%2C1.709%205.926%2C1.887%205.608%2C2.210%20C4.958%2C2.876%204.958%2C3.960%205.610%2C4.625%20C5.843%2C4.864%206.698%2C5.142%208.339%2C5.142%20C8.389%2C5.142%208.439%2C5.142%208.487%2C5.141%20C8.500%2C3.883%208.327%2C2.567%207.978%2C2.210%20ZM8.648%2C7.317%20L8.648%2C8.649%20L11.347%2C8.649%20L11.347%2C7.317%20L8.648%2C7.317%20ZM14.384%2C2.209%20C13.751%2C1.564%2012.648%2C1.564%2012.016%2C2.209%20C11.640%2C2.593%2011.497%2C3.969%2011.507%2C5.141%20C11.555%2C5.142%2011.605%2C5.142%2011.655%2C5.142%20C13.295%2C5.142%2014.149%2C4.864%2014.384%2C4.626%20C14.700%2C4.303%2014.873%2C3.874%2014.873%2C3.418%20C14.873%2C2.961%2014.700%2C2.532%2014.384%2C2.209%20ZM18.303%2C7.317%20L12.199%2C7.317%20L12.199%2C8.649%20L18.303%2C8.649%20L18.303%2C7.317%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop2-product-actions dt.gift-action span.name-action {
    color: #ff3451;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: none; }
  .shop2-product-actions dd {
    background: #fff;
    border: none;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    width: 158px;
    padding: 12px 16px 10px;
    overflow: visible; }
  .shop2-product-actions dd:before {
    content: "";
    position: absolute;
    left: 23px;
    top: -6px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }
  .shop2-product-actions dd .name-action {
    font-weight: 600; }
  .shop2-product-actions dd .name-action {
    margin: 0; }
  .shop2-product-actions dd .desc-action p, .shop2-product-actions dd .desc-action {
    margin: 8px 0 0; }
  .shop2-product-actions dd .close-desc-action {
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    opacity: 0.5;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%207%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23898989%22%20d%3D%22M7.015%2C5.510%20L5.510%2C7.015%20L3.493%2C4.998%20L1.508%2C6.983%20L0.016%2C5.492%20L2.001%2C3.506%20L-0.016%2C1.490%20L1.490%2C-0.015%20L3.506%2C2.001%20L5.492%2C0.016%20L6.984%2C1.508%20L4.998%2C3.493%20L7.015%2C5.510%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }

.shop2-order-form {
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-bottom: 30px;
  margin-left: 0; }
  .shop2-order-form input[type="text"], .shop2-order-form textarea {
    border: 1px solid #ececec;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 10px;
    outline: none;
    width: 100%;
    max-width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.buy-form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left;
  padding: 25px 30px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .buy-form .remodal-close-btn {
    font-size: 0;
    outline: none;
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 250px;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 2;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1%201L17%2017M17%201L1%2017%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat, #ededed; }
  @media (max-width: 767px) {
    .buy-form .remodal-close-btn {
      width: 30px;
      height: 30px;
      border-radius: 0;
      top: 0;
      right: 0; } }
  .buy-form .remodal-close-btn .icon-close {
    width: 18px;
    height: 18px; }
  .buy-form .remodal-close-btn .icon-close svg {
    width: 18px;
    height: 18px; }
  .buy-form .tpl-anketa {
    color: #484848;
    font-size: 16px;
    line-height: 1.25; }
  .buy-form .tpl-anketa .title {
    font-size: 30px;
    font-weight: 600;
    color: #424c9a;
    margin-right: 30px;
    margin-bottom: 25px; }
  .buy-form .tpl-anketa .tpl-anketa-success-note {
    padding: 8px 0 0; }
  .buy-form .tpl-anketa .field-required-mark {
    color: red; }
  .buy-form .tpl-anketa ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .buy-form .tpl-anketa .tpl-field {
    margin: 0 0 25px;
    flex: 1 1 100%; }
  .buy-form .tpl-anketa .tpl-field .field-title {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 4px;
    color: #898989; }
  .buy-form .tpl-anketa .tpl-field.type-multi_checkbox li, .buy-form .tpl-anketa .tpl-field.type-radio_group li {
    margin-bottom: 5px; }
  .buy-form .tpl-anketa .tpl-field.type-multi_select .jq-select-multiple {
    width: 100%; }
  .buy-form .tpl-anketa .tpl-field.type-multi_select ul {
    width: 100%; }
    .buy-form .tpl-anketa .tpl-field.type-multi_select ul li {
      margin: 0 0 8px; }
    .buy-form .tpl-anketa .tpl-field.type-multi_select ul li.selected {
      font-weight: 700; }
  .buy-form .tpl-anketa .tpl-field.type-calendar_interval .field-value {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .buy-form .tpl-anketa .tpl-field.type-calendar_interval .calendar-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 10px; }
    .buy-form .tpl-anketa .tpl-field.type-calendar_interval .calendar-label input {
      margin-top: 5px; }
  .buy-form .tpl-anketa .tpl-field.blockHidden {
    display: none; }
  .buy-form .tpl-anketa .tpl-field .error-message {
    display: none;
    color: #f00;
    text-align: center; }
  .buy-form .tpl-anketa .tpl-field .field-title {
    margin-bottom: 5px; }
  .buy-form .tpl-anketa .tpl-field.tpl-field-button {
    margin-bottom: 0; }
  .buy-form .tpl-anketa .tpl-field.tpl-field-button button {
    padding: 15px 25px 15px;
    border: 2px solid #424c9a;
    border-radius: 250px;
    color: #424c9a;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    outline: none; }
  .buy-form .tpl-anketa .tpl-field.field-error input[type="text"], .buy-form .tpl-anketa .tpl-field.field-error textarea {
    border-color: #f00; }
  .buy-form .tpl-anketa .tpl-field input[type="text"], .buy-form .tpl-anketa .tpl-field textarea {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    border-radius: 250px;
    padding: 8px 14px 8px;
    color: #484848;
    background: #fff;
    border: 1px solid #e6e6e6;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .buy-form .tpl-anketa .tpl-field textarea {
    height: 110px;
    border-radius: 6px; }

.shop2-delivery h2 {
  border: none; }

.shop2-order-options h2 {
  margin-bottom: 20px; }
  .shop2-order-options .g-button {
    text-align: left;
    background: #424c9a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    border: none;
    letter-spacing: 0.5px;
    border-radius: 25px;
    padding: 17px 42px 17px;
    display: inline-block;
    vertical-align: top;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-order-options .g-button:hover {
    background: #4751a5; }
  .shop2-order-options .g-button:active {
    background: #333a76; }

.shop2-order-options {
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  font-weight: 400; }
  .shop2-order-options select {
    max-width: 275px;
    width: 100%; }
  .shop2-order-options.shop2-delivery .option-type .option-label {
    padding: 20px 20px;
    font-size: 0; }
  .shop2-order-options.shop2-delivery .option-type .option-label:before {
    margin-bottom: 0; }
  .shop2-order-options .option-type, .shop2-order-options .option-type.active-type {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
    margin: 0 0 10px; }
  .shop2-order-options .option-type .option-details, .shop2-order-options .option-type.active-type .option-details {
    padding: 5px 20px 20px 20px; }
  .shop2-order-options .option-type .option-label, .shop2-order-options .option-type.active-type .option-label {
    color: #484848;
    font-size: 16px;
    font-weight: 600; }
  .shop2-order-options .option-type .option-item, .shop2-order-options .option-type.active-type .option-item {
    margin: 0 0 17px; }
  .shop2-order-options .option-type .option-item label > span, .shop2-order-options .option-type.active-type .option-item label > span {
    font-size: 14px;
    color: #898989;
    margin: 0 0 15px;
    display: block; }
  .shop2-order-options .option-type:first-child, .shop2-order-options .option-type.active-type:first-child {
    border: none; }
  .shop2-order-options .option-type input[type="text"], .shop2-order-options .option-type.active-type input[type="text"], .shop2-order-options .option-type textarea, .shop2-order-options .option-type.active-type textarea {
    border: 1px solid #ececec;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 10px;
    outline: none;
    width: 100%;
    max-width: 275px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .shop2-order-options .text-center {
    text-align: left !important; }
  .shop2-order-options button.shop2-btn {
    padding: 17px 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    outline: none; }

#shop2-tooltip {
  border: none;
  background: #898989;
  color: #fff; }

.shop2-product-discount-desc {
  background: #fff;
  border: none;
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  width: 158px;
  padding: 12px 16px 10px; }

.site-main__inner .text-right > .shop2-btn {
  margin-bottom: 10px; }

button.shop2-btn, a.shop2-btn {
  background: #424c9a;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 18px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif; }
  @media (max-width: 479px) {
  button.shop2-btn, a.shop2-btn {
    font-size: 13px;
    padding: 14px 15px; } }
  button.shop2-btn:hover, a.shop2-btn:hover {
    background: #4751a5; }
  button.shop2-btn:active, a.shop2-btn:active {
    background: #3a4388;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.shop2-btn-back {
  font-size: 16px;
  background: #424c9a url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M11.496%2C23.008%20C5.155%2C23.008%20-0.003%2C17.849%20-0.003%2C11.509%20C-0.003%2C5.169%205.155%2C0.011%2011.496%2C0.011%20C17.835%2C0.011%2022.995%2C5.169%2022.995%2C11.509%20C22.995%2C17.849%2017.835%2C23.008%2011.496%2C23.008%20ZM11.496%2C2.047%20C6.279%2C2.047%202.034%2C6.292%202.034%2C11.509%20C2.034%2C16.727%206.279%2C20.971%2011.496%2C20.971%20C16.713%2C20.971%2020.958%2C16.727%2020.958%2C11.509%20C20.958%2C6.292%2016.713%2C2.047%2011.496%2C2.047%20ZM16.291%2C12.527%20L10.614%2C12.527%20L12.816%2C14.731%20C13.214%2C15.129%2013.214%2C15.775%2012.816%2C16.171%20C12.618%2C16.370%2012.357%2C16.470%2012.096%2C16.470%20C11.836%2C16.470%2011.575%2C16.370%2011.377%2C16.171%20L7.438%2C12.229%20C7.041%2C11.831%207.041%2C11.187%207.438%2C10.789%20L11.377%2C6.847%20C11.774%2C6.449%2012.419%2C6.449%2012.816%2C6.847%20C13.214%2C7.244%2013.214%2C7.889%2012.816%2C8.287%20L10.614%2C10.490%20L16.291%2C10.490%20C16.854%2C10.490%2017.310%2C10.946%2017.310%2C11.509%20C17.310%2C12.072%2016.854%2C12.527%2016.291%2C12.527%20Z%22%2F%3E%3C%2Fsvg%3E") 20px 50% no-repeat;
  padding: 18px 20px 17px 55px;
  border-radius: 25px; }
  a.shop2-btn-back:hover {
    background: #4853a8 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M11.496%2C23.008%20C5.155%2C23.008%20-0.003%2C17.849%20-0.003%2C11.509%20C-0.003%2C5.169%205.155%2C0.011%2011.496%2C0.011%20C17.835%2C0.011%2022.995%2C5.169%2022.995%2C11.509%20C22.995%2C17.849%2017.835%2C23.008%2011.496%2C23.008%20ZM11.496%2C2.047%20C6.279%2C2.047%202.034%2C6.292%202.034%2C11.509%20C2.034%2C16.727%206.279%2C20.971%2011.496%2C20.971%20C16.713%2C20.971%2020.958%2C16.727%2020.958%2C11.509%20C20.958%2C6.292%2016.713%2C2.047%2011.496%2C2.047%20ZM16.291%2C12.527%20L10.614%2C12.527%20L12.816%2C14.731%20C13.214%2C15.129%2013.214%2C15.775%2012.816%2C16.171%20C12.618%2C16.370%2012.357%2C16.470%2012.096%2C16.470%20C11.836%2C16.470%2011.575%2C16.370%2011.377%2C16.171%20L7.438%2C12.229%20C7.041%2C11.831%207.041%2C11.187%207.438%2C10.789%20L11.377%2C6.847%20C11.774%2C6.449%2012.419%2C6.449%2012.816%2C6.847%20C13.214%2C7.244%2013.214%2C7.889%2012.816%2C8.287%20L10.614%2C10.490%20L16.291%2C10.490%20C16.854%2C10.490%2017.310%2C10.946%2017.310%2C11.509%20C17.310%2C12.072%2016.854%2C12.527%2016.291%2C12.527%20Z%22%2F%3E%3C%2Fsvg%3E") 20px 50% no-repeat; }
  a.shop2-btn-back:active {
    background: #3d478f url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M11.496%2C23.008%20C5.155%2C23.008%20-0.003%2C17.849%20-0.003%2C11.509%20C-0.003%2C5.169%205.155%2C0.011%2011.496%2C0.011%20C17.835%2C0.011%2022.995%2C5.169%2022.995%2C11.509%20C22.995%2C17.849%2017.835%2C23.008%2011.496%2C23.008%20ZM11.496%2C2.047%20C6.279%2C2.047%202.034%2C6.292%202.034%2C11.509%20C2.034%2C16.727%206.279%2C20.971%2011.496%2C20.971%20C16.713%2C20.971%2020.958%2C16.727%2020.958%2C11.509%20C20.958%2C6.292%2016.713%2C2.047%2011.496%2C2.047%20ZM16.291%2C12.527%20L10.614%2C12.527%20L12.816%2C14.731%20C13.214%2C15.129%2013.214%2C15.775%2012.816%2C16.171%20C12.618%2C16.370%2012.357%2C16.470%2012.096%2C16.470%20C11.836%2C16.470%2011.575%2C16.370%2011.377%2C16.171%20L7.438%2C12.229%20C7.041%2C11.831%207.041%2C11.187%207.438%2C10.789%20L11.377%2C6.847%20C11.774%2C6.449%2012.419%2C6.449%2012.816%2C6.847%20C13.214%2C7.244%2013.214%2C7.889%2012.816%2C8.287%20L10.614%2C10.490%20L16.291%2C10.490%20C16.854%2C10.490%2017.310%2C10.946%2017.310%2C11.509%20C17.310%2C12.072%2016.854%2C12.527%2016.291%2C12.527%20Z%22%2F%3E%3C%2Fsvg%3E") 20px 50% no-repeat; }

.product-sum {
  background: #424c9a;
  color: #fff;
  padding: 15px 27px 15px 20px;
  border-radius: 28px;
  display: inline-block;
  vertical-align: top;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
  margin-bottom: 20px; }
  .product-sum .price-total {
    font-size: 20px;
    font-weight: 600; }
  .product-sum .price-total .fa-rouble svg {
    fill: #fff;
    width: 9px;
    height: 11px; }

.popup-registration-wr .shop2v2-cart-soc-block {
  margin: 0;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .popup-registration-wr .shop2v2-cart-soc-block .g-auth__personal-note {
    max-width: 100%; }
  @media (max-width: 680px) {
  .popup-registration-wr .shop2v2-cart-soc-block {
    padding-left: 0; } }
  @media (max-width: 480px) {
  .popup-registration-wr .shop2v2-cart-soc-block {
    text-align: center; } }

.shop2-warning {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05);
  color: #484848;
  font-weight: 700;
  border: none; }
  @media (max-width: 640px) {
  .shop2-warning {
    display: flex;
    align-items: center; }
    .shop2-warning h2 {
      font-size: 15px; } }

#shop2-msg {
  background: #fff;
  border: 1px solid #898989;
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 7px 12px 8px;
  width: 200px; }
  @media (max-width: 479px) {
  #shop2-msg {
    margin-left: 65px; } }

.zoomContainer {
  z-index: 1000; }
/*****************smart search*************/
.shop-search-wrapper.smart_search #search-app {
  position: relative; }
  .shop-search-wrapper.smart_search .shop-modules__search-form {
    position: relative; }
  .shop-search-wrapper.smart_search .shop-modules__search-btn {
    outline: none;
    vertical-align: top;
    display: inline-block;
    border: none;
    width: 40px;
    height: 44px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23afafaf%22%20d%3D%22M19.987%2C18.750%20C19.987%2C19.080%2019.856%2C19.391%2019.618%2C19.624%20C19.381%2C19.858%2019.065%2C19.987%2018.729%2C19.987%20C18.394%2C19.987%2018.078%2C19.858%2017.840%2C19.624%20L13.812%2C15.661%20C12.381%2C16.658%2010.654%2C17.268%208.771%2C17.268%20C3.934%2C17.268%20-0.002%2C13.396%20-0.003%2C8.636%20C-0.002%2C3.874%203.935%2C-0.002%208.773%2C-0.002%20C13.610%2C-0.002%2017.547%2C3.872%2017.549%2C8.634%20C17.549%2C10.650%2016.831%2C12.498%2015.647%2C13.968%20L19.618%2C17.875%20C19.856%2C18.108%2019.987%2C18.418%2019.987%2C18.750%20ZM8.773%2C2.473%20C5.322%2C2.473%202.513%2C5.238%202.512%2C8.636%20C2.513%2C12.031%205.321%2C14.793%208.771%2C14.793%20C12.224%2C14.793%2015.034%2C12.030%2015.034%2C8.634%20C15.032%2C5.237%2012.224%2C2.473%208.773%2C2.473%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  @media (max-width: 767px) {
      .shop-search-wrapper.smart_search .shop-modules__search-btn {
        width: 25px;
        margin-right: 5px; } }

#search-app #search-result {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 44px; }

.search-result-left {
  margin-bottom: 30px; }
  .search-result-left .folders-item, .search-result-left .vendors-item {
    margin: 10px 0; }
  .search-result-left .folders-item a, .search-result-left .vendors-item a {
    text-decoration: none;
    font: 400 17px 'Roboto', Arial, Helvetica, sans-serif;
    color: #000;
    transition: all 0.3s; }
  .search-result-left .folders-item a:hover, .search-result-left .vendors-item a:hover {
    color: #424c9a; }

.search-result-right {
  padding-bottom: 30px; }
  .search-result-right .product-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
  .search-result-right .product-item:last-child {
    border: none; }
  .search-result-right .product-image {
    width: 60px;
    height: 60px;
    position: relative;
    flex-shrink: 0;
    margin-right: 5px;
    border-radius: 4px;
    background: url('/g/templates/shop2/2.61.2/no-img.svg') 50% 50% no-repeat #f7f7f7;
    background-size: 40px; }
  .search-result-right .product-image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .search-result-right .product-text {
    width: 100%; }
  .search-result-right a {
    display: inline-block;
    text-decoration: none;
    font: 400 17px 'Roboto', Arial, Helvetica, sans-serif;
    color: #525252;
    transition: all 0.3s;
    margin-bottom: 5px;
    width: 100%; }
  .search-result-right a:hover {
    color: #424c9a; }
  .search-result-right a div {
    display: inline-block; }
  .search-result-right .price {
    font: 600 20px 'Fira Sans', Arial, Helvetica, sans-serif;
    color: #000; }
  .search-result-right .price .fa {
    font: 400 15px 'Fira Sans', Arial, Helvetica, sans-serif;
    color: #000; }

.product-search-title, .folder-search-title, .vendor-search-title {
  font: 700 18px/20px 'Fira Sans', Arial, Helvetica, sans-serif;
  color: #525252; }
  .product-search-title span, .folder-search-title span, .vendor-search-title span {
    width: 40px;
    height: 40px;
    border-radius: 250px;
    color: #fff;
    background: #424c9a;
    font: 500 20px 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
/*****************end smart search**********/
.popover-container, .popover-container2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010 !important;
  width: 100%;
  direction: ltr; }
  .popover-container .product_caller_wrap, .popover-container2 .product_caller_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }

.popover-container .shop2-product {
  margin: 0; }
  .popover-container .shop2-product .product-container {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin: 0; }
  @media (max-width: 865px) {
      .popover-container .shop2-product .product-container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.popover-dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  background-color: #000;
  filter: alpha(opacity=0); }

.popover-wrap {
  display: none;
  position: absolute;
  border: 30px solid transparent; }
  @media (max-width: 639px) {
  .popover-wrap {
    border-width: 5px; } }

.popover-close {
  position: absolute;
  top: 0;
  right: 6px;
  z-index: 1;
  cursor: pointer; }

.popover-close {
  outline: none;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 250px;
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1%201L17%2017M17%201L1%2017%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat, #ededed; }
  @media (max-width: 767px) {
  .popover-close {
    width: 30px;
    height: 30px;
    border-radius: 0;
    top: 0;
    right: 0; } }
  .popover-close .icon-close {
    width: 18px;
    height: 18px; }
  .popover-close .icon-close svg {
    width: 18px;
    height: 18px; }

.popover-body {
  position: relative;
  z-index: 0;
  padding: 25px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 0;
  background-color: #fff;
  background-size: 100% 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  border-radius: 8px; }
  @media (max-width: 768px) {
  .popover-body {
    padding: 30px 20px;
    border-radius: 0; } }

.popover-body:before, .popover-body:after {
  content: "";
  display: table; }

.popover-body:after {
  clear: both; }
/*.popover-loader {
 background: url("data:image/gif; base64,R0lGODlhEAAQAPQAAP///8zMzPz8/NfX1+Xl5c3NzdPT0/b29u3t7dDQ0OPj4+Dg4Pj4+Onp6fLy8tra2tzc3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAAKAAEALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkEAAoAAgAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkEAAoAAwAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAAKAAQALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAAKAAUALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==") no-repeat 50% 50% rgba(255, 255, 255, .8);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 1;
 margin: 25px;
 cursor: pointer;
 display: none;
 }*/
.popover-scrolling {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: auto; }

.popover-scrolling.disable {
  overflow: hidden;
  z-index: -1; }
/****************special_popup**************/
.remodal-wrapper {
  padding: 10px 0; }

.special-popup {
  width: 600px;
  padding: 0;
  max-width: 600px;
  background: none;
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif; }
  @media (max-width: 639px) {
  .special-popup {
    width: 480px;
    overflow: hidden; } }
  @media (max-width: 479px) {
  .special-popup {
    max-width: calc(100% - 20px); } }
  .special-popup .remodal-close-btn {
    font-size: 0;
    outline: none;
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 250px;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 2;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1%201L17%2017M17%201L1%2017%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat, #ededed; }
  @media (max-width: 767px) {
    .special-popup .remodal-close-btn {
      width: 30px;
      height: 30px;
      border-radius: 0;
      top: 0;
      right: 0;
      border-top-right-radius: 10px; } }
  .special-popup .remodal-close-btn .gr-svg-icon {
    display: none; }
  .special-popup .remodal-close-btn .icon-close {
    width: 18px;
    height: 18px; }
  .special-popup .remodal-close-btn .icon-close svg {
    width: 18px;
    height: 18px; }
  .special-popup__wrap {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
  .special-popup__image {
    width: 600px;
    height: 350px;
    position: relative;
    overflow: hidden; }
  @media (max-width: 639px) {
    .special-popup__image {
      width: 100%;
      height: 250px; } }
  .special-popup__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%; }
  .special-popup__image.timer_en:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 48.44%, rgba(0, 0, 0, 0.35) 100%), url(54745438_2.jpg); }
  .special-popup__content {
    padding: 30px 30px 35px;
    width: 100%;
    box-sizing: border-box; }
  @media (max-width: 400px) {
    .special-popup__content {
      padding: 25px 15px; } }
  .special-popup__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #525252;
    padding-bottom: 5px; }
  .special-popup__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: rgba(82, 82, 82, 0.8);
    padding-bottom: 20px; }
  .special-popup__timer {
    display: flex;
    position: absolute;
    top: 245px;
    box-sizing: border-box;
    width: 100%;
    justify-content: center; }
  @media (max-width: 639px) {
    .special-popup__timer {
      top: 130px; } }
  .special-popup__timer.no-image {
    position: static;
    background: #424c9a;
    margin-top: -40px;
    margin-right: -30px;
    margin-left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 30px;
    margin-bottom: 35px; }
  .special-popup__timer .gr-timer-elem, .special-popup__timer .elem {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px; }
  .special-popup__timer .gr-timer-elem .gr-timer-number, .special-popup__timer .elem .gr-timer-number, .special-popup__timer .gr-timer-elem .number, .special-popup__timer .elem .number {
    width: 40px;
    height: 40px;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525252;
    padding-top: 0;
    text-transform: uppercase;
    border-radius: 250px;
    text-decoration: none;
    box-sizing: border-box; }
  .special-popup__timer .gr-timer-elem .gr-timer-number ins, .special-popup__timer .elem .gr-timer-number ins, .special-popup__timer .gr-timer-elem .number ins, .special-popup__timer .elem .number ins {
    text-decoration: none; }
  .special-popup__timer .gr-timer-elem em, .special-popup__timer .elem em {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    padding-top: 5px;
    text-decoration: none; }
  .special-popup__timer .gr-timer-delim, .special-popup__timer .delim {
    color: #fff;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    text-decoration: none; }
  @media (max-width: 479px) {
      .special-popup__timer .gr-timer-delim, .special-popup__timer .delim {
        padding: 0 6px; } }
  .special-popup .special_button {
    color: #525252;
    outline: none;
    border: none;
    background: #424c9a;
    font-weight: 700;
    font-size: 16px;
    padding: 17px 28px;
    text-align: center;
    min-height: 53px;
    -webkit-appearance: none;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    -o-border-radius: 250px;
    border-radius: 250px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
    text-decoration: none; }
  .special-popup .special_button:hover {
    background: rgba(66, 76, 154, 0.9); }
  .special-popup .form_inner {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-end; }
  .special-popup .tpl-anketa > .title {
    display: none; }
  .special-popup .tpl-field {
    margin-bottom: 10px;
    text-align: left;
    width: 100%; }
  .special-popup .tpl-field.tpl-field-button {
    margin-left: 10px;
    display: inline-block;
    width: auto; }
  @media (max-width: 560px) {
      .special-popup .tpl-field.tpl-field-button {
        position: absolute;
        right: 0;
        padding: 0 10px 0 0;
        margin: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; } }
  .special-popup .tpl-field.tpl-field-button .tpl-form-button {
    font-weight: 700;
    border-radius: 250px; }
  @media (min-width: 480px) {
        .special-popup .tpl-field.tpl-field-button .tpl-form-button {
          padding: 20px 27px 19px; } }
  @media (max-width: 768px) {
        .special-popup .tpl-field.tpl-field-button .tpl-form-button {
          height: 50px;
          padding: 18px 26px 15px; } }
  @media (max-width: 560px) {
        .special-popup .tpl-field.tpl-field-button .tpl-form-button {
          width: 30px;
          height: 34px;
          padding: 0;
          font-size: 0;
          background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2238px%22%20height%3D%2238px%22%20%20viewBox%3D%220%200%2038%2038%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M19.006%2C37.986%20C8.532%2C37.986%200.007%2C29.463%200.007%2C18.988%20C0.007%2C8.513%208.532%2C-0.010%2019.006%2C-0.010%20C29.482%2C-0.010%2038.003%2C8.513%2038.003%2C18.988%20C38.003%2C29.463%2029.482%2C37.986%2019.006%2C37.986%20ZM19.006%2C3.355%20C10.385%2C3.355%203.372%2C10.368%203.372%2C18.988%20C3.372%2C27.608%2010.385%2C34.620%2019.006%2C34.620%20C27.625%2C34.620%2034.638%2C27.608%2034.638%2C18.988%20C34.638%2C10.368%2027.625%2C3.355%2019.006%2C3.355%20ZM19.202%2C26.691%20C18.874%2C27.019%2018.443%2C27.184%2018.013%2C27.184%20C17.583%2C27.184%2017.152%2C27.019%2016.823%2C26.691%20C16.166%2C26.035%2016.166%2C24.969%2016.823%2C24.311%20L20.462%2C20.670%20L11.082%2C20.670%20C10.153%2C20.670%209.400%2C19.918%209.400%2C18.988%20C9.400%2C18.058%2010.153%2C17.305%2011.082%2C17.305%20L20.462%2C17.305%20L16.823%2C13.664%20C16.166%2C13.007%2016.166%2C11.941%2016.823%2C11.285%20C17.481%2C10.628%2018.545%2C10.628%2019.202%2C11.285%20L25.710%2C17.798%20C26.367%2C18.456%2026.367%2C19.520%2025.710%2C20.177%20L19.202%2C26.691%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
          background-size: 25px; } }
  .special-popup .tpl-field.type-textarea {
    margin-bottom: 5px; }
  .special-popup .tpl-field.type-email, .special-popup .tpl-field.type-text, .special-popup .tpl-field.type-phone {
    flex: 1 1 calc(100% - 200px); }
  @media (max-width: 768px) {
      .special-popup .tpl-field.type-email input[type="text"], .special-popup .tpl-field.type-text input[type="text"], .special-popup .tpl-field.type-phone input[type="text"] {
        height: 50px; } }
  @media (max-width: 560px) {
      .special-popup .tpl-field.type-email, .special-popup .tpl-field.type-text, .special-popup .tpl-field.type-phone {
        margin: 0;
        width: 100%;
        flex: 1 1 100%; }
        .special-popup .tpl-field.type-email input, .special-popup .tpl-field.type-text input, .special-popup .tpl-field.type-phone input {
          padding-right: 50px; } }
  .special-popup .tpl-field.type-textarea, .special-popup .tpl-field.type-html {
    flex: 1 1 100%; }

.special_popup_btn {
  display: none !important; }
/****************special_popup**************/
.timer-block {
  background: #fff; }
  .timer-block.timer_bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000; }
  .timer-block.timer_inverse {
    background: #424c9a; }
  .timer-block.timer_inverse .timer-block__title {
    color: #fff; }
  .timer-block.timer_inverse .timer-block__desc {
    color: #fff; }
  .timer-block.timer_inverse .timer-block__date .gr-timer-elem .gr-timer-number {
    color: #525252;
    background: #fff; }
  .timer-block.timer_inverse .timer-block__date .gr-timer-elem:last-child .gr-timer-number {
    color: #424c9a; }
  .timer-block.timer_inverse .timer-block__date .gr-timer-delim {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%224px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%204%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2%201C2%201.55228%201.55228%202%201%202C0.447715%202%200%201.55228%200%201C0%200.447715%200.447715%200%201%200C1.55228%200%202%200.447715%202%201ZM2%2011C2%2011.5523%201.55228%2012%201%2012C0.447715%2012%200%2011.5523%200%2011C0%2010.4477%200.447715%2010%201%2010C1.55228%2010%202%2010.4477%202%2011Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat; }
  .timer-block.timer_inverse .timer-block__close {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%207.58579L16.2929%200.292893C16.6834%20-0.0976311%2017.3166%20-0.0976311%2017.7071%200.292893C18.0976%200.683418%2018.0976%201.31658%2017.7071%201.70711L10.4142%209L17.7071%2016.2929C18.0976%2016.6834%2018.0976%2017.3166%2017.7071%2017.7071C17.3166%2018.0976%2016.6834%2018.0976%2016.2929%2017.7071L9%2010.4142L1.70711%2017.7071C1.31658%2018.0976%200.683418%2018.0976%200.292893%2017.7071C-0.0976311%2017.3166%20-0.0976311%2016.6834%200.292893%2016.2929L7.58579%209L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683418%200.292893%200.292893C0.683418%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L9%207.58579Z%22%20fill%3D%22%232e2f38%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #fff; }
  @media (max-width: 767px) {
      .timer-block.timer_inverse .timer-block__close {
        background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.41421%206L11.7071%2010.2929C12.0976%2010.6834%2012.0976%2011.3166%2011.7071%2011.7071C11.3166%2012.0976%2010.6834%2012.0976%2010.2929%2011.7071L6%207.41421L1.70711%2011.7071C1.31658%2012.0976%200.683417%2012.0976%200.292893%2011.7071C-0.0976311%2011.3166%20-0.0976311%2010.6834%200.292893%2010.2929L4.58579%206L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683418%200.292893%200.292893C0.683418%20-0.097631%201.31658%20-0.097631%201.70711%200.292893L6%204.58579L10.2929%200.292893C10.6834%20-0.0976311%2011.3166%20-0.0976311%2011.7071%200.292893C12.0976%200.683418%2012.0976%201.31658%2011.7071%201.70711L7.41421%206Z%22%20fill%3D%22%232e2f38%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat; } }
  .timer-block__inner {
    position: relative;
    min-height: 80px;
    padding: 0 20px; }
  @media (max-width: 1023px) {
    .timer-block__inner {
      min-height: 0; } }
  @media (max-width: 767px) {
    .timer-block__inner {
      padding: 0 20px; } }
  .timer-block__body {
    margin: 0 auto;
    width: 100%;
    max-width: 1460px;
    display: flex;
    padding: 15px 40px;
    box-sizing: border-box; }
  @media (max-width: 1260px) {
    .timer-block__body {
      max-width: 100%;
      padding: 15px 0 15px 0; } }
  @media (max-width: 1023px) {
    .timer-block__body {
      flex-direction: column;
      padding: 15px 0; } }
  .timer-block__close {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    font-size: 0;
    cursor: pointer;
    border-radius: 250px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%207.58579L16.2929%200.292893C16.6834%20-0.0976311%2017.3166%20-0.0976311%2017.7071%200.292893C18.0976%200.683418%2018.0976%201.31658%2017.7071%201.70711L10.4142%209L17.7071%2016.2929C18.0976%2016.6834%2018.0976%2017.3166%2017.7071%2017.7071C17.3166%2018.0976%2016.6834%2018.0976%2016.2929%2017.7071L9%2010.4142L1.70711%2017.7071C1.31658%2018.0976%200.683418%2018.0976%200.292893%2017.7071C-0.0976311%2017.3166%20-0.0976311%2016.6834%200.292893%2016.2929L7.58579%209L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683418%200.292893%200.292893C0.683418%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L9%207.58579Z%22%20fill%3D%22%232e2f38%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f9f9f9; }
  @media (max-width: 1023px) {
    .timer-block__close {
      position: absolute;
      right: 15px;
      top: 15px;
      margin-top: 0; } }
  @media (max-width: 767px) {
    .timer-block__close {
      top: 0;
      right: 0;
      width: 46px;
      height: 46px;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.41421%206L11.7071%2010.2929C12.0976%2010.6834%2012.0976%2011.3166%2011.7071%2011.7071C11.3166%2012.0976%2010.6834%2012.0976%2010.2929%2011.7071L6%207.41421L1.70711%2011.7071C1.31658%2012.0976%200.683417%2012.0976%200.292893%2011.7071C-0.0976311%2011.3166%20-0.0976311%2010.6834%200.292893%2010.2929L4.58579%206L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683418%200.292893%200.292893C0.683418%20-0.097631%201.31658%20-0.097631%201.70711%200.292893L6%204.58579L10.2929%200.292893C10.6834%20-0.0976311%2011.3166%20-0.0976311%2011.7071%200.292893C12.0976%200.683418%2012.0976%201.31658%2011.7071%201.70711L7.41421%206Z%22%20fill%3D%22%232e2f38%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat; } }
  .timer-block__left {
    margin-right: 50px;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column; }
  @media (max-width: 1260px) {
    .timer-block__left {
      margin-right: 30px; } }
  @media (max-width: 1023px) {
    .timer-block__left {
      margin: 0;
      align-items: center; }
      .timer-block__left + .timer-block__right {
        margin-top: 10px; } }
  .timer-block__right {
    display: flex;
    align-items: center;
    flex: 1 1 auto; }
  @media (max-width: 1023px) {
    .timer-block__right {
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .timer-block__right {
      flex-direction: column;
      padding-right: 0;
      text-align: center; } }
  .timer-block__date {
    margin: auto 0;
    display: flex;
    align-items: center; }
  .timer-block__date .gr-timer-elem:last-child .gr-timer-number {
    color: #424c9a; }
  .timer-block__date .gr-timer-elem .gr-timer-number {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 250px;
    color: #525252;
    background: #f8f9fb; }
  @media (max-width: 767px) {
        .timer-block__date .gr-timer-elem .gr-timer-number {
          width: 40px;
          height: 40px;
          line-height: 40px;
          font-size: 18px; } }
  .timer-block__date .gr-timer-elem .gr-timer-number ins {
    text-decoration: none; }
  .timer-block__date .gr-timer-elem em {
    display: none; }
  .timer-block__date .gr-timer-delim {
    margin: 0 4px;
    font-size: 0;
    width: 4px;
    height: 12px;
    opacity: 0.9;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%224px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%204%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2%201C2%201.55228%201.55228%202%201%202C0.447715%202%200%201.55228%200%201C0%200.447715%200.447715%200%201%200C1.55228%200%202%200.447715%202%201ZM2%2011C2%2011.5523%201.55228%2012%201%2012C0.447715%2012%200%2011.5523%200%2011C0%2010.4477%200.447715%2010%201%2010C1.55228%2010%202%2010.4477%202%2011Z%22%20fill%3D%22%232e2f38%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat; }
  .timer-block__text {
    margin-right: auto; }
  @media (max-width: 767px) {
    .timer-block__text {
      width: 100%;
      margin-right: 0; } }
  .timer-block__text + .timer-block__btn {
    margin-left: 50px; }
  @media (max-width: 1260px) {
      .timer-block__text + .timer-block__btn {
        margin-left: 30px; } }
  @media (max-width: 767px) {
      .timer-block__text + .timer-block__btn {
        margin-left: 0;
        margin-top: 10px; } }
  .timer-block__title {
    color: #525252;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700; }
  .timer-block__title + .timer-block__desc {
    padding-top: 6px; }
  .timer-block__desc {
    font-size: 14px;
    line-height: 18px;
    color: rgba(82, 82, 82, 0.7); }
  .timer-block__btn {
    margin-left: auto;
    max-width: 200px; }
  @media (max-width: 767px) {
    .timer-block__btn {
      max-width: 100%;
      width: 100%; } }
  .timer-block__btn a {
    padding: 16px 20px;
    min-width: 200px;
    max-width: 200px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    background: #424c9a;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.18s linear;
    box-sizing: border-box;
    border-radius: 250px; }
  @media (max-width: 1023px) {
      .timer-block__btn a {
        padding: 14px 15px;
        min-width: 160px; } }
  @media (max-width: 767px) {
      .timer-block__btn a {
        max-width: 60%;
        min-width: 60%; } }
  @media (max-width: 410px) {
      .timer-block__btn a {
        padding: 11px 15px;
        font-size: 14px;
        max-width: 100%;
        min-width: 100%; } }
  .timer-block__btn a:hover {
    background: rgba(66, 76, 154, 0.8); }

.card-page {
  width: 1200px;
  background: #fff;
  box-sizing: border-box; }
  @media (max-width: 1400px) {
  .card-page {
    width: 1000px; } }
  @media (max-width: 1200px) {
  .card-page {
    width: 100%; } }
  .card-page h1 {
    font-size: 0; }
  .card-page__product_name {
    text-decoration: none;
    font-size: 30px; }
  @media (max-width: 768px) {
    .card-page__product_name {
      font-size: 22px;
      line-height: 1; } }
  .card-page .shop-product {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 75px;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif; }
  @media (max-width: 990px) {
    .card-page .shop-product {
      margin-bottom: 40px; } }
  @media (max-width: 800px) {
    .card-page .shop-product {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .card-page .shop-product .product-side-l {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    max-width: 40%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .card-page .shop-product .product-side-l a {
    outline: none;
    display: inline-block; }
  @media (max-width: 1024px) {
      .card-page .shop-product .product-side-l {
        max-width: 50%; } }
  @media (max-width: 800px) {
      .card-page .shop-product .product-side-l {
        max-width: 715px;
        width: 100%;
        padding-right: 0;
        margin: 0 auto 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
  @media (max-width: 540px) {
      .card-page .shop-product .product-side-l {
        max-width: 100%;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; } }
  .card-page .shop-product .product-side-l .product-image {
    position: relative;
    max-width: 520px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    border-radius: 12px;
    background: #fff;
    font-size: 0; }
  .card-page .shop-product .product-side-l .product-image img {
    width: 100%; }
  @media (max-width: 800px) {
        .card-page .shop-product .product-side-l .product-image {
          max-width: 100%; } }
  .card-page .shop-product .product-side-l .product-thumbnails-wrapper {
    display: flex;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 420px;
    width: 100%;
    padding: 5px 30px;
    box-sizing: border-box;
    margin: 0 auto; }
  .card-page .shop-product .product-side-l .product-thumbnails-wrapper .tns-outer {
    width: 100%; }
  @media (max-width: 540px) {
        .card-page .shop-product .product-side-l .product-thumbnails-wrapper {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%;
          margin-top: 20px;
          padding: 5px 30px; } }
  .card-page .shop-product .product-side-l .slider-big-images {
    overflow: hidden;
    border-radius: 12px; }
  .card-page .shop-product .product-side-l .slider-big-images .thumb-item a {
    width: 100%; }
  .card-page .shop-product .product-side-l .product-thumbnails {
    font-size: 0;
    text-align: center; }
  .card-page .shop-product .product-side-l .product-thumbnails .thumb-item {
    margin: 0;
    outline: none;
    /*height: 120px !important;
     @media screen and (max-width: 540px) {
     height: 110px !important;
     }
     @media screen and (max-width: 400px) {
     height: 105px !important;
     }*/ }
    .card-page .shop-product .product-side-l .product-thumbnails .thumb-item.tns-nav-active a {
      border-color: #424c9a; }
    .card-page .shop-product .product-side-l .product-thumbnails .thumb-item a {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      width: 100%;
      height: 100%;
      border: 1px solid transparent;
      box-sizing: border-box;
      position: relative;
      padding-top: 100%; }
    .card-page .shop-product .product-side-l .product-thumbnails .thumb-item a img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: cover; }
  .card-page .shop-product .product-side-l .tns-controls {
    position: absolute;
    bottom: -95px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media screen and (max-width: 540px) {
        .card-page .shop-product .product-side-l .tns-controls {
          bottom: -110px; } }
  @media screen and (max-width: 479px) {
        .card-page .shop-product .product-side-l .tns-controls {
          bottom: -105px;
          display: none; } }
  @media screen and (max-width: 380px) {
        .card-page .shop-product .product-side-l .tns-controls {
          bottom: -90px; } }
  @media screen and (max-width: 380px) {
        .card-page .shop-product .product-side-l .tns-controls {
          bottom: -90px; } }
  .card-page .shop-product .product-side-l .tns-controls button {
    width: 23px;
    height: 23px;
    padding: 0;
    border: none;
    outline: none;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23717171%22%20d%3D%22M11.490%2C22.996%20C5.150%2C22.996%20-0.009%2C17.836%20-0.009%2C11.498%20C-0.009%2C5.157%205.150%2C-0.001%2011.490%2C-0.001%20C17.830%2C-0.001%2022.989%2C5.157%2022.989%2C11.498%20C22.989%2C17.836%2017.830%2C22.996%2011.490%2C22.996%20ZM11.490%2C2.035%20C6.273%2C2.035%202.028%2C6.281%202.028%2C11.498%20C2.028%2C16.715%206.273%2C20.959%2011.490%2C20.959%20C16.707%2C20.959%2020.952%2C16.715%2020.952%2C11.498%20C20.952%2C6.281%2016.707%2C2.035%2011.490%2C2.035%20ZM14.712%2C12.819%20L12.508%2C10.616%20L12.508%2C16.293%20C12.508%2C16.856%2012.053%2C17.312%2011.490%2C17.312%20C10.927%2C17.312%2010.472%2C16.856%2010.472%2C16.293%20L10.472%2C10.616%20L8.268%2C12.819%20C7.870%2C13.216%207.225%2C13.216%206.828%2C12.819%20C6.629%2C12.620%206.529%2C12.359%206.529%2C12.098%20C6.529%2C11.838%206.629%2C11.577%206.828%2C11.378%20L10.770%2C7.440%20C11.168%2C7.042%2011.812%2C7.042%2012.210%2C7.440%20L16.153%2C11.378%20C16.551%2C11.776%2016.551%2C12.420%2016.153%2C12.819%20C15.756%2C13.216%2015.110%2C13.216%2014.712%2C12.819%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
    .card-page .shop-product .product-side-l .tns-controls button:hover {
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2223px%22%20%20viewBox%3D%220%200%2023%2023%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M11.490%2C22.996%20C5.150%2C22.996%20-0.009%2C17.836%20-0.009%2C11.498%20C-0.009%2C5.157%205.150%2C-0.001%2011.490%2C-0.001%20C17.830%2C-0.001%2022.989%2C5.157%2022.989%2C11.498%20C22.989%2C17.836%2017.830%2C22.996%2011.490%2C22.996%20ZM11.490%2C2.035%20C6.273%2C2.035%202.028%2C6.281%202.028%2C11.498%20C2.028%2C16.715%206.273%2C20.959%2011.490%2C20.959%20C16.707%2C20.959%2020.952%2C16.715%2020.952%2C11.498%20C20.952%2C6.281%2016.707%2C2.035%2011.490%2C2.035%20ZM14.712%2C12.819%20L12.508%2C10.616%20L12.508%2C16.293%20C12.508%2C16.856%2012.053%2C17.312%2011.490%2C17.312%20C10.927%2C17.312%2010.472%2C16.856%2010.472%2C16.293%20L10.472%2C10.616%20L8.268%2C12.819%20C7.870%2C13.216%207.225%2C13.216%206.828%2C12.819%20C6.629%2C12.620%206.529%2C12.359%206.529%2C12.098%20C6.529%2C11.838%206.629%2C11.577%206.828%2C11.378%20L10.770%2C7.440%20C11.168%2C7.042%2011.812%2C7.042%2012.210%2C7.440%20L16.153%2C11.378%20C16.551%2C11.776%2016.551%2C12.420%2016.153%2C12.819%20C15.756%2C13.216%2015.110%2C13.216%2014.712%2C12.819%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
    .card-page .shop-product .product-side-l .tns-controls button[data-controls="prev"] {
      margin-right: 10px;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    @media (max-width: 540px) {
          .card-page .shop-product .product-side-l .tns-controls button[data-controls="prev"] {
            margin-top: -12px;
            left: 0; } }
    .card-page .shop-product .product-side-l .tns-controls button[data-controls="next"] {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-left: 10px; }
    @media (max-width: 540px) {
          .card-page .shop-product .product-side-l .tns-controls button[data-controls="next"] {
            right: 0;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); } }
  .card-page .shop-product .product-side-r {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media (max-width: 950px) {
      .card-page .shop-product .product-side-r {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
  .card-page .shop-product .product-side-r .product-side-r-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 0 20px; }
  .card-page .shop-product .product-side-r .product-anonce {
    font-size: 13px;
    font-weight: 400;
    color: #898989;
    padding: 5px 0 10px; }
  .card-page .shop-product .product-side-r .shop-product-options {
    margin: 0 0 10px; }
  .card-page .shop-product .product-side-r .shop-product-options .option-title, .card-page .shop-product .product-side-r .shop-product-options .option-value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    @media (max-width: 400px) {
        .card-page .shop-product .product-side-r .shop-product-options .option-title, .card-page .shop-product .product-side-r .shop-product-options .option-value {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          padding-right: 0; } }
  .card-page .shop-product .product-side-r .shop-product-options > div {
    padding: 10px 0; }
    @media (max-width: 400px) {
        .card-page .shop-product .product-side-r .shop-product-options > div {
          padding: 5px 0; } }
  .card-page .shop-product .product-side-r .shop-product-options .type-select label {
    display: inline-block;
    min-width: 110px; }
  .card-page .shop-product .product-side-r .shop2-product-actions {
    margin: 0 0 20px; }
  .card-page .shop-product .product-side-r .shop2-product-actions dt {
    min-width: 154px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 15px; }
  .card-page .shop-product .product-side-r .shop2-product-actions dl {
    margin-bottom: 0; }
  .card-page .shop-product .product-side-r .form-add {
    border-top: 2px solid #f3f3f3;
    padding: 15px 0 0; }
  .card-page .shop-product .product-side-r .form-add-top {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 0 25px; }
  .card-page .shop-product .product-side-r .form-add-bottom {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  @media (max-width: 540px) {
        .card-page .shop-product .product-side-r .form-add-bottom {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 990px) and (min-width: 801px) {
        .card-page .shop-product .product-side-r .form-add-bottom {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .card-page .shop-product .product-side-r .form-add-bottom .shop2-product-btn.type-3 {
    padding: 0 25px; }
    .card-page .shop-product .product-side-r .form-add-bottom .shop2-product-btn.type-3 span {
      padding-left: 0;
      background: none; }
  .card-page .shop-product .product-side-r .form-add-bottom .product-amount {
    margin-right: 10px; }
    .card-page .shop-product .product-side-r .form-add-bottom .product-amount .amount-title {
      display: none; }
    @media (max-width: 540px) {
        .card-page .shop-product .product-side-r .form-add-bottom .product-amount {
          margin-right: 0; } }
  .card-page .shop-product .product-side-r .form-add-bottom .buy-one-click-button {
    padding: 14px 25px 16px;
    border: 2px solid #424c9a;
    border-radius: 25px;
    color: #424c9a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 540px) {
        .card-page .shop-product .product-side-r .form-add-bottom .buy-one-click-button {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          text-align: center;
          margin-top: 20px; } }
    @media (max-width: 990px) and (min-width: 801px) {
        .card-page .shop-product .product-side-r .form-add-bottom .buy-one-click-button {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          text-align: center;
          margin-top: 20px; } }
  .card-page .shop-product .product-side-r .product-compare {
    padding: 24px 0 0; }
  .card-page .shop-product .product-side-r .product-compare.product-compare-added {
    padding: 15px 0 3px 30px;
    margin-top: 12px; }
    @media (max-width: 540px) {
        .card-page .shop-product .product-side-r .product-compare.product-compare-added {
          margin-top: 3px; } }
  @media (max-width: 540px) {
        .card-page .shop-product .product-side-r .product-compare {
          padding-top: 15px; } }
  .card-page .shop-product .product-side-r .yashare-wr {
    padding: 0 0 0 20px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  @media (max-width: 400px) {
        .card-page .shop-product .product-side-r .yashare-wr {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          align-items: flex-start; } }
  .card-page .shop-product .product-side-r .yashare-wr .yashare-head {
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    margin-right: 13px; }
    @media (max-width: 400px) {
        .card-page .shop-product .product-side-r .yashare-wr .yashare-head {
          margin: 0 0 6px; } }
  .card-page .shop-product .product-side-r .yashare-wr .ya-share2__container_size_m .ya-share2__icon {
    width: 30px;
    height: 30px; }
  .card-page .shop-product .product-side-r .yashare-wr .ya-share2__container_size_m .ya-share2__item {
    margin-right: 10px; }
  .card-page .shop-product .product-side-r .yashare-wr .ya-share2__badge {
    border-radius: 50%; }

.cart-remodal {
  background: #fff;
  -moz-box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: auto;
  padding: 30px;
  max-width: 460px;
  border-radius: 10px; }
  @media (max-width: 600px) {
  .cart-remodal {
    width: 100%; } }
  @media (max-width: 479px) {
  .cart-remodal {
    border-radius: 0; } }
  .cart-remodal .cart-popup__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 35px 0; }
  .cart-remodal .cart-popup__title-text {
    font: 700 22px 'Fira Sans', Arial, Helvetica, sans-serif;
    color: #525252; }
  .cart-remodal .cart-popup__title-text ins {
    text-decoration: none; }
  .cart-remodal .cart-popup__title-text span {
    display: none; }
  @media (max-width: 639px) {
      .cart-remodal .cart-popup .cart-cleanup {
        margin-top: 10px; } }
  @media (max-width: 375px) {
      .cart-remodal .cart-popup .cart-cleanup {
        padding: 0; } }
  .cart-remodal .cart-popup .cart-cleanup a {
    background: none;
    padding: 0;
    color: rgba(66, 76, 154, 0.9); }
  .cart-remodal .cart-popup .cart-products {
    width: 100%;
    margin-bottom: 20px; }
  @media (max-width: 479px) {
      .cart-remodal .cart-popup .cart-products {
        margin-bottom: 10px; } }
  .cart-remodal .cart-popup .cart-products__body {
    width: 100%; }
  .cart-remodal .cart-popup__body .popup-product {
    position: relative;
    font-size: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 0; }
  .cart-remodal .cart-popup__body .popup-product:last-child {
    border: none; }
    @media (max-width: 479px) {
        .cart-remodal .cart-popup__body .popup-product:last-child {
          border-bottom: 1px solid rgba(0, 0, 0, 0.4); } }
  .cart-remodal .cart-popup__body .popup-product + .popup-product {
    margin-top: 10px; }
  .cart-remodal .cart-popup__body .popup-product__left {
    margin-right: 20px; }
  .cart-remodal .cart-popup__body .popup-product__right {
    width: 100%; }
  .cart-remodal .cart-popup__body .popup-product__image {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    font-size: 0;
    position: relative;
    width: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    padding-top: 100px; }
    @media (max-width: 639px) {
        .cart-remodal .cart-popup__body .popup-product__image {
          width: 70px;
          padding-top: 70px; } }
    .cart-remodal .cart-popup__body .popup-product__image a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .cart-remodal .cart-popup__body .popup-product__image img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .cart-remodal .cart-popup__body .popup-product__image.no-image {
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M70%2E346%2C9%2E116%20L11%2E654%2C9%2E116%20C10%2E462%2C9%2E116%209%2E496%2C10%2E079%209%2E496%2C11%2E267%20L9%2E496%2C43%2E805%20C9%2E496%2C43%2E830%209%2E502%2C43%2E853%209%2E503%2C43%2E877%20C9%2E473%2C44%2E445%209%2E663%2C45%2E023%2010%2E086%2C45%2E468%20C10%2E904%2C46%2E331%2012%2E270%2C46%2E370%2013%2E136%2C45%2E553%20L25%2E846%2C33%2E566%20L38%2E291%2C44%2E679%20C38%2E990%2C45%2E304%2040%2E015%2C45%2E406%2040%2E825%2C44%2E931%20L51%2E419%2C38%2E721%20L61%2E787%2C46%2E929%20C62%2E184%2C47%2E243%2062%2E657%2C47%2E396%2063%2E127%2C47%2E396%20C63%2E763%2C47%2E396%2064%2E393%2C47%2E117%2064%2E819%2C46%2E582%20C65%2E560%2C45%2E651%2065%2E404%2C44%2E298%2064%2E471%2C43%2E559%20L52%2E943%2C34%2E433%20C52%2E244%2C33%2E879%2051%2E277%2C33%2E812%2050%2E507%2C34%2E263%20L39%2E996%2C40%2E425%20L27%2E246%2C29%2E039%20C26%2E409%2C28%2E292%2025%2E139%2C28%2E309%2024%2E324%2C29%2E079%20L13%2E811%2C38%2E993%20L13%2E811%2C13%2E419%20L68%2E189%2C13%2E419%20L68%2E189%2C54%2E579%20L13%2E811%2C54%2E579%20L13%2E811%2C51%2E981%20C13%2E811%2C50%2E793%2012%2E846%2C49%2E829%2011%2E654%2C49%2E829%20C10%2E462%2C49%2E829%209%2E496%2C50%2E793%209%2E496%2C51%2E981%20L9%2E496%2C56%2E731%20C9%2E496%2C57%2E920%2010%2E462%2C58%2E883%2011%2E654%2C58%2E883%20L70%2E346%2C58%2E883%20C71%2E538%2C58%2E883%2072%2E504%2C57%2E920%2072%2E504%2C56%2E731%20L72%2E504%2C11%2E267%20C72%2E504%2C10%2E079%2071%2E538%2C9%2E116%2070%2E346%2C9%2E116%20ZM77%2E359%2C0%2E001%20L4%2E641%2C0%2E001%20C2%2E083%2C0%2E001%200%2E001%2C2%2E059%200%2E001%2C4%2E589%20L0%2E001%2C63%2E409%20C0%2E001%2C65%2E939%202%2E083%2C67%2E997%204%2E641%2C67%2E997%20L77%2E359%2C67%2E997%20C79%2E917%2C67%2E997%2081%2E999%2C65%2E939%2081%2E999%2C63%2E409%20L81%2E999%2C4%2E589%20C81%2E999%2C2%2E059%2079%2E917%2C0%2E001%2077%2E359%2C0%2E001%20ZM77%2E683%2C63%2E409%20C77%2E683%2C63%2E566%2077%2E538%2C63%2E694%2077%2E359%2C63%2E694%20L4%2E641%2C63%2E694%20C4%2E462%2C63%2E694%204%2E317%2C63%2E566%204%2E317%2C63%2E409%20L4%2E317%2C4%2E589%20C4%2E317%2C4%2E432%204%2E462%2C4%2E304%204%2E641%2C4%2E304%20L77%2E359%2C4%2E304%20C77%2E538%2C4%2E304%2077%2E683%2C4%2E432%2077%2E683%2C4%2E589%20L77%2E683%2C63%2E409%20ZM34%2E273%2C25%2E524%20C34%2E273%2C29%2E152%2037%2E234%2C32%2E104%2040%2E872%2C32%2E104%20C44%2E510%2C32%2E104%2047%2E470%2C29%2E152%2047%2E470%2C25%2E524%20C47%2E470%2C21%2E896%2044%2E510%2C18%2E944%2040%2E872%2C18%2E944%20C37%2E234%2C18%2E944%2034%2E273%2C21%2E896%2034%2E273%2C25%2E524%20ZM43%2E155%2C25%2E524%20C43%2E155%2C26%2E779%2042%2E131%2C27%2E800%2040%2E872%2C27%2E800%20C39%2E613%2C27%2E800%2038%2E589%2C26%2E779%2038%2E589%2C25%2E524%20C38%2E589%2C24%2E268%2039%2E613%2C23%2E247%2040%2E872%2C23%2E247%20C42%2E131%2C23%2E247%2043%2E155%2C24%2E268%2043%2E155%2C25%2E524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #e0e0e0;
      background-size: 50%; }
  .cart-remodal .cart-popup__body .popup-product__name {
    margin: 0 0 15px 0;
    font: 500 15px 'Roboto', Arial, Helvetica, sans-serif;
    color: #525252;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: left; }
  .cart-remodal .cart-popup__body .popup-product__price-wrap {
    display: flex;
    align-items: center; }
    @media (max-width: 479px) {
        .cart-remodal .cart-popup__body .popup-product__price-wrap {
          flex-direction: column;
          align-items: flex-start; } }
  .cart-remodal .cart-popup__body .popup-product__amount {
    margin: 0 15px 0 0; }
    @media (max-width: 479px) {
        .cart-remodal .cart-popup__body .popup-product__amount {
          margin: 0 0 15px 0; } }
    .cart-remodal .cart-popup__body .popup-product__amount .cart-popup-amount {
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin: 0 20px 0 0; }
    @media (max-width: 1100px) and (min-width: 866px) {
          .cart-remodal .cart-popup__body .popup-product__amount .cart-popup-amount {
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0;
            display: block; } }
    @media (min-width: 600px) and (max-width: 865px) {
          .cart-remodal .cart-popup__body .popup-product__amount .cart-popup-amount {
            padding-left: 0; } }
    @media (max-width: 599px) {
          .cart-remodal .cart-popup__body .popup-product__amount .cart-popup-amount {
            padding-left: 0; } }
    @media (max-width: 566px) {
          .cart-remodal .cart-popup__body .popup-product__amount .cart-popup-amount {
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-direction: normal;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0;
            display: block; } }
    @media (max-width: 329px) {
          .cart-remodal .cart-popup__body .popup-product__amount .cart-popup-amount {
            -webkit-box-align: start;
            -ms-flex-align: start;
            -webkit-align-items: flex-start;
            -moz-align-items: flex-start;
            align-items: flex-start; } }
    .cart-remodal .cart-popup__body .popup-product__amount .shop2-product-amount {
      width: auto; }
    .cart-remodal .cart-popup__body .popup-product__amount .shop2-product-amount input[type="text"] {
      border: 2px solid #e6e6e6;
      border-radius: 7px;
      color: #4d4d4d;
      font-family: 'Roboto', Arial, Helvetica, sans-serif;
      font-size: 17px;
      line-height: 1;
      font-weight: 400;
      padding: 10px 5px;
      width: 26px;
      outline: none;
      margin: 0 6px; }
    .cart-remodal .cart-popup__body .popup-product__amount .shop2-product-amount button {
      height: 40px;
      line-height: 43px;
      font-size: 30px;
      padding: 0;
      border: none;
      background: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-shadow: none;
      width: 22px;
      color: #898989;
      outline: none; }
    .cart-remodal .cart-popup__body .popup-product__amount .shop2-product-amount button:hover, .cart-remodal .cart-popup__body .popup-product__amount .shop2-product-amount button:active {
      background: none;
      color: #424c9a;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .cart-remodal .cart-popup__body .popup-product__price {
    font: 700 22px 'Fira Sans', Arial, Helvetica, sans-serif;
    color: #424c9a; }
    .cart-remodal .cart-popup__body .popup-product__price span.fa-rouble {
      font-weight: 500; }
  .cart-remodal .cart-popup__body .popup-product__close {
    display: none; }
    .cart-remodal .cart-popup__body .popup-product__close .gr-icon-btn {
      position: absolute;
      top: 50%;
      right: -10px;
      margin-top: -17px;
      display: inline-block;
      cursor: pointer;
      font-size: 0;
      width: 16px;
      height: 17px;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2016%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23424c9a%22%20d%3D%22M15.050%2C3.775%20L14.515%2C3.775%20L13.699%2C15.250%20C13.629%2C16.234%2012.804%2C17.005%2011.821%2C17.005%20L4.163%2C17.005%20C3.180%2C17.005%202.356%2C16.234%202.286%2C15.250%20L1.470%2C3.775%20L0.934%2C3.775%20C0.415%2C3.775%20-0.006%2C3.352%20-0.006%2C2.830%20C-0.006%2C2.308%200.415%2C1.885%200.934%2C1.885%20L6.110%2C1.885%20L6.110%2C0.940%20C6.110%2C0.418%206.532%2C-0.006%207.052%2C-0.006%20L8.934%2C-0.006%20C9.453%2C-0.006%209.874%2C0.418%209.874%2C0.940%20L9.874%2C1.885%20L15.050%2C1.885%20C15.570%2C1.885%2015.992%2C2.308%2015.992%2C2.830%20C15.992%2C3.352%2015.570%2C3.775%2015.050%2C3.775%20ZM3.357%2C3.775%20L4.163%2C15.115%20L11.821%2C15.115%20L12.628%2C3.775%20L3.357%2C3.775%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .cart-remodal .cart-popup__bottom {
    padding: 20px 0 0 0;
    text-align: left; }
  @media (max-width: 479px) {
      .cart-remodal .cart-popup__bottom {
        padding: 0; } }
  .cart-remodal .cart-popup__total-title {
    font: 700 16px 'Fira Sans', Arial, Helvetica, sans-serif;
    margin-right: 23px;
    display: inline-block;
    vertical-align: baseline; }
  .cart-remodal .cart-popup__total {
    font: 700 25px 'Roboto', Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: baseline; }
  .cart-remodal .cart-popup__total span.fa-rouble {
    font-weight: 400; }
  .cart-remodal .cart-popup__btns {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 35px 0 0 0; }
  @media (max-width: 479px) {
      .cart-remodal .cart-popup__btns {
        flex-direction: column;
        padding: 25px 0 0 0; } }
  .cart-remodal .cart-popup .btn-style-2 {
    color: #fff;
    font: 600 16px 'Roboto', Arial, Helvetica, sans-serif;
    outline: none;
    border: none;
    background: #424c9a;
    padding: 16px 28px 17px;
    text-align: center;
    -webkit-appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    -o-border-radius: 250px;
    border-radius: 250px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-sizing: border-box;
    text-decoration: none; }
  @media (max-width: 479px) {
      .cart-remodal .cart-popup .btn-style-2 {
        margin-top: 10px; } }
  @media (max-width: 375px) {
      .cart-remodal .cart-popup .btn-style-2 {
        padding: 16px 20px 17px; } }
  .cart-remodal .cart-popup .btn-style-2:hover {
    background: #424c9a; }
  .cart-remodal .cart-popup .link-cart {
    color: #424c9a;
    font: 600 16px 'Roboto', Arial, Helvetica, sans-serif;
    outline: none;
    border: none;
    background: #fff;
    padding: 16px 28px 17px;
    text-align: center;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    -o-border-radius: 250px;
    border-radius: 250px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    border: 1px solid #424c9a; }
  @media (max-width: 479px) {
      .cart-remodal .cart-popup .link-cart {
        margin-top: 10px; } }
  @media (max-width: 375px) {
      .cart-remodal .cart-popup .link-cart {
        padding: 16px 20px 17px; } }
  .card-product-preview {
    background: #fff;
    max-width: 500px;
    box-sizing: border-box; }
  @media (max-width: 639px) {
  .card-product-preview {
    max-width: 320px; } }
  @media (max-width: 340px) {
  .card-product-preview {
    max-width: 270px; } }
  .card-product-preview__title {
    font: 500 22px 'Fira Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 1;
    color: #525252;
    margin-bottom: 25px; }
  @media (max-width: 639px) {
    .card-product-preview__title {
      font-size: 16px; } }
  .card-product-preview__item {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .card-product-preview__left {
    max-width: 100px;
    width: 100%;
    max-height: 100px;
    margin-right: 20px; }
  .card-product-preview__image {
    position: relative;
    padding-top: 100%; }
  .card-product-preview__image.no-image {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M70%2E346%2C9%2E116%20L11%2E654%2C9%2E116%20C10%2E462%2C9%2E116%209%2E496%2C10%2E079%209%2E496%2C11%2E267%20L9%2E496%2C43%2E805%20C9%2E496%2C43%2E830%209%2E502%2C43%2E853%209%2E503%2C43%2E877%20C9%2E473%2C44%2E445%209%2E663%2C45%2E023%2010%2E086%2C45%2E468%20C10%2E904%2C46%2E331%2012%2E270%2C46%2E370%2013%2E136%2C45%2E553%20L25%2E846%2C33%2E566%20L38%2E291%2C44%2E679%20C38%2E990%2C45%2E304%2040%2E015%2C45%2E406%2040%2E825%2C44%2E931%20L51%2E419%2C38%2E721%20L61%2E787%2C46%2E929%20C62%2E184%2C47%2E243%2062%2E657%2C47%2E396%2063%2E127%2C47%2E396%20C63%2E763%2C47%2E396%2064%2E393%2C47%2E117%2064%2E819%2C46%2E582%20C65%2E560%2C45%2E651%2065%2E404%2C44%2E298%2064%2E471%2C43%2E559%20L52%2E943%2C34%2E433%20C52%2E244%2C33%2E879%2051%2E277%2C33%2E812%2050%2E507%2C34%2E263%20L39%2E996%2C40%2E425%20L27%2E246%2C29%2E039%20C26%2E409%2C28%2E292%2025%2E139%2C28%2E309%2024%2E324%2C29%2E079%20L13%2E811%2C38%2E993%20L13%2E811%2C13%2E419%20L68%2E189%2C13%2E419%20L68%2E189%2C54%2E579%20L13%2E811%2C54%2E579%20L13%2E811%2C51%2E981%20C13%2E811%2C50%2E793%2012%2E846%2C49%2E829%2011%2E654%2C49%2E829%20C10%2E462%2C49%2E829%209%2E496%2C50%2E793%209%2E496%2C51%2E981%20L9%2E496%2C56%2E731%20C9%2E496%2C57%2E920%2010%2E462%2C58%2E883%2011%2E654%2C58%2E883%20L70%2E346%2C58%2E883%20C71%2E538%2C58%2E883%2072%2E504%2C57%2E920%2072%2E504%2C56%2E731%20L72%2E504%2C11%2E267%20C72%2E504%2C10%2E079%2071%2E538%2C9%2E116%2070%2E346%2C9%2E116%20ZM77%2E359%2C0%2E001%20L4%2E641%2C0%2E001%20C2%2E083%2C0%2E001%200%2E001%2C2%2E059%200%2E001%2C4%2E589%20L0%2E001%2C63%2E409%20C0%2E001%2C65%2E939%202%2E083%2C67%2E997%204%2E641%2C67%2E997%20L77%2E359%2C67%2E997%20C79%2E917%2C67%2E997%2081%2E999%2C65%2E939%2081%2E999%2C63%2E409%20L81%2E999%2C4%2E589%20C81%2E999%2C2%2E059%2079%2E917%2C0%2E001%2077%2E359%2C0%2E001%20ZM77%2E683%2C63%2E409%20C77%2E683%2C63%2E566%2077%2E538%2C63%2E694%2077%2E359%2C63%2E694%20L4%2E641%2C63%2E694%20C4%2E462%2C63%2E694%204%2E317%2C63%2E566%204%2E317%2C63%2E409%20L4%2E317%2C4%2E589%20C4%2E317%2C4%2E432%204%2E462%2C4%2E304%204%2E641%2C4%2E304%20L77%2E359%2C4%2E304%20C77%2E538%2C4%2E304%2077%2E683%2C4%2E432%2077%2E683%2C4%2E589%20L77%2E683%2C63%2E409%20ZM34%2E273%2C25%2E524%20C34%2E273%2C29%2E152%2037%2E234%2C32%2E104%2040%2E872%2C32%2E104%20C44%2E510%2C32%2E104%2047%2E470%2C29%2E152%2047%2E470%2C25%2E524%20C47%2E470%2C21%2E896%2044%2E510%2C18%2E944%2040%2E872%2C18%2E944%20C37%2E234%2C18%2E944%2034%2E273%2C21%2E896%2034%2E273%2C25%2E524%20ZM43%2E155%2C25%2E524%20C43%2E155%2C26%2E779%2042%2E131%2C27%2E800%2040%2E872%2C27%2E800%20C39%2E613%2C27%2E800%2038%2E589%2C26%2E779%2038%2E589%2C25%2E524%20C38%2E589%2C24%2E268%2039%2E613%2C23%2E247%2040%2E872%2C23%2E247%20C42%2E131%2C23%2E247%2043%2E155%2C24%2E268%2043%2E155%2C25%2E524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #e0e0e0; }
  .card-product-preview__image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-decoration: none; }
  .card-product-preview__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .card-product-preview__right {
    width: 100%; }
  .card-product-preview__name {
    font: 400 15px 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 1;
    color: #525252;
    margin-bottom: 10px; }
  .card-product-preview__price .price-old {
    color: rgba(82, 82, 82, 0.5);
    font: 400 14px 'Roboto', Arial, Helvetica, sans-serif;
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0 0 13px 0;
    text-decoration-line: line-through; }
  .card-product-preview__price .price-old strong {
    font-weight: normal;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .card-product-preview__price .price-old .fa.fa-rouble {
    font: 400 15px 'Roboto', Arial, Helvetica, sans-serif;
    color: rgba(82, 82, 82, 0.5); }
  .card-product-preview__price .price-old .fa.fa-rouble svg {
    fill: rgba(82, 82, 82, 0.5); }
  .card-product-preview__price .price-current {
    font: 700 16px 'Roboto', Arial, Helvetica, sans-serif;
    color: #424c9a;
    margin-bottom: 5px; }
  .card-product-preview__price .price-current strong {
    font-weight: 700;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #424c9a; }
  .card-product-preview__price .price-current .fa-rouble {
    font-weight: 500;
    color: #424c9a; }
  .card-product-preview__price .price-current .fa-rouble svg {
    fill: #424c9a; }
  .card-product-preview__btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    margin-bottom: 25px; }
  .card-product-preview__btns .card_popup_close {
    margin-right: 10px; }
  @media (max-width: 639px) {
    .card-product-preview__btns {
      flex-direction: column; }
      .card-product-preview__btns .card_popup_close {
        margin-bottom: 10px;
        margin-right: 0; }
      .card-product-preview__btns .gr-button-1, .card-product-preview__btns .gr-button-2, .card-product-preview__btns .gr-button-3 {
        width: 100%; } }
  .card-product-preview .card-product-collections .popup-kinds {
    position: relative; }
  .card-product-preview .card-product-collections .popup-kinds.show_accessory {
    display: block; }
  .card-product-preview .card-product-collections .popup-kinds.show_recommend {
    display: block; }
  .card-product-preview .card-product-collections .popup-kinds.show_kit {
    display: block; }
  .card-product-preview .card-product-collections .popup-kinds.show_similar {
    display: block; }
  .card-product-preview .card-product-collections .popup-kinds__title {
    font: 500 22px 'Fira Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 35px;
    color: #525252; }
  .card-product-preview .card-product-collections .kind-item__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
    box-sizing: border-box; }
  .card-product-preview .card-product-collections .kind-item__top {
    width: 50%; }
  .card-product-preview .card-product-collections .kind-item__bottom {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .card-product-preview .card-product-collections .kind-price {
    margin-bottom: 10px; }
  .card-product-preview .card-product-collections .kind-price .price-old {
    color: rgba(82, 82, 82, 0.5);
    font: 400 14px 'Roboto', Arial, Helvetica, sans-serif;
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0 0 13px 0;
    display: none !important;
    text-decoration-line: line-through; }
  .card-product-preview .card-product-collections .kind-price .price-old strong {
    font-weight: normal;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .card-product-preview .card-product-collections .kind-price .price-old .fa.fa-rouble {
    font: 400 15px 'Roboto', Arial, Helvetica, sans-serif;
    color: rgba(82, 82, 82, 0.5); }
    .card-product-preview .card-product-collections .kind-price .price-old .fa.fa-rouble svg {
      fill: rgba(82, 82, 82, 0.5); }
  .card-product-preview .card-product-collections .kind-price .price-current {
    font: 700 16px 'Roboto', Arial, Helvetica, sans-serif;
    color: #424c9a;
    margin-bottom: 5px; }
  .card-product-preview .card-product-collections .kind-price .price-current strong {
    font-weight: 700;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #424c9a; }
  .card-product-preview .card-product-collections .kind-price .price-current .fa-rouble {
    font-weight: 500;
    color: #424c9a; }
    .card-product-preview .card-product-collections .kind-price .price-current .fa-rouble svg {
      fill: #424c9a; }
  .card-product-preview .card-product-collections .product-amount {
    margin-bottom: 10px; }
  .card-product-preview .card-product-collections .product-amount .amount-title {
    display: none; }
  .card-product-preview .card-product-collections .shop2-product-amount {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    width: 90px; }
  .card-product-preview .card-product-collections .shop2-product-amount button {
    outline: none;
    width: 30px;
    height: 34px;
    font-size: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .card-product-preview .card-product-collections .shop2-product-amount .amount-plus {
    outline: none;
    width: 30px;
    height: 34px;
    font-size: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%207%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20opacity%3D%221%22%20d%3D%22M0.617761%2010.6667C0.46332%2010.6667%200.30888%2010.5997%200.185328%2010.4658C-0.0617761%2010.198%20-0.0617761%209.79637%200.185328%209.52859L3.85071%205.33333L0.185328%201.13808C-0.0617761%200.870293%20-0.0617761%200.468619%200.185328%200.200837C0.432432%20-0.0669456%200.803089%20-0.0669456%201.05019%200.200837L5.14801%204.86471C5.27156%204.99861%205.33333%205.16597%205.33333%205.33333C5.33333%205.5007%205.27156%205.66806%205.14801%205.80195L1.05019%2010.4658C0.926641%2010.5997%200.772201%2010.6667%200.617761%2010.6667Z%22%20fill%3D%22%233A3A3A%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .card-product-preview .card-product-collections .shop2-product-amount .amount-plus:hover {
    background: transparent url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%207%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20opacity%3D%221%22%20d%3D%22M0.617761%2010.6667C0.46332%2010.6667%200.30888%2010.5997%200.185328%2010.4658C-0.0617761%2010.198%20-0.0617761%209.79637%200.185328%209.52859L3.85071%205.33333L0.185328%201.13808C-0.0617761%200.870293%20-0.0617761%200.468619%200.185328%200.200837C0.432432%20-0.0669456%200.803089%20-0.0669456%201.05019%200.200837L5.14801%204.86471C5.27156%204.99861%205.33333%205.16597%205.33333%205.33333C5.33333%205.5007%205.27156%205.66806%205.14801%205.80195L1.05019%2010.4658C0.926641%2010.5997%200.772201%2010.6667%200.617761%2010.6667Z%22%20fill%3D%22%23424c9a%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .card-product-preview .card-product-collections .shop2-product-amount .amount-plus:disabled {
    background: transparent url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%207%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20opacity%3D%220.25%22%20d%3D%22M0.617761%2010.6667C0.46332%2010.6667%200.30888%2010.5997%200.185328%2010.4658C-0.0617761%2010.198%20-0.0617761%209.79637%200.185328%209.52859L3.85071%205.33333L0.185328%201.13808C-0.0617761%200.870293%20-0.0617761%200.468619%200.185328%200.200837C0.432432%20-0.0669456%200.803089%20-0.0669456%201.05019%200.200837L5.14801%204.86471C5.27156%204.99861%205.33333%205.16597%205.33333%205.33333C5.33333%205.5007%205.27156%205.66806%205.14801%205.80195L1.05019%2010.4658C0.926641%2010.5997%200.772201%2010.6667%200.617761%2010.6667Z%22%20fill%3D%22%233A3A3A%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .card-product-preview .card-product-collections .shop2-product-amount .amount-minus {
    outline: none;
    width: 30px;
    height: 34px;
    font-size: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%207%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20opacity%3D%221%22%20d%3D%22M4.71555%208.207e-05C4.86999%208.20565e-05%205.02443%200.0670271%205.14798%200.200918C5.39509%200.4687%205.39509%200.870374%205.14798%201.13816L1.4826%205.33342L5.14798%209.52867C5.39509%209.79646%205.39509%2010.1981%205.14798%2010.4659C4.90088%2010.7337%204.53022%2010.7337%204.28312%2010.4659L0.185308%205.80203C0.0617557%205.66814%20-2.04788e-05%205.50078%20-2.04934e-05%205.33342C-2.0508e-05%205.16605%200.0617556%204.99869%200.185307%204.8648L4.28312%200.200918C4.40667%200.0670272%204.56111%208.20835e-05%204.71555%208.207e-05Z%22%20fill%3D%22%233A3A3A%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .card-product-preview .card-product-collections .shop2-product-amount .amount-minus:hover {
    background: transparent url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%207%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20opacity%3D%221%22%20d%3D%22M4.71555%208.207e-05C4.86999%208.20565e-05%205.02443%200.0670271%205.14798%200.200918C5.39509%200.4687%205.39509%200.870374%205.14798%201.13816L1.4826%205.33342L5.14798%209.52867C5.39509%209.79646%205.39509%2010.1981%205.14798%2010.4659C4.90088%2010.7337%204.53022%2010.7337%204.28312%2010.4659L0.185308%205.80203C0.0617557%205.66814%20-2.04788e-05%205.50078%20-2.04934e-05%205.33342C-2.0508e-05%205.16605%200.0617556%204.99869%200.185307%204.8648L4.28312%200.200918C4.40667%200.0670272%204.56111%208.20835e-05%204.71555%208.207e-05Z%22%20fill%3D%22%23424c9a%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .card-product-preview .card-product-collections .shop2-product-amount .amount-minus:disabled {
    background: transparent url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%207%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20opacity%3D%220.25%22%20d%3D%22M4.71555%208.207e-05C4.86999%208.20565e-05%205.02443%200.0670271%205.14798%200.200918C5.39509%200.4687%205.39509%200.870374%205.14798%201.13816L1.4826%205.33342L5.14798%209.52867C5.39509%209.79646%205.39509%2010.1981%205.14798%2010.4659C4.90088%2010.7337%204.53022%2010.7337%204.28312%2010.4659L0.185308%205.80203C0.0617557%205.66814%20-2.04788e-05%205.50078%20-2.04934e-05%205.33342C-2.0508e-05%205.16605%200.0617556%204.99869%200.185307%204.8648L4.28312%200.200918C4.40667%200.0670272%204.56111%208.20835e-05%204.71555%208.207e-05Z%22%20fill%3D%22%233A3A3A%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .card-product-preview .card-product-collections .shop2-product-amount.disabled button, .card-product-preview .card-product-collections .shop2-product-amount.disabled button:hover {
    background: transparent url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%207%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23ccc%22%20d%3D%22M6.743%2C2.608%20L1.849%2C7.502%20L6.713%2C12.366%20C7.085%2C12.738%207.085%2C13.341%206.713%2C13.713%20C6.341%2C14.085%205.738%2C14.085%205.366%2C13.713%20L0.286%2C8.632%20C-0.023%2C8.323%20-0.060%2C7.862%200.144%2C7.499%20C-0.060%2C7.135%20-0.023%2C6.672%200.287%2C6.362%20L5.392%2C1.257%20C5.765%2C0.884%206.370%2C0.884%206.743%2C1.257%20C7.116%2C1.630%207.116%2C2.235%206.743%2C2.608%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .card-product-preview .card-product-collections .shop2-product-amount.disabled input[type="text"] {
    color: #ccc; }
  .card-product-preview .card-product-collections .shop2-product-amount input[type="text"] {
    outline: none;
    margin: 0;
    width: 30px;
    border: none;
    background: none;
    color: #333;
    font: 600 15px 'Fira Sans', Arial, Helvetica, sans-serif; }
  .card-product-preview .card-product-collections .kind-image {
    position: relative;
    padding-top: 85px;
    overflow: hidden;
    margin: 0 10px 0 0;
    width: 85px;
    max-height: 85px; }
  .card-product-preview .card-product-collections .kind-image.no-image {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M70%2E346%2C9%2E116%20L11%2E654%2C9%2E116%20C10%2E462%2C9%2E116%209%2E496%2C10%2E079%209%2E496%2C11%2E267%20L9%2E496%2C43%2E805%20C9%2E496%2C43%2E830%209%2E502%2C43%2E853%209%2E503%2C43%2E877%20C9%2E473%2C44%2E445%209%2E663%2C45%2E023%2010%2E086%2C45%2E468%20C10%2E904%2C46%2E331%2012%2E270%2C46%2E370%2013%2E136%2C45%2E553%20L25%2E846%2C33%2E566%20L38%2E291%2C44%2E679%20C38%2E990%2C45%2E304%2040%2E015%2C45%2E406%2040%2E825%2C44%2E931%20L51%2E419%2C38%2E721%20L61%2E787%2C46%2E929%20C62%2E184%2C47%2E243%2062%2E657%2C47%2E396%2063%2E127%2C47%2E396%20C63%2E763%2C47%2E396%2064%2E393%2C47%2E117%2064%2E819%2C46%2E582%20C65%2E560%2C45%2E651%2065%2E404%2C44%2E298%2064%2E471%2C43%2E559%20L52%2E943%2C34%2E433%20C52%2E244%2C33%2E879%2051%2E277%2C33%2E812%2050%2E507%2C34%2E263%20L39%2E996%2C40%2E425%20L27%2E246%2C29%2E039%20C26%2E409%2C28%2E292%2025%2E139%2C28%2E309%2024%2E324%2C29%2E079%20L13%2E811%2C38%2E993%20L13%2E811%2C13%2E419%20L68%2E189%2C13%2E419%20L68%2E189%2C54%2E579%20L13%2E811%2C54%2E579%20L13%2E811%2C51%2E981%20C13%2E811%2C50%2E793%2012%2E846%2C49%2E829%2011%2E654%2C49%2E829%20C10%2E462%2C49%2E829%209%2E496%2C50%2E793%209%2E496%2C51%2E981%20L9%2E496%2C56%2E731%20C9%2E496%2C57%2E920%2010%2E462%2C58%2E883%2011%2E654%2C58%2E883%20L70%2E346%2C58%2E883%20C71%2E538%2C58%2E883%2072%2E504%2C57%2E920%2072%2E504%2C56%2E731%20L72%2E504%2C11%2E267%20C72%2E504%2C10%2E079%2071%2E538%2C9%2E116%2070%2E346%2C9%2E116%20ZM77%2E359%2C0%2E001%20L4%2E641%2C0%2E001%20C2%2E083%2C0%2E001%200%2E001%2C2%2E059%200%2E001%2C4%2E589%20L0%2E001%2C63%2E409%20C0%2E001%2C65%2E939%202%2E083%2C67%2E997%204%2E641%2C67%2E997%20L77%2E359%2C67%2E997%20C79%2E917%2C67%2E997%2081%2E999%2C65%2E939%2081%2E999%2C63%2E409%20L81%2E999%2C4%2E589%20C81%2E999%2C2%2E059%2079%2E917%2C0%2E001%2077%2E359%2C0%2E001%20ZM77%2E683%2C63%2E409%20C77%2E683%2C63%2E566%2077%2E538%2C63%2E694%2077%2E359%2C63%2E694%20L4%2E641%2C63%2E694%20C4%2E462%2C63%2E694%204%2E317%2C63%2E566%204%2E317%2C63%2E409%20L4%2E317%2C4%2E589%20C4%2E317%2C4%2E432%204%2E462%2C4%2E304%204%2E641%2C4%2E304%20L77%2E359%2C4%2E304%20C77%2E538%2C4%2E304%2077%2E683%2C4%2E432%2077%2E683%2C4%2E589%20L77%2E683%2C63%2E409%20ZM34%2E273%2C25%2E524%20C34%2E273%2C29%2E152%2037%2E234%2C32%2E104%2040%2E872%2C32%2E104%20C44%2E510%2C32%2E104%2047%2E470%2C29%2E152%2047%2E470%2C25%2E524%20C47%2E470%2C21%2E896%2044%2E510%2C18%2E944%2040%2E872%2C18%2E944%20C37%2E234%2C18%2E944%2034%2E273%2C21%2E896%2034%2E273%2C25%2E524%20ZM43%2E155%2C25%2E524%20C43%2E155%2C26%2E779%2042%2E131%2C27%2E800%2040%2E872%2C27%2E800%20C39%2E613%2C27%2E800%2038%2E589%2C26%2E779%2038%2E589%2C25%2E524%20C38%2E589%2C24%2E268%2039%2E613%2C23%2E247%2040%2E872%2C23%2E247%20C42%2E131%2C23%2E247%2043%2E155%2C24%2E268%2043%2E155%2C25%2E524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #e0e0e0; }
  .card-product-preview .card-product-collections .kind-image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-decoration: none; }
  .card-product-preview .card-product-collections .kind-image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .card-product-preview .card-product-collections .kind-text {
    position: relative;
    padding-right: 40px;
    width: 100%; }
  .card-product-preview .card-product-collections .kind-name {
    margin-bottom: 5px; }
  .card-product-preview .card-product-collections .kind-name a {
    font: 400 15px 'Fira Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 1;
    color: #525252;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block; }
  .card-product-preview .card-product-collections .kind-name a:hover {
    color: #424c9a; }
  .card-product-preview .card-product-collections .kind-vendor a {
    text-decoration: none;
    font: 300 15px 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 18px;
    color: rgba(82, 82, 82, 0.5); }
  .card-product-preview .card-product-collections .shop2-product-btn {
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    box-shadow: none;
    transition: all 0.3s;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%); }
  .card-product-preview .card-product-collections .shop2-product-btn:hover.type-2.buy span {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2024%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M21.028%2016.5H8.511c-.45%200-.85-.3-.95-.75L5.006%205.25V5.2L4.206%202H1C.451%202%200%201.55%200%201s.45-1%201.001-1h4.006c.45%200%20.85.3.95.75L6.76%204h16.272c.3%200%20.6.15.75.35.2.25.251.55.2.8l-2.002%2010.5c-.05.5-.45.85-.951.85zm-11.716-2h10.915L21.829%206H7.26l2.053%208.5zM10.364%2022a1.751%201.751%200%2010-1.753-1.75c0%20.966.785%201.75%201.753%201.75zM19.376%2022a1.751%201.751%200%2010-1.753-1.75c0%20.966.785%201.75%201.753%201.75z%22%20fill%3D%22%23424c9a%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .card-product-preview .card-product-collections .shop2-product-btn.type-2 {
    width: auto;
    height: auto; }
  .card-product-preview .card-product-collections .shop2-product-btn.type-2.buy span {
    width: 25px;
    height: 25px;
    font-size: 0;
    transition: all 0.3s;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2024%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M21.028%2016.5H8.511c-.45%200-.85-.3-.95-.75L5.006%205.25V5.2L4.206%202H1C.451%202%200%201.55%200%201s.45-1%201.001-1h4.006c.45%200%20.85.3.95.75L6.76%204h16.272c.3%200%20.6.15.75.35.2.25.251.55.2.8l-2.002%2010.5c-.05.5-.45.85-.951.85zm-11.716-2h10.915L21.829%206H7.26l2.053%208.5zM10.364%2022a1.751%201.751%200%2010-1.753-1.75c0%20.966.785%201.75%201.753%201.75zM19.376%2022a1.751%201.751%200%2010-1.753-1.75c0%20.966.785%201.75%201.753%201.75z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .card-product-preview .card-product-collections [data-action='stop'], .card-product-preview .card-product-collections [data-action='start'] {
    display: none; }
  .card-product-preview .card-product-collections .tns-controls {
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (max-width: 380px) {
      .card-product-preview .card-product-collections .tns-controls {
        display: none; } }
  .card-product-preview .card-product-collections .tns-controls.disabled {
    display: none; }
  .card-product-preview .card-product-collections .tns-controls button {
    cursor: pointer;
    font-size: 0;
    height: 45px;
    width: 45px;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    border: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box; }
  .card-product-preview .card-product-collections .tns-controls button[data-controls='prev'] {
    margin-right: 10px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2225px%22%20%20viewBox%3D%220%200%2015%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20opacity%3D%220.5%22%20d%3D%22M11.9%20-1.12692e-05C12.4%20-1.1313e-05%2012.9%200.199987%2013.3%200.599987C14.1%201.39999%2014.1%202.59999%2013.3%203.39999L4.79999%2011.9L13.3%2020.4C14.1%2021.2%2014.1%2022.4%2013.3%2023.2C12.5%2024%2011.3%2024%2010.5%2023.2L0.599994%2013.3C0.199994%2012.9%20-6.71867e-06%2012.4%20-6.76238e-06%2011.9C-6.80609e-06%2011.4%200.199994%2010.9%200.599993%2010.5L10.5%200.599987C10.9%200.199988%2011.4%20-1.12255e-05%2011.9%20-1.12692e-05Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") 45% 50% no-repeat, #fff;
    background-size: 13px; }
    .card-product-preview .card-product-collections .tns-controls button[data-controls='prev']:hover, .card-product-preview .card-product-collections .tns-controls button[data-controls='prev']:active {
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2225px%22%20%20viewBox%3D%220%200%2015%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20opacity%3D%221%22%20d%3D%22M11.9%20-1.12692e-05C12.4%20-1.1313e-05%2012.9%200.199987%2013.3%200.599987C14.1%201.39999%2014.1%202.59999%2013.3%203.39999L4.79999%2011.9L13.3%2020.4C14.1%2021.2%2014.1%2022.4%2013.3%2023.2C12.5%2024%2011.3%2024%2010.5%2023.2L0.599994%2013.3C0.199994%2012.9%20-6.71867e-06%2012.4%20-6.76238e-06%2011.9C-6.80609e-06%2011.4%200.199994%2010.9%200.599993%2010.5L10.5%200.599987C10.9%200.199988%2011.4%20-1.12255e-05%2011.9%20-1.12692e-05Z%22%20fill%3D%22%23424c9a%22%2F%3E%3C%2Fsvg%3E") 45% 50% no-repeat, #fff;
      border-color: #424c9a;
      background-size: 13px; }
  .card-product-preview .card-product-collections .tns-controls button[data-controls='next'] {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2225px%22%20%20viewBox%3D%220%200%2015%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20opacity%3D%220.5%22%20d%3D%22M2%2023.8003C1.5%2023.8003%201%2023.6003%200.6%2023.2003C-0.2%2022.4003%20-0.2%2021.2003%200.6%2020.4003L9.1%2011.9003L0.6%203.4003C-0.2%202.6003%20-0.2%201.40031%200.6%200.600305C1.4%20-0.199695%202.6%20-0.199695%203.4%200.600305L13.3%2010.5003C13.7%2010.9003%2013.9%2011.4003%2013.9%2011.9003C13.9%2012.4003%2013.7%2012.9003%2013.3%2013.3003L3.4%2023.2003C3%2023.6003%202.5%2023.8003%202%2023.8003Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") 55% 50% no-repeat, #fff;
    background-size: 13px; }
    .card-product-preview .card-product-collections .tns-controls button[data-controls='next']:hover, .card-product-preview .card-product-collections .tns-controls button[data-controls='next']:active {
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2225px%22%20%20viewBox%3D%220%200%2015%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20opacity%3D%221%22%20d%3D%22M2%2023.8003C1.5%2023.8003%201%2023.6003%200.6%2023.2003C-0.2%2022.4003%20-0.2%2021.2003%200.6%2020.4003L9.1%2011.9003L0.6%203.4003C-0.2%202.6003%20-0.2%201.40031%200.6%200.600305C1.4%20-0.199695%202.6%20-0.199695%203.4%200.600305L13.3%2010.5003C13.7%2010.9003%2013.9%2011.4003%2013.9%2011.9003C13.9%2012.4003%2013.7%2012.9003%2013.3%2013.3003L3.4%2023.2003C3%2023.6003%202.5%2023.8003%202%2023.8003Z%22%20fill%3D%22%23424c9a%22%2F%3E%3C%2Fsvg%3E") 55% 50% no-repeat, #fff;
      border-color: #424c9a;
      background-size: 13px; }
  .card-product-preview .card-product-collections .tns-nav {
    text-align: center;
    margin: 5px 0 15px; }
  .card-product-preview .card-product-collections .tns-nav button {
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    border: none;
    outline: none;
    margin: 0 2px;
    border-radius: 250px;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
    box-shadow: none; }
  .card-product-preview .card-product-collections .tns-nav button.tns-nav-active {
    background: none;
    box-shadow: inset 0 0 0 2px #424c9a; }

.last-viewed {
  margin-top: 30px; }
  .last-viewed__title {
    font-size: 30px;
    color: #484848;
    font-weight: 600;
    margin-bottom: 28px;
    margin-top: 0;
    margin-right: 100px; }
  @media (max-width: 767px) {
    .last-viewed__title {
      font-size: 24px;
      margin-right: 0; } }
  .last-viewed__product-list {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (max-width: 1265px) and (min-width: 960px) {
    .last-viewed__product-list {
      margin-right: -12px; } }
  @media (max-width: 499px) {
    .last-viewed__product-list {
      display: block;
      margin-right: 0; } }
  .last-viewed__product-list .shop-product-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(20% - 20px);
    -moz-box-flex: 0;
    -moz-flex: 0 0 calc(20% - 20px);
    -ms-flex: 0 0 calc(20% - 20px);
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 0 0 20px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 1265px) and (min-width: 991px) {
      .last-viewed__product-list .shop-product-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(25% - 12px);
        -moz-box-flex: 0;
        -moz-flex: 0 0 calc(25% - 12px);
        -ms-flex: 0 0 calc(25% - 12px);
        flex: 0 0 calc(25% - 12px);
        width: calc(25% - 12px);
        margin-right: 12px; } }
  @media (max-width: 990px) and (min-width: 960px) {
      .last-viewed__product-list .shop-product-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(25% - 12px);
        -moz-box-flex: 0;
        -moz-flex: 0 0 calc(25% - 12px);
        -ms-flex: 0 0 calc(25% - 12px);
        flex: 0 0 calc(25% - 12px);
        width: calc(25% - 12px);
        margin-right: 12px; } }
  @media (max-width: 959px) and (min-width: 768px) {
      .last-viewed__product-list .shop-product-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(33.332% - 20px);
        -moz-box-flex: 0;
        -moz-flex: 0 0 calc(33.332% - 20px);
        -ms-flex: 0 0 calc(33.332% - 20px);
        flex: 0 0 calc(33.332% - 20px);
        width: calc(33.332% - 20px); } }
  @media (max-width: 767px) and (min-width: 500px) {
      .last-viewed__product-list .shop-product-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - 20px);
        -moz-box-flex: 0;
        -moz-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px); } }
  @media (max-width: 499px) {
      .last-viewed__product-list .shop-product-item {
        -webkit-box-flex: none;
        -webkit-flex: none;
        -moz-box-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0 auto 20px;
        display: block;
        width: 100%; } }
  .last-viewed__product-list .shop-product-item .product-middle-top .product-label {
    display: none; }
  .last-viewed__product-list .shop-product-item .product-image {
    text-align: center;
    margin: 0 0 20px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    position: relative;
    padding-top: 76.5%;
    height: auto !important; }
  .last-viewed__product-list .shop-product-item .product-image a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .last-viewed__product-list .shop-product-item .product-image.no-image {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2261px%22%20height%3D%2251px%22%20%20viewBox%3D%220%200%2061%2051%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d4d2d2%22%20d%3D%22M56.676%2051H4.322C1.938%2051%200%2049.076%200%2046.71v-4.467V4.288C0%201.923%201.937%200%204.32%200h52.354C59.06%200%2061%201.924%2061%204.29v42.42c0%202.366-1.94%204.29-4.324%204.29zM4.322%2049.042h52.354c1.296%200%202.35-1.046%202.35-2.332V28.82c-.043-.03-.093-.047-.132-.086L46.87%2016.804%2022.74%2040.746c-.186.183-.436.286-.698.286-.262%200-.513-.103-.698-.286l-8.728-8.66-10.644%2010.56v4.063c0%201.286%201.054%202.332%202.35%202.332zM56.676%201.958H4.322c-1.296%200-2.35%201.046-2.35%202.33V39.88l9.947-9.87c.184-.184.435-.287.696-.287.262%200%20.513.103.698.287l8.728%208.66%2024.13-23.943c.186-.184.437-.287.698-.287.262%200%20.513.103.698.287l11.458%2011.37V4.29c0-1.286-1.054-2.332-2.35-2.332zm-38.424%2020.26c-3.778%200-6.852-3.05-6.852-6.8%200-3.748%203.074-6.8%206.852-6.8%203.78%200%206.853%203.052%206.853%206.8%200%203.75-3.074%206.8-6.853%206.8zm0-11.64c-2.69%200-4.88%202.17-4.88%204.84s2.19%204.843%204.88%204.843%204.88-2.17%204.88-4.84-2.19-4.843-4.88-4.843z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .last-viewed__product-list .shop-product-item .product-image img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%; }
  .last-viewed__product-list .shop-product-item .product-middle-wr {
    padding: 0 20px; }
  .last-viewed__product-list .shop-product-item .tpl-rating-block {
    margin: 0 0 15px; }
  .last-viewed__product-list .shop-product-item .product-name {
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 12px; }
  .last-viewed__product-list .shop-product-item .product-name a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s; }
    .last-viewed__product-list .shop-product-item .product-name a:hover {
      color: #424c9a;
      border-bottom-color: #424c9a; }
  .last-viewed__product-list .shop-product-item .product-article {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #4d4d4d;
    margin: 0 0 10px; }
  .last-viewed__product-list .shop-product-item .product-article span {
    color: #898989; }
  .last-viewed__product-list .shop-product-item .product-anonce {
    color: #898989;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px; }
  .last-viewed__product-list .shop-product-item .product-bottom {
    padding: 0 20px;
    display: none; }
  .last-viewed__product-list .shop-product-item .shop-product-options-wr {
    display: none; }
  .last-viewed__product-list .shop-product-item .shop-product-options {
    margin: 0 0 10px; }
  .last-viewed__product-list .shop-product-item .shop-product-options > div {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0; }
  .last-viewed__product-list .shop-product-item .shop-product-options .option-title, .last-viewed__product-list .shop-product-item .shop-product-options .option-value {
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .last-viewed__product-list .shop-product-item .shop-product-options .option-title {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 600;
    padding-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 25%; }
  .last-viewed__product-list .shop-product-item .shop-product-options .option-value {
    color: #898989;
    font-size: 13px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%; }
    .last-viewed__product-list .shop-product-item .shop-product-options .option-value a {
      font-weight: 700; }
  .last-viewed__product-list .shop-product-item .shop2-product-actions, .last-viewed__product-list .shop-product-item .shop2-product-actions dl {
    margin: 0; }
  .last-viewed__product-list .shop-product-item .shop2-product-actions dt {
    margin-bottom: 20px; }
  .last-viewed__product-list .shop-product-item .product-amount {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 0 20px; }
  .last-viewed__product-list .shop-product-item .product-amount button {
    display: none; }
  .last-viewed__product-list .shop-product-item .product-amount .shop2-product-amount input[type="text"] {
    margin: 0; }
  .last-viewed__product-list .shop-product-item .product-amount .amount-title {
    min-width: 60px;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    margin-right: 15px; }
  .last-viewed__product-list .shop-product-item .bottom-elements-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-top: 2px solid #f3f3f3;
    padding: 23px 0 0; }
  .last-viewed__product-list .shop-product-item .product-price {
    display: flex;
    flex-direction: column-reverse; }
  .last-viewed__product-list .shop-product-item .shop2-product-btn {
    width: 50px;
    height: 50px;
    padding: 0; }
  .last-viewed__product-list .shop-product-item .shop2-product-btn.type-3.notavailable span, .last-viewed__product-list .shop-product-item .shop2-product-btn.type-3 span {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-position: 50% 50%; }

.venders-inner {
  order: 1;
  margin-right: 35px; }
  @media (max-width: 1460px) {
  .venders-inner {
    margin-right: 5px; } }
  .venders-inner .venders__brends_btn {
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    padding: 13px 25px 14px;
    box-sizing: border-box;
    background: none;
    border-radius: 250px;
    display: inline-block;
    background: #fff; }
  .venders-inner .venders__brends_btn_text {
    font: 700 17px 'Fira Sans', Arial, Helvetica, sans-serif;
    line-height: 1;
    color: #fff;
    transition: all 0.3s;
    color: #424c9a; }
  .venders-inner .venders__brends_btn .icon_bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .venders-inner .venders__brends_btn .gr-svg-icon {
    display: none; }
  @media (max-width: 1000px) {
    .venders-inner .venders__brends_btn {
      padding: 10px; }
      .venders-inner .venders__brends_btn_text {
        color: #525252;
        font: 700 17px 'Fira Sans', Arial, Helvetica, sans-serif;
        line-height: 1; }
      .venders-inner .venders__brends_btn:hover .venders__brends_btn_text {
        background: transparent;
        color: #424c9a; }
      .venders-inner .venders__brends_btn.opened .venders__brends_btn_text {
        color: #424c9a;
        text-decoration: underline; } }
  .venders-inner .categories__brends_btn {
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    background: none;
    border-radius: 250px;
    display: none; }
  @media (max-width: 1000px) {
    .venders-inner .categories__brends_btn {
      padding: 10px;
      display: inline-block; }
      .venders-inner .categories__brends_btn .categories__btn {
        display: inline-block; } }
  .venders-inner .categories__brends_btn.opened button {
    color: #424c9a;
    text-decoration: underline; }
  .venders-inner .categories__brends_btn button {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s;
    color: #525252;
    font: 700 17px 'Fira Sans', Arial, Helvetica, sans-serif;
    line-height: 1; }
  .venders-inner .categories__brends_btn button:hover {
    color: #424c9a; }
  .venders-inner .venders-inner__body {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden; }
  .venders-inner .venders-inner__body.opened {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1000px) {
    .venders-inner .venders-inner__body {
      position: static;
      display: none;
      opacity: 1;
      visibility: visible;
      box-shadow: none; }
      .venders-inner .venders-inner__body.opened {
        display: block; } }
  .venders-inner__nav {
    padding: 20px;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 70vh;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
  @media (max-width: 1000px) {
    .venders-inner__nav {
      height: 100%;
      overflow: hidden;
      padding: 0; } }
  .venders-inner__nav::-webkit-scrollbar {
    width: 10px; }
  .venders-inner__nav::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .venders-inner__nav::-webkit-scrollbar-thumb {
    background: #888; }
  .venders-inner__nav::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .venders-inner .venders_tabs__inner {
    padding: 20px 0; }
  @media (max-width: 499px) {
      .venders-inner .venders_tabs__inner {
        padding-top: 10px; } }
  .venders-inner .venders_tabs_btns {
    display: flex;
    flex-wrap: wrap; }
  @media (max-width: 1000px) {
      .venders-inner .venders_tabs_btns {
        justify-content: space-between; } }
  .venders-inner .venders_tabs_btns__vend_lang {
    margin: 0 10px 10px 0;
    width: 20%; }
  @media (max-width: 1000px) {
        .venders-inner .venders_tabs_btns__vend_lang {
          width: 45%;
          margin: 0 0 10px 0; } }
  .venders-inner .venders_tabs_btns__vend_lang.active button {
    background: none;
    box-shadow: inset 0 0 0 1px #424c9a;
    color: #424c9a;
    pointer-events: none; }
  .venders-inner .venders_tabs_btns__vend_lang button {
    width: 100%; }
  .venders-inner .venders_tabs__body {
    padding: 0;
    margin: 0;
    list-style: none; }
  .venders-inner .venders_tabs__body .vend_lang {
    display: none; }
  .venders-inner .venders_tabs__body .vend_lang.active {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
  .venders-inner .venders_tabs__body .vend_lang a {
    text-decoration: none;
    transition: all 0.3s; }
  .venders-inner .venders_tabs__body .vend_lang > li {
    width: calc(20% - 20px);
    margin: 15px 10px; }
    @media (max-width: 1000px) {
        .venders-inner .venders_tabs__body .vend_lang > li {
          width: calc(100% - 20px); } }
    .venders-inner .venders_tabs__body .vend_lang > li > a {
      font: 600 18px 'Fira Sans', Arial, Helvetica, sans-serif;
      line-height: 25px;
      color: #424c9a; }
    .venders-inner .venders_tabs__body .vend_lang > li > a:hover {
      color: rgba(66, 76, 154, 0.9); }
  .venders-inner .venders_tabs__body .vend_lang ul {
    padding: 0;
    list-style: none;
    text-align: left; }
    .venders-inner .venders_tabs__body .vend_lang ul li {
      padding: 6px 0; }
    .venders-inner .venders_tabs__body .vend_lang ul a {
      font: 300 16px 'Roboto', Arial, Helvetica, sans-serif;
      line-height: 1;
      color: #525252; }
    .venders-inner .venders_tabs__body .vend_lang ul a:hover {
      color: #424c9a; }

.shop2-vendor-folders {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px 0;
  width: 100%; }
  @media (max-width: 680px) {
  .shop2-vendor-folders {
    margin-bottom: 20px; } }
  .shop2-vendor-folders > li {
    padding: 0 5px; }
  .shop2-vendor-folders li {
    display: inline-block;
    vertical-align: top; }
  .shop2-vendor-folders li.flexMenu-viewMore {
    position: relative; }
  .shop2-vendor-folders li.flexMenu-viewMore a {
    text-decoration: none; }
  .shop2-vendor-folders .flexMenu-popup {
    z-index: 200;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    display: none;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 220px;
    right: 50%;
    margin-top: 10px; }
  @media (max-width: 480px) {
    .shop2-vendor-folders .flexMenu-popup {
      width: 160px;
      transform: translateX(15%); } }
  .shop2-vendor-folders .flexMenu-popup li {
    padding-bottom: 5px; }
  .shop2-vendor-folders a {
    text-decoration: underline;
    transition: all 0.3s ease;
    font-size: 16px; }
  .shop2-vendor-folders a:hover {
    text-decoration: none; }
  @media (max-width: 480px) {
    .shop2-vendor-folders a {
      font-size: 14px; } }

.site-logo span {
  display: inline-block; }
