@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Core variables and mixins */
/* Reset and dependencies */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.glide{position:relative;width:100%;box-sizing:border-box}
.glide *{box-sizing:inherit}
.glide__track{overflow:hidden}
.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}
.glide__slides--dragging{user-select:none}
.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}
.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}
.glide__arrows{-webkit-touch-callout:none;user-select:none}
.glide__bullets{-webkit-touch-callout:none;user-select:none}
.glide--rtl{direction:rtl}
@font-face {
    font-family: 'fontello';
    src: url('/static/semyanich/assets/fontello.Bc_oNAP3.eot?62676158');
    src: url('/static/semyanich/assets/fontello.Bc_oNAP3.eot?62676158#iefix') format('embedded-opentype'),
    url('/static/semyanich/assets/fontello.Bi4mTH-D.woff2?62676158') format('woff2'),
    url('/static/semyanich/assets/fontello.DvRWl4QL.woff?62676158') format('woff'),
    url('/static/semyanich/assets/fontello.D8z1Vgc9.ttf?62676158') format('truetype'),
    url('/static/semyanich/assets/fontello.BBCp8Owj.svg?62676158#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?62676158#fontello') format('svg');
  }
}
*/
/* purgecss ignore */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-block:before {
    content: '\e800';
}
/* '' */
.icon-ok:before {
    content: '\e801';
}
/* '' */
.icon-doc:before {
    content: '\e802';
}
/* '' */
.icon-help-circled:before {
    content: '\e803';
}
/* '' */
.icon-sitemap:before {
    content: '\f0e8';
}
/* '' */
.icon-spinner:before {
    content: '\f110';
}
/* '' */
.icon-info:before {
    content: '\f129';
}
/* '' */
.icon-sliders:before {
    content: '\f1de';
}
/* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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: bold;
}
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 {
  color: inherit;
  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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Core CSS */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}
.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* Components */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
/* Components w/ JavaScript11 */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* Utility classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ubuntu-300 - latin_cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-300.k-C-YZDb.woff2") format("woff2"), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-300.DwCgKEmF.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* ubuntu-300italic - latin_cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-300italic.Ca-UwJl1.woff2") format("woff2"), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-300italic.CUBNtNZs.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* ubuntu-regular - latin_cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-regular.DK3ZFjiT.woff2") format("woff2"), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-regular.CP-7wUag.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* ubuntu-italic - latin_cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-italic.vAWYNPfy.woff2") format("woff2"), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-italic.D_YolxsM.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* ubuntu-500 - latin_cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-500.4eC9Gcz5.woff2") format("woff2"), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-500.7dyndpsM.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* ubuntu-500italic - latin_cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-500italic.BQXB7cWW.woff2") format("woff2"), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-500italic.Cf0lnbPQ.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* ubuntu-700 - latin_cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-700.CNErFCN5.woff2") format("woff2"), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-700.BtWRLGIi.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* ubuntu-700italic - latin_cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-700italic.Dj9AeMz3.woff2") format("woff2"), url("/static/semyanich/assets/ubuntu-v15-latin_cyrillic-700italic.T1PnPH3x.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
/* FONTS RULES */
/* Z-INDEX LAYERS  */
@keyframes loader-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grow-in {
  0% {
    height: 0;
  }
  100% {
    height: initial;
  }
}
@keyframes horizontal-grow-in {
  0% {
    width: 0;
  }
  100% {
    width: initial;
  }
}
/* VUE TRANSITIONS */
.fade-enter-active {
  animation: fade-in 0.2s;
}
.fade-leave-active {
  animation: fade-in 0.2s reverse;
}
.grow-enter-active {
  overflow: hidden;
  animation: grow-in 0.4s;
}
.grow-leave-active {
  overflow: hidden;
  animation: grow-in 0.4s reverse;
}
.horizontal-grow-enter {
  width: 100px;
  position: absolute;
  right: 10px;
}
.horizontal-grow-enter-active {
  transition: all 0.1s;
  position: absolute;
  right: 10px;
}
.horizontal-grow-enter-to {
  width: calc(100% - 20px);
  position: absolute;
  right: 10px;
}
/*  CLEAR BOOTSTRAP DEFAULT STYLES
----------------------------------*/
.panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.form-control {
  box-shadow: none;
}
.radio label, .checkbox label {
  padding-left: 0;
}
.breadcrumb > li + li:before {
  content: "—";
  color: var(--ds-color-primary);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
}
.alert-dismissable,
.alert-dismissible {
  margin: 15px 0;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: inherit;
  background: none;
  border: none;
  font-size: 2em;
}
.alert-danger {
  background-color: #fff;
  border-color: #ebccd1;
  color: #ff5151;
  border-left: 3px solid;
}
.alert-danger li {
  color: #000;
}
/* =BOOTSTRAP FIXES */
.container-fluid {
  max-width: 1290px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters {
  padding-right: 0;
  padding-left: 0;
}
.no-gutters-xs {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .no-gutters-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .no-gutters-sm {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .no-gutters-sm {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .no-gutters-md {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .no-gutters-md {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .no-gutters-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
.no-margin {
  margin: 0;
}
.align-center {
  float: none;
  margin: 0 auto;
}
.cf::before,
.cf::after {
  content: ""; /* 1 */
  display: table; /* 2 */
}
.cf::after {
  clear: both;
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
.search-ico.marketing-event {
  --color: var(--ds-color-neutral);
}
.bookmarks-ico--product {
  fill: var(--color-2);
  stroke: var(--color);
}
.contacts-message-ico {
  stroke: var(--color);
  fill: var(--color-2);
}
.voting-thumb {
  fill: var(--color);
  stroke: var(--color-2);
}
.question-squared {
  color: var(--color);
}
.new-star {
  fill: var(--color);
  stroke: var(--color-2);
}
/*  BUTTONS
--------------------------*/
.btn {
  display: inline-block;
  font-size: 1rem;
  line-height: 38px;
  font-weight: 500;
  padding: 0 15px;
  text-align: center;
  border: 1px solid var(--ds-color-primary);
  border-radius: 10px;
  cursor: pointer;
}
.btn:focus, .btn:active, .btn:active:hover, .btn:active:focus {
  outline: none;
  box-shadow: none;
}
.btn.disabled,
.btn [disabled] {
  opacity: 0.75;
  pointer-events: none;
}
.btn-sm {
  font-size: 0.75rem;
  line-height: 26px;
  font-weight: 400;
  padding: 0 7px;
}
@media (min-width: 992px) {
  .btn-sm {
    font-size: 0.875rem;
    padding: 0 10px;
  }
}
.btn-md {
  padding: 0 30px;
}
.btn-long,
.btn-file {
  display: block;
  width: 100%;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.btn-default {
  color: #FFF;
  background-color: var(--ds-color-primary);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover, .btn-default:active:focus {
  color: #FFF;
  background-color: var(--ds-color-primary-hover);
  border-color: var(--ds-color-primary-hover);
}
.btn-white {
  color: var(--ds-color-primary);
  background-color: var(--ds-color-white);
  border-color: var(--ds-color-white);
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:active:hover, .btn-white:active:focus {
  box-shadow: 0px 4px 20px rgba(116, 185, 8, 0.7);
}
.btn-grey {
  color: var(--ds-color-white);
  background-color: var(--ds-color-neutral);
  border-color: var(--ds-color-neutral);
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey:active:hover, .btn-grey:active:focus {
  opacity: 0.7;
}
.btn-grey-filled {
  color: #000000;
  background-color: var(--ds-color-background);
  border-color: var(--ds-color-background);
}
.btn-grey-filled:hover, .btn-grey-filled:focus, .btn-grey-filled:active, .btn-grey-filled:active:hover, .btn-grey-filled:active:focus {
  background-color: var(--ds-color-primary);
  color: #FFFFFF;
  color: var(--ds-color-white);
}
.btn-primary {
  color: var(--ds-color-primary);
  background-color: #FFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
  color: #FFF;
  background-color: var(--ds-color-primary);
  border-color: var(--ds-color-primary);
}
.btn-secondary {
  color: var(--ds-color-accent-active);
  background-color: #FFF;
  border-color: var(--ds-color-accent-active);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:hover, .btn-secondary:active:focus {
  color: var(--ds-color-accent-active);
}
.btn-inverted {
  color: #FFF;
  background-color: var(--ds-color-primary);
  border-color: #FFF;
}
.btn-inverted:hover, .btn-inverted:focus, .btn-inverted:active, .btn-inverted:active:hover, .btn-inverted:active:focus {
  color: var(--ds-color-primary);
  background-color: #FFF;
}
.btn-advanced {
  color: #FFF;
  background-color: var(--ds-color-black);
  border-color: var(--ds-color-black);
}
.btn-advanced:hover, .btn-advanced:focus, .btn-advanced:active, .btn-advanced:active:hover, .btn-advanced:active:focus {
  color: #FFF;
  background-color: var(--ds-color-neutral);
  border-color: var(--ds-color-neutral);
}
.btn-clean {
  color: var(--ds-color-neutral);
  background-color: #FFF;
  border-color: var(--ds-color-neutral);
}
.btn-clean:hover, .btn-clean:focus, .btn-clean:active, .btn-clean:active:hover, .btn-clean:active:focus {
  color: var(--ds-color-neutral);
}
.btn-text {
  color: var(--ds-color-neutral);
  background: none;
  padding: 0;
  border: none;
}
.btn-text:hover, .btn-text:focus, .btn-text:active, .btn-text:active:hover, .btn-text:active:focus {
  color: var(--ds-color-black);
}
.btn-no-events {
  pointer-events: none;
}
.btn-text-nowrap {
  white-space: nowrap;
}
/* BUTTONS GROUP */
.buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.buttons-wrapper .reply {
  min-width: 110px;
}
.buttons-wrapper svg {
  width: 11px;
  height: 11px;
  --color: var(--ds-color-neutral);
}
.buttons-wrapper .send-button {
  display: flex;
  gap: 4px;
  align-items: center;
}
.buttons-wrapper .send-button:hover svg {
  --color: var(--ds-color-black);
}
/* PLUS-MINUS COUNTER WIDGET
-----------------------------*/
.counter__widget {
  font-size: 0;
}
.counter__widget .input-number {
  vertical-align: middle;
  line-height: 25px;
  width: 30px;
  padding: 0;
  font-size: 1rem;
  background-color: transparent;
  border: none;
  text-align: center;
  cursor: default;
}
.counter__widget .btn-number {
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  background-color: #f7f7f7;
  border: 1px solid #E5E5E5;
}
.counter__widget .btn-number:hover {
  background-color: #E3F1CD;
  border: 1px solid var(--ds-color-primary);
}
.counter__widget .btn-number:active {
  background-color: var(--ds-color-primary);
}
.counter__widget .btn-number:disabled:hover, .counter__widget .btn-number:disabled:focus, .counter__widget .btn-number:disabled:active {
  background-color: #f7f7f7;
  border: 1px solid #E5E5E5;
}
.counter__widget .btn-number i::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
}
.counter__widget .btn-number i.minus::before {
  background: url("/static/semyanich/assets/minus-symbol--gray.BDOCqbCw.svg") no-repeat center center;
}
.counter__widget .btn-number i.plus::before {
  background: url("/static/semyanich/assets/plus-symbol--gray.jwIfVYul.svg") no-repeat center center;
}
/* TRANSITIONS */
.btn,
button,
input,
label a {
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
}
/* STANDARD TITLES CLASSES */
.title-xl,
.title-lg,
.title-md,
.title-sm,
.title-xs {
  display: block;
  flex-grow: 1;
  line-height: 1.2;
  font-weight: 500;
}
.title-xl a:hover,
.title-lg a:hover,
.title-md a:hover,
.title-sm a:hover,
.title-xs a:hover {
  color: inherit;
}
.title-xl {
  font-size: 1.5625rem;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .title-xl {
    font-size: 1.875rem;
  }
}
.title-lg {
  font-size: 1.25rem;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .title-lg {
    font-size: 1.5625rem;
  }
}
.title-md {
  margin: 10px 0;
  font-size: 1.125rem;
}
.title-sm {
  margin: 7px 0;
  font-size: 1rem;
  font-weight: 700;
}
.title-xs {
  margin: 7px 0;
  font-size: 0.875rem;
  font-weight: 700;
}
.title-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  line-height: 61px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #FFF;
  background-color: var(--ds-color-primary);
  border-bottom: 1px solid #EDEDED;
  z-index: 1250;
}
.title-mobile-overlay .btn-close {
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--ds-color-primary);
}
.title-mobile-overlay .btn-close svg {
  --color: var(--ds-color-white);
}
/* STANDARD TITLES TAGS */
h1, h2, h3, h4, h5, h6 {
  flex-grow: 1;
  line-height: 1.2;
}
h1 {
  font-size: 1.5625rem;
  font-weight: 500;
}
h1.title {
  margin: 20px 0;
}
@media (min-width: 992px) {
  h1 {
    font-size: 1.875rem;
  }
}
h2 {
  font-size: 1.25rem;
  font-weight: 500;
}
h2.title {
  margin: 15px 0;
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.5625rem;
  }
}
h3 {
  font-size: 1.125rem;
  font-weight: 500;
}
h3.title {
  margin: 10px 0;
}
h4 {
  font-size: 1rem;
  font-weight: 700;
}
h4.title {
  margin: 7px 0;
}
h5, h6 {
  font-size: 0.875rem;
  font-weight: 700;
}
h5.title, h6.title {
  margin: 7px 0;
}
/* STANDARD TITLES CONTAINERS
for compose in one line title + button or something else */
.title-container,
.title-container-xl,
.title-container-lg,
.title-container-md,
.title-container-sm,
.title-container-xs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.title-container-xl .title-xl,
.title-container-xl .title-lg,
.title-container-xl .title-md,
.title-container-xl .title-sm,
.title-container-xl .title-xs,
.title-container-xl h1,
.title-container-xl h2,
.title-container-xl h3,
.title-container-xl h4,
.title-container-xl h5,
.title-container-xl h6,
.title-container-lg .title-xl,
.title-container-lg .title-lg,
.title-container-lg .title-md,
.title-container-lg .title-sm,
.title-container-lg .title-xs,
.title-container-lg h1,
.title-container-lg h2,
.title-container-lg h3,
.title-container-lg h4,
.title-container-lg h5,
.title-container-lg h6,
.title-container-md .title-xl,
.title-container-md .title-lg,
.title-container-md .title-md,
.title-container-md .title-sm,
.title-container-md .title-xs,
.title-container-md h1,
.title-container-md h2,
.title-container-md h3,
.title-container-md h4,
.title-container-md h5,
.title-container-md h6,
.title-container-sm .title-xl,
.title-container-sm .title-lg,
.title-container-sm .title-md,
.title-container-sm .title-sm,
.title-container-sm .title-xs,
.title-container-sm h1,
.title-container-sm h2,
.title-container-sm h3,
.title-container-sm h4,
.title-container-sm h5,
.title-container-sm h6,
.title-container-xs .title-xl,
.title-container-xs .title-lg,
.title-container-xs .title-md,
.title-container-xs .title-sm,
.title-container-xs .title-xs,
.title-container-xs h1,
.title-container-xs h2,
.title-container-xs h3,
.title-container-xs h4,
.title-container-xs h5,
.title-container-xs h6 {
  margin: 0;
  padding-right: 10px;
}
.title-container-xl {
  margin: 12px 0 24px 0;
}
.title-container-lg {
  margin: 15px 0;
}
.title-container-md {
  margin: 10px 0;
}
.title-container-sm,
.title-container-xs {
  margin: 7px 0;
}
/* THE TOOLTIPS
-----------------------------> */
/* tooltips design */
[data-tooltip] {
  position: relative;
}
[data-tooltip]::before, [data-tooltip]::after {
  display: none;
  position: absolute;
  opacity: 0;
  user-select: none;
  pointer-events: none;
}
[data-tooltip]::before {
  content: "";
  z-index: 701;
  border: 10px solid transparent;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  z-index: 700;
  padding: 6px;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: left;
  color: #3A3A3A;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  /* tooltip bubble size */
  min-width: 3rem;
  max-width: 21rem;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* tooltips appearance */
[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
  display: block;
}
/* don't show empty tooltips */
[data-tooltip=""]::before,
[data-tooltip=""]::after {
  display: none !important;
}
/* POSITION IN SPACE */
/* top position */
[data-tooltip]:not([data-tipflow])::before,
[data-tooltip][data-tipflow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #404040;
}
[data-tooltip]:not([data-tipflow])::after,
[data-tooltip][data-tipflow^=up]::after {
  bottom: calc(100% + 10px);
  text-align: center;
}
[data-tooltip]:not([data-tipflow])::before,
[data-tooltip]:not([data-tipflow])::after,
[data-tooltip][data-tipflow^=up]::before,
[data-tooltip][data-tipflow^=up]::after {
  left: 50%;
  transform: translate(-50%, -15px);
}
/* bottom position */
[data-tooltip][data-tipflow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
[data-tooltip][data-tipflow^=down]::after {
  top: calc(100% + 10px);
  text-align: center;
}
[data-tooltip][data-tipflow^=down]::before,
[data-tooltip][data-tipflow^=down]::after {
  left: 50%;
  transform: translate(-50%, 15px);
}
/* bottom position */
[data-tooltip][data-tipflow^=down-left]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
[data-tooltip][data-tipflow^=down-left]::after {
  top: calc(100% + 10px);
  text-align: center;
}
[data-tooltip][data-tipflow^=down-left]::before,
[data-tooltip][data-tipflow^=down-left]::after {
  left: -50%;
  transform: translate(-50%, 15px);
}
@media (min-width: 992px) {
  [data-tooltip][data-tipflow^=down-left]::before,
  [data-tooltip][data-tipflow^=down-left]::after {
    left: -100%;
  }
}
/* left position */
[data-tooltip][data-tipflow^=left]::before {
  top: 50%;
  border: 4px solid transparent;
  border-right-width: 0;
  border-left-color: #fff;
  left: calc(0rem - 10px);
  transform: translate(-15px, -50%);
}
[data-tooltip][data-tipflow^=left]::after {
  top: 50%;
  right: calc(100% + 10px);
  transform: translate(-15px, -50%);
}
/* right position */
[data-tooltip][data-tipflow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #404040;
  right: calc(0rem - 10px);
  transform: translate(15px, -50%);
}
[data-tooltip][data-tipflow^=right]::after {
  top: 50%;
  left: calc(100% + 10px);
  transform: translate(15px, -50%);
}
/* animations */
@keyframes tooltips-up {
  to {
    opacity: 0.8;
    transform: translate(-50%, -7px);
  }
}
@keyframes tooltips-down {
  to {
    opacity: 0.8;
    transform: translate(-50%, 7px);
  }
}
@keyframes tooltips-left {
  to {
    opacity: 0.8;
    transform: translate(-7px, -50%);
  }
}
@keyframes tooltips-right {
  to {
    opacity: 0.8;
    transform: translate(7px, -50%);
  }
}
[data-tooltip]:not([data-tipflow]):hover::before,
[data-tooltip]:not([data-tipflow]):hover::after,
[data-tooltip][data-tipflow^=up]:hover::before,
[data-tooltip][data-tipflow^=up]:hover::after {
  animation: tooltips-up 250ms ease-out forwards;
}
[data-tooltip][data-tipflow^=down]:hover::before,
[data-tooltip][data-tipflow^=down]:hover::after {
  animation: tooltips-down 250ms ease-out forwards;
}
[data-tooltip][data-tipflow^=left]:hover::before,
[data-tooltip][data-tipflow^=left]:hover::after {
  animation: tooltips-left 250ms ease-out forwards;
}
[data-tooltip][data-tipflow^=right]:hover::before,
[data-tooltip][data-tipflow^=right]:hover::after {
  animation: tooltips-right 250ms ease-out forwards;
}
@keyframes loader-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grow-in {
  0% {
    height: 0;
  }
  100% {
    height: initial;
  }
}
@keyframes horizontal-grow-in {
  0% {
    width: 0;
  }
  100% {
    width: initial;
  }
}
/* VUE TRANSITIONS */
.fade-enter-active {
  animation: fade-in 0.2s;
}
.fade-leave-active {
  animation: fade-in 0.2s reverse;
}
.grow-enter-active {
  overflow: hidden;
  animation: grow-in 0.4s;
}
.grow-leave-active {
  overflow: hidden;
  animation: grow-in 0.4s reverse;
}
.horizontal-grow-enter {
  width: 100px;
  position: absolute;
  right: 10px;
}
.horizontal-grow-enter-active {
  transition: all 0.1s;
  position: absolute;
  right: 10px;
}
.horizontal-grow-enter-to {
  width: calc(100% - 20px);
  position: absolute;
  right: 10px;
}
/*  INPUTS
---------------------------*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
  /* reset */
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
textarea {
  resize: vertical;
}
label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}
label span {
  vertical-align: middle;
}
.form-control {
  height: 40px;
  border-radius: 3px;
  border-color: #e5e5e5;
  font-weight: 400;
}
.form-control--no-border {
  border: none;
}
.form-control:focus {
  box-shadow: 0 0 7px #E3F1CD;
  border-color: var(--ds-color-primary);
  outline: 0 none;
}
.email-wrap {
  position: relative;
}
.email-wrap .icon-spinner {
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #999;
}
/* CHECK-STYLER */
input[type=checkbox],
input[type=radio] {
  width: 0;
  height: 0;
  visibility: hidden;
}
.pseudo-checkbox,
.pseudo-radio {
  display: inline-block;
  height: 25px;
  width: 25px;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}
.pseudo-checkbox {
  background: url("/static/semyanich/assets/checkbox__unchecked.CEFF3tVY.svg") center center no-repeat;
}
input:checked + .pseudo-checkbox {
  background: url("/static/semyanich/assets/checkbox__checked.B7c69Jma.svg") center center no-repeat;
}
input:disabled + .pseudo-checkbox,
input:checked:disabled + .pseudo-checkbox {
  opacity: 0.5;
  cursor: default;
}
input.dark + .pseudo-checkbox {
  background: url("/static/semyanich/assets/checkbox__unchecked--dark.BsV6azfs.svg") center center no-repeat;
}
input.dark:checked + .pseudo-checkbox {
  background: url("/static/semyanich/assets/checkbox__checked--dark.Bve_u8k2.svg") center center no-repeat;
}
.pseudo-radio {
  background: url("/static/semyanich/assets/radio__unchecked.Rv89slXD.svg") center center no-repeat;
}
.pseudo-radio_small {
  background: url("/static/semyanich/assets/radio__unchecked.Rv89slXD.svg") center center no-repeat;
}
input:checked + .pseudo-radio {
  background: url("/static/semyanich/assets/radio__checked.BoJTi2Ol.svg") center center no-repeat;
}
input:disabled + .pseudo-radio,
input:checked:disabled + .pseudo-radio {
  opacity: 0.5;
  cursor: default;
}
.fileinput-images__limit {
  font-size: 0.75rem;
  color: #BFBFBF;
}
.fileinput-images__container label {
  margin: 0;
}
[type=submit][disabled],
[type=submit].temp-disabled,
[type=submit].disabled {
  opacity: 0.75;
  background-color: #999;
  border-color: #999;
  pointer-events: none;
}
@font-face {
  font-family: "Password";
  src: url("//db.onlinewebfonts.com/t/51b459eae74df5b00ba922028ccb20be.eot");
  src: url("//db.onlinewebfonts.com/t/51b459eae74df5b00ba922028ccb20be.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/51b459eae74df5b00ba922028ccb20be.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/51b459eae74df5b00ba922028ccb20be.woff") format("woff"), url("//db.onlinewebfonts.com/t/51b459eae74df5b00ba922028ccb20be.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/51b459eae74df5b00ba922028ccb20be.svg#Password") format("svg");
}
.field-autocomplete__list {
  position: absolute;
  width: 100%;
  top: calc(100% + 3px);
  font-size: 0.875rem;
  border-top: none;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: none;
}
.field-autocomplete__list.visible {
  display: block;
}
.field-autocomplete__item {
  cursor: pointer;
  padding: 6px 12px;
  border-bottom: 1px solid #E5E5E5;
  text-align: left;
}
.field-autocomplete__item.hover, .field-autocomplete__item:focus, .field-autocomplete__item:hover {
  background: #E3F1CD;
}
.input,
.textarea {
  padding: 10px 15px;
  border: 1px solid var(--ds-color-neutral);
}
.input_round,
.textarea_round {
  border-radius: 10px;
}
.input_large,
.textarea_large {
  width: 100%;
}
.input_grey,
.textarea_grey {
  background-color: #F3F3F3;
  border: none;
}
.textarea_resize-none {
  resize: none;
}
.delete-image-events img {
  pointer-events: none;
}
.protective-layer-container {
  position: relative;
}
.protective-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
@media (max-width: 768px) {
  .detail-product__carousel .protective-layer {
    opacity: 0.05;
    background: black;
  }
}
@media (min-width: 992px) {
  .detail-product__carousel .protective-layer {
    opacity: 0.05;
    background: black;
    border-radius: 10px;
  }
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
/* Контейнер страницы users/affiliate */
.borderless {
  padding: 0;
}
@media (min-width: 992px) {
  .borderless {
    padding: 0 15px;
  }
}
.ds-main-content-container {
  width: 100%;
  max-width: 1260px;
}
@media (max-width: 1280px) {
  .ds-main-content-container {
    padding: 0 15px;
  }
}
.ds-container_primary {
  border-radius: 30px;
  color: var(--ds-color-white);
  background: var(--ds-color-gradient-main);
}
.ds-container_gray {
  border-radius: 10px;
  background: var(--ds-color-background);
}
.ds-container_inactive {
  border-radius: 10px;
  background: var(--ds-color-inactive);
}
.ds-container_white {
  border-radius: 10px;
  background: var(--ds-color-white);
}
.ds-container_error {
  background: var(--ds-color-error-background);
  color: var(--ds-color-accent);
  border-radius: 10px;
}
.ds-container_scrollbar {
  padding-right: 7px;
  overflow-y: auto;
}
.ds-container_scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #E5E5E5;
}
.ds-container_scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #74B908;
}
.ds-container_scrollbar::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #E5E5E5;
}
.ds-carousel .glide__arrow, .ds-carousel .swiper-button {
  display: none;
}
@media (min-width: 992px) {
  .ds-carousel .glide__arrow, .ds-carousel .swiper-button {
    display: initial;
    opacity: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .ds-carousel .glide__arrow_show, .ds-carousel .swiper-button_show {
    opacity: 1;
  }
}
.ds-carousel .swiper-button {
  top: calc(50% + 23px);
}
.ds-carousel .swiper-button::after {
  content: none;
}
.ds-carousel .glide__arrow--right, .ds-carousel .swiper-button-next {
  background: url("/static/semyanich/assets/arrow_right.Bb0TsLtM.svg");
  transform: translateY(-50%);
  right: -12px;
}
.ds-carousel .glide__arrow--right:hover, .ds-carousel .swiper-button-next:hover {
  background: url("/static/semyanich/assets/arrow_right_green.fGtvh-Jb.svg");
}
.ds-carousel .glide__arrow--left, .ds-carousel .swiper-button-prev {
  background: url("/static/semyanich/assets/arrow_right.Bb0TsLtM.svg");
  transform: translateY(-50%) scaleX(-1);
  left: -12px;
}
.ds-carousel .glide__arrow--left:hover, .ds-carousel .swiper-button-prev:hover {
  background: url("/static/semyanich/assets/arrow_right_green.fGtvh-Jb.svg");
}
.ds-carousel:hover .glide__arrow, .ds-carousel:hover .swiper-button {
  opacity: 1;
}
@media (min-width: 576px) {
  .ds-carousel[data-trig-count="1"] .glide__arrow, .ds-carousel[data-trig-count="2"] .glide__arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .ds-carousel[data-trig-count="1"] .glide__arrow, .ds-carousel[data-trig-count="2"] .glide__arrow, .ds-carousel[data-trig-count="3"] .glide__arrow {
    display: none;
  }
}
@media (min-width: 992px) {
  .ds-carousel[data-trig-count="1"] .glide__arrow, .ds-carousel[data-trig-count="2"] .glide__arrow, .ds-carousel[data-trig-count="3"] .glide__arrow, .ds-carousel[data-trig-count="4"] .glide__arrow {
    display: none;
  }
}
.ds-carousel .glide__slides {
  padding: 10px 0;
}
.ds-carousel__item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.ds-carousel__item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 0 2px #74b908;
}
.ds-glide__bullets, .swiper-pagination {
  --swiper-pagination-bottom: -20px;
  height: 8px;
  font-size: 0;
}
.ds-glide__bullets .glide__bullet, .ds-glide__bullets .swiper-pagination-bullet, .swiper-pagination .glide__bullet, .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--ds-color-neutral);
  height: 8px;
  width: 8px;
  border-radius: 10px;
  margin: 0 2px;
  padding: 2px;
}
.ds-glide__bullets .glide__bullet--active, .ds-glide__bullets .glide__bullet-active, .ds-glide__bullets .swiper-pagination-bullet--active, .ds-glide__bullets .swiper-pagination-bullet-active, .swiper-pagination .glide__bullet--active, .swiper-pagination .glide__bullet-active, .swiper-pagination .swiper-pagination-bullet--active, .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: var(--ds-color-primary);
}
@media (max-width: 768px) {
  .ds-glide__bullets, .swiper-pagination {
    display: none;
  }
}
.ds-glide__bullets-item {
  transition: all 0.3s;
  background-color: #eee;
}
.ds-glide__bullets-item.active {
  width: 18px;
}
.glide__track_mr {
  margin-right: -15px;
}
@media (min-width: 992px) {
  .glide__track_mr {
    margin-right: 0;
  }
}
.glide__track_m {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .glide__track_m {
    margin: 0;
  }
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
.sch-input__container {
  position: relative;
}
.sch-input {
  width: 100%;
  font-size: 0.875rem;
  background-color: var(--ds-color-white);
  border: none;
  border-radius: 10px;
  padding: 0 15px;
  height: 36px;
  position: relative;
}
.sch-input_gray {
  background: var(--ds-color-background);
}
.sch-input_error {
  background: var(--ds-color-error-background);
}
.sch-input_centred {
  text-align: center;
}
.sch-input_disabled::placeholder {
  color: var(--ds-color-inactive);
  opacity: 1;
}
.sch-input__description_error {
  color: var(--ds-color-accent-active);
}
.ds-loader {
  position: absolute;
  display: inline-block;
  background: inherit;
  top: 7.5px;
  right: 9.5px;
  left: auto;
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
/* FONTS RULES */
/* Z-INDEX LAYERS  */
.select-input__error input {
  background-color: var(--ds-color-error-background);
}
.select-input__error .select__description {
  color: var(--ds-color-accent-active);
}
.select-input__wrapper {
  position: relative;
  z-index: 10;
}
.select-input__wrapper.select-input__open {
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.select-input__wrapper.select-input__open input {
  background: var(--ds-color-white) !important;
  border-radius: 10px 10px 0 0;
}
.select-input__wrapper.select-input__open input::placeholder {
  color: #000000;
  font-weight: 500;
}
.select-input__wrapper.select-input__open .select-input__arrow {
  transform: rotate(180deg);
}
.select-input__wrapper.select-input__open .select-input__dropdown {
  display: block;
}
.select-input__wrapper.select-input__open .help-block {
  display: none;
}
.select-input,
.select-input__arrow {
  z-index: 1;
}
.select-input {
  width: 100%;
  font-size: 14px;
  background-color: var(--ds-color-background);
  border: none;
  border-radius: 10px;
  padding: 0 30px 0 15px;
  height: 35px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.select-input__arrow {
  position: absolute;
  --color: var(--ds-color-neutral);
  top: 5px;
  right: 5px;
  width: 30px;
  height: 26px;
  padding: 10px;
  pointer-events: none;
  transition: transform 0.3s;
}
.select-input__dropdown {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 15px 0;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  margin: 0;
  color: #000;
}
.select-input__dropdown-item {
  list-style-type: none;
  padding: 0 0 15px 0;
  margin: 0;
  cursor: pointer;
}
.select-input__dropdown-item:focus, .select-input__dropdown-item:active, .select-input__dropdown-item:hover {
  color: var(--ds-color-primary);
}
.select-input__dropdown-item:first-child {
  border-top: 1px solid var(--ds-color-background);
  padding-top: 15px;
}
.description_error {
  color: var(--ds-color-accent-active);
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
/* FONTS RULES */
/* Z-INDEX LAYERS  */
.sch-textarea__container {
  width: 100%;
}
.sch-textarea {
  width: 100%;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  resize: none;
  background: var(--ds-color-background);
}
.sch-textarea.sch-textarea_responsive.sch-textarea_empty {
  height: 36px;
  overflow: hidden;
  padding-top: 7px;
}
.sch-textarea__error {
  background: var(--ds-color-error-background);
}
.sch-textarea__description_error {
  color: var(--ds-color-accent-active);
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
.upload-files__container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0 15px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .upload-files__container {
    flex-direction: row;
  }
}
.upload-files__container input[type=file] {
  display: none;
}
.upload-file_container {
  margin-bottom: 30px;
}
.upload-file__title {
  display: block;
  margin-bottom: 15px;
}
.upload-file__button-group {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 15px;
}
@media (min-width: 992px) {
  .upload-file__button-group {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.upload-file__label {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
.upload-file__button {
  color: #FFFFFF;
  font-size: 1rem;
  background-color: #959595;
  border-radius: 10px;
  margin: 0 10px 10px 0;
  padding: 5px 30px 8px;
  font-weight: 400;
  white-space: nowrap;
}
.upload-file__button:hover {
  opacity: 0.7;
}
.upload-file__button span {
  line-height: 1;
  padding-left: 23px;
  position: relative;
}
.upload-file__button span:after {
  content: "";
  background: url("/static/semyanich/assets/link.CLi0ROrt.svg") center no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
}
.upload-file__button_flat {
  background: none;
  color: black;
  height: unset;
  padding: 0;
}
.upload-file__button_flat span:after {
  background: url("/static/semyanich/assets/link-black.BmFrigmy.svg") center no-repeat;
}
.upload-files__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 7px;
}
.upload-files__title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.upload-file__error {
  color: #FF6A24;
}
.upload-files__previews {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  border-radius: 3px;
}
.upload-files__previews-item {
  display: flex;
  align-items: center;
  padding: 0 20px 0 35px;
  height: 35px;
  width: 170px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.upload-files__previews-item.no-image:before {
  content: "";
  background: url("/static/semyanich/assets/file.Bi-QQRMy.svg") center no-repeat;
  position: absolute;
  height: 26px;
  width: 26px;
  left: 0;
}
.upload-files__description {
  display: flex;
  align-items: start;
  height: 30px;
  margin: 0 10px 10px 0;
}
@media (min-width: 992px) {
  .upload-files__description {
    align-items: center;
  }
}
.upload-files__previews-name {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
  font-weight: 400;
  font-size: 14px;
  width: 110px;
  color: #74B908;
  overflow: hidden;
}
.upload-files__previews-item-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  right: 3px;
  height: 9px;
  width: 9px;
  border-radius: 17px;
  background-color: white;
  cursor: pointer;
  color: #B1B1B1;
}
.skeleton-item {
  position: relative;
  overflow: hidden;
  background-color: var(--ds-color-inactive);
}
.skeleton-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, var(--ds-color-inactive) 0 50%, var(--ds-color-background) 60%, var(--ds-color-inactive) 70% 100%);
  animation: shimmer 2s infinite;
  content: "";
}
.skeleton-item_border-radius-10 {
  border-radius: 10px;
}
.skeleton-item_border-radius-circle {
  border-radius: 50%;
}
.skeleton-container {
  position: relative;
  overflow: hidden;
  background-color: var(--ds-color-background);
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.ds-modal-close-button {
  padding: 10px;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: -6px;
}
.ds-modal-close-button svg {
  --color: var(--ds-color-neutral);
  width: 15px;
  height: 15px;
}
@media (min-width: 992px) {
  .ds-modal-close-button {
    top: 6px;
    right: 10px;
  }
  .ds-modal-close-button svg {
    width: 15px;
    height: 15px;
  }
}
.ds-tooltip {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--ds-color-neutral);
}
.ds-tooltip svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  --color: var(--ds-color-neutral);
}
.ds-tooltip .ds-text-7 {
  line-height: 13px;
}
input[type=checkbox],
input[type=radio] {
  width: 0;
  height: 0;
  display: none;
}
.ds-checkbox,
.ds-radio {
  display: inline-block;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  border: 1px solid var(--ds-color-neutral);
}
.ds-checkbox {
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-checkbox svg {
  position: absolute;
  width: 10px;
  height: 6px;
  --color: var(--ds-color-white);
}
.ds-radio {
  border-radius: 10px;
}
.ds-radio svg {
  display: none;
}
input:checked + .ds-checkbox {
  background: var(--ds-color-primary);
  border-color: var(--ds-color-primary);
}
input:checked + .ds-radio {
  background: var(--ds-color-white);
  border-color: var(--ds-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
input:checked + .ds-radio::after {
  content: "";
  background: var(--ds-color-primary);
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 10px;
}
.ds-boolean-label + .disabled {
  cursor: default;
}
.ds-boolean-label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ds-boolean-label:hover {
  color: var(--ds-hover-text);
}
.ds-boolean-label:hover .ds-checkbox, .ds-boolean-label:hover .ds-radio {
  border-color: var(--ds-color-hover-neutral);
}
.ds-boolean-label:hover input:checked + .ds-radio,
.ds-boolean-label:hover input:checked + .ds-checkbox {
  border-color: var(--ds-color-primary-hover);
}
.ds-boolean-label:hover input:checked + .ds-checkbox {
  background: var(--ds-color-primary-hover);
}
.ds-boolean-label:hover input:checked + .ds-radio::after {
  background: var(--ds-color-primary-hover);
}
.ds-boolean-label input:disabled + .ds-checkbox,
.ds-boolean-label input:disabled + .ds-radio {
  border-color: var(--ds-color-inactive);
}
.ds-boolean-label input:checked:disabled + .ds-checkbox,
.ds-boolean-label input:checked:disabled + .ds-radio {
  border-color: var(--ds-color-green-inactive);
}
.ds-boolean-label input:checked:disabled + .ds-checkbox {
  background: var(--ds-color-green-inactive);
}
.ds-boolean-label input:checked:disabled + .ds-radio::after {
  background: var(--ds-color-green-inactive);
}
.ds-boolean-label.disabled {
  color: var(--ds-color-inactive);
}
.ds-switch__container {
  user-select: none;
}
.ds-switch__container + .disabled {
  cursor: default;
}
.ds-switch__container:hover .ds-switch:not(checked) + .ds-switch-label:before {
  background-color: #B2B2B2;
}
.ds-switch__container.disabled .ds-switch:not(checked) + .ds-switch-label:before {
  background-color: #E4E4E4;
}
.ds-switch__container:hover span {
  color: #656565;
}
.ds-switch__container:hover .ds-switch:checked + .ds-switch-label:before {
  background-color: #87D014;
}
.ds-switch__container.disabled .ds-switch:checked + .ds-switch-label:before {
  background-color: #CAF08F;
}
.ds-switch__container.disabled span {
  color: #E4E4E4;
}
.ds-switch {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
  position: absolute;
  opacity: 0;
}
.ds-switch + .ds-switch-label {
  position: relative;
  padding: 0 0 0 60px;
  margin: 0;
  display: block;
}
.ds-switch + .ds-switch-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 49px;
  height: 24px;
  border-radius: 13px;
  border-color: var(--ds-color-neutral);
  box-shadow: var(--ds-color-neutral) 0px 0px 0px 0px inset;
  background-color: var(--ds-color-neutral);
}
.ds-switch + .ds-switch-label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.ds-switch:checked + .ds-switch-label:before {
  background-color: #74B908;
  border-color: #74B908;
}
.ds-switch:checked + .ds-switch-label:after {
  left: 27px;
}
.ds-link-button {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--ds-color-neutral);
  transition: all 0.3s;
}
.ds-link-button svg {
  transform: rotate(-90deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  --color: var(--ds-color-neutral);
}
.ds-link-button:hover svg {
  --color: #74B908;
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
/* FONTS RULES */
/* Z-INDEX LAYERS  */
.navigation {
  display: none;
}
@media (min-width: 992px) {
  .navigation {
    display: flex;
    transition: all 0.2s ease-in-out;
    background: var(--ds-color-inactive);
    align-items: center;
    justify-content: center;
    height: 35px;
  }
}
.navigation .navigation__container {
  display: flex;
  justify-content: space-between;
}
.navigation .navigation__links {
  display: flex;
  align-items: center;
  position: relative;
}
.navigation .burger-button svg {
  width: 12px;
  height: 9px;
}
.navigation .navigation-link {
  margin-right: 30px;
}
.navigation .navigation__socials {
  display: flex;
  gap: 10px;
}
.navigation .navigation__social-link {
  display: inline-block;
  --color: var(--ds-color-neutral);
}
.navigation .navigation__social-link_size {
  height: 22px;
  width: 24px;
}
.navigation .navigation__social-link:hover {
  --color: var(--ds-color-primary);
}
.navigation .navigation__social-link svg {
  height: 100%;
  width: 100%;
}
.navigation.marketing-event {
  background: var(--four-twenty-primary);
}
.navigation.marketing-event .navigation-link {
  color: var(--ds-color-white);
}
.navigation.marketing-event .navigation-link:hover {
  color: var(--ds-color-primary);
}
.navigation.marketing-event .navigation-dropdown__icon {
  --color: var(--ds-color-white);
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
/* FONTS RULES */
/* Z-INDEX LAYERS  */
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
/* FONTS RULES */
/* Z-INDEX LAYERS  */
.navigation {
  display: none;
}
@media (min-width: 992px) {
  .navigation {
    display: flex;
    transition: all 0.2s ease-in-out;
    background: var(--ds-color-inactive);
    align-items: center;
    justify-content: center;
    height: 35px;
  }
}
.navigation .navigation__container {
  display: flex;
  justify-content: space-between;
}
.navigation .navigation__links {
  display: flex;
  align-items: center;
  position: relative;
}
.navigation .burger-button svg {
  width: 12px;
  height: 9px;
}
.navigation .navigation-link {
  margin-right: 30px;
}
.navigation .navigation__socials {
  display: flex;
  gap: 10px;
}
.navigation .navigation__social-link {
  display: inline-block;
  --color: var(--ds-color-neutral);
}
.navigation .navigation__social-link_size {
  height: 22px;
  width: 24px;
}
.navigation .navigation__social-link:hover {
  --color: var(--ds-color-primary);
}
.navigation .navigation__social-link svg {
  height: 100%;
  width: 100%;
}
.navigation.marketing-event {
  background: var(--four-twenty-primary);
}
.navigation.marketing-event .navigation-link {
  color: var(--ds-color-white);
}
.navigation.marketing-event .navigation-link:hover {
  color: var(--ds-color-primary);
}
.navigation.marketing-event .navigation-dropdown__icon {
  --color: var(--ds-color-white);
}
.topline {
  height: 64px;
  background: var(--ds-color-white);
  transition: top 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 201;
}
.topline .ds-main-content-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.topline #logo {
  height: 37px;
  width: 102px;
}
@media (min-width: 992px) {
  .topline #logo {
    height: 53px;
    width: 135px;
  }
}
.topline #user-button {
  display: none;
}
.topline #burger-button {
  display: flex;
}
@media (min-width: 992px) {
  .topline {
    box-shadow: none;
  }
  .topline #user-button {
    display: flex;
  }
  .topline #burger-button {
    display: none;
  }
  .topline #logo {
    height: 53px;
    width: 135px;
  }
  .topline #search-button {
    display: none;
  }
  .topline .ds-main-content-container {
    gap: 45px;
  }
}
.topline__mobile-menu,
.topline__mobile-search {
  width: 22px;
}
@media (min-width: 992px) {
  .topline__mobile-menu,
  .topline__mobile-search {
    display: none;
  }
}
.topline__icon {
  display: flex;
  --color: var(--ds-color-black);
}
.topline__icon:hover {
  --color: var(--ds-color-primary);
}
.topline__link {
  display: flex;
}
.topline__link_relative {
  position: relative;
}
.toopline__basket-link {
  margin-right: 0;
}
@media (min-width: 992px) {
  .toopline__basket-link {
    margin-right: 28px;
  }
}
.topline__buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 141px;
}
@media (min-width: 992px) {
  .topline__buttons {
    min-width: auto;
    gap: 30px;
  }
  .topline__buttons .vue-mobile-search {
    display: none;
  }
}
.topline__buttons .topline__btn {
  position: relative;
}
.topline__buttons .vue-mobile-search,
.topline__buttons .vue-sch-link,
.topline__buttons .bookmarks-topline-wrapper,
.topline__buttons .basket-topline-wrapper,
.topline__buttons .vue-basket-button-topline {
  min-height: 22px;
  position: relative;
}
.topline__buttons .vue-mobile-search,
.topline__buttons .vue-sch-link {
  min-width: 22px;
}
.topline__buttons .vue-basket-button-topline,
.topline__buttons .basket-topline-wrapper {
  min-width: 30px;
}
.vue-desktop-search {
  display: none;
}
@media (min-width: 992px) {
  .vue-desktop-search {
    display: block;
  }
}
.topline__btn-count,
.topline__overlay-item-count {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: var(--ds-color-white);
  background-color: var(--ds-color-primary);
}
.topline.marketing-event #logo {
  height: 25px;
  width: 80px;
}
@media (min-width: 992px) {
  .topline.marketing-event #logo {
    height: 43px;
    width: 138px;
  }
}
.topline.four-twenty {
  background: var(--four-twenty-secondary);
}
.four-twenty .topline__icon {
  --color: var(--ds-color-white);
}
.four-twenty .topline__icon:hover {
  --color: var(--ds-color-primary);
}
.four-twenty .topline__btn-count,
.four-twenty .topline__overlay-item-count {
  color: var(--ds-color-black);
}
.four-twenty .mobile-button__line {
  background-color: var(--ds-color-white);
}
.four-twenty .header-search__input {
  background: var(--four-twenty-primary);
}
.four-twenty .search-input__submit svg {
  --color: var(--ds-color-white);
}
.four-twenty .header-search__group_active .header-search__input, .four-twenty .search-input__form__active.shown .header-search__input {
  background: #F5F5F5;
}
.four-twenty .header-search__group_active .search-input__submit svg, .four-twenty .search-input__form__active.shown .search-input__submit svg {
  --color: var(--ds-color-neutral);
}
.four-twenty .basket-topline__icons svg {
  --color: var(--ds-color-white);
}
.four-twenty .basket-topline__icons a {
  color: var(--ds-color-white);
}
.four-twenty .basket-dropown_open svg {
  --color:var(--ds-color-primary);
}
.four-twenty .basket-dropown_open a {
  color: var(--ds-color-primary);
}
.vue-desktop-search {
  width: 100%;
}
.mobile-menu-button {
  vertical-align: middle;
  display: inline-block;
  padding: 6px 0 0;
  cursor: pointer;
  width: 24px;
}
.mobile-button__line {
  width: 20px;
  height: 2px;
  background-color: var(--ds-color-black);
  margin-bottom: 4px;
  transition: transform 0.1s ease-out, width 0.1s ease-out;
}
.mobile-button__line_white {
  background-color: white;
}
.header-search__input {
  height: 38px;
  padding: 6px 75px 6px 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  background: #F5F5F5;
  border: 1px solid transparent;
  transition: none;
}
.header-search__input:focus {
  outline: 0 none;
}
.search-input__clear-field-container {
  position: absolute;
  top: 0;
  right: 42px;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
@media (min-width: 992px) {
  .search-input__clear-field-container {
    right: 48px;
  }
}
.search-input__clear-field-container .search-input__dividing-line {
  height: calc(100% - 23px);
  width: 1px;
  background-color: var(--ds-color-inactive);
}
.search-input__clear-field-container__visible {
  opacity: 1;
  visibility: visible;
}
.search-input__clear-field {
  height: 100%;
  width: auto;
  border: none;
  padding: 0 11px;
  letter-spacing: 1px;
  background: transparent;
  display: flex;
  align-items: center;
}
.search-input__clear-field svg {
  height: 10px;
  width: 10px;
}
@media (min-width: 992px) {
  .search-input__clear-field {
    padding: 0 16px;
    display: block;
  }
}
.search-input__submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  padding: 0 16px 0 11px;
  margin: 0;
  border: none;
  letter-spacing: 1px;
  background: transparent;
  border-radius: 10px;
}
.search-input__submit:hover, .search-input__submit:focus {
  background: transparent;
}
.search-input__submit svg {
  height: 16px;
  width: 16px;
  fill: var(--ds-color-black);
  --color: var(--ds-color-neutral);
}
@media screen and (min-width: 992px) {
  .search-input__submit {
    padding: 0 16px;
  }
}
.search-input__container {
  flex-grow: 1;
  position: relative;
}
.close-ico-search {
  --color: var(--ds-color-neutral);
}
.header__container {
  position: sticky;
  top: 0;
  z-index: 201;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .header__container {
    flex-direction: column;
  }
  .header__container.scrolled {
    transform: translateY(calc(-100% + 110px));
  }
}
.header {
  background: var(--ds-color-primary);
  display: none;
  justify-content: center;
  transition: top 0.1s ease-in-out;
  height: 50px;
}
.header .ds-main-content-container {
  position: relative;
  height: 100%;
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header {
    display: flex;
  }
}
.header__section, .header-dropdown {
  height: 100%;
  display: flex;
  align-items: center;
}
.dropown-open {
  background: var(--ds-color-primary-hover);
}
.dropown-open svg {
  transform: rotate(180deg);
}
.header__button {
  display: flex;
  align-items: center;
  color: var(--ds-color-white);
  transition: all 0.3s;
  height: 100%;
  padding: 0 15px;
  gap: 10px;
}
.header__button:hover {
  color: var(--ds-color-white);
  background: var(--ds-color-primary-hover);
}
.header__button .arrow-header-ico {
  height: 5px;
  width: 7px;
}
#sort-button {
  border-right: 1px solid var(--ds-color-primary-hover);
  border-left: 1px solid var(--ds-color-primary-hover);
}
.header.new-year {
  background: url("/static/semyanich/assets/header_new-year.MMd71wQz.png");
  background-size: 100%;
  background-color: green;
}
.header.four-twenty {
  background: url("/static/semyanich/assets/header_four-twenty.BXCoE8Ev.png");
  background-size: 100%;
}
.header.four-twenty .header__button:hover {
  background: rgba(0, 0, 0, 0.3);
}
.header.four-twenty .header__button_dropdown:hover {
  background: none;
}
.header.four-twenty .dropown-open {
  background: rgba(0, 0, 0, 0.3);
}
.header-dropdown-content {
  position: absolute;
  border-radius: 0 0 10px 10px;
  z-index: 200;
  padding: 20px 20px 30px;
  width: 100%;
  top: 50px;
  left: 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.header__button_dropdown svg {
  width: 7px;
  height: 5px;
  --color: var(--ds-color-white);
}
.header-dropdown_wrapper {
  height: 100%;
}
.category-link {
  color: var(--ds-color-neutral);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}
.category-link:hover, .category-link:active {
  color: var(--ds-color-primary);
}
.category-link:hover svg, .category-link:active svg {
  --color: var(--ds-color-primary);
}
.category-link__svg {
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  margin-top: 1px;
  --color: var(--ds-color-neutral);
}
.header__button_without-js svg {
  width: 7px;
  height: 5px;
}
.desktop-static-footer {
  display: none;
}
@media (min-width: 992px) {
  .desktop-static-footer {
    display: flex;
  }
}
.mobile-static-footer {
  display: block;
}
@media (min-width: 992px) {
  .mobile-static-footer {
    display: none;
  }
}
footer {
  background-color: var(--ds-color-background);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__subscription {
  width: 100%;
  margin-top: 25px;
}
.footer__wrapper {
  width: 100%;
  max-width: 1410px;
  padding: 60px 60px;
}
.footer__wrapper-items {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.footer__wrapper-item {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__wrapper-item_bigger {
  width: 20%;
  margin-bottom: 6.5px;
}
.footer__links {
  padding: 0 15px;
  width: 100%;
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}
.footer__link svg {
  height: 24px;
  width: 24px;
  --color: var(--ds-color-neutral);
}
.footer__link:hover svg, .footer__link:active svg {
  --color: var(--ds-color-primary);
}
.footer__imageless-links {
  display: flex;
  gap: 15px;
}
.footer__sections {
  margin-top: 30px;
  width: 100%;
}
.footer__footer-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
@media (max-width: 992px) {
  .footer__footer-wrapper {
    margin: 48px 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px;
    width: 100%;
    padding: 0 15px;
    height: 120px;
  }
}
.footer__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 120px;
  padding: 0 15px;
  padding-top: 15px;
  opacity: 0.5;
  width: 100%;
}
.constant-link {
  color: var(--ds-color-neutral);
}
.constant-link a {
  color: var(--ds-color-primary);
  text-decoration: underline;
}
@media (max-width: 992px) {
  .constant-link a {
    text-decoration: none;
  }
}
@media (max-width: 992px) {
  .constant-link {
    width: 180px;
    line-height: 22px;
  }
}
.footer__footer-desktop {
  display: flex;
  align-items: center;
  opacity: 0.5;
  margin-bottom: 13px;
}
@media (max-width: 1130px) {
  .footer__footer-desktop .ds-text-7 {
    font-size: 0.75rem;
  }
}
.footer__wrapper .footer__wrapper-subscription {
  width: 24%;
  height: unset;
}
.footer__age-link-desktop {
  padding-right: 8px;
  margin-right: 8px;
  border: 1px solid var(--ds-color-neutral);
  border-width: 0 1px 0 0;
}
.footer-section__links {
  padding: 10px 15px 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-section__line {
  height: 1px;
  width: 100%;
  background: var(--ds-color-neutral);
  margin-top: 8px;
  margin-bottom: 16px;
  border: 0;
}
.footer-section__social-links {
  display: flex;
  gap: 10px;
  flex: 1 1 auto;
}
.footer-section {
  display: flex;
  flex-direction: column;
}
.footer-section a {
  margin-bottom: 5px;
}
.footer-section__title {
  font-size: 1rem;
  line-height: 24px;
}
.static-footer__icon-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.static-footer__icon-link svg {
  height: 24px;
  width: 24px;
  --color: #959595;
}
.static-footer__icon-link:hover svg, .static-footer__icon-link:active svg {
  --color: var(--ds-color-primary);
}
.static-footer__subscription {
  width: 100%;
  padding: 0 15px 25px 15px;
  margin-top: 25px;
}
.static-footer__subscription input {
  margin-top: 15px;
  width: 100%;
}
.static-footer__subscription button {
  height: 40px;
  width: 100%;
  margin-top: 10px;
  background: var(--ds-color-neutral);
  border-color: transparent;
}
.static-footer__subscription button:hover, .static-footer__subscription button:focus, .static-footer__subscription button:active, .static-footer__subscription button:active:hover, .static-footer__subscription button:active:focus {
  cursor: default;
  background: var(--ds-color-neutral);
  border-color: transparent;
}
@media (min-width: 992px) {
  .static-footer__subscription {
    padding: 0;
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }
}
.static-footer__accordion {
  height: 40px;
  width: 100%;
  border: solid #959595;
  border-width: 1px 0 0;
}
.static-footer__accordion:last-child {
  border-width: 1px 0;
}
.static-footer__accordion-button {
  height: 100%;
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  padding: 0 15px;
}
.static-footer__accordion-button svg {
  height: 12px;
  width: 12px;
}
.static-accordion__arrow {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  --color: var(--ds-color-black);
}
/*	=REDEFINITIONS
------------------------------> */
.menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__item {
  flex-grow: 1;
  font-size: 0.875rem;
  text-align: center;
}
.menu__item .dropdown-menu {
  min-width: 260px;
  top: 110%;
  opacity: 0;
}
.menu__item:hover .dropdown-menu {
  display: block;
  animation: smooth-appearance 200ms ease-out forwards;
}
.menu__item:hover .dropdown-caret {
  transform: rotate(-180deg);
}
.menu__link {
  display: block;
  color: #000;
  transition: color 0.1s ease-out;
}
.menu__link:not(span):hover, .menu__link:not(span):focus, .menu__link:not(span):active, .menu__link:not(span):active:focus {
  color: var(--ds-color-primary);
}
.dropdown-caret {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 4px;
  background: url("/static/semyanich/assets/arrow-down--black-thin.BQ1pOaqg.svg") no-repeat center center;
  transition: transform 0.15s ease-out;
}
.winter-holidays .dropdown-caret {
  background: url("/static/semyanich/assets/arrow-down--black-thin-new-year.CP4viPLI.svg") no-repeat center center;
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-width: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
}
.dropdown-menu .dropdown-header,
.dropdown-menu li {
  padding: 0;
  border-bottom: 1px solid var(--ds-color-background);
  line-height: 40px;
}
.dropdown-menu .dropdown-header a,
.dropdown-menu .dropdown-header button,
.dropdown-menu li a,
.dropdown-menu li button {
  position: relative;
  width: 100%;
  line-height: inherit;
  padding: 0 15px;
  border: none;
  border-left: 0 solid var(--ds-color-primary);
  text-align: left;
  background: inherit;
  transition: border-left 0.15s ease-out, background-color 0.15s ease-out;
}
.dropdown-menu .dropdown-header a:hover,
.dropdown-menu .dropdown-header button:hover,
.dropdown-menu li a:hover,
.dropdown-menu li button:hover {
  background-color: #F7F7F7;
  border-left: 4px solid var(--ds-color-primary);
}
.dropdown-menu .dropdown-header a::after,
.dropdown-menu .dropdown-header button::after,
.dropdown-menu li a::after,
.dropdown-menu li button::after {
  content: "";
  height: 30px;
  width: 7px;
  position: absolute;
  margin-top: -15px;
  top: 50%;
  right: 15px;
  background: url("/static/semyanich/assets/arrow-right--gray.DHz00V8q.svg") no-repeat center center;
}
.dropdown-menu .dropdown-header span,
.dropdown-menu li span {
  display: block;
  width: 100%;
  line-height: 40px;
  padding: 0 15px;
  border-left: 1px solid var(--ds-color-background);
  border-right: 1px solid var(--ds-color-background);
  text-align: left;
  background: inherit;
  font-weight: bold;
}
.dropdown-menu .dropdown-header {
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dropdown-menu .dropdown-header a {
  color: var(--ds-color-primary);
  font-weight: 600;
}
.dropdown-menu .dropdown-header a:hover {
  color: var(--ds-color-primary);
}
.dropdown-menu .dropdown-empty-separator {
  color: #c1c1c1;
  line-height: 38px;
  padding: 10px 15px 0;
}
.dropdown-menu .dropdown-menu__item {
  border-bottom: 1px solid #E5E5E5;
}
.dropdown-menu .dropdown-menu__link {
  position: relative;
  line-height: 36px;
  padding: 0 30px 0 15px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.dropdown-menu .dropdown-menu__link:hover {
  color: #000;
}
/* =animations */
@keyframes smooth-appearance {
  to {
    opacity: 1;
    top: 100%;
  }
}
/*	=REDEFINITIONS
<------------------------------ */
/* SEARCH
-----------------------------*/
/*	=GLIDE SLIDER
------------------------------ */
.glide {
  position: relative;
  transition: opacity 0.3s ease-out;
  /*&:hover {
      .glide__arrow,
      .glide__bullets {
          opacity: 1;
      }
  }*/
}
.glide img {
  font-size: 0;
}
.glide__slides {
  margin-bottom: 0;
}
.glide__slide {
  position: relative;
}
.glide__arrow {
  position: absolute;
  top: calc(100% - 8px);
  transform: translateY(-100%);
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: opacity 0.3s ease-out, border-color 0.3s ease-out;
  /*@media (min-width: 992px) {
      opacity: 0;
  }*/
}
.glide__arrow--left {
  left: -1px;
  background: url("/static/semyanich/assets/arrow-left--green.D1ObNO5w.svg") no-repeat 47% center;
  background-size: 8px 15px;
}
@media (min-width: 576px) {
  .glide__arrow--left {
    border: 1px solid var(--ds-color-background);
    border-radius: 0 5px 5px 0;
  }
}
.glide__arrow--right {
  right: -1px;
  background: url("/static/semyanich/assets/arrow-right--green.Cx1SwLAq.svg") no-repeat 53% center;
  background-size: 8px 15px;
}
@media (min-width: 576px) {
  .glide__arrow--right {
    border: 1px solid var(--ds-color-background);
    border-radius: 5px 0 0 5px;
  }
}
.glide__arrow:hover {
  border-color: var(--ds-color-primary);
}
@media (min-width: 576px) {
  .glide__arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 45px;
    background-color: #FFF;
  }
  .glide__arrow--no-border {
    width: 10px;
    border: none;
    background-color: transparent;
    background-size: 100% auto;
  }
}
.glide__bullets {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /*opacity: 1;
  transition: opacity .3s ease-out;*/
}
@media (min-width: 992px) {
  .glide__bullets {
    padding: 0 6px 5px;
    border-radius: 5px 5px 0 0;
  }
}
.glide__bullet {
  display: inline-block;
  padding: 4px;
  margin: 15px 3px;
  background: #E5E5E5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}
.glide__bullet:hover {
  background-color: var(--ds-color-neutral);
}
.glide__bullet.glide__bullet--active {
  background-color: var(--ds-color-primary);
}
.glide__bullet.glide__bullet--active:hover {
  background-color: var(--ds-color-primary);
}
@media (min-width: 992px) {
  .glide__bullet {
    padding: 6px;
    margin: 5px 3px;
  }
}
/* = PAGE-NAV PANEL
----------------------------->*/
.pagenav__container {
  text-align: center;
}
.pagenav__container_new .pagination {
  margin: 24px 0;
}
.pagenav__container_new .pagination > li > a,
.pagenav__container_new .pagination > li > span {
  min-width: 25px;
  padding: 3px 0;
  margin: 0 6px;
  font-size: 0.8125rem;
  border-radius: 25px;
}
@media (min-width: 992px) {
  .pagenav__container_new .pagination > li > a,
  .pagenav__container_new .pagination > li > span {
    min-width: 30px;
    font-size: 0.875rem;
    margin: 0 12px;
    padding: 5px 0;
  }
}
.pagenav__container_new .pagination > li:first-child > a,
.pagenav__container_new .pagination > li:first-child > span {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  margin-right: 25px;
}
@media (min-width: 992px) {
  .pagenav__container_new .pagination > li:first-child > a,
  .pagenav__container_new .pagination > li:first-child > span {
    margin-right: 36px;
  }
}
.pagenav__container_new .pagination > li:last-child > a,
.pagenav__container_new .pagination > li:last-child > span {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  margin-left: 25px;
}
@media (min-width: 992px) {
  .pagenav__container_new .pagination > li:last-child > a,
  .pagenav__container_new .pagination > li:last-child > span {
    margin-left: 36px;
  }
}
.pagenav__container_new .pagination > .active > a,
.pagenav__container_new .pagination > .active > a:hover,
.pagenav__container_new .pagination > .active > a:focus,
.pagenav__container_new .pagination > .active > span,
.pagenav__container_new .pagination > .active > span:hover,
.pagenav__container_new .pagination > .active > span:focus {
  color: #FFF;
  background-color: #74B908;
  z-index: 10;
}
.pagination > li > a,
.pagination > li > span {
  min-width: 32px;
  padding: 6px 0;
  margin: 0;
  font-size: 0.9375rem;
  color: #000;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #000;
  background-color: #E3F1CD;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #000;
  background-color: #e5e5e5;
  z-index: 10;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
}
.pagenav__loadmore {
  display: block;
}
/* COMPARE AND BOOKMARKS BUTTONS
---------------------------- */
.bookmarks__link,
.compare__link {
  position: absolute;
  padding: 15px 15px 10px;
  top: 0px;
  right: 1px;
  font-size: 0;
  color: #000;
  z-index: 110;
}
.bookmarks__link svg,
.compare__link svg {
  width: 20px;
  height: 20px;
  transition: transform 0.15s ease-out;
}
.bookmarks__link:hover,
.compare__link:hover {
  color: #000;
}
.bookmarks__link:hover svg,
.compare__link:hover svg {
  transform: scale(1.1);
}
.bookmarks__link.was_added,
.compare__link.was_added {
  color: var(--ds-color-primary);
}
.bookmarks__link.was_added svg,
.compare__link.was_added svg {
  --color: var(--ds-color-primary);
  --color-2: var(--ds-color-primary);
  transform: scale(1);
}
.bookmarks__link span,
.compare__link span {
  display: none;
  font-size: 0.875rem;
}
.bookmarks__link {
  fill: none;
  stroke: none;
}
.bookmarks__link svg {
  --color: #B7B7B7;
  --color-2: none;
}
.bookmarks__link:hover svg {
  --color: none;
  --color-2: var(--ds-color-primary);
}
.compare__link {
  padding: 10px 15px 15px;
  top: 46px;
}
.compare__link svg {
  --color: #B7B7B7;
}
.compare__link.was_added svg {
  --color: var(--ds-color-primary);
}
.action-buttons .bookmarks__remove,
.action-buttons .compare__remove {
  padding: 15px 15px 10px;
  line-height: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  --color: #999;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 150;
}
.action-buttons .bookmarks__remove svg,
.action-buttons .compare__remove svg {
  width: 20px;
  height: 20px;
}
.action-buttons .bookmarks__remove i,
.action-buttons .compare__remove i {
  color: #999;
}
.action-buttons .bookmarks__remove span,
.action-buttons .compare__remove span {
  display: none;
}
.action-buttons .compare__remove, .action-buttons .bookmarks__remove {
  top: 8px;
  right: 10px;
  padding: 0;
}
@media (min-width: 992px) {
  .list-style .bookmarks__remove {
    top: 20px;
    right: 25px;
  }
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
/*  RATING STYLES
----------------------------------*/
.js-rating.very-small .rating__empty-line {
  width: 65px;
  height: 11px;
}
.js-rating.small .rating__empty-line {
  width: 80px;
  height: 13.5px;
}
.js-rating.small .rating__lines-wrap .rating__empty-line {
  width: 100%;
  height: 5px;
}
.js-rating.middle .rating__empty-line {
  width: 124px;
  height: 21px;
}
.js-rating.large .rating__empty-line {
  width: 154px;
  height: 26px;
}
.js-rating.selectable .rating__stars-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2px;
}
.js-rating.selectable .stars {
  cursor: pointer;
  background: url("/static/semyanich/assets/new-star-empty.DUkG4C8F.svg") no-repeat left center;
  background-size: cover;
}
.js-rating.selectable .stars.filled,
.js-rating.selectable .stars.filled ~ .stars,
.js-rating.selectable .stars:hover,
.js-rating.selectable .stars:hover ~ .stars {
  background: url("/static/semyanich/assets/new-star.y0mcUpyt.svg") no-repeat left center;
  background-size: cover;
}
.js-rating.selectable .rating__filled-line {
  display: none;
}
.js-rating.gray .stars {
  background: url("/static/semyanich/assets/new-star-gray.DXh0UHTw.svg") repeat-x;
}
.js-rating.selectable.small .stars {
  width: 14px;
  height: 13px;
}
.js-rating.selectable.middle .stars {
  width: 24px;
  height: 21px;
}
.js-rating.selectable.large .stars {
  width: 30px;
  height: 26px;
}
.rating__stars-wrap {
  position: relative;
  display: inline-block;
}
.rating__stars-wrap .rating__empty-line {
  background: url("/static/semyanich/assets/new-star-empty.DUkG4C8F.svg") repeat-x;
}
.rating__stars-wrap .rating__filled-line {
  background: url("/static/semyanich/assets/new-star.y0mcUpyt.svg") repeat-x;
}
.black .rating__filled-line {
  background: url("/static/semyanich/assets/new-star-black.CDp_J30s.svg") repeat-x;
}
.rating__lines-wrap {
  position: relative;
  display: inline-block;
  bottom: 5px;
}
.rating__lines-wrap .rating__empty-line {
  background: var(--ds-color-inactive);
  border-radius: 10px;
}
.rating__lines-wrap .rating__filled-line {
  background: #FFD335;
  border-radius: 10px;
}
.rating__filled-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.rating__count {
  line-height: 100%;
  font-size: 1rem;
  color: var(--ds-color-neutral);
}
/* USER-VOTING */
.user-voting__wrap {
  text-align: right;
}
.user-voting__container {
  display: inline-block;
  line-height: 32px;
  font-size: 0;
  border-radius: 3px;
}
.user-voting__value,
.user-voting__link svg {
  vertical-align: middle;
  height: 27px;
}
.user-voting__value {
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
  min-width: 18px;
  margin: 0 8px 0 13px;
  position: relative;
  top: 1px;
}
.user-voting__value.positive {
  color: var(--ds-color-primary);
}
.user-voting__value.negative {
  color: #D60D32;
}
.user-voting__link {
  cursor: pointer;
}
.user-voting__link.active.thumb-up, .user-voting__link:hover svg.thumb-up {
  --color: var(--ds-color-primary);
  stroke: none;
}
.user-voting__link.active.thumb-down, .user-voting__link:hover svg.thumb-down {
  --color:#D60D32;
  stroke: none;
}
.user-voting__link svg {
  width: 22px;
  height: 22px;
  transition: opacity 0.1s ease-out;
  --color: none;
}
.user-voting__link svg.thumb-down {
  transform: rotate(180deg);
}
.rejected .user-voting__link svg {
  fill: #B7B7B7;
}
.modal {
  line-height: 24px;
}
.modal-dialog {
  margin-top: 115px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .modal-dialog {
    font-size: 16px;
  }
}
.modal-content {
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: none;
}
.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px;
  fill: #999;
  background-color: #FFF;
  border-radius: 3px;
  cursor: pointer;
  transition: fill 0.1s ease-out;
  z-index: 1000;
}
.btn-close svg {
  display: block;
  width: 15px;
  height: 15px;
}
.btn-close:hover {
  fill: var(--color);
  --color: var(--ds-color-primary);
}
.web-push-modal {
  background-color: rgba(0, 0, 0, 0.3);
}
.web-push-modal.show {
  display: block;
}
.web-push-modal .modal-dialog {
  position: absolute;
  margin: 0 auto 0;
  transform: none;
  left: 0;
  right: 0;
  max-width: 290px;
  top: 60px;
}
.web-push-modal .modal-header {
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .web-push-modal .modal-dialog {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .web-push-modal .modal-dialog {
    top: 0;
    max-width: 400px;
  }
}
.web-push-modal__content {
  top: 0;
}
.web-push-modal__content .modal-header {
  text-align: center;
}
.web-push-modal__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-push-modal__btn {
  flex-basis: 105px;
  border: none;
}
.web-push-modal__btn--success {
  background-color: #74B908;
  color: #fff;
}
.web-push-modal__btn + .web-push-modal__btn {
  margin-left: 10px;
}
.add-article {
  padding: 15px 0;
  border: 1px solid #e5e5e5;
  margin: 20px 0;
}
.add-article .btn {
  display: block;
  clear: both;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .add-article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 30px 10px 0;
  }
}
.add-article__img {
  padding: 10px;
  float: left;
  height: 100px !important;
  width: auto;
  max-width: 40% !important;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .add-article__img {
    margin-bottom: 0;
  }
}
.add-article__info {
  flex-grow: 1;
  margin-left: 10px;
}
.add-article__date {
  color: #999;
  font-size: 0.75rem;
}
/* JS ACCESSORY STYLES
------------------------------------------ */
.lazy {
  opacity: 0;
}
.lazy--loaded {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 992px) {
  .js-stickyElement {
    position: sticky;
    top: 61px;
  }
}
@media (min-width: 992px) {
  .js-stickyFixed {
    position: fixed;
  }
}
.no-available-form {
  margin: 20px 0;
  display: block;
}
.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%; /* for 16:9 (if needed 4:3 — 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* VALIDATORS */
.has-success .form-control {
  border-color: var(--ds-color-primary);
  box-shadow: 0 0 3px var(--ds-color-primary) inset;
}
.has-success .form-control:focus {
  border-color: var(--ds-color-primary);
  box-shadow: 0 0 3px var(--ds-color-primary) inset, 0 0 3px var(--ds-color-primary);
}
.has-error .form-control {
  border-color: var(--ds-color-accent-active);
  box-shadow: 0 0 3px var(--ds-color-accent-active) inset;
}
.has-error .form-control:focus {
  border-color: var(--ds-color-accent-active);
  box-shadow: 0 0 3px var(--ds-color-accent-active) inset, 0 0 3px var(--ds-color-accent-active);
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: var(--ds-color-accent-active);
  font-weight: 400;
}
.help-block.success {
  color: var(--ds-color-primary);
}
#order_address_form .order-panel__container + .help-block {
  display: none !important;
}
/* freeze main-page scroll on active overlay */
.scroll-disabled {
  position: fixed;
  overflow: hidden;
  touch-action: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* COMMON ELEMENTS
------------------------------ */
/* breadcrumbs */
.breadcrumb {
  padding: 0;
  font-size: 0.875rem;
  background: none;
  margin: 0;
}
.breadcrumb a {
  color: var(--ds-color-primary);
}
.breadcrumb > .active {
  color: #000;
}
/* product info */
.btn-sm.productbox__discount-percent {
  font-size: 0.625rem;
  font-weight: 700;
  min-width: 45px;
  padding: 0 5px;
  line-height: 1.3;
  margin: 0 2px 2px 0;
  cursor: auto;
  border-radius: 2px;
}
.product-tgk {
  color: #999;
  text-align: center;
}
.product-price,
.old-price {
  font-weight: 500;
}
.product-price_small,
.old-price_small {
  font-size: 0.875rem;
}
.product-price_medium,
.old-price_medium {
  font-size: 1.125rem;
}
.product-price_large,
.old-price_large {
  font-size: 1.375rem;
}
.product-price {
  color: #0B0B0B;
  text-align: center;
}
.product-price_red {
  color: var(--ds-color-accent-active);
}
.product-price_green {
  color: var(--ds-color-primary);
}
.image-wrap-tag {
  display: flex;
}
.image-wrap-tag--top {
  position: absolute;
  justify-content: center;
  bottom: 23px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  line-height: 1;
}
@media (min-width: 992px) {
  .image-wrap-tag--top {
    bottom: -9px;
  }
}
.image-wrap-tag--top_bottom {
  bottom: -9px;
}
.image-wrap-tag .product-tgk {
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  background: linear-gradient(87.94deg, #E65C00 0%, #F9D423 100%);
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 500;
  padding: 1px 15px;
}
.old-price {
  color: #999;
  text-decoration: line-through;
}
.old-price_small {
  font-size: 0.875rem;
}
.old-price_medium {
  font-size: 1.125rem;
}
.old-price_large {
  font-size: 1.375rem;
}
.product-price__currency {
  display: inline-block;
  font-weight: 600;
}
.product-price__currency_small {
  font-size: 0.75rem;
}
.product-price__currency_medium {
  font-size: 1rem;
}
.product-price__currency_large {
  font-size: 1.25rem;
}
.rub-short svg {
  display: inline-block;
  height: 17px;
  width: 17px;
  --color: var(--ds-color-accent-active);
}
.rub-short svg.svg--grey {
  --color: #AEAEAE;
}
/* highlight cards */
.highlight {
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}
.highlight:hover {
  border-color: var(--ds-color-primary);
  box-shadow: 0 0 15px #E3F1CD;
}
/* navigation */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #F0AD4E;
  color: #FFF;
}
/* text-columns */
.text-columns__block {
  margin-top: 60px;
}
.text-columns__col::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: var(--ds-color-primary);
}
.text-columns__col h3 {
  margin: 15px 0 30px;
}
.text-columns__col p {
  margin-bottom: 32px;
}
/* scroll to top */
.scroll-top-wrapper {
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 15px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--ds-color-primary);
  border-radius: 50%;
  background: url("/static/semyanich/assets/arrow-up--green.BfzEwChE.svg") center 47% no-repeat #FFF;
  transition: opacity 0.5s ease-out, background-color 0.3s ease-out;
}
.scroll-top-wrapper:hover {
  background-color: #E3F1CD;
}
@media (min-width: 992px) {
  .scroll-top-wrapper {
    left: 15px;
    bottom: 45px;
    width: 55px;
    height: 55px;
  }
}
.scroll-top-wrapper.show:not(.hidden) {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.scroll-top-wrapper.move {
  bottom: 90px;
}
@media screen and (min-width: 768px) {
  .scroll-top-wrapper.move {
    bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .scroll-top-wrapper.move {
    bottom: 45px;
  }
}
.basket_page .scroll-top-wrapper.move {
  bottom: 140px;
}
@media screen and (min-width: 768px) {
  .basket_page .scroll-top-wrapper.move {
    bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .basket_page .scroll-top-wrapper.move {
    bottom: 45px;
  }
}
/* Responsive images in content */
.responsive-img {
  margin: 20px 0;
}
.responsive-img div {
  width: 50%;
}
.responsive-img div:first-child {
  float: right;
}
.responsive-img div:last-child {
  float: left;
}
.responsive-img div img {
  width: 100%;
  height: auto;
  padding: 0 0 0 10px;
}
.responsive-img.left div:first-child {
  float: left;
}
.responsive-img.left div:last-child {
  float: right;
}
.responsive-img.left div img {
  padding: 0 10px 0 0;
}
.changing-pictures-item {
  display: none;
}
.changing-pictures-item.active {
  display: block;
}
/*  =PRODUCT INFO IN NEWS, ARTICLES
--------------------------*/
.product-info {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #e5e5e5;
}
.product-info__image {
  display: block;
  padding: 10px 10px 0 10px;
  text-align: center;
}
.product-info__description {
  flex-grow: 1;
}
.product-info__title-container {
  display: flex;
  height: 60px;
  padding: 10px;
  background-color: var(--ds-color-primary);
}
.product-info__title {
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-info__properties-list {
  padding: 10px 20px;
  margin: 0;
}
.product-info__properties-list .item__property {
  display: flex;
  flex-basis: 33.33%;
}
.product-info__properties-list .item__property i {
  flex-shrink: 0;
}
.product-info__btn-link {
  display: block;
  margin: 0 20px 20px;
}
.quick-purchase__title {
  flex-shrink: 0;
  background-color: var(--ds-color-primary);
  color: #fff;
  font-size: 1.25rem;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.quick-purchase__title button {
  background: transparent url("/static/semyanich/assets/close-white.DGIIFCuw.svg") center no-repeat;
  border: none;
  outline: none;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.quick-purchase__no-image {
  text-align: center;
}
.quick-purchase__no-image img {
  max-width: 290px;
}
@media screen and (min-width: 768px) {
  .quick-purchase__no-image img {
    max-width: 130px;
  }
}
@media screen and (min-width: 992px) {
  .quick-purchase__bullet {
    padding: 4px;
    margin: 15px 3px;
  }
}
.quick-purchase__subtitle {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .quick-purchase__subtitle {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .quick-purchase__subtitle--total {
    margin-bottom: 0;
  }
}
.quick-purchase__main .purchase-section {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .quick-purchase__main {
    display: flex;
    flex-wrap: wrap;
  }
}
.quick-purchase__choose-container,
.quick-purchase__packs-container {
  flex-basis: 50%;
}
@media screen and (min-width: 768px) {
  .quick-purchase__choose-container {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .quick-purchase__packs-container {
    padding-left: 10px;
  }
}
.quick-purchase__btns-container .btn {
  display: block;
  width: 100%;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.quick-purchase__btns-container .btn:first-child {
  margin-bottom: 20px;
}
.quick-purchase__btns-container .yellow-btn {
  background-color: #ffd335;
  border-color: #ffd335;
  color: #000;
}
.quick-purchase__btns-container .transparent {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .quick-purchase__btns-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-grow: 1;
    margin-left: auto;
  }
  .quick-purchase__btns-container .btn {
    flex-basis: calc(50% - 10px);
  }
  .quick-purchase__btns-container .btn:first-child {
    margin-bottom: 0;
  }
}
.quick-purchase__total-container {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .quick-purchase__total-container {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
.quick-purchase__variant-item {
  display: flex;
  align-items: flex-start;
  line-height: 1.5625rem;
  vertical-align: middle;
  font-weight: 400;
  margin-bottom: 10px;
}
.quick-purchase__variant-item:last-child {
  margin-bottom: 0;
}
.quick-purchase__variant-item span {
  vertical-align: baseline;
}
.quick-purchase__variant-item .quick-radio {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  margin-right: 10px;
  flex-shrink: 0;
}
.quick-purchase__variant-item input:checked + .quick-radio {
  background: var(--ds-color-primary);
  border-color: var(--ds-color-primary);
}
.quick-purchase__variant-item input:not(:checked) + .quick-radio:hover {
  border-color: #b5b4b4;
}
.quick-purchase__variant-item input:checked + .quick-radio::before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 8px;
  border: 2px solid #FFF;
  border-right-color: transparent;
  border-top: transparent;
  transform: rotate(-45deg);
}
.quick-purchase__price {
  margin-left: auto;
  font-size: 1rem;
  padding: 0 5px;
  color: #dd662e;
  font-weight: 500;
  flex-shrink: 0;
}
.quick-purchase__price .rub-short {
  margin-left: 5px;
}
.quick-purchase__price svg {
  display: inline-block;
  height: 11px;
  width: 11px;
  fill: var(--color);
  --color: #DD662E;
}
.quick-purchase__original {
  color: #999999;
  text-decoration: line-through;
}
.quick-purchase__count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-purchase__count input[type=number] {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  width: 35px;
  text-align: center;
}
.quick-purchase__count input[type=number]::-webkit-outer-spin-button,
.quick-purchase__count input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.quick-purchase__count input[type=number] {
  -moz-appearance: textfield;
}
@media screen and (min-width: 768px) {
  .quick-purchase__count {
    justify-content: flex-start;
  }
}
.quick-purchase__count-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.quick-purchase__count-available {
  font-size: 0.875rem;
  margin-left: 5px;
}
.quick-purchase__count-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  background-color: #f7f7f7;
  color: #8a8686;
  font-weight: 300;
  font-size: 25px;
  line-height: 0;
}
.quick-purchase__count-btn:not(:disabled):hover {
  border-color: #2aa34f;
  background-color: #edf6df;
}
.quick-purchase__total {
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 500;
}
.quick-purchase__total svg {
  fill: currentColor;
}
@media screen and (min-width: 768px) {
  .quick-purchase__total {
    text-align: left;
  }
}
.contacts {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 345px 150px 142px 267px;
  gap: 20px 0px;
  grid-template-areas: "a" "b" "c" "d";
  justify-items: center;
}
.contacts svg {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  --color: var(--ds-color-primary);
}
.contacts a {
  display: flex;
}
.contacts__phone-image {
  position: absolute;
  bottom: 0;
  right: 36px;
  width: 199px;
  height: 279px;
}
.contacts__section {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 23px 25px 35px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts__section_stressed {
  position: relative;
  padding: 17px 25px 35px 25px;
  background: linear-gradient(262.4deg, #93E80E 0%, #4BB908 100%);
}
.contacts__section_stressed svg {
  --color: var(--ds-color-white);
  --color-2: var(--ds-color-white);
}
.contacts__section_stressed .contacts__header {
  color: #FFFFFF;
  margin-bottom: 15px;
}
.contacts__section_stressed .contacts__text {
  color: #FFFFFF;
}
.contacts__header {
  font-weight: 500;
  font-size: 21px;
  line-height: initial;
}
.contacts__text {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: var(--ds-color-primary);
}
.contacts__text_subheader {
  margin-bottom: 30px;
  color: #000;
}
.contacts__row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contacts__row:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .contacts {
    margin-top: 66px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-rows: 1fr;
    grid-template-columns: 1.022fr 0.5fr 0.5fr;
    grid-template-rows: 163px 201px;
    gap: 15px 15px;
    grid-template-areas: "a b c" "a d d";
  }
  .contacts__section_stressed {
    padding-top: 22px;
    padding-bottom: 47px;
  }
  .contacts__section_stressed .contacts__text_subheader {
    font-size: 18px;
  }
  .contacts__header {
    font-size: 25px;
    margin-bottom: 16px;
  }
  .contacts__row {
    margin-bottom: 23px;
  }
}
@media (min-width: 800px) and (max-width: 1090px), (max-width: 580px) {
  .contacts__phone-image {
    display: none;
  }
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
/* Static Page */
.about-page .services-container_wrapper, .about-page .features-container_wrapper {
  position: relative;
  padding: 15px;
}
.about-page .about-page__head_wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 34px 25px 54px;
}
@media (min-width: 992px) {
  .about-page .about-page__head_wrapper {
    gap: 40px;
    padding: 50px 123px 50px 70px;
  }
  .about-page .about-page__head_wrapper .about-page__head_wrapper__title {
    font-size: 50px;
    line-height: normal;
  }
}
.about-page .about-page__head_wrapper .about-page__head_wrapper__content {
  width: 80%;
}
.about-page .about-page__description {
  padding: 25px;
}
.about-page .about-page__description p {
  color: #565656;
}
.about-page .about-page__features-wrapper {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 135px 135px 135px;
  gap: 5px 5px;
  grid-template-areas: ". ." ". ." ". .";
}
@media (min-width: 992px) {
  .about-page .about-page__features-wrapper {
    display: flex;
    gap: 15px 15px;
  }
}
@media (min-width: 992px) {
  .about-page .about-page__features-wrapper .features-container_wrapper {
    flex-grow: 1;
    height: 197px;
  }
}
.about-page .about-page__features-wrapper .features-container_wrapper .features-container_wrapper__label {
  display: flex;
}
.about-page .about-page__features-wrapper .features-container_wrapper .ds-text-6 {
  margin: 0;
  line-height: 1.2;
}
.about-page .about-page__features-wrapper .features-container_wrapper span {
  color: var(--ds-color-primary);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 992px) {
  .about-page .about-page__features-wrapper .features-container_wrapper span {
    font-size: 1.875rem;
  }
}
.about-page .about-page__features-wrapper .features-container_wrapper span.bold {
  font-weight: 700;
  margin-right: 3px;
}
.about-page .about-page__features-wrapper .features-container_wrapper img.bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}
@media (max-width: 620px) {
  .about-page .about-page__features-wrapper .features-container_wrapper img.bottom-right {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .about-page .about-page__features-wrapper .features-container_wrapper img.bottom-right {
    width: 150px;
  }
}
.about-page .about-page__services-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .about-page .about-page__services-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px 15px;
    grid-template-areas: ". ." ". .";
    justify-items: center;
  }
}
.about-page .about-page__services-wrapper .services-container_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.about-page .about-page__services-wrapper .services-container_wrapper .ds-text-7 {
  line-height: 1.5;
}
@media (min-width: 992px) {
  .about-page .about-page__services-wrapper .services-container_wrapper {
    flex-direction: row;
  }
}
.about-page .about-page__services-wrapper .services-container_wrapper__header {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.about-page .about-page__services-wrapper .services-container_wrapper__header .ds-text-4 {
  font-weight: 700;
}
.about-page .about-page__services-wrapper .services-container_wrapper__header h4 {
  flex-grow: 0;
}
.about-page .about-page__services-wrapper .services-container_wrapper__header img {
  width: 45px;
  margin-right: 25px;
}
@media (min-width: 992px) {
  .about-page .about-page__services-wrapper .services-container_wrapper__header {
    flex-direction: column;
    justify-content: flex-start;
    width: 40%;
  }
  .about-page .about-page__services-wrapper .services-container_wrapper__header img {
    width: 100px;
    margin: 0;
    margin-bottom: 15px;
  }
  .about-page .about-page__services-wrapper .services-container_wrapper__header .ds-text-4 {
    max-width: 70%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .about-page .about-page__services-wrapper .services-container_wrapper__content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.about-page .about-page__services-wrapper .services-container_wrapper__content .services-container_wrapper__link {
  color: var(--ds-color-neutral);
  margin: 25px 0 15px;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.about-page .about-page__services-wrapper .services-container_wrapper__content .services-container_wrapper__link:hover, .about-page .about-page__services-wrapper .services-container_wrapper__content .services-container_wrapper__link:focus, .about-page .about-page__services-wrapper .services-container_wrapper__content .services-container_wrapper__link:active {
  color: var(--ds-color-primary-hover);
  user-select: none;
}
.your-order__is-processed {
  float: right;
  margin-top: 6px;
  pointer-events: none;
}
/* NEWS & ARTICLES WIDGETS */
.widget-news__list,
.widget-articles__list {
  margin-bottom: 0;
}
.widget-news__list > :last-child,
.widget-articles__list > :last-child {
  margin-bottom: inherit;
}
.widget-news__item,
.widget-articles__item {
  background-color: #FFF;
  margin-bottom: 15px;
}
.widget-news__link,
.widget-articles__link {
  display: inline-block;
  padding: 15px;
  border: 1px solid var(--ds-color-background);
  border-radius: 3px;
  width: 100%;
}
.widget-news__link:hover,
.widget-articles__link:hover {
  color: #000;
}
.widget-news__date,
.widget-articles__date {
  font-size: 0.75rem;
  display: block;
  color: #999;
}
.widget-news__name,
.widget-articles__name {
  font-size: 1rem;
  line-height: 20px;
  margin: 0;
}
.widget-news__name:hover,
.widget-articles__name:hover {
  color: inherit;
}
.side-bubble__container {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 20px 40px 20px 20px;
  border: 3px solid transparent;
  max-height: 80vh;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 300;
  overflow: auto;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.side-bubble__container a {
  color: inherit;
  text-decoration: underline;
}
.side-bubble__container a:hover {
  color: inherit;
  text-decoration: none;
}
.side-bubble__container.enter {
  display: block;
}
.side-bubble__container.enter-active {
  opacity: 1;
}
@media (min-width: 992px) {
  .side-bubble__container {
    bottom: 20px;
    width: calc(100% - 30px);
    max-width: 800px;
    max-height: none;
    left: 50%;
    transform: translateX(-50%);
  }
}
.side-bubble__container::-webkit-scrollbar {
  -webkit-appearance: none;
}
.side-bubble__container::-webkit-scrollbar:vertical {
  width: 6px;
}
.side-bubble__container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 6px solid rgba(255, 255, 255, 0.3);
}
.side-bubble__close-btn {
  position: absolute;
  padding: 5px;
  top: 11px;
  right: 10px;
  width: 30px;
  height: 30px;
  fill: var(--color);
  --color: #FFF;
  cursor: pointer;
}
/* HTML SITEMAP
------------------------------*/
.sitemap-container {
  min-height: 1500px;
  padding-bottom: 50px;
}
.sitemap__category-title {
  font-size: 22px;
  color: var(--ds-color-primary);
}
.sitemap__link {
  font-size: 20px;
  color: #5E5B64;
}
.sitemap__news-row {
  margin-top: 10px;
}
/* =impacts */
.impact__container .title {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  padding: 20px 0 0 20px;
}
.impact__item {
  display: block;
  float: left;
  font-size: 13px;
  height: 127px;
  margin-bottom: 20px;
  margin-right: 2%;
  text-align: center;
  width: 32%;
}
.impact__item span {
  display: table-cell;
  font-size: 13px;
  height: 30px;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
.impact__item:nth-child(3n) {
  margin-right: 0;
}
.impact__item:last-child {
  margin-right: 0;
}
.mobile-menu__item {
  background: var(--ds-color-background);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-bottom: 1px solid var(--ds-color-inactive);
}
.mobile-menu__item svg {
  --color: var(--ds-color-primary);
  width: 24px;
  height: 24px;
}
.mobile-menu__item_white {
  background: var(--ds-color-white);
}
.mobile-menu__item_text-green {
  color: var(--ds-color-primary);
}
.mobile-menu__item_spaced {
  border-bottom: 4px solid #F3F3F3;
}
.mobile-menu__item_spaced:first-child {
  box-shadow: 0px 17px 10px -14px rgba(34, 60, 80, 0.1) inset;
}
.mobile-menu__item_title {
  text-transform: uppercase;
  padding-top: 30px;
}
.mobile-menu__item_title::before {
  content: "";
  background: var(--ds-color-primary);
  width: 3px;
  height: 17px;
  margin-right: 10px;
  border-radius: 10px;
}
.mobile-menu__item_has-arrow::after {
  content: "";
  background: url("/static/semyanich/assets/arrow-right--black.Kpb4A5hN.svg") no-repeat center center;
  position: absolute;
  right: 20px;
  width: 8px;
  height: 11px;
}
.mobile-menu__collection {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.mobile-menu__collection li {
  list-style-type: none;
}
.sales-tags {
  position: absolute;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 1;
  gap: 2px;
}
.sales-tags__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.notification-container {
  position: fixed;
  top: 18px;
  right: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  z-index: 1051;
}
.notification-container .notification {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .notification-container {
    padding: 0;
    right: 30px;
    bottom: 20px;
    left: unset;
    top: unset;
  }
}
.notification {
  padding: 15px;
  border-radius: 10px;
  background: var(--ds-color-accent);
  position: relative;
  color: white;
  padding-right: 60px;
  word-break: break-word;
}
.notification.error {
  background: #dd4b39;
  border-color: #d73925;
}
.notification.warning {
  background: #f39c12;
  border-color: #f39c12;
}
.notification__cross {
  position: absolute;
  cursor: pointer;
  user-select: none;
  top: 15px;
  right: 10px;
  width: 22px;
  height: 22px;
  font-size: 20px;
}
.notification__header {
  display: none;
}
.products-list__container:not(.compare-carousel__container) {
  position: relative;
  margin-top: 20px;
}
.products-list__container:not(.compare-carousel__container) .glide__slide:not(.glide__slide--active) {
  opacity: 0.5;
}
.products-list__container:not(.compare-carousel__container) .glide__arrows {
  display: none;
}
.products-list__container:not(.compare-carousel__container) .glide__bullets {
  display: none;
}
@media (min-width: 576px) {
  .products-list__container:not(.compare-carousel__container) .glide__bullets {
    display: block;
    bottom: -24px;
  }
}
.products-list__container:not(.compare-carousel__container) .glide__bullet {
  padding: 4px;
  border-radius: 10px;
  margin: 0px 2px;
  transition: all 0.3s;
}
.products-list__container:not(.compare-carousel__container) .glide__bullet--active {
  width: 24px;
}
@media (min-width: 576px) {
  .products-list__container:not(.compare-carousel__container) .glide__slide:not(.glide__slide--active) {
    opacity: 1;
  }
  .products-list__container:not(.compare-carousel__container) .glide__arrows {
    display: block;
  }
}
.products-list__container .glide__slides {
  padding: 15px 0;
}
.products-list__item {
  text-align: center;
  position: relative;
  height: auto;
  border-radius: 12px;
}
.products-list__item:hover {
  box-shadow: 0px 0px 2px #74b908;
}
.products-list__item .js-rating {
  display: flex;
  text-align: center;
  pointer-events: none;
}
.products-list__item .reviews-wrap {
  display: flex;
  align-items: center;
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 17px;
}
.products-list__item .rating__count {
  color: #000;
  font-size: 0.875rem;
  margin-left: 3px;
  line-height: 0;
}
.products-list__item .bookmarks__link, .products-list__item .compare__link {
  padding: 0;
  right: 11px;
  top: 11px;
  opacity: 1;
}
.products-list__item .bookmarks__link svg, .products-list__item .compare__link svg {
  width: 20px;
}
.products-list__item .bookmarks__link {
  right: 12px;
}
.products-list__item .bookmarks__link svg {
  height: 20px;
  width: 18px;
}
.products-list__item .bookmarks__link .icon--standart {
  display: block;
}
.products-list__item .bookmarks__link .icon--hover {
  display: none;
}
.products-list__item .compare__link {
  top: 37px;
}
.products-list__item .compare__link svg {
  height: 19px;
}
.products-list__item .item__property i {
  width: 17px;
  height: 17px;
}
.products-list__item .compare-remove svg {
  width: 22px;
  height: 22px;
}
.products-list__item.glide__slide--active {
  opacity: 1;
}
@media (max-width: 575px) {
  .products-list__item.glide__slide--active:not(.compare-carousel__item) {
    box-shadow: 0px 0px 2px #74b908;
  }
}
.compare-page .no-products__item .category-item__inner {
  padding: 0;
}
.compare-page .no-products__item .category-item__inner .products-list__item {
  box-shadow: none;
}
.compare-page .no-products__item .category-item__info {
  padding: 0 15px 0;
}
@media (min-width: 1200px) {
  .compare-page .no-products__item .category-item__info {
    padding: 0 25px 0;
  }
}
.compare-page .no-products__item .compare-carousel__props {
  padding: 0 15px 15px;
}
@media (min-width: 1200px) {
  .compare-page .no-products__item .compare-carousel__props {
    padding: 0 25px 15px;
  }
}
.compare-page .no-products__item .compare-carousel__props li {
  position: relative;
}
.compare-page .no-products__item .products-list__item-image-wrap {
  height: auto;
}
.compare-page .no-products__item .item__property {
  display: flex;
  align-items: center;
}
.compare-carousel__item .products-list__backend {
  height: auto;
}
.compare-carousel__item .bookmarks__link {
  top: 32px;
}
.no-products__item .bookmarks__link, .no-products__item .compare__link {
  top: 32px;
}
.products-list__item-name {
  display: block;
  line-height: 18px;
  overflow: hidden;
  font-size: 14px;
  height: auto;
  font-weight: 400;
  margin: 0 0 7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.products-list__item-name:hover {
  color: inherit;
}
.products-list__item-name_bold {
  font-weight: 600;
}
.products-list__item-name_gray {
  color: #959595;
}
.products-list__item-name--category-name {
  height: auto;
}
.products-list__item-name.short-name {
  height: 30px;
  line-height: 15px;
}
.compare-carousel__props-title {
  font-weight: 600;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  line-height: 1rem;
}
.products-list__price-container {
  bottom: 5px;
  left: 25px;
  right: 25px;
  color: var(--ds-color-accent-active);
  text-align: center;
  margin: auto 0 0 0;
}
.products-list__price-container.catalog-price-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.products-list__price-container .product-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  color: inherit;
  line-height: 1;
  padding: 10px 0;
}
.products-list__price-container .product-price .rub {
  margin-right: 7px;
}
.products-list__price-container .product-price__value {
  font-size: 1.25rem;
  font-weight: 700;
}
.products-list__price-container .product-price__word {
  font-size: 1rem;
}
.products-list__price-container .rub-short svg {
  --color: var(--ds-color-accent-active);
  width: 10px;
  height: 10px;
}
.products-list__price-container .rub {
  display: inline;
  max-width: 100%;
  white-space: nowrap;
}
.products-list__price-container .quick-buy-btn {
  flex-grow: 0;
  font-size: 0.875rem;
  padding: 0px 2px 2px;
  margin: 0 auto;
  position: relative;
  width: 85%;
  z-index: 20;
  height: 35px;
  font-weight: normal;
}
.products-list__price-container .quick-buy-btn.catalog-quick-buy-btn {
  margin-left: 10px;
  margin-right: 0;
  flex-grow: 1;
  max-width: 185px;
}
@media screen and (min-width: 576px) {
  .products-list__price-container {
    position: static;
    flex-wrap: wrap;
  }
  .products-list__price-container .product-price {
    padding: 5px 0 15px;
    max-width: none;
    justify-content: center;
    color: var(--ds-color-accent-active);
    min-width: auto;
  }
  .products-list__price-container .rub {
    max-width: 100%;
  }
  .products-list__price-container svg {
    height: 10px;
    width: 10px;
  }
  .products-list__price-container .quick-buy-btn {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    display: block;
    font-size: 0.875rem;
  }
  .products-list__price-container .quick-buy-btn span {
    display: inline-block;
    vertical-align: middle;
  }
  .products-list__price-container .quick-buy-btn svg {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 2px;
  }
}
.products-list__item-description {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-grow: 1;
  text-align: left;
  height: 100%;
  padding-bottom: 15px;
  padding-top: 22px;
}
.products-list__item-description .product-tgk {
  display: block;
  text-align: left;
}
.products-list__item-description .product-price {
  text-align: left;
}
@media (min-width: 576px) {
  .products-list__item-description {
    text-align: center;
    overflow: hidden;
    height: auto;
  }
  .products-list__item-description .product-tgk {
    text-align: center;
  }
  .products-list__item-description .product-price {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .products-list__item-description {
    padding: 15px 0px 15px 0px;
  }
}
.products-list__rating-and-price {
  margin-top: auto;
}
.category-item__container .products-list__item-description {
  padding-top: 3px;
}
@media (min-width: 768px) {
  .category-item__container .products-list__item-description {
    padding-top: 18px;
  }
}
.category-item__container .products-list__item-name {
  margin-bottom: 10px;
}
.category-item__container .products-list__price-container .product-price {
  flex-direction: column-reverse;
  padding: 0;
}
.products-list__sales-tags {
  top: 10px;
  left: 15px;
  right: 40px;
  z-index: 1;
  display: flex;
  gap: 2px;
}
.products-list__backend {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 0px;
  height: 100%;
  border-radius: 10px;
}
.products-list__backend_fix-width {
  max-width: 370px;
  margin: 0 auto;
}
.products-list__backend--category-backend {
  padding-bottom: 15px;
}
@media (min-width: 576px) {
  .products-list__backend {
    max-height: none;
  }
}
@media (min-width: 768px) {
  .products-list__backend {
    padding: 15px 15px 0;
  }
}
@media (min-width: 1200px) {
  .products-list__backend {
    padding: 15px 25px 0;
  }
}
.compare-page .products-list__backend {
  background-color: #fff;
}
.previews-carousel {
  padding-bottom: 32px;
  min-height: 200px;
}
@media (min-width: 768px) {
  .previews-carousel {
    margin-bottom: 0;
    position: static;
  }
}
@media (min-width: 992px) {
  .previews-carousel {
    margin-bottom: 32px;
  }
}
.previews-carousel .glide__track {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}
.previews-carousel img {
  max-height: 200px;
}
.previews-carousel .ds-glide__bullets {
  bottom: 5px;
}
@media (min-width: 992px) {
  .previews-carousel .ds-glide__bullets {
    bottom: -25px;
  }
}
@media (min-width: 768px) {
  .previews-carousel__item {
    height: 180px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .previews-carousel__item {
    height: 100%;
  }
}
.previews__slides {
  align-items: stretch;
  height: 100%;
}
@media (min-width: 768px) {
  .previews__slides {
    position: static;
  }
}
@media (min-width: 992px) {
  .previews__slides {
    align-items: center;
  }
}
.products-list__item-image-wrap {
  width: 100%;
  display: block;
}
.products-list__item-image-wrap:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.products-list__item-image-wrap:not(.products-list__item-image-wrap--auto-size) {
  height: 185px;
  display: flex;
  justify-content: center;
}
.products-list__item-image-wrap .pack {
  display: none;
}
@media (min-width: 992px) {
  .products-list__item-image-wrap:hover .cone {
    display: none;
  }
  .products-list__item-image-wrap:hover .pack {
    display: inline-block;
  }
  .products-list__item-image-wrap {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .products-list__item-image-wrap {
    height: 197px;
  }
}
.products-list__image-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.image-loader {
  z-index: -1 !important;
}
.previews-carousel .pack {
  display: block;
}
@media (min-width: 992px) {
  .previews-carousel .products-list__item-image-wrap:hover .cone {
    display: none;
  }
  .previews-carousel .products-list__item-image-wrap:hover .pack {
    display: inline-block;
  }
}
.list-style .pack {
  display: none;
}
.products-list-item__highlight {
  display: none;
  font-size: 0.875rem;
  margin-top: 15px;
}
.products-list-item__highlight em {
  font-weight: 600;
}
.products-list__properties {
  margin-top: 0;
  text-align: center;
}
.item__property.products-list-item__property {
  background: #F8F8F8;
  border-radius: 20px;
  padding: 3px 10px;
  margin: 0 2px 2px 0;
  display: none;
}
.item__property.products-list-item__property .value {
  padding-left: 5px !important;
  font-size: 12px;
}
.item__property.products-list-item__property:first-child, .item__property.products-list-item__property:nth-child(2), .item__property.products-list-item__property:nth-child(3), .item__property.products-list-item__property:nth-child(4) {
  display: inline-block;
  vertical-align: bottom;
}
.item__property.products-list-item__property .property-feminised {
  color: #00acd6;
}
@media (min-width: 992px) {
  .item__property.products-list-item__property {
    padding: 3px 10px;
  }
}
.products-list__property-inner {
  display: flex;
  align-items: center;
}
.products-list__property-inner--harvest {
  color: #609D00;
}
.products-list__property-inner--feminised {
  color: #B94808;
}
.products-list__property-inner--feminised .property-feminised {
  background: url("/static/semyanich/assets/feminized--color.BZblDjba.svg") no-repeat 50% 50%;
}
.products-list__property-inner--autoflowering {
  color: #B96808;
}
.products-list__property-inner--autoflowering .property-autoflowering {
  background: url("/static/semyanich/assets/autoflowering--color.BDMLWiMQ.svg") no-repeat 50% 50%;
}
.products-list__property-inner--fotoperiodnie {
  color: #B96808;
}
.products-list__property-inner--fotoperiodnie .property-fotoperiodnie {
  background: url("/static/semyanich/assets/fotoperiod--color.D6n29_Xo.svg") no-repeat 50% 50%;
}
.products-list__property-inner--height {
  color: #B98708;
}
.products-list__property-inner--height .property-height {
  background: url("/static/semyanich/assets/height--color.CnVf_hP5.svg") no-repeat 50% 50%;
}
.products-list__property-inner--flow_time {
  color: #AFB200;
}
.products-list__property-inner--flow_time .property-flow_time {
  background: url("/static/semyanich/assets/flow-time--color.D9X6B7Xw.svg") no-repeat 50% 50%;
}
.products-list__property-inner--time_to_flow {
  color: #AFB200;
}
.image-wrap-tag--list-style {
  display: none;
}
@media (min-width: 992px) {
  .list-style .products-list__backend {
    padding: 15px 25px 15px 250px;
    position: relative;
  }
  .list-style .reviews-wrap {
    margin: 0;
    margin-bottom: 15px;
  }
  .list-style .products-list__item-previews-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 15px;
    width: 220px;
  }
  .list-style .products-list__item-image-wrap {
    position: static;
    height: 0;
  }
  .list-style .products-list__item-image-wrap:hover .products-list__item-previews-wrap {
    align-items: center;
  }
  .list-style .products-list__item .rating__count {
    font-size: 0.875rem;
  }
  .list-style .products-list__item .product-reviews-count span {
    font-size: 0.875rem;
  }
  .list-style .previews-carousel__item {
    height: 180px;
  }
  .list-style .products-list__item-name {
    height: auto;
    text-align: left;
  }
  .list-style .products-list__item-description {
    text-align: left;
    padding-right: 160px;
    padding-left: 0;
  }
  .list-style .image-wrap-tag--top {
    display: none;
  }
  .list-style .image-wrap-tag--list-style {
    display: flex;
    position: static;
  }
  .list-style .products-list__info {
    margin-top: 8px;
  }
  .list-style .products-list__properties {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    text-align: left;
    height: auto;
    margin-bottom: 2px;
  }
  .list-style .products-list__price-container {
    position: absolute;
    left: auto;
    width: 160px;
    bottom: 25px;
    display: block;
  }
  .list-style .quick-buy-btn {
    margin-left: 0;
  }
  .list-style .product-price {
    justify-content: flex-end;
  }
  .list-style .products-list__sales-tags {
    max-width: 250px;
  }
}
.products-list__item-image {
  display: inline-block;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .products-list__item-image {
    max-height: 185px;
    max-width: 100%;
  }
}
.category-item__plug {
  --color: #e5e5e5;
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
/* PRODUCT PROPERTY ICONS */
.item__property {
  display: flex;
  align-items: center;
  line-height: 18px;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.item__property i, .item__property .value {
  display: inline-block;
}
.item__property i {
  float: left;
  width: 25px;
  height: 25px;
}
.item__property .value {
  padding-left: 15px;
}
.property-brand {
  background: url("/static/semyanich/assets/brand.JyjORcyc.svg") no-repeat 0 0;
}
.property-autoflowering {
  background: url("/static/semyanich/assets/autoflowering.r1X8QGzb.svg") no-repeat 0 0;
}
.property-feminised {
  background: url("/static/semyanich/assets/feminized.B0TYMqQf.svg") no-repeat 0 0;
}
.property-mix {
  background: url("/static/semyanich/assets/mix.J0fzSe6P.svg") no-repeat 0 0;
}
.property-height {
  background: url("/static/semyanich/assets/height.CMgoKQBh.svg") no-repeat 0 0;
}
.property-harvest {
  background: url("/static/semyanich/assets/harvest.CzY05TUz.svg") no-repeat 0 0;
}
.property-gender.regular {
  background: url("/static/semyanich/assets/regular.dcsin_Os.svg") no-repeat 0 0;
}
.property-cbg {
  background: url("/static/semyanich/assets/cbg.DVu-_6nP.svg") no-repeat 0 0;
}
.property-tgk_range {
  background: url("/static/semyanich/assets/thc.SHYfu5j7.svg") no-repeat 0 0;
}
.property-flow_time {
  background: url("/static/semyanich/assets/flow-time.MUzrOtFK.svg") no-repeat 0 0;
}
.property-time_to_flow {
  background: url("/static/semyanich/assets/time_to_flow.DjxcCQGN.svg") no-repeat 0 0;
}
.property-genetic {
  background: url("/static/semyanich/assets/genetika.BMCBWbtP.svg") no-repeat 0 0;
}
.property-cbd {
  background: url("/static/semyanich/assets/cbd.8wsl6PkS.svg") 0 0 no-repeat;
}
.property-outdoor {
  background: url("/static/semyanich/assets/open-ground.DwAuLPLu.svg") no-repeat 0 0;
}
.property-on_height {
  background: url("/static/semyanich/assets/on-height.Bser5hSY.svg") no-repeat 0 0;
}
.property-indoor {
  background: url("/static/semyanich/assets/room.DSLZAMc3.svg") no-repeat 0 0;
}
.property-flow_month {
  background: url("/static/semyanich/assets/time-to-flow.gFPeZzKP.svg") no-repeat 0 0;
}
.property-effect {
  background: url("/static/semyanich/assets/effect.B035IJ33.svg") no-repeat 0 0;
}
.property-cbn {
  background: url("/static/semyanich/assets/cbn.Bj3Iz7H6.svg") no-repeat 0 0;
}
.property-mix {
  background: url("/static/semyanich/assets/mix.J0fzSe6P.svg") no-repeat 0 0;
}
.property-regular {
  background: url("/static/semyanich/assets/regular.dcsin_Os.svg") no-repeat 0 0;
}
.property-hothouse {
  background: url("/static/semyanich/assets/hot-house.BY2t1UvA.svg") no-repeat 0 0;
}
.property-awards {
  background: url("/static/semyanich/assets/awards.BxETcoNm.svg") no-repeat 0 0;
}
.property-sainru {
  background: url("/static/semyanich/assets/sainru.D9UJSOSS.svg") no-repeat 0 0;
}
.property-fotoperiodnie {
  background: url("/static/semyanich/assets/fotoperiod.CYZiPZs7.svg") no-repeat 0 0;
}
.property-medical {
  background: url("/static/semyanich/assets/medical.B9L-UKDg.svg") no-repeat 0 0;
}
.property-tc_range {
  background: url("/static/semyanich/assets/tc_range_sch.HSeOuYj_.svg") no-repeat 0 0;
}
/* TAGS REDEFINITION STYLE */
:focus {
  outline: none;
}
.bl {
  width: 100%;
}
::-moz-focus-inner {
  border: 0;
}
html,
body {
  min-width: 320px;
  padding: 0;
  color: #000;
  font-family: "Ubuntu", "Verdana", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
a:hover, a:focus, a:active {
  color: var(--ds-color-primary);
  text-decoration: none;
  outline: none;
}
.img-loader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translate(-50%, -50%) translateZ(0);
  z-index: 1;
}
.img-loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
p a {
  color: var(--ds-color-primary);
}
hr {
  border-top: 1px solid #E2E2E2;
}
ol, ul {
  padding-left: 15px;
}
span .link {
  cursor: pointer;
}
/* =LAYOUT
------------------------------*/
/* press footer to bottom if no content */
.content-wrap {
  min-height: calc(100vh - 498px);
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .content-wrap {
    min-height: calc(100vh - 472px);
  }
}
.block--overlay {
  position: relative;
  z-index: 1;
}
.main-container {
  display: block;
  overflow: visible;
}
.main-container.reviews-reverse .add-review__wrap, .main-container.reviews-reverse .reviews__item {
  background: var(--ds-color-background);
}
.main-container.store-reviews {
  color: var(--ds-color-text);
}
.main-container.store-reviews .title-container-xl {
  margin-top: 14px;
  margin-bottom: 32px;
}
.main-container.store-reviews .title-container-xl h1.title {
  font-weight: 400;
}
.main-container.store-reviews .item-label {
  display: none;
}
.main-container.store-reviews .reviews-message__container {
  margin-top: 0;
}
.main-container.store-reviews .reviews-user__name {
  margin: 0 16px 0 0;
  line-height: 140%;
}
.main-container.store-reviews .reviews-message__likes-date {
  height: 25px;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .main-container.store-reviews .reviews-message__likes-date {
    margin-bottom: 6px;
  }
}
.main-container.store-reviews .reviews-message__likes-date .rating-desktop-only {
  margin-bottom: 1px;
}
.main-container.store-reviews .reviews-message__likes-date .reviews-message__date {
  color: var(--ds-color-neutral);
  font-size: 0.8125rem;
  margin-bottom: 3px;
}
.main-container.store-reviews .user-voting__container {
  position: relative;
  left: -2px;
  top: 2px;
}
.main-container.store-reviews .reviews-message__item-text {
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 7px;
}
@media (max-width: 992px) {
  .main-container.store-reviews .reviews-message__item-text {
    margin-bottom: 4px;
  }
}
@media (max-width: 992px) {
  .main-container.store-reviews .reviews-message__item {
    margin-top: 5px;
  }
}
.main-container.store-reviews .reviews__message.admin-answer {
  font-size: 1.125rem;
}
.main-container.store-reviews .reviews__message-inner {
  margin-top: 32px;
}
.main-container.store-reviews .reviews-message__signature-container {
  margin-top: 3px;
}
.main-container.store-reviews .reviews-message__more,
.main-container.store-reviews .reviews-message__less {
  font-size: 1rem;
  line-height: 140%;
}
.main-container.store-reviews .image-gallery {
  margin-top: 16px;
  margin-bottom: 6px;
}
.main-container.store-reviews .reviews-message__text-wrapper {
  max-height: 88px;
  overflow: hidden;
  position: relative;
}
.main-container.store-reviews .reviews-message__fade {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 1.5em;
  background: linear-gradient(to left, white 40%, transparent);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.main-container.store-reviews .reviews-message__toggle {
  display: inline-flex;
  align-items: center;
  color: var(--ds-color-neutral);
  cursor: pointer;
  font-weight: 400;
  background: var(--ds-color-background);
  white-space: nowrap;
}
.main-container.store-reviews .reviews-message__toggle:hover {
  text-decoration: underline;
}
.main-container.store-reviews .reviews-message__more {
  padding-left: 8px;
}
.main-container.store-reviews .reviews-message__less {
  display: none;
}
.main-container.store-reviews .reviews-message__checkbox:checked ~ .reviews-message__text-wrapper {
  max-height: 2000px;
}
.main-container.store-reviews .reviews-message__checkbox:checked ~ .reviews-message__text-wrapper .reviews-message__fade {
  background: none;
  position: static;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
.main-container.store-reviews .reviews-message__checkbox:checked ~ .reviews-message__text-wrapper .reviews-message__toggle .reviews-message__more {
  display: none;
}
.main-container.store-reviews .reviews-message__checkbox:checked ~ .reviews-message__text-wrapper .reviews-message__toggle .reviews-message__less {
  display: inline;
}
.main-container .user-voting__wrap {
  text-align: left;
}
.reviews-message__fade {
  display: none;
}
.vue-vue-footer {
  overflow: hidden;
}
.main__flex-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 995px) {
  .main__flex-container {
    gap: 15px;
    margin-top: 24px;
    flex-direction: row;
  }
}
@media (min-width: 1260px) {
  .main__flex-container {
    gap: 30px;
    flex-direction: row;
  }
}
.main-banner {
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 995px) {
  .main-banner {
    margin: 0;
    width: 70%;
  }
}
@media (min-width: 1260px) {
  .main-banner {
    width: 73%;
  }
}
.main-banner-without-product-of-day {
  width: auto;
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .main-banner-without-product-of-day {
    margin: 0;
    width: 100%;
  }
}
.main__product-of-day {
  min-height: 250px;
}
/*	=SPECIFIC PAGE RULES
------------------------------ */
.static-catalog .add-review__wrap {
  padding: 15px;
}
.frontpage-text__container {
  color: var(--ds-color-neutral);
}
.frontpage-text__container p, .frontpage-text__container li {
  font-size: 0.875rem;
  line-height: 20px;
  margin: 10px 0 20px;
}
/*	=STATIC PAGE CAROUSEL
------------------------------ */
.static-page__container,
.articles-detail,
.news-detail {
  padding-bottom: 30px;
}
.static-page__container .widget__container,
.articles-detail .widget__container,
.news-detail .widget__container {
  max-width: 620px;
  margin: 0 auto 20px auto;
}
.static-page__container .widget__container .widget-carousel__item,
.articles-detail .widget__container .widget-carousel__item,
.news-detail .widget__container .widget-carousel__item {
  text-align: center;
}
.static-page__container .widget__container .widget-carousel__item img,
.articles-detail .widget__container .widget-carousel__item img,
.news-detail .widget__container .widget-carousel__item img {
  height: auto;
  max-width: 100%;
}
.static-page__container .widget__container .glide__arrows,
.articles-detail .widget__container .glide__arrows,
.news-detail .widget__container .glide__arrows {
  display: none;
}
@media (min-width: 768px) {
  .static-page__container .widget__container .glide__arrows,
  .articles-detail .widget__container .glide__arrows,
  .news-detail .widget__container .glide__arrows {
    display: block;
  }
  .static-page__container .widget__container .glide__arrow,
  .articles-detail .widget__container .glide__arrow,
  .news-detail .widget__container .glide__arrow {
    border-radius: 3px;
  }
}
@media (min-width: 992px) {
  .static-page__container .widget__container .glide__bullet,
  .articles-detail .widget__container .glide__bullet,
  .news-detail .widget__container .glide__bullet {
    padding: 4px;
    margin: 15px 3px;
  }
}
.quick-buy-btn, .quick-buy-btn-price-list {
  white-space: nowrap;
  background-color: #74B908;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 10px;
  line-height: 25px;
  padding: 1px 10px;
  font-size: 1rem;
  font-weight: 500;
  min-height: 30px;
  color: #fff;
}
.quick-buy-btn:hover, .quick-buy-btn-price-list:hover {
  color: #fff;
  opacity: 0.8;
}
.quick-buy-btn *, .quick-buy-btn-price-list * {
  pointer-events: none;
}
.quick-buy-btn svg,
.quick-buy-btn span, .quick-buy-btn-price-list svg,
.quick-buy-btn-price-list span {
  display: inline-block;
  vertical-align: middle;
}
.quick-buy-btn svg, .quick-buy-btn-price-list svg {
  width: 15px;
  height: 15px;
  margin-right: 2px;
}
@media screen and (min-width: 576px) {
  .quick-buy-btn, .quick-buy-btn-price-list {
    line-height: 30px;
  }
}
.quick-buy-btn__svg {
  --color: var(--ds-color-white);
}
jdiv:not([class]):not([id]) jdiv[class^=wrap_] {
  transition: bottom 0.1s ease;
}
jdiv.move jdiv[class^=wrap_] {
  bottom: 70px;
}
@media screen and (min-width: 768px) {
  jdiv.move jdiv[class^=wrap_] {
    bottom: 0;
  }
}
.basket_page jdiv.move jdiv[class^=wrap_] {
  bottom: 120px;
}
.basket_page jdiv.move jdiv[class^=popupBlock] {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .basket_page jdiv.move jdiv[class^=wrap_] {
    bottom: 0;
  }
}
.mobile-catalog-buttons {
  display: flex;
  gap: 15px;
  padding: 0 15px;
  margin: 10px -15px 10px;
  font-size: 0.875rem;
}
.mobile-catalog-buttons.horizontal {
  flex-direction: row;
}
.mobile-catalog-buttons .sorting-panel__header {
  display: none;
}
.mobile-catalog-buttons .mobile-sort__button {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-catalog-buttons .mobile-sort__button .button-text {
  display: none;
  color: #959595;
}
@media (min-width: 405px) {
  .mobile-catalog-buttons .mobile-sort__button .button-text {
    display: inline;
    color: #959595;
  }
}
@media (min-width: 768px) {
  .mobile-catalog-buttons {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: none;
    margin-bottom: 15px;
  }
  .mobile-catalog-buttons .sorting-panel__item {
    margin-right: 10px;
  }
  .mobile-catalog-buttons .sorting-panel__header {
    display: flex;
  }
  .mobile-catalog-buttons .mobile-sort__button {
    flex-grow: 0;
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}
.catalog-wrapper .mobile-catalog-buttons .sorting-panel__item {
  margin-right: 20px;
}
.catalog-wrapper .mobile-catalog-buttons .sorting-panel__item_clearall {
  margin: auto 0 auto 0;
  display: none;
}
.catalog-wrapper .mobile-catalog-buttons .sorting-panel__item_clearall.desktop {
  display: block;
}
@media (max-width: 992px) {
  .catalog-wrapper .mobile-catalog-buttons {
    padding: 10px 15px;
  }
  .catalog-wrapper .mobile-catalog-buttons .sorting-panel__item_clearall {
    margin: auto 0 auto 0;
    display: block;
  }
}
.category-sort__container.opened .sorting-panel__item_clearall.desktop {
  display: none;
}
.mobile-sort__button.is-merch .button-text {
  display: inline;
}
@media (min-width: 992px) {
  .search-results-page .mobile-catalog-buttons .sorting-panel__sort-by,
  .search-results-page .mobile-catalog-buttons .title {
    display: none;
  }
}
@media (min-width: 1200px) {
  .search-results-page .mobile-catalog-buttons .sorting-panel__sort-by,
  .search-results-page .mobile-catalog-buttons .title {
    display: block;
  }
}
.enquiz_modal {
  z-index: 999;
}
.alert {
  position: relative;
}
/*	=MARGINS FOR NAVIGATING THROUGH ANCHOR LINKS
------------------------------ */
.nav-menu-section {
  scroll-margin-top: 100px;
}
@media (min-width: 992px) {
  .nav-menu-section {
    scroll-margin-top: 199px;
  }
}
.deliveries-important-description {
  background: #FFDAC9;
  border-radius: 10px;
  padding: 15px;
  color: #FE2916;
}
@media (max-width: 992px) {
  .growreport {
    margin-bottom: 15px;
  }
}
.growreport img {
  margin-bottom: 5px;
  border-radius: 10px;
  max-height: 150px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .growreport img {
    max-height: 180px;
    margin-bottom: 15px;
  }
}
.out-of-stock {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 200;
}
.out-of-stock__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65px;
  color: #FF6A24;
  border-radius: 10px;
  border: 1px solid #FF6A24;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  font-size: 13px;
  line-height: 21px;
  z-index: 200;
}
.out-of-stock__title:hover {
  color: #FF6A24;
}
.order-icon {
  height: 20px;
  width: 20px;
  --color: var(--ds-color-neutral);
}
.order-icon:hover, .order-icon:active {
  --color: var(--ds-color-primary);
}
.product-reviews-count {
  display: flex;
  align-items: center;
  margin-left: auto;
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
}
.product-reviews-count svg {
  height: 14px;
  width: 18px;
  --color: #585858;
}
.product-reviews-count span {
  margin-top: 1px;
  font-size: 0.875rem;
}
.product-reviews-count:hover, .product-reviews-count:active {
  color: var(--ds-color-primary);
}
.product-reviews-count:hover svg, .product-reviews-count:active svg {
  --color: var(--ds-color-primary);
}
.ds-arrow-icon {
  width: 11px;
  height: 7px;
  --color: #000000;
}
.ds-arrow-icon_grey {
  --color: #959595;
}
.ds-arrow-icon.asc {
  transform: rotate(180deg);
}
.ds-arrow-icon.left {
  transform: rotate(90deg);
}
.ds-arrow-icon.right {
  transform: rotate(-90deg);
}
.arrow-left--green {
  min-width: 10px;
  background: url("/static/semyanich/assets/arrow-left--green.D1ObNO5w.svg") no-repeat center center;
  background-size: 8px 15px;
}
.arrow-right--green {
  min-width: 10px;
  background: url("/static/semyanich/assets/arrow-right--green.Cx1SwLAq.svg") no-repeat center center;
  background-size: 8px 15px;
}
/* MAIN BANNER */
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
.top-banner {
  position: relative;
  -moz-user-select: none;
}
.top-banner img {
  aspect-ratio: 25/14;
  width: 100%;
  height: auto;
}
.top-banner .glide__bullet {
  border-radius: 5px;
  margin: 6px 2px;
  padding: 3px;
}
.top-banner .glide__bullet--active {
  width: 18px;
}
@media (min-width: 576px) {
  .top-banner img {
    aspect-ratio: 346/101;
  }
  .top-banner .mobile {
    display: none;
  }
  .top-banner .desktop,
  .top-banner .glide__arrows {
    display: block;
  }
}
@media (min-width: 992px) {
  .top-banner {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0);
  }
  .top-banner .glide__track {
    border-radius: 10px;
  }
  .top-banner .glide__bullet {
    margin: 10px 3px;
    padding: 4px;
  }
  .top-banner .glide__bullet--active {
    width: 24px;
  }
}
.top-banner .glide__arrow {
  display: none;
}
@media (min-width: 992px) {
  .top-banner .glide__arrow {
    display: initial;
    opacity: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.top-banner .glide__arrow--right {
  background: url("/static/semyanich/assets/arrow_right.Bb0TsLtM.svg");
  transform: translateY(-50%);
  right: -12px;
}
.top-banner .glide__arrow--right:hover {
  background: url("/static/semyanich/assets/arrow_right_green.fGtvh-Jb.svg");
}
.top-banner .glide__arrow--left {
  background: url("/static/semyanich/assets/arrow_right.Bb0TsLtM.svg");
  transform: translateY(-50%) scaleX(-1);
  left: -12px;
}
.top-banner .glide__arrow--left:hover {
  background: url("/static/semyanich/assets/arrow_right_green.fGtvh-Jb.svg");
}
.top-banner:hover .glide__arrow {
  opacity: 1;
}
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
  .ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
  .ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
  }
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
  .ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
  .ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
  .ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
  .ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
  .bold {
    font-weight: 500;
  }
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-2 {
    font-weight: 600;
  }
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .bold-3 {
    font-weight: 700;
  }
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill, .ok,
.plus,
.minus,
.bridge,
.age-ico,
.android,
.success,
.document,
.age-page,
.gift-box,
.find-ico,
.copy-ico,
.alert-ico,
.card-icon,
.grid-style,
.plus-small,
.rub-symbol,
.check-mark,
.list-style,
.burger-ico,
.minus-small,
.partner-ico,
.precent-ico,
.compare-ico,
.send-message,
.question-mark,
.manager-check,
.seedbanks-ico,
.promocode-ico,
.hemp-leaf-ico,
.quick-buy-bag,
.cart-cross-ico,
.contacts-vk-ico,
.contacts-ok-ico,
.close-cross-btn,
.bonus-rule-edge,
.filled-cart-ico,
.filled-user-ico,
.merchandise-ico,
.collections-ico,
.ico-tracking-box,
.download-banners,
.exclamation-mark,
.ico-tracking-plus,
.ico-tracking-done,
.contacts-mail-ico,
.contacts-forum-ico,
.filled-bookmarks-ico,
.contacts-discord-ico,
.ico-tracking-triangle,
.contacts-telegram-ico,
.success-subscribe-ico,
.delete-referal-link-ico,
.filled-notification-ico,
.close-cross-btn--product,
.categories__item-info-plug {
  fill: var(--color);
}
.icon-stroke, .arrow,
.dialog,
.user-ico,
.ds-arrow,
.cart-ico,
.search-ico,
.arrow-small,
.burger-ico-2,
.arrow--right,
.empty-dialog,
.bookmarks-ico,
.copy-ico-empty,
.check-mark-bold,
.cart-delete-ico,
.compare-ico--product,
.landing-type-arrow--right {
  stroke: var(--color);
}
.icon-fill-stroke, .quick-buy-bag,
.arrow-header-ico {
  fill: var(--color);
  stroke: var(--color);
}
.front-page__content .widget__container {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .front-page__content .widget__container {
    margin-top: 70px;
  }
}
.front-page__content .products-list__item {
  width: 80%;
}
@media (min-width: 575px) {
  .front-page__content .products-list__item {
    width: 33%;
  }
}
@media (min-width: 1023px) {
  .front-page__content .products-list__item {
    width: 20%;
  }
}
.frontpage-triggers__carousel {
  margin-top: 20px;
}
.frontpage-triggers__item {
  height: auto;
  text-align: center;
  background-color: var(--ds-color-background);
  border-radius: 10px;
  width: 80%;
}
@media (min-width: 596px) {
  .frontpage-triggers__item {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .frontpage-triggers__item {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .frontpage-triggers__item {
    width: 25%;
  }
}
.frontpage-triggers__item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  cursor: pointer;
}
.frontpage-triggers__item .title {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  text-align: left;
}
.frontpage-triggers__item img {
  width: 54px;
  height: 35px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .frontpage-collections__container {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .frontpage-collections__container .glide__slides {
    padding-left: 5px;
  }
}
.frontpage-collections__item {
  height: 80px;
  text-align: center;
  width: 80%;
}
.frontpage-collections__item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.frontpage-collections__item .title {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  text-align: center;
  hyphens: auto;
}
.frontpage-collections__item img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  margin-right: 15px;
}
@media (min-width: 370px) {
  .frontpage-collections__item {
    width: 78%;
  }
}
@media (min-width: 395px) {
  .frontpage-collections__item {
    width: 70%;
  }
}
@media (min-width: 450px) {
  .frontpage-collections__item {
    width: 42%;
  }
}
@media (min-width: 650px) {
  .frontpage-collections__item {
    width: 33%;
  }
}
@media (min-width: 820px) {
  .frontpage-collections__item {
    width: 22.5%;
  }
}
@media (min-width: 992px) {
  .frontpage-collections__item {
    width: 25%;
    height: 130px;
  }
  .frontpage-collections__item a {
    flex-direction: column;
    justify-content: center;
  }
  .frontpage-collections__item img {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .frontpage-collections__item {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .frontpage-banks__container {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .frontpage-banks__container .glide__slides {
    padding-left: 10px;
  }
}
.frontpage-banks__item {
  height: 130px;
  text-align: center;
}
.frontpage-banks__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.frontpage-banks__item img {
  height: 85px;
  max-width: 100%;
  object-fit: fill;
}
/* =CAROUSEL PRODUCT WIDGETS
-----------------------------*/
.reviews-carousel__container .glide__arrow {
  display: none;
}
@media (min-width: 992px) {
  .reviews-carousel__container .glide__arrow {
    display: initial;
    top: 45%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.reviews-carousel__container .glide__arrow--right {
  background: url("/static/semyanich/assets/arrow_right.Bb0TsLtM.svg");
  transform: translateY(-50%);
  right: -8px;
}
.reviews-carousel__container .glide__arrow--right:hover {
  background: url("/static/semyanich/assets/arrow_right_green.fGtvh-Jb.svg");
}
.reviews-carousel__container .glide__arrow--left {
  background: url("/static/semyanich/assets/arrow_right.Bb0TsLtM.svg");
  transform: translateY(-50%) scaleX(-1);
  left: -8px;
}
.reviews-carousel__container .glide__arrow--left:hover {
  background: url("/static/semyanich/assets/arrow_right_green.fGtvh-Jb.svg");
}
.reviews-carousel__container .ds-glide__bullets {
  bottom: 20px;
}
.widget__reviews-count {
  font-size: 1rem;
  color: #999;
  font-weight: 400;
}
.review-card {
  height: 225px;
  position: relative;
  padding: 15px;
  margin: 15px 0 40px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.review-card .reviews-message__rating-result {
  display: initial;
}
@media (min-width: 992px) {
  .review-card {
    height: 315px;
    padding: 20px;
  }
}
.review-card-from-product {
  height: 280px;
}
.review-card-from-product .review-card__text {
  -webkit-line-clamp: 4;
}
@media (min-width: 992px) {
  .review-card-from-product .review-card__text {
    -webkit-line-clamp: 7;
  }
}
@media (min-width: 992px) {
  .review-card-from-product {
    height: 375px;
  }
}
.review-card__rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-card__rating :last-child {
  display: flex;
  align-items: center;
  gap: 5px/2;
  color: var(--ds-color-neutral);
}
.review-card__container {
  height: 100%;
  display: grid;
  gap: 10px;
  grid-template-rows: auto 1fr auto;
}
@media (min-width: 992px) {
  .review-card__container {
    gap: 15px;
  }
}
.review-card__header {
  display: grid;
  gap: 5px;
}
@media (min-width: 992px) {
  .review-card__header {
    gap: 10px;
  }
}
.review-card__product {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
  padding: 5px 10px;
  min-height: 65px;
}
.review-card__image {
  width: 40px;
  height: 40px;
}
.review-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.review-card__date {
  color: var(--ds-color-neutral);
}
.review-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .review-card__text {
    -webkit-line-clamp: 7;
  }
}
.reviews-widgets__container {
  position: relative;
}
.reviews-widgets__container .ds-link-button {
  top: 5px;
  position: relative;
}
.reviews-widgets__container .products-widgets__title,
.products-widgets__container .products-widgets__title {
  padding-right: 30px;
}
.reviews-widgets__container .js-rating,
.products-widgets__container .js-rating {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}
.products-list__container:not(.compare-carousel__container) {
  position: relative;
  margin-top: 20px;
}
.products-list__container:not(.compare-carousel__container) .glide__slide:not(.glide__slide--active) {
  opacity: 0.5;
}
.products-list__container:not(.compare-carousel__container) .glide__arrows {
  display: none;
}
.products-list__container:not(.compare-carousel__container) .glide__bullets {
  display: none;
}
@media (min-width: 576px) {
  .products-list__container:not(.compare-carousel__container) .glide__bullets {
    display: block;
    bottom: -24px;
  }
}
.products-list__container:not(.compare-carousel__container) .glide__bullet {
  padding: 4px;
  border-radius: 10px;
  margin: 0px 2px;
  transition: all 0.3s;
}
.products-list__container:not(.compare-carousel__container) .glide__bullet--active {
  width: 24px;
}
@media (min-width: 576px) {
  .products-list__container:not(.compare-carousel__container) .glide__slide:not(.glide__slide--active) {
    opacity: 1;
  }
  .products-list__container:not(.compare-carousel__container) .glide__arrows {
    display: block;
  }
}
.products-list__container .glide__slides {
  padding: 15px 0;
}
.products-list__item {
  text-align: center;
  position: relative;
  height: auto;
  border-radius: 12px;
}
.products-list__item:hover {
  box-shadow: 0px 0px 2px #74b908;
}
.products-list__item .js-rating {
  display: flex;
  text-align: center;
  pointer-events: none;
}
.products-list__item .reviews-wrap {
  display: flex;
  align-items: center;
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 17px;
}
.products-list__item .rating__count {
  color: #000;
  font-size: 0.875rem;
  margin-left: 3px;
  line-height: 0;
}
.products-list__item .bookmarks__link, .products-list__item .compare__link {
  padding: 0;
  right: 11px;
  top: 11px;
  opacity: 1;
}
.products-list__item .bookmarks__link svg, .products-list__item .compare__link svg {
  width: 20px;
}
.products-list__item .bookmarks__link {
  right: 12px;
}
.products-list__item .bookmarks__link svg {
  height: 20px;
  width: 18px;
}
.products-list__item .bookmarks__link .icon--standart {
  display: block;
}
.products-list__item .bookmarks__link .icon--hover {
  display: none;
}
.products-list__item .compare__link {
  top: 37px;
}
.products-list__item .compare__link svg {
  height: 19px;
}
.products-list__item .item__property i {
  width: 17px;
  height: 17px;
}
.products-list__item .compare-remove svg {
  width: 22px;
  height: 22px;
}
.products-list__item.glide__slide--active {
  opacity: 1;
}
@media (max-width: 575px) {
  .products-list__item.glide__slide--active:not(.compare-carousel__item) {
    box-shadow: 0px 0px 2px #74b908;
  }
}
.compare-page .no-products__item .category-item__inner {
  padding: 0;
}
.compare-page .no-products__item .category-item__inner .products-list__item {
  box-shadow: none;
}
.compare-page .no-products__item .category-item__info {
  padding: 0 15px 0;
}
@media (min-width: 1200px) {
  .compare-page .no-products__item .category-item__info {
    padding: 0 25px 0;
  }
}
.compare-page .no-products__item .compare-carousel__props {
  padding: 0 15px 15px;
}
@media (min-width: 1200px) {
  .compare-page .no-products__item .compare-carousel__props {
    padding: 0 25px 15px;
  }
}
.compare-page .no-products__item .compare-carousel__props li {
  position: relative;
}
.compare-page .no-products__item .products-list__item-image-wrap {
  height: auto;
}
.compare-page .no-products__item .item__property {
  display: flex;
  align-items: center;
}
.compare-carousel__item .products-list__backend {
  height: auto;
}
.compare-carousel__item .bookmarks__link {
  top: 32px;
}
.no-products__item .bookmarks__link, .no-products__item .compare__link {
  top: 32px;
}
.products-list__item-name {
  display: block;
  line-height: 18px;
  overflow: hidden;
  font-size: 14px;
  height: auto;
  font-weight: 400;
  margin: 0 0 7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.products-list__item-name:hover {
  color: inherit;
}
.products-list__item-name_bold {
  font-weight: 600;
}
.products-list__item-name_gray {
  color: #959595;
}
.products-list__item-name--category-name {
  height: auto;
}
.products-list__item-name.short-name {
  height: 30px;
  line-height: 15px;
}
.compare-carousel__props-title {
  font-weight: 600;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  line-height: 1rem;
}
.products-list__price-container {
  bottom: 5px;
  left: 25px;
  right: 25px;
  color: var(--ds-color-accent-active);
  text-align: center;
  margin: auto 0 0 0;
}
.products-list__price-container.catalog-price-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.products-list__price-container .product-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  color: inherit;
  line-height: 1;
  padding: 10px 0;
}
.products-list__price-container .product-price .rub {
  margin-right: 7px;
}
.products-list__price-container .product-price__value {
  font-size: 1.25rem;
  font-weight: 700;
}
.products-list__price-container .product-price__word {
  font-size: 1rem;
}
.products-list__price-container .rub-short svg {
  --color: var(--ds-color-accent-active);
  width: 10px;
  height: 10px;
}
.products-list__price-container .rub {
  display: inline;
  max-width: 100%;
  white-space: nowrap;
}
.products-list__price-container .quick-buy-btn {
  flex-grow: 0;
  font-size: 0.875rem;
  padding: 0px 2px 2px;
  margin: 0 auto;
  position: relative;
  width: 85%;
  z-index: 20;
  height: 35px;
  font-weight: normal;
}
.products-list__price-container .quick-buy-btn.catalog-quick-buy-btn {
  margin-left: 10px;
  margin-right: 0;
  flex-grow: 1;
  max-width: 185px;
}
@media screen and (min-width: 576px) {
  .products-list__price-container {
    position: static;
    flex-wrap: wrap;
  }
  .products-list__price-container .product-price {
    padding: 5px 0 15px;
    max-width: none;
    justify-content: center;
    color: var(--ds-color-accent-active);
    min-width: auto;
  }
  .products-list__price-container .rub {
    max-width: 100%;
  }
  .products-list__price-container svg {
    height: 10px;
    width: 10px;
  }
  .products-list__price-container .quick-buy-btn {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    display: block;
    font-size: 0.875rem;
  }
  .products-list__price-container .quick-buy-btn span {
    display: inline-block;
    vertical-align: middle;
  }
  .products-list__price-container .quick-buy-btn svg {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 2px;
  }
}
.products-list__item-description {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-grow: 1;
  text-align: left;
  height: 100%;
  padding-bottom: 15px;
  padding-top: 22px;
}
.products-list__item-description .product-tgk {
  display: block;
  text-align: left;
}
.products-list__item-description .product-price {
  text-align: left;
}
@media (min-width: 576px) {
  .products-list__item-description {
    text-align: center;
    overflow: hidden;
    height: auto;
  }
  .products-list__item-description .product-tgk {
    text-align: center;
  }
  .products-list__item-description .product-price {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .products-list__item-description {
    padding: 15px 0px 15px 0px;
  }
}
.products-list__rating-and-price {
  margin-top: auto;
}
.category-item__container .products-list__item-description {
  padding-top: 3px;
}
@media (min-width: 768px) {
  .category-item__container .products-list__item-description {
    padding-top: 18px;
  }
}
.category-item__container .products-list__item-name {
  margin-bottom: 10px;
}
.category-item__container .products-list__price-container .product-price {
  flex-direction: column-reverse;
  padding: 0;
}
.products-list__sales-tags {
  top: 10px;
  left: 15px;
  right: 40px;
  z-index: 1;
  display: flex;
  gap: 2px;
}
.products-list__backend {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 0px;
  height: 100%;
  border-radius: 10px;
}
.products-list__backend_fix-width {
  max-width: 370px;
  margin: 0 auto;
}
.products-list__backend--category-backend {
  padding-bottom: 15px;
}
@media (min-width: 576px) {
  .products-list__backend {
    max-height: none;
  }
}
@media (min-width: 768px) {
  .products-list__backend {
    padding: 15px 15px 0;
  }
}
@media (min-width: 1200px) {
  .products-list__backend {
    padding: 15px 25px 0;
  }
}
.compare-page .products-list__backend {
  background-color: #fff;
}
.previews-carousel {
  padding-bottom: 32px;
  min-height: 200px;
}
@media (min-width: 768px) {
  .previews-carousel {
    margin-bottom: 0;
    position: static;
  }
}
@media (min-width: 992px) {
  .previews-carousel {
    margin-bottom: 32px;
  }
}
.previews-carousel .glide__track {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}
.previews-carousel img {
  max-height: 200px;
}
.previews-carousel .ds-glide__bullets {
  bottom: 5px;
}
@media (min-width: 992px) {
  .previews-carousel .ds-glide__bullets {
    bottom: -25px;
  }
}
@media (min-width: 768px) {
  .previews-carousel__item {
    height: 180px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .previews-carousel__item {
    height: 100%;
  }
}
.previews__slides {
  align-items: stretch;
  height: 100%;
}
@media (min-width: 768px) {
  .previews__slides {
    position: static;
  }
}
@media (min-width: 992px) {
  .previews__slides {
    align-items: center;
  }
}
.products-list__item-image-wrap {
  width: 100%;
  display: block;
}
.products-list__item-image-wrap:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.products-list__item-image-wrap:not(.products-list__item-image-wrap--auto-size) {
  height: 185px;
  display: flex;
  justify-content: center;
}
.products-list__item-image-wrap .pack {
  display: none;
}
@media (min-width: 992px) {
  .products-list__item-image-wrap:hover .cone {
    display: none;
  }
  .products-list__item-image-wrap:hover .pack {
    display: inline-block;
  }
  .products-list__item-image-wrap {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .products-list__item-image-wrap {
    height: 197px;
  }
}
.products-list__image-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.image-loader {
  z-index: -1 !important;
}
.previews-carousel .pack {
  display: block;
}
@media (min-width: 992px) {
  .previews-carousel .products-list__item-image-wrap:hover .cone {
    display: none;
  }
  .previews-carousel .products-list__item-image-wrap:hover .pack {
    display: inline-block;
  }
}
.list-style .pack {
  display: none;
}
.products-list-item__highlight {
  display: none;
  font-size: 0.875rem;
  margin-top: 15px;
}
.products-list-item__highlight em {
  font-weight: 600;
}
.products-list__properties {
  margin-top: 0;
  text-align: center;
}
.item__property.products-list-item__property {
  background: #F8F8F8;
  border-radius: 20px;
  padding: 3px 10px;
  margin: 0 2px 2px 0;
  display: none;
}
.item__property.products-list-item__property .value {
  padding-left: 5px !important;
  font-size: 12px;
}
.item__property.products-list-item__property:first-child, .item__property.products-list-item__property:nth-child(2), .item__property.products-list-item__property:nth-child(3), .item__property.products-list-item__property:nth-child(4) {
  display: inline-block;
  vertical-align: bottom;
}
.item__property.products-list-item__property .property-feminised {
  color: #00acd6;
}
@media (min-width: 992px) {
  .item__property.products-list-item__property {
    padding: 3px 10px;
  }
}
.products-list__property-inner {
  display: flex;
  align-items: center;
}
.products-list__property-inner--harvest {
  color: #609D00;
}
.products-list__property-inner--feminised {
  color: #B94808;
}
.products-list__property-inner--feminised .property-feminised {
  background: url("/static/semyanich/assets/feminized--color.BZblDjba.svg") no-repeat 50% 50%;
}
.products-list__property-inner--autoflowering {
  color: #B96808;
}
.products-list__property-inner--autoflowering .property-autoflowering {
  background: url("/static/semyanich/assets/autoflowering--color.BDMLWiMQ.svg") no-repeat 50% 50%;
}
.products-list__property-inner--fotoperiodnie {
  color: #B96808;
}
.products-list__property-inner--fotoperiodnie .property-fotoperiodnie {
  background: url("/static/semyanich/assets/fotoperiod--color.D6n29_Xo.svg") no-repeat 50% 50%;
}
.products-list__property-inner--height {
  color: #B98708;
}
.products-list__property-inner--height .property-height {
  background: url("/static/semyanich/assets/height--color.CnVf_hP5.svg") no-repeat 50% 50%;
}
.products-list__property-inner--flow_time {
  color: #AFB200;
}
.products-list__property-inner--flow_time .property-flow_time {
  background: url("/static/semyanich/assets/flow-time--color.D9X6B7Xw.svg") no-repeat 50% 50%;
}
.products-list__property-inner--time_to_flow {
  color: #AFB200;
}
.image-wrap-tag--list-style {
  display: none;
}
@media (min-width: 992px) {
  .list-style .products-list__backend {
    padding: 15px 25px 15px 250px;
    position: relative;
  }
  .list-style .reviews-wrap {
    margin: 0;
    margin-bottom: 15px;
  }
  .list-style .products-list__item-previews-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 15px;
    width: 220px;
  }
  .list-style .products-list__item-image-wrap {
    position: static;
    height: 0;
  }
  .list-style .products-list__item-image-wrap:hover .products-list__item-previews-wrap {
    align-items: center;
  }
  .list-style .products-list__item .rating__count {
    font-size: 0.875rem;
  }
  .list-style .products-list__item .product-reviews-count span {
    font-size: 0.875rem;
  }
  .list-style .previews-carousel__item {
    height: 180px;
  }
  .list-style .products-list__item-name {
    height: auto;
    text-align: left;
  }
  .list-style .products-list__item-description {
    text-align: left;
    padding-right: 160px;
    padding-left: 0;
  }
  .list-style .image-wrap-tag--top {
    display: none;
  }
  .list-style .image-wrap-tag--list-style {
    display: flex;
    position: static;
  }
  .list-style .products-list__info {
    margin-top: 8px;
  }
  .list-style .products-list__properties {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    text-align: left;
    height: auto;
    margin-bottom: 2px;
  }
  .list-style .products-list__price-container {
    position: absolute;
    left: auto;
    width: 160px;
    bottom: 25px;
    display: block;
  }
  .list-style .quick-buy-btn {
    margin-left: 0;
  }
  .list-style .product-price {
    justify-content: flex-end;
  }
  .list-style .products-list__sales-tags {
    max-width: 250px;
  }
}
.products-list__item-image {
  display: inline-block;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .products-list__item-image {
    max-height: 185px;
    max-width: 100%;
  }
}
.category-item__plug {
  --color: #e5e5e5;
}
.ds-carousel .glide__arrow, .ds-carousel .swiper-button {
  display: none;
}
@media (min-width: 992px) {
  .ds-carousel .glide__arrow, .ds-carousel .swiper-button {
    display: initial;
    opacity: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .ds-carousel .glide__arrow_show, .ds-carousel .swiper-button_show {
    opacity: 1;
  }
}
.ds-carousel .swiper-button {
  top: calc(50% + 23px);
}
.ds-carousel .swiper-button::after {
  content: none;
}
.ds-carousel .glide__arrow--right, .ds-carousel .swiper-button-next {
  background: url("/static/semyanich/assets/arrow_right.Bb0TsLtM.svg");
  transform: translateY(-50%);
  right: -12px;
}
.ds-carousel .glide__arrow--right:hover, .ds-carousel .swiper-button-next:hover {
  background: url("/static/semyanich/assets/arrow_right_green.fGtvh-Jb.svg");
}
.ds-carousel .glide__arrow--left, .ds-carousel .swiper-button-prev {
  background: url("/static/semyanich/assets/arrow_right.Bb0TsLtM.svg");
  transform: translateY(-50%) scaleX(-1);
  left: -12px;
}
.ds-carousel .glide__arrow--left:hover, .ds-carousel .swiper-button-prev:hover {
  background: url("/static/semyanich/assets/arrow_right_green.fGtvh-Jb.svg");
}
.ds-carousel:hover .glide__arrow, .ds-carousel:hover .swiper-button {
  opacity: 1;
}
@media (min-width: 576px) {
  .ds-carousel[data-trig-count="1"] .glide__arrow, .ds-carousel[data-trig-count="2"] .glide__arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .ds-carousel[data-trig-count="1"] .glide__arrow, .ds-carousel[data-trig-count="2"] .glide__arrow, .ds-carousel[data-trig-count="3"] .glide__arrow {
    display: none;
  }
}
@media (min-width: 992px) {
  .ds-carousel[data-trig-count="1"] .glide__arrow, .ds-carousel[data-trig-count="2"] .glide__arrow, .ds-carousel[data-trig-count="3"] .glide__arrow, .ds-carousel[data-trig-count="4"] .glide__arrow {
    display: none;
  }
}
.ds-carousel .glide__slides {
  padding: 10px 0;
}
.ds-carousel__item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.ds-carousel__item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 0 2px #74b908;
}
.ds-glide__bullets, .swiper-pagination {
  --swiper-pagination-bottom: -20px;
  height: 8px;
  font-size: 0;
}
.ds-glide__bullets .glide__bullet, .ds-glide__bullets .swiper-pagination-bullet, .swiper-pagination .glide__bullet, .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--ds-color-neutral);
  height: 8px;
  width: 8px;
  border-radius: 10px;
  margin: 0 2px;
  padding: 2px;
}
.ds-glide__bullets .glide__bullet--active, .ds-glide__bullets .glide__bullet-active, .ds-glide__bullets .swiper-pagination-bullet--active, .ds-glide__bullets .swiper-pagination-bullet-active, .swiper-pagination .glide__bullet--active, .swiper-pagination .glide__bullet-active, .swiper-pagination .swiper-pagination-bullet--active, .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: var(--ds-color-primary);
}
@media (max-width: 768px) {
  .ds-glide__bullets, .swiper-pagination {
    display: none;
  }
}
.ds-glide__bullets-item {
  transition: all 0.3s;
  background-color: #eee;
}
.ds-glide__bullets-item.active {
  width: 18px;
}
.glide__track_mr {
  margin-right: -15px;
}
@media (min-width: 992px) {
  .glide__track_mr {
    margin-right: 0;
  }
}
.glide__track_m {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .glide__track_m {
    margin: 0;
  }
}
.ds-link-button {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--ds-color-neutral);
  transition: all 0.3s;
}
.ds-link-button svg {
  transform: rotate(-90deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  --color: var(--ds-color-neutral);
}
.ds-link-button:hover svg {
  --color: #74B908;
}
/*# sourceMappingURL=front_page.scss.map */