

/* Start:/bitrix/templates/prostroy_default/assets/css/style.css?1744386033439471*/
/* main */
/* buttons */
/* forms */
/* links */
/* text */
/* grid */
/** -- hard color color.scss -- **/
/* main */
/* buttons */
/* forms */
/* links */
/* text */
/* grid */
/** /-- hard color color.scss -- **/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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; }

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: #777777; }

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: .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 {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #3e9add; }

a.text-primary:hover {
  color: #2381c5; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #3e9add; }

a.bg-primary:hover {
  background-color: #2381c5; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #F3F3F3; }

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.42857; }

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 #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #F3F3F3; }
  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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #F3F3F3;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.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: 1240px; } }

.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.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 7px 10px;
  padding-bottom: 7px 10px;
  color: #777777;
  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: 7px 10px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #F2F2F2; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #F2F2F2; }
  .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 #F2F2F2; }
  .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 #F2F2F2; }
  .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 #F2F2F2; }
  .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: #e8e8e8; }

.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: #d0e9c6; }

.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: #c4e3f3; }

.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: #faf2cc; }

.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: #ebcccc; }

.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 #F2F2F2; }
      .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: #000000;
  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;
  margin-top: 1px \9;
  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.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  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: #4c6ca5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(76, 108, 165, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(76, 108, 165, 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 {
    cursor: not-allowed;
    background-color: #F3F3F3;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm
    input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .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 \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  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; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  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;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.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;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .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: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.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: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.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: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.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: #737373; }

@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.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.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;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

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 solid;
  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.42857;
    color: #000000;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  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: #3e9add; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  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.42857;
  color: #777777;
  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 solid;
  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; } }

.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: #F3F3F3; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #F3F3F3;
    border-color: #155В89; }
  .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.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #F3F3F3 #F3F3F3 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      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: #3e9add; }

.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.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-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.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.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;
        visibility: visible !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: #F3F3F3; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      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: #e7e7e7; }
  .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: #F3F3F3; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    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: #e7e7e7; }
    .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: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .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: #090909; }
  .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: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .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: #090909; }
    .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: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .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; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.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; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.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; }
  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; }
  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; }
  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; }
  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; }
  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; } }

* {
  -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; }

.mainsections {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

img {
  vertical-align: middle; }

.row {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row:before {
    content: none; }
  @media (min-width: 1200px) {
    .row .col-lg-12 {
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .row .col-md-12 {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .row .col-sm-12 {
      width: 100%; } }
  @media (max-width: 767px) {
    .row .col-xs-12 {
      width: 100%; } }

/**/
.row.no-gutter {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

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

.rsgppopup {
  position: absolute;
  top: 100px;
  left: 100px;
  text-align: left;
  z-index: 900; }

.rsgppopup .inner {
  min-width: 500px;
  min-height: 320px;
  background-color: #FFF;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4x;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5); }

.rsgppopup .loading {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-top: 144px;
  margin-left: 234px;
  background: rgba(0, 0, 0, 0) url("/bitrix/templates/prostroy_default/assets/css/../../img/loading.gif") center center no-repeat; }

/* catalog.element -> popup */
.rsgppopup {
  width: 100%;
  max-width: 500px; }

.rsgppopup .block {
  float: left;
  width: 50%; }

.rsgppopup .block.left {
  border-right: 1px solid #E5E5E5; }

.rsgppopup .block.left .ppadding {
  text-align: center; }

.rsgppopup .ppadding,
.showcaseitem .ppadding {
  padding: 15px 20px; }

.rsgppopup .block.right .ppadding {
  padding-bottom: 5px; }

.rsgppopup .ppadding .propanddesc {
  min-height: 225px; }

.rsgppopup .pic {
  padding: 10px 0px; }

.rsgppopup .article {
  margin-bottom: 12px;
  font-family: Opensanslight,Arial,Helvetica,sans-serif;
  color: #484848; }

/* catalog.element -> popup -> prices */
.rsgppopup .prices .prs_jscrollpane {
  width: 100%;
  overflow: auto; }

.rsgppopup .prices .prev,
.rsgppopup .prices .next {
  display: block;
  width: 100%;
  text-align: center;
  background: #f3f3f3;
  background: -ms-linear-gradient(top, #f3f3f3, #fff);
  background-image: -moz-linear-gradient(top, #f3f3f3, #fff);
  background-image: -o-linear-gradient(top, #f3f3f3, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#fff));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #fff);
  background-image: linear-gradient(to bottom, #f3f3f3, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#fff',GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3f3, endColorstr=#fff)"; }

.rsgppopup .prices .prev .icon,
.rsgppopup .prices .next .icon {
  width: 14px;
  height: 7px;
  margin-bottom: 2px; }

.rsgppopup .prices .prev .icon {
  background-position: -14px -669px; }

.rsgppopup .prices .prev:hover .icon {
  background-position: -14px -690px; }

.rsgppopup .prices .next .icon {
  background-position: 0px -669px; }

.rsgppopup .prices .next:hover .icon {
  background-position: 0px -690px; }

.rsgppopup .prices .pricestable {
  width: 100%; }

.rsgppopup .prices .pricestable tr td {
  padding: 8px 12px; }

.rsgppopup .prices .pricestable tr.even td {
  background-color: #FAFAFA; }

/* catalog.element -> popup -> soloprices */
.rsgppopup .soloprice {
  margin-top: 15px; }

.rsgppopup .soloprice span {
  display: inline-block;
  margin-bottom: 6px; }

.rsgppopup .soloprice .price.gen {
  display: block;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: 10px; }

.rsgppopup .soloprice .price.old {
  margin-right: 25px; }

/* catalog.element -> popup -> description */
.rsgppopup .description {
  font-family: Opensanslight,Arial,Helvetica,sans-serif;
  color: #484848;
  margin-top: 30px; }

.rsgppopup .description .text {
  max-height: 118px;
  overflow: hidden; }

.rsgppopup .description .more {
  text-decoration: underline; }

.rsgppopup .description .more:hover {
  text-decoration: none; }

/* /catalog.element -> popup -> description */
/* catalog.element -> popup -> properties */
.rsgppopup .propvision1 .offer_prop .offer_prop-name {
  font-family: Opensanslight,Arial,Helvetica,sans-serif;
  color: #484848;
  margin-right: 5px; }

/* /catalog.element -> popup -> properties */
/* catalog.element -> popup -> add2basket */
.rsgppopup .buy {
  margin-top: 20px; }

.rsgppopup .buy .quantity {
  display: inline-block;
  margin-top: 6px; }

.rsgppopup .add2basket,
.rsgppopup .inbasket {
  float: right;
  padding: 4px 8px; }

/* /catalog.element -> popup -> add2basket */
/* catalog.element -> popup -> compare */
.rsgppopup .compare {
  margin-top: 12px; }

/* /catalog.element -> popup -> compare */
/* catalog.element -> popup -> favorite & share */
.rsgppopup .favorishare {
  margin-top: 5px; }

.rsgppopup .add2favorite {
  color: #666666;
  font-size: 11px;
  text-decoration: none; }

.rsgppopup .add2favorite:hover {
  color: #214496;
  text-decoration: underline; }

.rsgppopup .add2favorite .icon,
.rsgppopup .add2favorite .counter {
  margin-right: 3px; }

.rsgppopup .add2favorite .icon {
  width: 12px;
  height: 10px;
  margin-bottom: 2px;
  background-position: 0px -629px; }

.rsgppopup .add2favorite.in .icon {
  background-position: -12px -629px; }

.rsgppopup .share {
  float: right; }

.rsgppopup .favorite {
  float: left; }

/* /catalog.element -> popup -> favorite & share */
/* /catalog.element -> popup */
#rs_easycart {
  position: fixed;
  bottom: 0px;
  width: 100%; }

#rs_easycart .rsec {
  width: 100%;
  font-size: 13px; }

#rs_easycart .rsec, #rs_easycart .rsec_in {
  width: 100%;
  margin: 0 auto; }

#rs_easycart div, #rs_easycart .rsec_headers a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#rs_easycart .rsec_iconka {
  display: inline-block;
  font-size: 0;
  vertical-align: middle; }

#rs_easycart .rsec_nowrap {
  white-space: nowrap; }

#rs_easycart .rsec_clearfix:after {
  display: block;
  clear: both;
  content: " ";
  font-size: 0;
  height: 0;
  visibility: hidden; }

#rs_easycart .rsec_block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/bitrix/templates/prostroy_default/assets/css/../img/loading_bg.png") repeat scroll 0 0 transparent;
  z-index: 9999; }

#rs_easycart .rsec_block .rsec_ikonka {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 31px;
  margin: -15px 0px 0px -15px;
  background: url("/bitrix/templates/prostroy_default/assets/css/../img/loading.gif") no-repeat 0 0 transparent; }

.rsec_disableSelection {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

#rs_easycart .rsec_cantbuy, #rs_easycart .rsec_headers .rsec_changer.rsec_changer_hide {
  display: none; }

#rs_easycart a {
  color: #155В89;
  text-decoration: none; }

#rs_easycart a:hover {
  color: #67adda;
  text-decoration: underline; }

/* buttons */
/* /buttons */
/* headers */
#rs_easycart .rsec.rsec_headers .rsec_body {
  height: 40px;
  line-height: 40px;
  text-align: right; }

#rs_easycart .rsec_headers .rsec_orlink {
  display: inline-block;
  border-left: 1px solid #2b2b2b; }

#rs_easycart .rsec_headers a {
  display: inline-block;
  padding: 0px 15px 0px 15px;
  color: #fff;
  border-left: 1px solid #3c3c3c; }

#rs_easycart .rsec_headers a.selected {
  background-color: #fff; }

#rs_easycart .rsec_headers a,
#rs_easycart .rsec_headers a:hover {
  text-decoration: none; }

#rs_easycart .rsec_headers a span.rsec_name {
  border-bottom: 1px dashed #fff; }

#rs_easycart .rsec_headers a:hover span.rsec_name,
#rs_easycart .rsec.rsec_headers a.rsec_online:hover span.rsec_name {
  border-bottom: none; }

#rs_easycart .rsec_headers a.rsec_online {
  float: left; }

#rs_easycart .rsec_headers a.rsec_online .rsec_iconka {
  width: 20px;
  height: 20px;
  margin-bottom: 1px;
  background-position: 0px 0px; }

#rs_easycart .rsec_headers a .svg-icon {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  fill: #fff; }

#rs_easycart .rsec_headers a.selected .svg-icon {
  fill: #666; }

/* /headers */
/* content */
#rs_easycart .rsec_content,
#rs_easycart .rsec_content .rsec_tab {
  display: none; }

#rs_easycart .rsec_content.open {
  box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82); }

#rs_easycart .rsec_content.open,
#rs_easycart .rsec_content.open .rsec_tab.selected {
  display: block;
  height: 100%; }

#rs_easycart .rsec_content .rsec_body {
  background-color: #fff;
  border-right: 1px solid #F3F3F3;
  border-left: 1px solid #F3F3F3; }

#rs_easycart .rsec_content .rsec_tyanya {
  text-align: center;
  cursor: n-resize;
  background-color: #f3f3f3; }

#rs_easycart .rsec_content .rsec_tyanya span {
  display: inline-block;
  margin: 7px 0px 6px 0px; }

#rs_easycart .rsec_content .rsec_tyanya .svg-icon {
  width: 16px;
  height: 16px;
  fill: #bbb; }

#rs_easycart .rsec_content .rsec_tyanya .rsec_close {
  display: block;
  float: right;
  width: 85px;
  height: 10px;
  padding: 8px 4px 12px 10px;
  margin-right: 3px;
  cursor: pointer; }

#rs_easycart .rsec_content .rsec_tyanya .rsec_close .svg-icon {
  width: 10px;
  height: 10px;
  margin: 0px 0px 2px 5px;
  fill: #4c6ca5; }

#rs_easycart .rsec_content .rsec_tabs {
  width: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

#rs_easycart .rsec_buttons {
  padding: 15px 10px; }

#rs_easycart .rsec_leftp {
  float: left; }

#rs_easycart .rsec_leftp .btn2 {
  margin-right: 10px; }

#rs_easycart .rsec_rightp {
  float: right; }

/* content -> table */
#rs_easycart table.rsec_table {
  width: 100%;
  border: none; }
  #rs_easycart table.rsec_table thead th {
    min-height: auto;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #383839;
    padding: 13px 26px 15px;
    vertical-align: middle;
    background-color: #fff;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2; }
  #rs_easycart table.rsec_table tbody td {
    padding: 13px 26px 15px;
    vertical-align: middle;
    color: black;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #F2F2F2;
    border-left: none; }

#rs_easycart table.rsec_table th.rsec_hov,
#rs_easycart table.rsec_table td.rsec_hov {
  width: 5px;
  padding: 0px; }

#rs_easycart table.rsec_table .rsec_cen {
  text-align: center; }

#rs_easycart table.rsec_table .rsec_product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#rs_easycart table.rsec_table .rsec_padd {
  padding-right: 25px;
  padding-left: 25px; }

#rs_easycart table.rsec_table .rsec_min {
  width: 1px; }

#rs_easycart table.rsec_table .rsec_min label {
  margin-top: 4px; }

#rs_easycart table.rsec_table .rsec_image img {
  max-width: 40px;
  max-height: 40px; }

/* content -> /table */
/* content -> no items in tab */
#rs_easycart .rsec_emptytab {
  width: 100%;
  height: 100%;
  text-align: center; }

#rs_easycart .rsec_thistab_viewed .rsec_emptytab .rsec_emptytab_icon {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  padding-top: 140px;
  color: #ccc;
  font-size: 13px;
  background-image: url("/bitrix/templates/prostroy_default/assets/css/../img/emptyviewed.png");
  background-position: 0px 0px;
  background-repeat: no-repeat; }

#rs_easycart .rsec_thistab_compare .rsec_emptytab .rsec_emptytab_icon,
#rs_easycart .rsec_thistab_favorite .rsec_emptytab .rsec_emptytab_icon,
#rs_easycart .rsec_thistab_basket .rsec_emptytab .rsec_emptytab_icon {
  width: 100%;
  max-width: 146px;
  margin: 0 auto;
  padding-top: 155px;
  color: #ccc;
  font-size: 13px;
  background-position: 0px 0px;
  background-repeat: no-repeat; }

#rs_easycart .rsec_thistab_compare .rsec_emptytab .rsec_emptytab_icon {
  background-image: url("/bitrix/templates/prostroy_default/assets/css/../img/emptycompare.png"); }

#rs_easycart .rsec_thistab_favorite .rsec_emptytab .rsec_emptytab_icon {
  background-image: url("/bitrix/templates/prostroy_default/assets/css/../img/emptyfavorite.png"); }

#rs_easycart .rsec_thistab_basket .rsec_emptytab .rsec_emptytab_icon {
  background-image: url("/bitrix/templates/prostroy_default/assets/css/../img/emptybasket.png"); }

/* content -> /no items in tab */
/* content -> viewed */
/* /content -> viewed */
/* content -> compare */
#rs_easycart .rsec_thistab_compare .rsec_delete .svg-icon {
  width: 10px;
  height: 10px;
  fill: #4c6ca5; }

/* /content -> compare */
/* content -> favorite */
#rs_easycart .rsec_thistab_favorite .rsec_delete .svg-icon {
  width: 10px;
  height: 10px;
  fill: #4c6ca5; }

/* /content -> favorite */
/* content -> basket */
#rs_easycart .rsec_plus,
#rs_easycart .rsec_minus {
  display: inline-block;
  padding: 2px 9px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: black;
  cursor: pointer;
  background-color: #F3F3F3; }

#rs_easycart .rsec_plus:hover,
#rs_easycart .rsec_minus:hover {
  color: black;
  text-decoration: none;
  background-color: #e0e0e0; }

#rs_easycart .rsec_plus:active,
#rs_easycart .rsec_minus:active {
  color: black;
  text-decoration: none;
  background-color: #cdcdcd; }

#rs_easycart .rsec_quantity {
  display: inline-block;
  width: 120px;
  height: 31px;
  overflow: hidden; }
  #rs_easycart .rsec_quantity__inner {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 31px;
    background-color: #FFF; }
  #rs_easycart .rsec_quantity__input {
    display: inline-block;
    float: left;
    width: 29px;
    text-align: center;
    padding: 7px 0 7px;
    background-color: #FFF;
    border: 1px solid #ebebeb;
    border-right: none;
    border-radius: 4px 0 0 4px;
    box-shadow: none; }
    #rs_easycart .rsec_quantity__input:hover, #rs_easycart .rsec_quantity__input:hover:focus, #rs_easycart .rsec_quantity__input:focus {
      border-color: #ebebeb;
      box-shadow: none; }
  #rs_easycart .rsec_quantity .rsec_minus,
  #rs_easycart .rsec_quantity .rsec_plus {
    position: relative;
    display: inline-block;
    float: left;
    text-decoration: none;
    cursor: pointer;
    padding: 14px 15px 15px 14px;
    background: #F3F3F3;
    border: 1px solid #ebebeb;
    border-radius: 4px; }
    #rs_easycart .rsec_quantity .rsec_minus:before, #rs_easycart .rsec_quantity .rsec_minus:after,
    #rs_easycart .rsec_quantity .rsec_plus:before,
    #rs_easycart .rsec_quantity .rsec_plus:after {
      position: absolute;
      display: inline-block;
      width: 10px;
      height: 10px;
      content: ' ';
      background-color: black; }
    #rs_easycart .rsec_quantity .rsec_minus:hover,
    #rs_easycart .rsec_quantity .rsec_plus:hover {
      background-color: #e0e0e0; }
    #rs_easycart .rsec_quantity .rsec_minus:active,
    #rs_easycart .rsec_quantity .rsec_plus:active {
      background-color: #cdcdcd; }
  #rs_easycart .rsec_quantity .rsec_minus:before {
    top: 14px;
    left: 8px;
    width: 13px;
    height: 1px;
    content: ' ';
    background-color: black; }
  #rs_easycart .rsec_quantity .rsec_minus:after {
    content: none; }
  #rs_easycart .rsec_quantity .rsec_plus:before {
    top: 14px;
    left: 8px;
    width: 13px;
    height: 1px; }
  #rs_easycart .rsec_quantity .rsec_plus:after {
    top: 8px;
    left: 14px;
    width: 1px;
    height: 13px; }
  #rs_easycart .rsec_quantity .rsec_measurename {
    display: inline-block;
    float: left;
    width: 29px;
    line-height: 18px;
    text-align: center;
    padding: 5px 0 6px;
    background-color: #FFF;
    border: 1px solid #ebebeb;
    border-left: none;
    border-radius: 0 4px 4px 0; }

/*
	#rs_easycart .rsec_quantity input{
		width:36px;
		padding:0px;
		text-align:center;
		border:none;
		box-shadow:none;
	}
	#rs_easycart .rsec_quantity input:focus{border:none;box-shadow:none;}
	#rs_easycart .rsec_quantity input,
	#rs_easycart .rsec_measurename{
		background-color:#FFF;
	}
	#rs_easycart .rsec_measurename{
		display:inline-block;
		min-width:28px;
		padding:0px 2px;
	}
	*/
#rs_easycart .rsec_thistab_basket {
  height: 100%; }

#rs_easycart .rsec_thistab_basket .rsec_delete .svg-icon {
  width: 10px;
  height: 10px;
  fill: #4c6ca5; }

#rs_easycart .rsec_thistab_basket .rsec_totaltext {
  font-size: 14px; }

#rs_easycart .rsec_thistab_basket .rsec_totaltext .rsec_color {
  font-size: 15px;
  font-weight: bold;
  margin-right: 25px; }

#rs_easycart .rsec_thistab_basket .rsec_coupon {
  margin-right: 10px; }

#rs_easycart .rsec_thistab_basket .rsec_coupon .rsec_cop {
  padding: 10px 9px; }

#rs_easycart .rsec_thistab_basket .rsec_coupon .rsec_cop + .rsec_coup {
  padding: 9px 14px 8px;
  margin-left: 2px; }

#rs_easycart .rsec_thistab_basket .rsec_coupon,
#rs_easycart .rsec_thistab_basket .rsec_coupon_result {
  margin-bottom: 10px; }

#rs_easycart .rsec_thistab_basket .rsec_coupon_result.good .rsec_counpon_note {
  color: green; }

#rs_easycart .rsec_thistab_basket .rsec_coupon_result.bad .rsec_counpon_note {
  color: red; }

#rs_easycart .rsec_thistab_basket .rsec_rightp .btn1 {
  padding: 10px 14px; }

#rs_easycart .rsec_thistab_basket .rsec_name {
  color: #383839; }

/* /content -> basket */
/* /content */
/* themes */
#rs_easycart .rsec.rsec_headers {
  background-color: #2b2b2b; }

#rs_easycart .rsec_headers a.selected {
  color: #666666; }

/* themes -> orange (default) */
#rs_easycart .rsec_headers a.rsec_online span.rsec_name {
  border-bottom: 1px dashed #4c6ca5; }

#rs_easycart .rsec_headers a.rsec_online,
#rs_easycart .rsec_headers span.rsec_color {
  color: #4c6ca5; }

#rs_easycart .rsec_headers a.rsec_online .svg-icon {
  fill: #4c6ca5; }

/* /themes -> /orange (default) */
/* /themes */
@media screen and (max-width: 1100px) {
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_online span {
    display: none; } }

@media screen and (max-width: 1024px) {
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_viewed span.rsec_name,
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_compare span.rsec_name,
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_favorite span.rsec_name {
    display: none; }
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer {
    padding: 0px 10px; } }

@media screen and (max-width: 970px) {
  #rs_easycart .rsec_leftp,
  #rs_easycart .rsec_rightp,
  #rs_easycart .rsec_totaltext {
    float: left;
    width: 100%; }
  #rs_easycart .rsec_totaltext {
    margin: 12px 0px; } }

@media screen and (max-width: 675px) {
  #rs_easycart .rsec_thistab_compare .rsec_rightp {
    margin-top: 12px; } }

@media screen and (max-width: 500px) {
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_basket span.rsec_name,
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_basket span.rsec_color.rsec_sum {
    display: none; } }

.c-ajaxpages {
  height: 65px;
  text-align: center;
  line-height: 65px;
  padding: 0; }
  .c-ajaxpages.animation .c-ajaxpages__animashka {
    display: block; }
  .c-ajaxpages.animation .c-ajaxpages__link {
    cursor: default; }
  .c-ajaxpages.animation .c-ajaxpages__text {
    visibility: hidden; }
  .c-ajaxpages__link {
    position: relative;
    display: inline-block;
    line-height: 31px;
    text-decoration: none; }
  .c-ajaxpages__animashka {
    position: absolute;
    top: 1px;
    left: 23px;
    display: none;
    width: 31px;
    height: 31px;
    line-height: 31px;
    vertical-align: middle; }
  .c-ajaxpages__text {
    visibility: visible; }

.c-article__title {
  color: #383839;
  margin-right: 7px; }

.c-article.js-article-invisible {
  display: none; }

.c-attributes {
  position: relative; }
  .c-attributes.view-buttons .c-attributes__name {
    padding-right: 4px; }
  .c-attributes.view-buttons .c-attributes__current-value {
    margin-bottom: 1px; }
    .c-attributes.view-buttons .c-attributes__current-value .c-attributes__value {
      color: black;
      padding: 0 6px 0 0; }
    .c-attributes.view-buttons .c-attributes__current-value .c-attributes__value-pic {
      display: none; }
  .c-attributes.view-buttons .c-attributes__prop.is-pic .c-attributes__option__value {
    display: none; }
  .c-attributes.view-buttons .c-attributes__arrow {
    display: none; }
  .c-attributes.view-buttons .c-attributes__option {
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #bdbec0;
    transition: all 0.15s linear; }
    .c-attributes.view-buttons .c-attributes__option:not(.disabled):hover, .c-attributes.view-buttons .c-attributes__option:not(.disabled).selected {
      color: #67adda;
      border-color: #4c6ca5; }
    .c-attributes.view-buttons .c-attributes__option.disabled {
      cursor: default;
      border: 1px dashed #bdbec0; }
      .c-attributes.view-buttons .c-attributes__option.disabled > span {
        opacity: .4; }
  .c-attributes.view-buttons .c-attributes__value {
    min-width: 25px;
    text-align: center; }
  .c-attributes.view-list .c-attributes__name {
    display: block; }
  .c-attributes.view-list .c-attributes__prop.is-pic .c-attributes__value {
    position: relative;
    top: 1px;
    padding: 5px 7px; }
  .c-attributes.view-list .c-attributes__prop.open .c-attributes__current-value {
    border-color: #4c6ca5; }
    .c-attributes.view-list .c-attributes__prop.open .c-attributes__current-value__pseudo-option {
      border-color: #4c6ca5; }
  .c-attributes.view-list .c-attributes__prop.open .c-attributes__options {
    display: block; }
  .c-attributes.view-list .c-attributes__prop.open .c-attributes__arrow {
    transform: rotate(-180deg); }
  .c-attributes.view-list .c-attributes__prop .c-attributes__current-value {
    padding: 0; }
    .c-attributes.view-list .c-attributes__prop .c-attributes__current-value__pseudo-option {
      display: inline-block;
      padding: 5px;
      border: 1px solid #bdbec0; }
  .c-attributes.view-list .c-attributes__current-value {
    cursor: pointer;
    margin-top: 4px; }
  .c-attributes.view-list .c-attributes__options {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 100%;
    max-height: 196px;
    background-color: #fff;
    border-bottom: 2px solid #4c6ca5;
    box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82);
    overflow-y: auto;
    z-index: 100; }
  .c-attributes.view-list .c-attributes__option {
    display: block;
    width: 100%;
    padding: 5px; }
    .c-attributes.view-list .c-attributes__option:not(.disabled):hover, .c-attributes.view-list .c-attributes__option:not(.disabled).selected {
      color: #67adda;
      background-color: #f3f3f3; }
    .c-attributes.view-list .c-attributes__option.disabled {
      cursor: default;
      border: none; }
      .c-attributes.view-list .c-attributes__option.disabled > span {
        opacity: .4; }
  .c-attributes.view-list .c-attributes__value-pic {
    width: 29px;
    height: 29px;
    border: 1px solid #bdbec0; }
  .c-attributes.hide-name .c-attributes__name {
    display: none; }
  .c-attributes__name-current-value {
    display: block;
    padding-bottom: 4px; }
  .c-attributes__name-current-value .c-attributes__value {
    display: inline-block; }
  .c-attributes__name {
    display: inline-block;
    color: #383839;
    padding: 4px 7px 0 0; }
  .c-attributes__current-value {
    display: inline-block; }
  .c-attributes__arrow {
    width: 8px;
    height: 8px;
    margin-right: 4px;
    margin-bottom: 2px;
    transition: transform .3s; }
  .c-attributes__select {
    position: relative;
    display: inline-block; }
  .c-attributes__options {
    margin-bottom: 11px; }
  .c-attributes__option {
    display: inline-block;
    color: #155В89;
    cursor: pointer;
    white-space: nowrap;
    padding: 4px;
    background: transparent;
    border: none; }
  .c-attributes__value {
    display: inline-block;
    color: #155В89;
    padding: 7px 6px 6px; }
  .c-attributes__value-pic {
    display: inline-block;
    width: 31px;
    height: 31px;
    font-size: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    background-size: cover; }

.c-changelable-props {
  margin-bottom: 18px; }
  .c-changelable-props__property {
    margin-bottom: 8px; }
    .c-changelable-props__property:last-child {
      margin-bottom: 0; }
  .c-changelable-props__name {
    color: #383839;
    margin-right: 7px; }

.c-cheaper:hover {
  text-decoration: none; }
  .c-cheaper:hover .c-cheaper__title {
    border-color: transparent; }

.c-cheaper__icon {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 2px;
  border: 1px solid #9e9e9c;
  border-radius: 13px; }
  .c-cheaper__icon-in {
    display: inline-block;
    padding: 2px 5px;
    font-size: 15px;
    font-stretch: ultra-expanded;
    color: #fff;
    background-color: #bb2d1f;
    border-radius: 11px; }

.c-cheaper__title {
  margin-left: 5px;
  border-bottom: 1px dashed #155В89; }

.c-compare.in .svg-icon {
  fill: black; }

.c-compare.in .c-compare__title {
  display: none; }
  .c-compare.in .c-compare__title-in {
    display: inline; }

.c-compare:hover {
  text-decoration: none; }
  .c-compare:hover .c-compare__title, .c-compare:hover .c-compare__title-in {
    border-color: transparent; }

.c-compare__title, .c-compare__title-in {
  margin-left: 5px;
  border-bottom: 1px dashed #155В89; }

.c-compare__title-in {
  display: none; }

.c-compare .svg-icon {
  width: 16px;
  height: 16px;
  fill: #91918f; }

.c-favorite {
  width: 20px;
  height: 20px; }
  .c-favorite.in .svg-icon {
    fill: #cb0000; }
  .c-favorite.in .c-favorite__title {
    display: none; }
    .c-favorite.in .c-favorite__title-in {
      display: inline; }
  .c-favorite:hover {
    text-decoration: none; }
    .c-favorite:hover .c-favorite__title, .c-favorite:hover .c-favorite__title-in {
      border-color: transparent; }
  .c-favorite__title, .c-favorite__title-in {
    margin-left: 5px;
    border-bottom: 1px dashed #155В89; }
  .c-favorite__title-in {
    display: none; }
  .c-favorite .svg-icon {
    width: 10px;
    height: 13px;
    fill: #91918f; }

.c-prices.view-line .c-prices__value {
  display: inline-block; }

.c-prices.view-list .c-prices__price {
  display: block; }

.c-prices.view-list .c-prices__quiet-hide {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden; }

.c-prices.view-list.product-multiple .c-prices__price {
  margin-bottom: 3px; }
  .c-prices.view-list.product-multiple .c-prices__price:last-of-type {
    margin-bottom: 0; }

.c-prices.view-list.product-alone .c-prices__name {
  display: none; }

.c-prices.view-list.product-alone .c-prices__value {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 18px;
  margin-right: 8px; }

.c-prices.view-list.page-detail.product-multiple .c-prices__price {
  margin-top: 9px; }

.c-prices.view-list.page-detail.product-multiple .c-prices__name {
  display: block;
  margin-bottom: 2px; }

.c-prices.view-list.page-detail.product-multiple .c-prices__value {
  font-size: 18px; }

.c-prices.view-list.page-detail.product-multiple .c-prices__value + .c-prices__value-old {
  margin-left: 7px; }

.c-prices.view-list.page-detail.product-multiple .c-prices__value-old + .c-prices__discount {
  margin-left: 6px; }

.c-prices.view-list.page-detail.product-multiple .c-prices__value-discount-name + .c-prices__value-discount {
  margin-left: 2px; }

.c-prices.view-list.page-detail.product-alone .c-prices__price {
  margin-top: 7px; }

.c-prices.view-list.page-detail.product-alone .c-prices__name {
  display: none; }

.c-prices.view-list.page-detail.product-alone .c-prices__value {
  font-size: 38px; }
  .c-prices.view-list.page-detail.product-alone .c-prices__value-old {
    font-size: 26px; }
    .c-prices.view-list.page-detail.product-alone .c-prices__value-old:after {
      height: 2px; }

.c-prices.view-list.page-detail.product-alone .c-prices__value + .c-prices__value-old {
  margin-left: 11px; }

.c-prices.view-list.page-detail.product-alone .c-prices__value-old + .c-prices__discount {
  margin-left: 7px; }

.c-prices.view-list.page-detail.product-alone .c-prices__value-discount-name + .c-prices__value-discount {
  margin-left: 2px; }

.c-prices.view-list.page-detail .c-prices__value {
  font-weight: bold;
  line-height: 1; }
  .c-prices.view-list.page-detail .c-prices__value-discount {
    display: inline-block;
    padding: 2px 4px 1px;
    background-color: #ffd200; }

.c-prices__name {
  color: #383839;
  white-space: nowrap;
  margin-right: 3px; }

.c-prices__value {
  white-space: nowrap; }
  .c-prices__value-old {
    position: relative;
    color: #383839;
    white-space: nowrap; }
    .c-prices__value-old:after {
      position: absolute;
      top: 49%;
      right: 0;
      left: 0;
      display: block;
      width: auto;
      height: 1px;
      content: " ";
      background-color: #4c6ca5; }
  .c-prices__value-discount {
    white-space: nowrap; }

.c-prices__more-link {
  color: #4c6ca5; }
  .c-prices__more-link:hover {
    color: #344a71; }

.c-prices .c-prices__empty,
.c-prices .c-prices__hide {
  display: none !important; }

.c-prices-note__value {
  display: inline-block;
  color: #383839;
  font-style: italic;
  padding: 3px 10px 5px;
  background-color: #eaf2fd; }

.c-quantity {
  display: inline-block;
  width: 120px;
  height: 31px;
  overflow: hidden; }
  .c-quantity.disable .c-quantity__minus, .c-quantity.disable .c-quantity__plus {
    cursor: default; }
    .c-quantity.disable .c-quantity__minus:hover, .c-quantity.disable .c-quantity__plus:hover {
      background-color: #F3F3F3; }
    .c-quantity.disable .c-quantity__minus:active, .c-quantity.disable .c-quantity__plus:active {
      background-color: #F3F3F3; }
  .c-quantity.disable .c-quantity__value[type="text"] {
    cursor: default; }
  .c-quantity.disable .c-quantity__measure {
    cursor: default; }
  .c-quantity__inner {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 31px;
    background-color: #FFF; }
  .c-quantity__minus, .c-quantity__plus {
    position: relative;
    display: inline-block;
    float: left;
    text-decoration: none;
    cursor: pointer;
    padding: 14px 15px 15px 14px;
    background: #F3F3F3;
    border: 1px solid #ebebeb;
    border-radius: 4px; }
    .c-quantity__minus:before, .c-quantity__minus:after, .c-quantity__plus:before, .c-quantity__plus:after {
      position: absolute;
      display: inline-block;
      width: 10px;
      height: 10px;
      content: ' ';
      background-color: black; }
    .c-quantity__minus:hover, .c-quantity__plus:hover {
      background-color: #e0e0e0; }
    .c-quantity__minus:active, .c-quantity__plus:active {
      background-color: #cdcdcd; }
  .c-quantity__minus:before {
    top: 14px;
    left: 8px;
    width: 13px;
    height: 1px;
    content: ' ';
    background-color: black; }
  .c-quantity__minus:after {
    content: none; }
  .c-quantity__plus:before {
    top: 14px;
    left: 8px;
    width: 13px;
    height: 1px; }
  .c-quantity__plus:after {
    top: 8px;
    left: 14px;
    width: 1px;
    height: 13px; }
  .c-quantity .c-quantity__value[type="text"] {
    display: inline-block;
    float: left;
    width: 29px;
    text-align: center;
    padding: 7px 0 7px;
    background-color: #FFF;
    border: 1px solid #ebebeb;
    border-right: none;
    border-radius: 4px 0 0 4px;
    box-shadow: none; }
    .c-quantity .c-quantity__value[type="text"]:hover, .c-quantity .c-quantity__value[type="text"]:hover:focus, .c-quantity .c-quantity__value[type="text"]:focus {
      border-color: #ebebeb;
      box-shadow: none; }
  .c-quantity__measure {
    display: inline-block;
    float: left;
    width: 29px;
    line-height: 18px;
    text-align: center;
    padding: 5px 0 6px;
    background-color: #FFF;
    border: 1px solid #ebebeb;
    border-left: none;
    border-radius: 0 4px 4px 0; }

.c-rating__star {
  position: relative;
  top: -1px; }
  .c-rating__star.active .svg-icon {
    fill: #fed200; }
  .c-rating__star .svg-icon {
    width: 9px;
    height: 9px;
    fill: #898886; }

.c-rating__count {
  color: #155В89; }

.c-stickers {
  white-space: nowrap;
  overflow: hidden;
  z-index: 1; }
  .c-stickers__sticker {
    display: inline-block;
    min-width: 57px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 1px 5px;
    margin-right: 2px;
    background-color: #c58b00; }
    .c-stickers__sticker:last-of-type {
      margin-right: 0; }
  .c-stickers__da2 {
    display: none;
    background-color: #66b132; }
  .c-stickers__qb {
    display: none;
    background-color: #db4ba3; }
  .c-stickers__new {
    background-color: #4fad00; }
  .c-stickers__hit {
    background-color: #2992d9; }
  .c-stickers__action {
    background-color: #893ca9; }
  .c-stickers__discount {
    background-color: #ff4242; }

.js-element.da2 .c-stickers__da2 {
  display: inline-block; }

.js-element.qb .c-stickers__qb {
  display: inline-block; }

.c-timers {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  line-height: 18px; }
  .c-timers .clock {
    float: left;
    padding: 14px 6px;
    background-color: #748080;
    -khtml-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px; }
    .c-timers .clock i {
      width: 16px;
      height: 16px;
      background-position: 0px 0px;
      background-repeat: no-repeat; }
  .c-timers .timer {
    margin: 0 auto;
    background-color: #e8e8e8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7; }
    .c-timers .timer .intimer {
      float: left;
      padding: 8px 11px 0px; }
    .c-timers .timer .dvoet {
      float: right; }
    .c-timers .timer .val {
      position: relative;
      float: left;
      margin-right: 9px; }
      .c-timers .timer .val.ml {
        margin-left: 10px; }
      .c-timers .timer .val:before {
        position: absolute;
        top: -1px;
        left: 100%;
        display: inline-block;
        content: ':';
        font-size: 19px; }
      .c-timers .timer .val:nth-child(3):before, .c-timers .timer .val:nth-child(4):before, .c-timers .timer .val:last-child:before {
        content: none; }
      .c-timers .timer .val .value,
      .c-timers .timer .val .podpis {
        width: 100%; }
    .c-timers .timer .val .value,
    .c-timers .timer .dvoet {
      font: 17px Arial,Helvetica,sans-serif;
      font-weight: bold;
      letter-spacing: 3px; }
    .c-timers .timer .podpis {
      font: 10px Arial,Helvetica,sans-serif; }
    .c-timers .timer .progressbar {
      height: 4px;
      margin-top: 4px;
      background-color: #d4d9de;
      border: 1px solid #b8bcc1;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .c-timers .timer .progressbar .progress {
        position: relative;
        top: -1px;
        left: -1px;
        height: 4px;
        background-repeat: repeat-x;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-transition: width 0.5s;
        -o-transition: width 0.5s;
        -webkit-transition: width 0.5s;
        transition: width 0.5s; }

.timer.da2 .progressbar .progress {
  border: 1px solid #c5007c;
  background-color: #c5007c;
  /*background-image: url('/bitrix/templates/prostroy_default/assets/css/../img/timer_da2.jpg');*/ }

.timer.qb .progressbar .progress {
  border: 1px solid #66b132;
  background-color: #66b132;
  /*background-image: url('/bitrix/templates/prostroy_default/assets/css/../img/timer_qb.jpg');*/ }

.timer i {
  background-image: url("/bitrix/templates/prostroy_default/assets/css/../img/clock.png"); }

.rsgopro .bx-pagination .bx-pagination-container {
  text-align: right; }
  .rsgopro .bx-pagination .bx-pagination-container ul {
    list-style: none;
    padding-left: 0px;
    counter-reset: list 0; }
    .rsgopro .bx-pagination .bx-pagination-container ul > li {
      padding: 0px 5px;
      margin: 0; }
      .rsgopro .bx-pagination .bx-pagination-container ul > li:before {
        position: static;
        left: 0px;
        content: ''; }
      .rsgopro .bx-pagination .bx-pagination-container ul > li.bx-pag-prev, .rsgopro .bx-pagination .bx-pagination-container ul > li.bx-pag-next {
        display: none; }
      .rsgopro .bx-pagination .bx-pagination-container ul > li.bx-active {
        cursor: default; }
        .rsgopro .bx-pagination .bx-pagination-container ul > li.bx-active > a {
          color: black;
          cursor: default; }
          .rsgopro .bx-pagination .bx-pagination-container ul > li.bx-active > a > span {
            color: black;
            cursor: default; }
      .rsgopro .bx-pagination .bx-pagination-container ul > li > a {
        display: inline-block;
        height: auto;
        width: auto;
        min-width: auto;
        line-height: normal;
        color: #155В89;
        border-radius: 0; }
        .rsgopro .bx-pagination .bx-pagination-container ul > li > a:hover {
          background: transparent; }
          .rsgopro .bx-pagination .bx-pagination-container ul > li > a:hover > span {
            text-decoration: underline;
            background: transparent; }
        .rsgopro .bx-pagination .bx-pagination-container ul > li > a > span {
          display: inline-block;
          height: auto;
          width: auto;
          min-width: auto;
          font-size: 14px;
          line-height: normal;
          color: #155В89;
          padding: 0;
          background: transparent;
          border-radius: 0; }

.body .b-pay__form.cantbuy .b-pay__add2basket, .body .b-pay__form.cantbuy .b-pay__inbasket, .body .b-pay__form.cantbuy .b-pay__buy1click, .body .b-pay__form.cantbuy .b-pay__quantity {
  display: none; }

.body .b-pay__form.cantbuy .b-pay__add2subscribe {
  display: inline-block; }

.body .b-pay__form.in .b-pay__add2basket, .body .b-pay__form.in .b-pay__buy1click, .body .b-pay__form.in .b-pay__add2subscribe {
  display: none; }

.body .b-pay__form.in .b-pay__inbasket {
  display: inline-block; }

.body .b-pay__form .b-pay__inbasket, .body .b-pay__form .b-pay__add2subscribe {
  display: none; }

.body .b-pay__form .b-pay__add2basket, .body .b-pay__form .b-pay__buy1click {
  display: inline-block; }

.b-stores__genamount {
  color: #888888; }

.b-stores a.b-stores__genamount {
  color: #383839;
  text-decoration: none; }
  .b-stores a.b-stores__genamount:hover > .sub {
    color: #67adda;
    border-bottom-color: transparent; }
  .b-stores a.b-stores__genamount > .sub {
    color: #155В89;
    border-bottom: 1px dashed #155В89; }

.b-stores .svg-icon {
  position: relative;
  bottom: 1px;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  fill: #888888; }
  .b-stores .svg-icon.empty {
    fill: #4c6ca5; }

.b-stores-list {
  border-top: 1px solid #F2F2F2; }
  .b-stores-list__row {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    transition: all 0.15s linear; }
  .b-stores-list .svg-icon {
    position: relative;
    bottom: 1px;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    fill: #888888; }
    .b-stores-list .svg-icon.empty {
      fill: #4c6ca5; }

@media (min-width: 1200px) {
  .b-stores-list__row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    align-items: center; }
    .b-stores-list__row:hover {
      box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82);
      z-index: 5; }
  .b-stores-list__col {
    padding: 13px 26px 15px;
    vertical-align: middle;
    color: black;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #F2F2F2;
    border-left: none;
    min-height: 47px;
    flex: 0 1 auto;
    margin: auto 0;
    border-bottom-color: transparent; }
    .b-stores-list__col.title {
      flex: 1 0 auto; } }

@media (max-width: 1199px) {
  .b-stores-list__row {
    padding: 13px 26px 15px;
    vertical-align: middle;
    color: black;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #F2F2F2;
    border-left: none; }
  .b-stores-list__col.title {
    margin-bottom: 7px; }
  .b-stores-list__amount {
    margin-top: 7px; } }

.body,
.footer,
.fancybox-container,
.popup-window,
.rsgppopup,
.rs_easycart,
.gopro-subscribe-window {
  /* Remove default checkbox */
  /* Indeterminate checkbox */ }
  .body label,
  .footer label,
  .fancybox-container label,
  .popup-window label,
  .rsgppopup label,
  .rs_easycart label,
  .gopro-subscribe-window label {
    box-sizing: border-box; }
  .body [type="checkbox"]:not(:checked),
  .body [type="checkbox"]:checked,
  .footer [type="checkbox"]:not(:checked),
  .footer [type="checkbox"]:checked,
  .fancybox-container [type="checkbox"]:not(:checked),
  .fancybox-container [type="checkbox"]:checked,
  .popup-window [type="checkbox"]:not(:checked),
  .popup-window [type="checkbox"]:checked,
  .rsgppopup [type="checkbox"]:not(:checked),
  .rsgppopup [type="checkbox"]:checked,
  .rs_easycart [type="checkbox"]:not(:checked),
  .rs_easycart [type="checkbox"]:checked,
  .gopro-subscribe-window [type="checkbox"]:not(:checked),
  .gopro-subscribe-window [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .body [type="checkbox"],
  .footer [type="checkbox"],
  .fancybox-container [type="checkbox"],
  .popup-window [type="checkbox"],
  .rsgppopup [type="checkbox"],
  .rs_easycart [type="checkbox"],
  .gopro-subscribe-window [type="checkbox"] {
    /* checkbox aspect */ }
    .body [type="checkbox"] + label,
    .footer [type="checkbox"] + label,
    .fancybox-container [type="checkbox"] + label,
    .popup-window [type="checkbox"] + label,
    .rsgppopup [type="checkbox"] + label,
    .rs_easycart [type="checkbox"] + label,
    .gopro-subscribe-window [type="checkbox"] + label {
      position: relative;
      padding-left: 20px;
      cursor: pointer;
      display: inline-block;
      height: 14px;
      line-height: 14px;
      -webkit-user-select: none;
      /* webkit (safari, chrome) browsers */
      -moz-user-select: none;
      /* mozilla browsers */
      -khtml-user-select: none;
      /* webkit (konqueror) browsers */
      -ms-user-select: none;
      /* IE10+ */ }
    .body [type="checkbox"] + label:before,
    .footer [type="checkbox"] + label:before,
    .fancybox-container [type="checkbox"] + label:before,
    .popup-window [type="checkbox"] + label:before,
    .rsgppopup [type="checkbox"] + label:before,
    .rs_easycart [type="checkbox"] + label:before,
    .gopro-subscribe-window [type="checkbox"] + label:before {
      content: '';
      position: absolute;
      top: -1px;
      left: 0;
      width: 18px;
      height: 18px;
      z-index: 0;
      border: 2px solid #bcbebf;
      border-radius: 1px;
      margin-top: 2px;
      transition: .2s; }
    .body [type="checkbox"]:not(:checked):disabled + label:before,
    .footer [type="checkbox"]:not(:checked):disabled + label:before,
    .fancybox-container [type="checkbox"]:not(:checked):disabled + label:before,
    .popup-window [type="checkbox"]:not(:checked):disabled + label:before,
    .rsgppopup [type="checkbox"]:not(:checked):disabled + label:before,
    .rs_easycart [type="checkbox"]:not(:checked):disabled + label:before,
    .gopro-subscribe-window [type="checkbox"]:not(:checked):disabled + label:before {
      border: none;
      background-color: rgba(0, 0, 0, 0.26); }
  .body [type="checkbox"]:checked + label:before,
  .footer [type="checkbox"]:checked + label:before,
  .fancybox-container [type="checkbox"]:checked + label:before,
  .popup-window [type="checkbox"]:checked + label:before,
  .rsgppopup [type="checkbox"]:checked + label:before,
  .rs_easycart [type="checkbox"]:checked + label:before,
  .gopro-subscribe-window [type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4c6ca5;
    border-bottom: 2px solid #4c6ca5;
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .body [type="checkbox"]:checked:disabled + label:before,
  .footer [type="checkbox"]:checked:disabled + label:before,
  .fancybox-container [type="checkbox"]:checked:disabled + label:before,
  .popup-window [type="checkbox"]:checked:disabled + label:before,
  .rsgppopup [type="checkbox"]:checked:disabled + label:before,
  .rs_easycart [type="checkbox"]:checked:disabled + label:before,
  .gopro-subscribe-window [type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26); }
  .body [type="checkbox"]:indeterminate + label:before,
  .footer [type="checkbox"]:indeterminate + label:before,
  .fancybox-container [type="checkbox"]:indeterminate + label:before,
  .popup-window [type="checkbox"]:indeterminate + label:before,
  .rsgppopup [type="checkbox"]:indeterminate + label:before,
  .rs_easycart [type="checkbox"]:indeterminate + label:before,
  .gopro-subscribe-window [type="checkbox"]:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #4c6ca5;
    border-bottom: none;
    transform: rotate(90deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .body [type="checkbox"]:indeterminate:disabled + label:before,
  .footer [type="checkbox"]:indeterminate:disabled + label:before,
  .fancybox-container [type="checkbox"]:indeterminate:disabled + label:before,
  .popup-window [type="checkbox"]:indeterminate:disabled + label:before,
  .rsgppopup [type="checkbox"]:indeterminate:disabled + label:before,
  .rs_easycart [type="checkbox"]:indeterminate:disabled + label:before,
  .gopro-subscribe-window [type="checkbox"]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent; }
  .body [type="checkbox"] + label:after,
  .footer [type="checkbox"] + label:after,
  .fancybox-container [type="checkbox"] + label:after,
  .popup-window [type="checkbox"] + label:after,
  .rsgppopup [type="checkbox"] + label:after,
  .rs_easycart [type="checkbox"] + label:after,
  .gopro-subscribe-window [type="checkbox"] + label:after {
    border-radius: 1px; }
  .body [type="checkbox"] + label:before,
  .body [type="checkbox"] + label:after,
  .footer [type="checkbox"] + label:before,
  .footer [type="checkbox"] + label:after,
  .fancybox-container [type="checkbox"] + label:before,
  .fancybox-container [type="checkbox"] + label:after,
  .popup-window [type="checkbox"] + label:before,
  .popup-window [type="checkbox"] + label:after,
  .rsgppopup [type="checkbox"] + label:before,
  .rsgppopup [type="checkbox"] + label:after,
  .rs_easycart [type="checkbox"] + label:before,
  .rs_easycart [type="checkbox"] + label:after,
  .gopro-subscribe-window [type="checkbox"] + label:before,
  .gopro-subscribe-window [type="checkbox"] + label:after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1; }
  .body [type="checkbox"]:not(:checked) + label:before,
  .footer [type="checkbox"]:not(:checked) + label:before,
  .fancybox-container [type="checkbox"]:not(:checked) + label:before,
  .popup-window [type="checkbox"]:not(:checked) + label:before,
  .rsgppopup [type="checkbox"]:not(:checked) + label:before,
  .rs_easycart [type="checkbox"]:not(:checked) + label:before,
  .gopro-subscribe-window [type="checkbox"]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%; }
  .body [type="checkbox"]:not(:checked) + label:after,
  .footer [type="checkbox"]:not(:checked) + label:after,
  .fancybox-container [type="checkbox"]:not(:checked) + label:after,
  .popup-window [type="checkbox"]:not(:checked) + label:after,
  .rsgppopup [type="checkbox"]:not(:checked) + label:after,
  .rs_easycart [type="checkbox"]:not(:checked) + label:after,
  .gopro-subscribe-window [type="checkbox"]:not(:checked) + label:after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #bcbebf;
    top: -1px;
    z-index: 0; }
  .body [type="checkbox"]:not(:checked) + label:hover:after,
  .footer [type="checkbox"]:not(:checked) + label:hover:after,
  .fancybox-container [type="checkbox"]:not(:checked) + label:hover:after,
  .popup-window [type="checkbox"]:not(:checked) + label:hover:after,
  .rsgppopup [type="checkbox"]:not(:checked) + label:hover:after,
  .rs_easycart [type="checkbox"]:not(:checked) + label:hover:after,
  .gopro-subscribe-window [type="checkbox"]:not(:checked) + label:hover:after {
    border-color: #4c6ca5; }
  .body [type="checkbox"]:checked + label:before,
  .footer [type="checkbox"]:checked + label:before,
  .fancybox-container [type="checkbox"]:checked + label:before,
  .popup-window [type="checkbox"]:checked + label:before,
  .rsgppopup [type="checkbox"]:checked + label:before,
  .rs_easycart [type="checkbox"]:checked + label:before,
  .gopro-subscribe-window [type="checkbox"]:checked + label:before {
    top: -1px;
    left: 1px;
    width: 5px;
    height: 10px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .body [type="checkbox"]:checked + label:after,
  .footer [type="checkbox"]:checked + label:after,
  .fancybox-container [type="checkbox"]:checked + label:after,
  .popup-window [type="checkbox"]:checked + label:after,
  .rsgppopup [type="checkbox"]:checked + label:after,
  .rs_easycart [type="checkbox"]:checked + label:after,
  .gopro-subscribe-window [type="checkbox"]:checked + label:after {
    top: -1px;
    width: 14px;
    height: 14px;
    border: 1px solid #4c6ca5;
    background-color: #4c6ca5;
    z-index: 0; }
  .body [type="checkbox"]:disabled:not(:checked) + label:before,
  .footer [type="checkbox"]:disabled:not(:checked) + label:before,
  .fancybox-container [type="checkbox"]:disabled:not(:checked) + label:before,
  .popup-window [type="checkbox"]:disabled:not(:checked) + label:before,
  .rsgppopup [type="checkbox"]:disabled:not(:checked) + label:before,
  .rs_easycart [type="checkbox"]:disabled:not(:checked) + label:before,
  .gopro-subscribe-window [type="checkbox"]:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 1px solid transparent; }
  .body [type="checkbox"]:disabled:not(:checked) + label:after,
  .footer [type="checkbox"]:disabled:not(:checked) + label:after,
  .fancybox-container [type="checkbox"]:disabled:not(:checked) + label:after,
  .popup-window [type="checkbox"]:disabled:not(:checked) + label:after,
  .rsgppopup [type="checkbox"]:disabled:not(:checked) + label:after,
  .rs_easycart [type="checkbox"]:disabled:not(:checked) + label:after,
  .gopro-subscribe-window [type="checkbox"]:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD; }
  .body [type="checkbox"]:disabled:checked + label:before,
  .footer [type="checkbox"]:disabled:checked + label:before,
  .fancybox-container [type="checkbox"]:disabled:checked + label:before,
  .popup-window [type="checkbox"]:disabled:checked + label:before,
  .rsgppopup [type="checkbox"]:disabled:checked + label:before,
  .rs_easycart [type="checkbox"]:disabled:checked + label:before,
  .gopro-subscribe-window [type="checkbox"]:disabled:checked + label:before {
    background-color: transparent; }
  .body [type="checkbox"]:disabled:checked + label:after,
  .footer [type="checkbox"]:disabled:checked + label:after,
  .fancybox-container [type="checkbox"]:disabled:checked + label:after,
  .popup-window [type="checkbox"]:disabled:checked + label:after,
  .rsgppopup [type="checkbox"]:disabled:checked + label:after,
  .rs_easycart [type="checkbox"]:disabled:checked + label:after,
  .gopro-subscribe-window [type="checkbox"]:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD; }

#bx-soa-orderSave {
  /* Remove default checkbox */
  /* Indeterminate checkbox */ }
  #bx-soa-orderSave [type="checkbox"]:not(:checked),
  #bx-soa-orderSave [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  #bx-soa-orderSave [type="checkbox"] {
    /* checkbox aspect */ }
    #bx-soa-orderSave [type="checkbox"] + a {
      position: relative;
      padding-left: 20px;
      cursor: pointer;
      display: inline-block;
      height: 14px;
      line-height: 14px;
      -webkit-user-select: none;
      /* webkit (safari, chrome) browsers */
      -moz-user-select: none;
      /* mozilla browsers */
      -khtml-user-select: none;
      /* webkit (konqueror) browsers */
      -ms-user-select: none;
      /* IE10+ */ }
    #bx-soa-orderSave [type="checkbox"] + a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      z-index: 0;
      border: 2px solid #bcbebf;
      border-radius: 1px;
      margin-top: 2px;
      transition: .2s; }
    #bx-soa-orderSave [type="checkbox"]:not(:checked):disabled + a:before {
      border: none;
      background-color: rgba(0, 0, 0, 0.26); }
  #bx-soa-orderSave [type="checkbox"]:checked + a:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4c6ca5;
    border-bottom: 2px solid #4c6ca5;
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  #bx-soa-orderSave [type="checkbox"]:checked:disabled + a:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26); }
  #bx-soa-orderSave [type="checkbox"]:indeterminate + a:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #4c6ca5;
    border-bottom: none;
    transform: rotate(90deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  #bx-soa-orderSave [type="checkbox"]:indeterminate:disabled + a:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent; }
  #bx-soa-orderSave [type="checkbox"] + a:after {
    border-radius: 1px; }
  #bx-soa-orderSave [type="checkbox"] + a:before,
  #bx-soa-orderSave [type="checkbox"] + a:after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1; }
  #bx-soa-orderSave [type="checkbox"]:not(:checked) + a:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%; }
  #bx-soa-orderSave [type="checkbox"]:not(:checked) + a:after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #bcbebf;
    top: 0px;
    z-index: 0; }
  #bx-soa-orderSave [type="checkbox"]:not(:checked) + a:hover:after {
    border-color: #4c6ca5; }
  #bx-soa-orderSave [type="checkbox"]:checked + a:before {
    top: 0;
    left: 1px;
    width: 5px;
    height: 10px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  #bx-soa-orderSave [type="checkbox"]:checked + a:after {
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #4c6ca5;
    background-color: #4c6ca5;
    z-index: 0; }
  #bx-soa-orderSave [type="checkbox"]:disabled:not(:checked) + a:before {
    background-color: transparent;
    border: 1px solid transparent; }
  #bx-soa-orderSave [type="checkbox"]:disabled:not(:checked) + a:after {
    border-color: transparent;
    background-color: #BDBDBD; }
  #bx-soa-orderSave [type="checkbox"]:disabled:checked + a:before {
    background-color: transparent; }
  #bx-soa-orderSave [type="checkbox"]:disabled:checked + a:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD; }

.body,
.footer,
.fancybox-container,
.popup-window,
.rsgppopup,
.rs_easycart,
.gopro-subscribe-window {
  /* Indeterminate checkbox */ }
  .body a.checkbox,
  .footer a.checkbox,
  .fancybox-container a.checkbox,
  .popup-window a.checkbox,
  .rsgppopup a.checkbox,
  .rs_easycart a.checkbox,
  .gopro-subscribe-window a.checkbox {
    margin: 0;
    /* checkbox aspect */ }
    .body a.checkbox > label,
    .body a.checkbox > .label,
    .footer a.checkbox > label,
    .footer a.checkbox > .label,
    .fancybox-container a.checkbox > label,
    .fancybox-container a.checkbox > .label,
    .popup-window a.checkbox > label,
    .popup-window a.checkbox > .label,
    .rsgppopup a.checkbox > label,
    .rsgppopup a.checkbox > .label,
    .rs_easycart a.checkbox > label,
    .rs_easycart a.checkbox > .label,
    .gopro-subscribe-window a.checkbox > label,
    .gopro-subscribe-window a.checkbox > .label {
      position: relative;
      padding-left: 20px;
      cursor: pointer;
      display: inline-block;
      height: 14px;
      line-height: 14px;
      -webkit-user-select: none;
      /* webkit (safari, chrome) browsers */
      -moz-user-select: none;
      /* mozilla browsers */
      -khtml-user-select: none;
      /* webkit (konqueror) browsers */
      -ms-user-select: none;
      /* IE10+ */ }
    .body a.checkbox > label:before,
    .body a.checkbox > .label:before,
    .footer a.checkbox > label:before,
    .footer a.checkbox > .label:before,
    .fancybox-container a.checkbox > label:before,
    .fancybox-container a.checkbox > .label:before,
    .popup-window a.checkbox > label:before,
    .popup-window a.checkbox > .label:before,
    .rsgppopup a.checkbox > label:before,
    .rsgppopup a.checkbox > .label:before,
    .rs_easycart a.checkbox > label:before,
    .rs_easycart a.checkbox > .label:before,
    .gopro-subscribe-window a.checkbox > label:before,
    .gopro-subscribe-window a.checkbox > .label:before {
      content: '';
      position: absolute;
      top: -1px;
      left: 0;
      width: 18px;
      height: 18px;
      z-index: 0;
      border: 2px solid #bcbebf;
      border-radius: 1px;
      margin-top: 2px;
      transition: .2s; }
    .body a.checkbox:not(.in).disabled > label:before,
    .body a.checkbox:not(.in).disabled > .label:before,
    .footer a.checkbox:not(.in).disabled > label:before,
    .footer a.checkbox:not(.in).disabled > .label:before,
    .fancybox-container a.checkbox:not(.in).disabled > label:before,
    .fancybox-container a.checkbox:not(.in).disabled > .label:before,
    .popup-window a.checkbox:not(.in).disabled > label:before,
    .popup-window a.checkbox:not(.in).disabled > .label:before,
    .rsgppopup a.checkbox:not(.in).disabled > label:before,
    .rsgppopup a.checkbox:not(.in).disabled > .label:before,
    .rs_easycart a.checkbox:not(.in).disabled > label:before,
    .rs_easycart a.checkbox:not(.in).disabled > .label:before,
    .gopro-subscribe-window a.checkbox:not(.in).disabled > label:before,
    .gopro-subscribe-window a.checkbox:not(.in).disabled > .label:before {
      border: none;
      background-color: rgba(0, 0, 0, 0.26); }
  .body a.checkbox.in > label:before,
  .body a.checkbox.in > .label:before,
  .footer a.checkbox.in > label:before,
  .footer a.checkbox.in > .label:before,
  .fancybox-container a.checkbox.in > label:before,
  .fancybox-container a.checkbox.in > .label:before,
  .popup-window a.checkbox.in > label:before,
  .popup-window a.checkbox.in > .label:before,
  .rsgppopup a.checkbox.in > label:before,
  .rsgppopup a.checkbox.in > .label:before,
  .rs_easycart a.checkbox.in > label:before,
  .rs_easycart a.checkbox.in > .label:before,
  .gopro-subscribe-window a.checkbox.in > label:before,
  .gopro-subscribe-window a.checkbox.in > .label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4c6ca5;
    border-bottom: 2px solid #4c6ca5;
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .body a.checkbox.in.disabled > label:before,
  .body a.checkbox.in.disabled > .label:before,
  .footer a.checkbox.in.disabled > label:before,
  .footer a.checkbox.in.disabled > .label:before,
  .fancybox-container a.checkbox.in.disabled > label:before,
  .fancybox-container a.checkbox.in.disabled > .label:before,
  .popup-window a.checkbox.in.disabled > label:before,
  .popup-window a.checkbox.in.disabled > .label:before,
  .rsgppopup a.checkbox.in.disabled > label:before,
  .rsgppopup a.checkbox.in.disabled > .label:before,
  .rs_easycart a.checkbox.in.disabled > label:before,
  .rs_easycart a.checkbox.in.disabled > .label:before,
  .gopro-subscribe-window a.checkbox.in.disabled > label:before,
  .gopro-subscribe-window a.checkbox.in.disabled > .label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26); }
  .body a.checkbox.indeterminate > label:before,
  .body a.checkbox.indeterminate > .label:before,
  .footer a.checkbox.indeterminate > label:before,
  .footer a.checkbox.indeterminate > .label:before,
  .fancybox-container a.checkbox.indeterminate > label:before,
  .fancybox-container a.checkbox.indeterminate > .label:before,
  .popup-window a.checkbox.indeterminate > label:before,
  .popup-window a.checkbox.indeterminate > .label:before,
  .rsgppopup a.checkbox.indeterminate > label:before,
  .rsgppopup a.checkbox.indeterminate > .label:before,
  .rs_easycart a.checkbox.indeterminate > label:before,
  .rs_easycart a.checkbox.indeterminate > .label:before,
  .gopro-subscribe-window a.checkbox.indeterminate > label:before,
  .gopro-subscribe-window a.checkbox.indeterminate > .label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #4c6ca5;
    border-bottom: none;
    transform: rotate(90deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .body a.checkbox.indeterminate.disabled > label:before,
  .body a.checkbox.indeterminate.disabled > .label:before,
  .footer a.checkbox.indeterminate.disabled > label:before,
  .footer a.checkbox.indeterminate.disabled > .label:before,
  .fancybox-container a.checkbox.indeterminate.disabled > label:before,
  .fancybox-container a.checkbox.indeterminate.disabled > .label:before,
  .popup-window a.checkbox.indeterminate.disabled > label:before,
  .popup-window a.checkbox.indeterminate.disabled > .label:before,
  .rsgppopup a.checkbox.indeterminate.disabled > label:before,
  .rsgppopup a.checkbox.indeterminate.disabled > .label:before,
  .rs_easycart a.checkbox.indeterminate.disabled > label:before,
  .rs_easycart a.checkbox.indeterminate.disabled > .label:before,
  .gopro-subscribe-window a.checkbox.indeterminate.disabled > label:before,
  .gopro-subscribe-window a.checkbox.indeterminate.disabled > .label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent; }
  .body a.checkbox > label:after,
  .body a.checkbox > .label:after,
  .footer a.checkbox > label:after,
  .footer a.checkbox > .label:after,
  .fancybox-container a.checkbox > label:after,
  .fancybox-container a.checkbox > .label:after,
  .popup-window a.checkbox > label:after,
  .popup-window a.checkbox > .label:after,
  .rsgppopup a.checkbox > label:after,
  .rsgppopup a.checkbox > .label:after,
  .rs_easycart a.checkbox > label:after,
  .rs_easycart a.checkbox > .label:after,
  .gopro-subscribe-window a.checkbox > label:after,
  .gopro-subscribe-window a.checkbox > .label:after {
    border-radius: 1px; }
  .body a.checkbox > label:before,
  .body a.checkbox > .label:before,
  .body a.checkbox > label:after,
  .body a.checkbox > .label:after,
  .footer a.checkbox > label:before,
  .footer a.checkbox > .label:before,
  .footer a.checkbox > label:after,
  .footer a.checkbox > .label:after,
  .fancybox-container a.checkbox > label:before,
  .fancybox-container a.checkbox > .label:before,
  .fancybox-container a.checkbox > label:after,
  .fancybox-container a.checkbox > .label:after,
  .popup-window a.checkbox > label:before,
  .popup-window a.checkbox > .label:before,
  .popup-window a.checkbox > label:after,
  .popup-window a.checkbox > .label:after,
  .rsgppopup a.checkbox > label:before,
  .rsgppopup a.checkbox > .label:before,
  .rsgppopup a.checkbox > label:after,
  .rsgppopup a.checkbox > .label:after,
  .rs_easycart a.checkbox > label:before,
  .rs_easycart a.checkbox > .label:before,
  .rs_easycart a.checkbox > label:after,
  .rs_easycart a.checkbox > .label:after,
  .gopro-subscribe-window a.checkbox > label:before,
  .gopro-subscribe-window a.checkbox > .label:before,
  .gopro-subscribe-window a.checkbox > label:after,
  .gopro-subscribe-window a.checkbox > .label:after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1; }
  .body a.checkbox:not(.in) > label:before,
  .body a.checkbox:not(.in) > .label:before,
  .footer a.checkbox:not(.in) > label:before,
  .footer a.checkbox:not(.in) > .label:before,
  .fancybox-container a.checkbox:not(.in) > label:before,
  .fancybox-container a.checkbox:not(.in) > .label:before,
  .popup-window a.checkbox:not(.in) > label:before,
  .popup-window a.checkbox:not(.in) > .label:before,
  .rsgppopup a.checkbox:not(.in) > label:before,
  .rsgppopup a.checkbox:not(.in) > .label:before,
  .rs_easycart a.checkbox:not(.in) > label:before,
  .rs_easycart a.checkbox:not(.in) > .label:before,
  .gopro-subscribe-window a.checkbox:not(.in) > label:before,
  .gopro-subscribe-window a.checkbox:not(.in) > .label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%; }
  .body a.checkbox:not(.in) > label:after,
  .body a.checkbox:not(.in) > .label:after,
  .footer a.checkbox:not(.in) > label:after,
  .footer a.checkbox:not(.in) > .label:after,
  .fancybox-container a.checkbox:not(.in) > label:after,
  .fancybox-container a.checkbox:not(.in) > .label:after,
  .popup-window a.checkbox:not(.in) > label:after,
  .popup-window a.checkbox:not(.in) > .label:after,
  .rsgppopup a.checkbox:not(.in) > label:after,
  .rsgppopup a.checkbox:not(.in) > .label:after,
  .rs_easycart a.checkbox:not(.in) > label:after,
  .rs_easycart a.checkbox:not(.in) > .label:after,
  .gopro-subscribe-window a.checkbox:not(.in) > label:after,
  .gopro-subscribe-window a.checkbox:not(.in) > .label:after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #bcbebf;
    top: -1px;
    z-index: 0; }
  .body a.checkbox:not(.in) > label:hover:after,
  .body a.checkbox:not(.in) > .label:hover:after,
  .footer a.checkbox:not(.in) > label:hover:after,
  .footer a.checkbox:not(.in) > .label:hover:after,
  .fancybox-container a.checkbox:not(.in) > label:hover:after,
  .fancybox-container a.checkbox:not(.in) > .label:hover:after,
  .popup-window a.checkbox:not(.in) > label:hover:after,
  .popup-window a.checkbox:not(.in) > .label:hover:after,
  .rsgppopup a.checkbox:not(.in) > label:hover:after,
  .rsgppopup a.checkbox:not(.in) > .label:hover:after,
  .rs_easycart a.checkbox:not(.in) > label:hover:after,
  .rs_easycart a.checkbox:not(.in) > .label:hover:after,
  .gopro-subscribe-window a.checkbox:not(.in) > label:hover:after,
  .gopro-subscribe-window a.checkbox:not(.in) > .label:hover:after {
    border-color: #4c6ca5; }
  .body a.checkbox.in > label:before,
  .body a.checkbox.in > .label:before,
  .footer a.checkbox.in > label:before,
  .footer a.checkbox.in > .label:before,
  .fancybox-container a.checkbox.in > label:before,
  .fancybox-container a.checkbox.in > .label:before,
  .popup-window a.checkbox.in > label:before,
  .popup-window a.checkbox.in > .label:before,
  .rsgppopup a.checkbox.in > label:before,
  .rsgppopup a.checkbox.in > .label:before,
  .rs_easycart a.checkbox.in > label:before,
  .rs_easycart a.checkbox.in > .label:before,
  .gopro-subscribe-window a.checkbox.in > label:before,
  .gopro-subscribe-window a.checkbox.in > .label:before {
    top: -1px;
    left: 1px;
    width: 5px;
    height: 10px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .body a.checkbox.in > label:after,
  .body a.checkbox.in > .label:after,
  .footer a.checkbox.in > label:after,
  .footer a.checkbox.in > .label:after,
  .fancybox-container a.checkbox.in > label:after,
  .fancybox-container a.checkbox.in > .label:after,
  .popup-window a.checkbox.in > label:after,
  .popup-window a.checkbox.in > .label:after,
  .rsgppopup a.checkbox.in > label:after,
  .rsgppopup a.checkbox.in > .label:after,
  .rs_easycart a.checkbox.in > label:after,
  .rs_easycart a.checkbox.in > .label:after,
  .gopro-subscribe-window a.checkbox.in > label:after,
  .gopro-subscribe-window a.checkbox.in > .label:after {
    top: -1px;
    width: 14px;
    height: 14px;
    border: 1px solid #4c6ca5;
    background-color: #4c6ca5;
    z-index: 0; }
  .body a.checkbox.disabled:not(.in) > label:before,
  .body a.checkbox.disabled:not(.in) > .label:before,
  .footer a.checkbox.disabled:not(.in) > label:before,
  .footer a.checkbox.disabled:not(.in) > .label:before,
  .fancybox-container a.checkbox.disabled:not(.in) > label:before,
  .fancybox-container a.checkbox.disabled:not(.in) > .label:before,
  .popup-window a.checkbox.disabled:not(.in) > label:before,
  .popup-window a.checkbox.disabled:not(.in) > .label:before,
  .rsgppopup a.checkbox.disabled:not(.in) > label:before,
  .rsgppopup a.checkbox.disabled:not(.in) > .label:before,
  .rs_easycart a.checkbox.disabled:not(.in) > label:before,
  .rs_easycart a.checkbox.disabled:not(.in) > .label:before,
  .gopro-subscribe-window a.checkbox.disabled:not(.in) > label:before,
  .gopro-subscribe-window a.checkbox.disabled:not(.in) > .label:before {
    background-color: transparent;
    border: 1px solid transparent; }
  .body a.checkbox.disabled:not(.in) > label:after,
  .body a.checkbox.disabled:not(.in) > .label:after,
  .footer a.checkbox.disabled:not(.in) > label:after,
  .footer a.checkbox.disabled:not(.in) > .label:after,
  .fancybox-container a.checkbox.disabled:not(.in) > label:after,
  .fancybox-container a.checkbox.disabled:not(.in) > .label:after,
  .popup-window a.checkbox.disabled:not(.in) > label:after,
  .popup-window a.checkbox.disabled:not(.in) > .label:after,
  .rsgppopup a.checkbox.disabled:not(.in) > label:after,
  .rsgppopup a.checkbox.disabled:not(.in) > .label:after,
  .rs_easycart a.checkbox.disabled:not(.in) > label:after,
  .rs_easycart a.checkbox.disabled:not(.in) > .label:after,
  .gopro-subscribe-window a.checkbox.disabled:not(.in) > label:after,
  .gopro-subscribe-window a.checkbox.disabled:not(.in) > .label:after {
    border-color: transparent;
    background-color: #BDBDBD; }
  .body a.checkbox.disabled.in > label:before,
  .body a.checkbox.disabled.in > .label:before,
  .footer a.checkbox.disabled.in > label:before,
  .footer a.checkbox.disabled.in > .label:before,
  .fancybox-container a.checkbox.disabled.in > label:before,
  .fancybox-container a.checkbox.disabled.in > .label:before,
  .popup-window a.checkbox.disabled.in > label:before,
  .popup-window a.checkbox.disabled.in > .label:before,
  .rsgppopup a.checkbox.disabled.in > label:before,
  .rsgppopup a.checkbox.disabled.in > .label:before,
  .rs_easycart a.checkbox.disabled.in > label:before,
  .rs_easycart a.checkbox.disabled.in > .label:before,
  .gopro-subscribe-window a.checkbox.disabled.in > label:before,
  .gopro-subscribe-window a.checkbox.disabled.in > .label:before {
    background-color: transparent; }
  .body a.checkbox.disabled.in > label:after,
  .body a.checkbox.disabled.in > .label:after,
  .footer a.checkbox.disabled.in > label:after,
  .footer a.checkbox.disabled.in > .label:after,
  .fancybox-container a.checkbox.disabled.in > label:after,
  .fancybox-container a.checkbox.disabled.in > .label:after,
  .popup-window a.checkbox.disabled.in > label:after,
  .popup-window a.checkbox.disabled.in > .label:after,
  .rsgppopup a.checkbox.disabled.in > label:after,
  .rsgppopup a.checkbox.disabled.in > .label:after,
  .rs_easycart a.checkbox.disabled.in > label:after,
  .rs_easycart a.checkbox.disabled.in > .label:after,
  .gopro-subscribe-window a.checkbox.disabled.in > label:after,
  .gopro-subscribe-window a.checkbox.disabled.in > .label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD; }

.form-group .soa-property-container,
.bx-authform {
  position: relative;
  min-height: 21px;
  cursor: pointer;
  /* Remove default checkbox */
  /* Indeterminate checkbox */ }
  .form-group .soa-property-container [type="checkbox"]:not(:checked),
  .form-group .soa-property-container [type="checkbox"]:checked,
  .bx-authform [type="checkbox"]:not(:checked),
  .bx-authform [type="checkbox"]:checked {
    position: absolute;
    top: -3px;
    left: -9000px;
    cursor: pointer;
    opacity: 1; }
  .form-group .soa-property-container [type="checkbox"],
  .bx-authform [type="checkbox"] {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    /* checkbox aspect */ }
    .form-group .soa-property-container [type="checkbox"]:before,
    .bx-authform [type="checkbox"]:before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 9000px;
      width: 18px;
      height: 18px;
      z-index: 0;
      border: 2px solid #bcbebf;
      border-radius: 1px;
      margin-top: 2px;
      transition: .2s; }
    .form-group .soa-property-container [type="checkbox"]:not(:checked):disabled:before,
    .bx-authform [type="checkbox"]:not(:checked):disabled:before {
      border: none;
      background-color: rgba(0, 0, 0, 0.26); }
  .form-group .soa-property-container [type="checkbox"]:checked:before,
  .bx-authform [type="checkbox"]:checked:before {
    top: -4px;
    left: 8995px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4c6ca5;
    border-bottom: 2px solid #4c6ca5;
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .form-group .soa-property-container [type="checkbox"]:checked:disabled:before,
  .bx-authform [type="checkbox"]:checked:disabled:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26); }
  .form-group .soa-property-container [type="checkbox"]:indeterminate:before,
  .bx-authform [type="checkbox"]:indeterminate:before {
    top: -11px;
    left: 8988px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #4c6ca5;
    border-bottom: none;
    transform: rotate(90deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .form-group .soa-property-container [type="checkbox"]:indeterminate:disabled:before,
  .bx-authform [type="checkbox"]:indeterminate:disabled:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent; }
  .form-group .soa-property-container [type="checkbox"]:after,
  .bx-authform [type="checkbox"]:after {
    border-radius: 1px; }
  .form-group .soa-property-container [type="checkbox"]:before, .form-group .soa-property-container [type="checkbox"]:after,
  .bx-authform [type="checkbox"]:before,
  .bx-authform [type="checkbox"]:after {
    content: '';
    left: 9000px;
    position: absolute;
    /* .1s delay is for check animation */
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1; }
  .form-group .soa-property-container [type="checkbox"]:not(:checked):before,
  .bx-authform [type="checkbox"]:not(:checked):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 9006px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%; }
  .form-group .soa-property-container [type="checkbox"]:not(:checked):after,
  .bx-authform [type="checkbox"]:not(:checked):after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #bcbebf;
    top: 0px;
    z-index: 0; }
  .form-group .soa-property-container [type="checkbox"]:not(:checked):hover:after,
  .bx-authform [type="checkbox"]:not(:checked):hover:after {
    border-color: #4c6ca5; }
  .form-group .soa-property-container [type="checkbox"]:checked:before,
  .bx-authform [type="checkbox"]:checked:before {
    top: 0;
    left: 9001px;
    width: 5px;
    height: 10px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .form-group .soa-property-container [type="checkbox"]:checked:after,
  .bx-authform [type="checkbox"]:checked:after {
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #4c6ca5;
    background-color: #4c6ca5;
    z-index: 0; }
  .form-group .soa-property-container [type="checkbox"]:disabled:not(:checked):before,
  .bx-authform [type="checkbox"]:disabled:not(:checked):before {
    background-color: transparent;
    border: 1px solid transparent; }
  .form-group .soa-property-container [type="checkbox"]:disabled:not(:checked):after,
  .bx-authform [type="checkbox"]:disabled:not(:checked):after {
    border-color: transparent;
    background-color: #BDBDBD; }
  .form-group .soa-property-container [type="checkbox"]:disabled:checked:before,
  .bx-authform [type="checkbox"]:disabled:checked:before {
    background-color: transparent; }
  .form-group .soa-property-container [type="checkbox"]:disabled:checked:after,
  .bx-authform [type="checkbox"]:disabled:checked:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD; }

.rsgopro .bx-authform [type="checkbox"]:not(:checked),
.rsgopro .bx-authform [type="checkbox"]:checked {
  position: absolute;
  top: -3px;
  left: -8980px;
  cursor: pointer;
  opacity: 1; }

/* Radio Buttons
   ========================================================================== */
.body,
.footer,
.fancybox-container,
.popup-window,
.rsgppopup,
.rs_easycart,
.gopro-subscribe-window {
  /* Unchecked styles */
  /* Checked styles */
  /* Radio With gap */
  /* Disabled Radio With gap */
  /* Disabled style */ }
  .body [type="radio"]:not(:checked),
  .body [type="radio"]:checked,
  .footer [type="radio"]:not(:checked),
  .footer [type="radio"]:checked,
  .fancybox-container [type="radio"]:not(:checked),
  .fancybox-container [type="radio"]:checked,
  .popup-window [type="radio"]:not(:checked),
  .popup-window [type="radio"]:checked,
  .rsgppopup [type="radio"]:not(:checked),
  .rsgppopup [type="radio"]:checked,
  .rs_easycart [type="radio"]:not(:checked),
  .rs_easycart [type="radio"]:checked,
  .gopro-subscribe-window [type="radio"]:not(:checked),
  .gopro-subscribe-window [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .body [type="radio"]:not(:checked) + label,
  .body [type="radio"]:checked + label,
  .footer [type="radio"]:not(:checked) + label,
  .footer [type="radio"]:checked + label,
  .fancybox-container [type="radio"]:not(:checked) + label,
  .fancybox-container [type="radio"]:checked + label,
  .popup-window [type="radio"]:not(:checked) + label,
  .popup-window [type="radio"]:checked + label,
  .rsgppopup [type="radio"]:not(:checked) + label,
  .rsgppopup [type="radio"]:checked + label,
  .rs_easycart [type="radio"]:not(:checked) + label,
  .rs_easycart [type="radio"]:checked + label,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label,
  .gopro-subscribe-window [type="radio"]:checked + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    transition: .28s ease;
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    user-select: none; }
  .body [type="radio"] + label:before,
  .body [type="radio"] + label:after,
  .footer [type="radio"] + label:before,
  .footer [type="radio"] + label:after,
  .fancybox-container [type="radio"] + label:before,
  .fancybox-container [type="radio"] + label:after,
  .popup-window [type="radio"] + label:before,
  .popup-window [type="radio"] + label:after,
  .rsgppopup [type="radio"] + label:before,
  .rsgppopup [type="radio"] + label:after,
  .rs_easycart [type="radio"] + label:before,
  .rs_easycart [type="radio"] + label:after,
  .gopro-subscribe-window [type="radio"] + label:before,
  .gopro-subscribe-window [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    margin: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    transition: .28s ease; }
  .body [type="radio"]:not(:checked) + label:before,
  .body [type="radio"]:not(:checked) + label:after,
  .body [type="radio"]:checked + label:before,
  .body [type="radio"]:checked + label:after,
  .footer [type="radio"]:not(:checked) + label:before,
  .footer [type="radio"]:not(:checked) + label:after,
  .footer [type="radio"]:checked + label:before,
  .footer [type="radio"]:checked + label:after,
  .fancybox-container [type="radio"]:not(:checked) + label:before,
  .fancybox-container [type="radio"]:not(:checked) + label:after,
  .fancybox-container [type="radio"]:checked + label:before,
  .fancybox-container [type="radio"]:checked + label:after,
  .popup-window [type="radio"]:not(:checked) + label:before,
  .popup-window [type="radio"]:not(:checked) + label:after,
  .popup-window [type="radio"]:checked + label:before,
  .popup-window [type="radio"]:checked + label:after,
  .rsgppopup [type="radio"]:not(:checked) + label:before,
  .rsgppopup [type="radio"]:not(:checked) + label:after,
  .rsgppopup [type="radio"]:checked + label:before,
  .rsgppopup [type="radio"]:checked + label:after,
  .rs_easycart [type="radio"]:not(:checked) + label:before,
  .rs_easycart [type="radio"]:not(:checked) + label:after,
  .rs_easycart [type="radio"]:checked + label:before,
  .rs_easycart [type="radio"]:checked + label:after,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label:before,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label:after,
  .gopro-subscribe-window [type="radio"]:checked + label:before,
  .gopro-subscribe-window [type="radio"]:checked + label:after {
    border-radius: 50%; }
  .body [type="radio"]:not(:checked) + label:before, .body [type="radio"]:not(:checked) + label:after,
  .body [type="radio"]:not(:checked) + label:before,
  .body [type="radio"]:not(:checked) + label:after,
  .footer [type="radio"]:not(:checked) + label:before,
  .footer [type="radio"]:not(:checked) + label:after,
  .footer [type="radio"]:not(:checked) + label:before,
  .footer [type="radio"]:not(:checked) + label:after,
  .fancybox-container [type="radio"]:not(:checked) + label:before,
  .fancybox-container [type="radio"]:not(:checked) + label:after,
  .fancybox-container [type="radio"]:not(:checked) + label:before,
  .fancybox-container [type="radio"]:not(:checked) + label:after,
  .popup-window [type="radio"]:not(:checked) + label:before,
  .popup-window [type="radio"]:not(:checked) + label:after,
  .popup-window [type="radio"]:not(:checked) + label:before,
  .popup-window [type="radio"]:not(:checked) + label:after,
  .rsgppopup [type="radio"]:not(:checked) + label:before,
  .rsgppopup [type="radio"]:not(:checked) + label:after,
  .rsgppopup [type="radio"]:not(:checked) + label:before,
  .rsgppopup [type="radio"]:not(:checked) + label:after,
  .rs_easycart [type="radio"]:not(:checked) + label:before,
  .rs_easycart [type="radio"]:not(:checked) + label:after,
  .rs_easycart [type="radio"]:not(:checked) + label:before,
  .rs_easycart [type="radio"]:not(:checked) + label:after,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label:before,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label:after,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label:before,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label:after {
    border: 1px solid #bcbebf; }
  .body [type="radio"]:not(:checked) + label:hover:before, .body [type="radio"]:not(:checked) + label:hover:after,
  .body [type="radio"]:not(:checked) + label:hover:before,
  .body [type="radio"]:not(:checked) + label:hover:after,
  .footer [type="radio"]:not(:checked) + label:hover:before,
  .footer [type="radio"]:not(:checked) + label:hover:after,
  .footer [type="radio"]:not(:checked) + label:hover:before,
  .footer [type="radio"]:not(:checked) + label:hover:after,
  .fancybox-container [type="radio"]:not(:checked) + label:hover:before,
  .fancybox-container [type="radio"]:not(:checked) + label:hover:after,
  .fancybox-container [type="radio"]:not(:checked) + label:hover:before,
  .fancybox-container [type="radio"]:not(:checked) + label:hover:after,
  .popup-window [type="radio"]:not(:checked) + label:hover:before,
  .popup-window [type="radio"]:not(:checked) + label:hover:after,
  .popup-window [type="radio"]:not(:checked) + label:hover:before,
  .popup-window [type="radio"]:not(:checked) + label:hover:after,
  .rsgppopup [type="radio"]:not(:checked) + label:hover:before,
  .rsgppopup [type="radio"]:not(:checked) + label:hover:after,
  .rsgppopup [type="radio"]:not(:checked) + label:hover:before,
  .rsgppopup [type="radio"]:not(:checked) + label:hover:after,
  .rs_easycart [type="radio"]:not(:checked) + label:hover:before,
  .rs_easycart [type="radio"]:not(:checked) + label:hover:after,
  .rs_easycart [type="radio"]:not(:checked) + label:hover:before,
  .rs_easycart [type="radio"]:not(:checked) + label:hover:after,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label:hover:before,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label:hover:after,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label:hover:before,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label:hover:after {
    border-color: #4c6ca5; }
  .body [type="radio"]:not(:checked) + label:after,
  .footer [type="radio"]:not(:checked) + label:after,
  .fancybox-container [type="radio"]:not(:checked) + label:after,
  .popup-window [type="radio"]:not(:checked) + label:after,
  .rsgppopup [type="radio"]:not(:checked) + label:after,
  .rs_easycart [type="radio"]:not(:checked) + label:after,
  .gopro-subscribe-window [type="radio"]:not(:checked) + label:after {
    transform: scale(0); }
  .body [type="radio"]:checked + label:before,
  .footer [type="radio"]:checked + label:before,
  .fancybox-container [type="radio"]:checked + label:before,
  .popup-window [type="radio"]:checked + label:before,
  .rsgppopup [type="radio"]:checked + label:before,
  .rs_easycart [type="radio"]:checked + label:before,
  .gopro-subscribe-window [type="radio"]:checked + label:before {
    border: 1px solid transparent; }
  .body [type="radio"]:checked + label:before,
  .body [type="radio"]:checked + label:after,
  .footer [type="radio"]:checked + label:before,
  .footer [type="radio"]:checked + label:after,
  .fancybox-container [type="radio"]:checked + label:before,
  .fancybox-container [type="radio"]:checked + label:after,
  .popup-window [type="radio"]:checked + label:before,
  .popup-window [type="radio"]:checked + label:after,
  .rsgppopup [type="radio"]:checked + label:before,
  .rsgppopup [type="radio"]:checked + label:after,
  .rs_easycart [type="radio"]:checked + label:before,
  .rs_easycart [type="radio"]:checked + label:after,
  .gopro-subscribe-window [type="radio"]:checked + label:before,
  .gopro-subscribe-window [type="radio"]:checked + label:after {
    border: 1px solid #4c6ca5; }
  .body [type="radio"]:checked + label:after,
  .footer [type="radio"]:checked + label:after,
  .fancybox-container [type="radio"]:checked + label:after,
  .popup-window [type="radio"]:checked + label:after,
  .rsgppopup [type="radio"]:checked + label:after,
  .rs_easycart [type="radio"]:checked + label:after,
  .gopro-subscribe-window [type="radio"]:checked + label:after {
    background-color: #4c6ca5; }
  .body [type="radio"]:checked + label:after,
  .footer [type="radio"]:checked + label:after,
  .fancybox-container [type="radio"]:checked + label:after,
  .popup-window [type="radio"]:checked + label:after,
  .rsgppopup [type="radio"]:checked + label:after,
  .rs_easycart [type="radio"]:checked + label:after,
  .gopro-subscribe-window [type="radio"]:checked + label:after {
    transform: scale(0.4); }
  .body [type="radio"]:disabled:checked + label:before,
  .footer [type="radio"]:disabled:checked + label:before,
  .fancybox-container [type="radio"]:disabled:checked + label:before,
  .popup-window [type="radio"]:disabled:checked + label:before,
  .rsgppopup [type="radio"]:disabled:checked + label:before,
  .rs_easycart [type="radio"]:disabled:checked + label:before,
  .gopro-subscribe-window [type="radio"]:disabled:checked + label:before {
    border: 1px solid rgba(0, 0, 0, 0.26); }
  .body [type="radio"]:disabled:checked + label:after,
  .footer [type="radio"]:disabled:checked + label:after,
  .fancybox-container [type="radio"]:disabled:checked + label:after,
  .popup-window [type="radio"]:disabled:checked + label:after,
  .rsgppopup [type="radio"]:disabled:checked + label:after,
  .rs_easycart [type="radio"]:disabled:checked + label:after,
  .gopro-subscribe-window [type="radio"]:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }
  .body [type="radio"]:disabled:not(:checked) + label:before,
  .body [type="radio"]:disabled:checked + label:before,
  .footer [type="radio"]:disabled:not(:checked) + label:before,
  .footer [type="radio"]:disabled:checked + label:before,
  .fancybox-container [type="radio"]:disabled:not(:checked) + label:before,
  .fancybox-container [type="radio"]:disabled:checked + label:before,
  .popup-window [type="radio"]:disabled:not(:checked) + label:before,
  .popup-window [type="radio"]:disabled:checked + label:before,
  .rsgppopup [type="radio"]:disabled:not(:checked) + label:before,
  .rsgppopup [type="radio"]:disabled:checked + label:before,
  .rs_easycart [type="radio"]:disabled:not(:checked) + label:before,
  .rs_easycart [type="radio"]:disabled:checked + label:before,
  .gopro-subscribe-window [type="radio"]:disabled:not(:checked) + label:before,
  .gopro-subscribe-window [type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26); }
  .body [type="radio"]:disabled + label,
  .footer [type="radio"]:disabled + label,
  .fancybox-container [type="radio"]:disabled + label,
  .popup-window [type="radio"]:disabled + label,
  .rsgppopup [type="radio"]:disabled + label,
  .rs_easycart [type="radio"]:disabled + label,
  .gopro-subscribe-window [type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26); }
  .body [type="radio"]:disabled:not(:checked) + label:before,
  .footer [type="radio"]:disabled:not(:checked) + label:before,
  .fancybox-container [type="radio"]:disabled:not(:checked) + label:before,
  .popup-window [type="radio"]:disabled:not(:checked) + label:before,
  .rsgppopup [type="radio"]:disabled:not(:checked) + label:before,
  .rs_easycart [type="radio"]:disabled:not(:checked) + label:before,
  .gopro-subscribe-window [type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26); }
  .body [type="radio"]:disabled:checked + label:after,
  .footer [type="radio"]:disabled:checked + label:after,
  .fancybox-container [type="radio"]:disabled:checked + label:after,
  .popup-window [type="radio"]:disabled:checked + label:after,
  .rsgppopup [type="radio"]:disabled:checked + label:after,
  .rs_easycart [type="radio"]:disabled:checked + label:after,
  .gopro-subscribe-window [type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD; }

/* Radio Buttons
   ========================================================================== */
.bx_soa_location .radio-inline label {
  padding-left: 27px; }

.form-group .soa-property-container label {
  padding-left: 7px; }

.bx_soa_location .radio-inline label,
.form-group .soa-property-container label {
  height: 14px;
  line-height: 14px;
  cursor: pointer;
  /* Unchecked styles */
  /* Checked styles */
  /* Radio With gap */
  /* Disabled Radio With gap */
  /* Disabled style */ }
  .bx_soa_location .radio-inline label [type="radio"]:not(:checked),
  .bx_soa_location .radio-inline label [type="radio"]:checked,
  .form-group .soa-property-container label [type="radio"]:not(:checked),
  .form-group .soa-property-container label [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 1; }
  .bx_soa_location .radio-inline label [type="radio"]:not(:checked),
  .bx_soa_location .radio-inline label [type="radio"]:checked,
  .form-group .soa-property-container label [type="radio"]:not(:checked),
  .form-group .soa-property-container label [type="radio"]:checked {
    position: relative;
    display: inline-block;
    transition: .28s ease;
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    user-select: none; }
  .bx_soa_location .radio-inline label [type="radio"]:before,
  .bx_soa_location .radio-inline label [type="radio"]:after,
  .form-group .soa-property-container label [type="radio"]:before,
  .form-group .soa-property-container label [type="radio"]:after {
    content: ' ';
    position: absolute;
    left: 9992px;
    top: 0;
    margin: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    transition: .28s ease; }
  .bx_soa_location .radio-inline label [type="radio"]:not(:checked):before,
  .bx_soa_location .radio-inline label [type="radio"]:not(:checked):after,
  .bx_soa_location .radio-inline label [type="radio"]:checked:before,
  .bx_soa_location .radio-inline label [type="radio"]:checked:after,
  .form-group .soa-property-container label [type="radio"]:not(:checked):before,
  .form-group .soa-property-container label [type="radio"]:not(:checked):after,
  .form-group .soa-property-container label [type="radio"]:checked:before,
  .form-group .soa-property-container label [type="radio"]:checked:after {
    border-radius: 50%; }
  .bx_soa_location .radio-inline label [type="radio"]:not(:checked):before, .bx_soa_location .radio-inline label [type="radio"]:not(:checked):after,
  .bx_soa_location .radio-inline label [type="radio"]:not(:checked):before,
  .bx_soa_location .radio-inline label [type="radio"]:not(:checked):after,
  .form-group .soa-property-container label [type="radio"]:not(:checked):before,
  .form-group .soa-property-container label [type="radio"]:not(:checked):after,
  .form-group .soa-property-container label [type="radio"]:not(:checked):before,
  .form-group .soa-property-container label [type="radio"]:not(:checked):after {
    border: 1px solid #bcbebf; }
  .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:before, .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:after,
  .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:before,
  .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:after,
  .form-group .soa-property-container label [type="radio"]:not(:checked):hover:before,
  .form-group .soa-property-container label [type="radio"]:not(:checked):hover:after,
  .form-group .soa-property-container label [type="radio"]:not(:checked):hover:before,
  .form-group .soa-property-container label [type="radio"]:not(:checked):hover:after {
    border-color: #4c6ca5; }
  .bx_soa_location .radio-inline label [type="radio"]:not(:checked):after,
  .form-group .soa-property-container label [type="radio"]:not(:checked):after {
    transform: scale(0); }
  .bx_soa_location .radio-inline label [type="radio"]:checked:before,
  .form-group .soa-property-container label [type="radio"]:checked:before {
    border: 1px solid transparent; }
  .bx_soa_location .radio-inline label [type="radio"]:checked:before,
  .bx_soa_location .radio-inline label [type="radio"]:checked:after,
  .form-group .soa-property-container label [type="radio"]:checked:before,
  .form-group .soa-property-container label [type="radio"]:checked:after {
    border: 1px solid #4c6ca5; }
  .bx_soa_location .radio-inline label [type="radio"]:checked:after,
  .form-group .soa-property-container label [type="radio"]:checked:after {
    background-color: #4c6ca5; }
  .bx_soa_location .radio-inline label [type="radio"]:checked:after,
  .form-group .soa-property-container label [type="radio"]:checked:after {
    transform: scale(0.4); }
  .bx_soa_location .radio-inline label [type="radio"]:disabled:checked:before,
  .form-group .soa-property-container label [type="radio"]:disabled:checked:before {
    border: 1px solid rgba(0, 0, 0, 0.26); }
  .bx_soa_location .radio-inline label [type="radio"]:disabled:checked:after,
  .form-group .soa-property-container label [type="radio"]:disabled:checked:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }
  .bx_soa_location .radio-inline label [type="radio"]:disabled:not(:checked):before,
  .bx_soa_location .radio-inline label [type="radio"]:disabled:checked:before,
  .form-group .soa-property-container label [type="radio"]:disabled:not(:checked):before,
  .form-group .soa-property-container label [type="radio"]:disabled:checked:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26); }
  .bx_soa_location .radio-inline label [type="radio"]:disabled,
  .form-group .soa-property-container label [type="radio"]:disabled {
    color: rgba(0, 0, 0, 0.26); }
  .bx_soa_location .radio-inline label [type="radio"]:disabled:not(:checked):before,
  .form-group .soa-property-container label [type="radio"]:disabled:not(:checked):before {
    border-color: rgba(0, 0, 0, 0.26); }
  .bx_soa_location .radio-inline label [type="radio"]:disabled:checked:after,
  .form-group .soa-property-container label [type="radio"]:disabled:checked:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD; }

.body .btn1, .body .btn-primary,
.footer .btn1,
.footer .btn-primary,
.fancybox-container .btn1,
.fancybox-container .btn-primary,
.popup-window .btn1,
.popup-window .btn-primary,
.rsgppopup .btn1,
.rsgppopup .btn-primary,
.rs_easycart .btn1,
.rs_easycart .btn-primary,
.gopro-subscribe-window .btn1,
.gopro-subscribe-window .btn-primary {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #4c6ca5;
  border: 1px solid #4c6ca5;
  border-bottom-color: #344a71; }
  .body .btn1:hover, .body .btn-primary:hover,
  .footer .btn1:hover,
  .footer .btn-primary:hover,
  .fancybox-container .btn1:hover,
  .fancybox-container .btn-primary:hover,
  .popup-window .btn1:hover,
  .popup-window .btn-primary:hover,
  .rsgppopup .btn1:hover,
  .rsgppopup .btn-primary:hover,
  .rs_easycart .btn1:hover,
  .rs_easycart .btn-primary:hover,
  .gopro-subscribe-window .btn1:hover,
  .gopro-subscribe-window .btn-primary:hover {
    color: #fff;
    background-color: #344a71;
    border-color: #344a71;
    text-decoration: none;
    transition: 0s; }

.body .btn1-darken, .body .btn-primary-darken,
.footer .btn1-darken,
.footer .btn-primary-darken,
.fancybox-container .btn1-darken,
.fancybox-container .btn-primary-darken,
.popup-window .btn1-darken,
.popup-window .btn-primary-darken,
.rsgppopup .btn1-darken,
.rsgppopup .btn-primary-darken,
.rs_easycart .btn1-darken,
.rs_easycart .btn-primary-darken,
.gopro-subscribe-window .btn1-darken,
.gopro-subscribe-window .btn-primary-darken {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #344a71;
  border: 1px solid #344a71;
  border-bottom-color: #4c6ca5; }
  .body .btn1-darken:hover, .body .btn-primary-darken:hover,
  .footer .btn1-darken:hover,
  .footer .btn-primary-darken:hover,
  .fancybox-container .btn1-darken:hover,
  .fancybox-container .btn-primary-darken:hover,
  .popup-window .btn1-darken:hover,
  .popup-window .btn-primary-darken:hover,
  .rsgppopup .btn1-darken:hover,
  .rsgppopup .btn-primary-darken:hover,
  .rs_easycart .btn1-darken:hover,
  .rs_easycart .btn-primary-darken:hover,
  .gopro-subscribe-window .btn1-darken:hover,
  .gopro-subscribe-window .btn-primary-darken:hover {
    color: #fff;
    background-color: #4c6ca5;
    border-color: #4c6ca5;
    text-decoration: none;
    transition: 0s; }

.body .btn2, .body .btn-default,
.footer .btn2,
.footer .btn-default,
.fancybox-container .btn2,
.fancybox-container .btn-default,
.popup-window .btn2,
.popup-window .btn-default,
.rsgppopup .btn2,
.rsgppopup .btn-default,
.rs_easycart .btn2,
.rs_easycart .btn-default,
.gopro-subscribe-window .btn2,
.gopro-subscribe-window .btn-default {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #8cba25;
  border: 1px solid #8cba25;
  border-bottom-color: #5c7a18; }
  .body .btn2:hover, .body .btn-default:hover,
  .footer .btn2:hover,
  .footer .btn-default:hover,
  .fancybox-container .btn2:hover,
  .fancybox-container .btn-default:hover,
  .popup-window .btn2:hover,
  .popup-window .btn-default:hover,
  .rsgppopup .btn2:hover,
  .rsgppopup .btn-default:hover,
  .rs_easycart .btn2:hover,
  .rs_easycart .btn-default:hover,
  .gopro-subscribe-window .btn2:hover,
  .gopro-subscribe-window .btn-default:hover {
    color: #fff;
    background-color: #5c7a18;
    border-color: #5c7a18;
    text-decoration: none;
    transition: 0s; }

.body .btn3,
.footer .btn3,
.fancybox-container .btn3,
.popup-window .btn3,
.rsgppopup .btn3,
.rs_easycart .btn3,
.gopro-subscribe-window .btn3 {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #899CC7;
  border: 1px solid #899CC7;
  border-bottom-color: #5570ae; }
  .body .btn3:hover,
  .footer .btn3:hover,
  .fancybox-container .btn3:hover,
  .popup-window .btn3:hover,
  .rsgppopup .btn3:hover,
  .rs_easycart .btn3:hover,
  .gopro-subscribe-window .btn3:hover {
    color: #fff;
    background-color: #5570ae;
    border-color: #5570ae;
    text-decoration: none;
    transition: 0s; }

.body .btn-link,
.footer .btn-link,
.fancybox-container .btn-link,
.popup-window .btn-link,
.rsgppopup .btn-link,
.rs_easycart .btn-link,
.gopro-subscribe-window .btn-link {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent; }
  .body .btn-link:hover,
  .footer .btn-link:hover,
  .fancybox-container .btn-link:hover,
  .popup-window .btn-link:hover,
  .rsgppopup .btn-link:hover,
  .rs_easycart .btn-link:hover,
  .gopro-subscribe-window .btn-link:hover {
    text-decoration: underline; }

.body .btn-link-inlink,
.footer .btn-link-inlink,
.fancybox-container .btn-link-inlink,
.popup-window .btn-link-inlink,
.rsgppopup .btn-link-inlink,
.rs_easycart .btn-link-inlink,
.gopro-subscribe-window .btn-link-inlink {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  cursor: default;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent; }

body .rsgppopup .btn1, body .rsgppopup .btn-primary,
body .rsgppopup .btn2, body .rsgppopup .btn-default,
body .rsgppopup .btn3 {
  padding: 5px 10px; }

body.circular {
  /* base */
  /* catalog section */
  /* compare */
  /* catalog element */
  /* personal */ }
  body.circular a *.btn1,
  body.circular a *.btn2,
  body.circular a *.btn2 {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  body.circular .body input[type="submit"],
  body.circular .body input[type="button"],
  body.circular .body input[type="reset"],
  body.circular input.btn1[type="submit"],
  body.circular input.btn1[type="button"],
  body.circular input.btn1[type="reset"],
  body.circular input.btn2[type="submit"],
  body.circular input.btn2[type="button"],
  body.circular input.btn2[type="reset"],
  body.circular input.btn3[type="submit"],
  body.circular input.btn3[type="button"],
  body.circular input.btn3[type="reset"] {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  body.circular .add2basketform .add2basket,
  body.circular .add2basketform .inbasket,
  body.circular .add2basketform .buy1click {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  body.circular .quantity {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    body.circular .quantity .minus {
      -khtml-border-radius: 3px 0px 0px 3px;
      -moz-border-radius: 3px 0px 0px 3px;
      -webkit-border-radius: 3px 0px 0px 3px;
      border-radius: 3px 0px 0px 3px; }
    body.circular .quantity .plus {
      -khtml-border-radius: 0px 3px 3px 0px;
      -moz-border-radius: 0px 3px 3px 0px;
      -webkit-border-radius: 0px 3px 3px 0px;
      border-radius: 0px 3px 3px 0px; }
  body.circular .timers .clock {
    -khtml-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px; }
  body.circular .timers .timer {
    -khtml-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px; }
  body.circular .catalogsorter .template a,
  body.circular .catalogsorter .shortsort a {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  body.circular .go2detail {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  body.circular .set .fullpanel .block span.discount {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  body.circular .comparelist a {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  body.circular .detailtabs .headers a {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  body.circular .orderlist .switch a {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

.fancybox {
  /*@media (min-width: $screen-sm-min) {
        &-enabled {
            .header-fly,
            body {
                padding-right: 17px;
            }
        }
    }*/ }
  .fancybox-container {
    z-index: 11000 !important; }
    .fancybox-container.rs-gopro-popup .fancybox-caption-wrap {
      display: none; }
    .fancybox-container.rs-gopro-popup .fancybox-slide > div:not(.fancybox-loading) {
      max-width: 940px;
      min-width: 300px;
      padding-top: 81px; }
    .fancybox-container.rs-gopro-product-gallery .fancybox-slide > div:not(.fancybox-loading) {
      width: 90%;
      height: 90%;
      max-width: 100%;
      min-width: 300px;
      padding-top: 81px;
      margin: 0; }
  .fancybox-custom-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 20px 12px 20px;
    border-bottom: 1px solid #F2F2F2; }
    .fancybox-custom-title > span {
      display: block;
      font-family: Opensanslight, Arial, Helvetica, sans-serif;
      font-size: 24px;
      line-height: 28px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .fancybox-close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 23px 25px 18px;
    cursor: pointer;
    z-index: 8050; }
  .fancybox-close:hover .svg-icon {
    fill: #505050; }
  .fancybox-close .svg-icon {
    width: 12px;
    height: 12px;
    fill: #b0b0b0; }

/*@font-face{
	font-family: Opensans;
	src: url("/bitrix/templates/prostroy_default/assets/css/../fonts/eot/OpenSans-Regular.eot"); // EOT file for IE
}
@font-face{
	font-family: Opensans;
	src: url("/bitrix/templates/prostroy_default/assets/css/../fonts/ttf/OpenSans-Regular.ttf"); // TTF file for CSS3 browsers
}
@font-face{
	font-family: Opensanslight;
	src: url("/bitrix/templates/prostroy_default/assets/css/../fonts/eot/OpenSans-Light.eot"); // EOT file for IE
}
@font-face{
	font-family: Opensanslight;
	src: url("/bitrix/templates/prostroy_default/assets/css/../fonts/ttf/OpenSans-Light.ttf"); // TTF file for CSS3 browsers
}
@font-face{
	font-family: Opensansbold;
	src: url("/bitrix/templates/prostroy_default/assets/css/../fonts/eot/OpenSans-Bold.eot"); // EOT file for IE
}
@font-face{
	font-family: Opensansbold;
	src: url("/bitrix/templates/prostroy_default/assets/css/../fonts/ttf/OpenSans-Bold.ttf"); // TTF file for CSS3 browsers
}
*/
.body .form-control,
.footer .form-control,
.fancybox-container .form-control,
.popup-window .form-control,
.rsgppopup .form-control,
.rs_easycart .form-control,
.gopro-subscribe-window .form-control {
  height: 40px; }

.body input[type="text"],
.body input[type="password"],
.body textarea,
.body select,
.footer input[type="text"],
.footer input[type="password"],
.footer textarea,
.footer select,
.fancybox-container input[type="text"],
.fancybox-container input[type="password"],
.fancybox-container textarea,
.fancybox-container select,
.popup-window input[type="text"],
.popup-window input[type="password"],
.popup-window textarea,
.popup-window select,
.rsgppopup input[type="text"],
.rsgppopup input[type="password"],
.rsgppopup textarea,
.rsgppopup select,
.rs_easycart input[type="text"],
.rs_easycart input[type="password"],
.rs_easycart textarea,
.rs_easycart select,
.gopro-subscribe-window input[type="text"],
.gopro-subscribe-window input[type="password"],
.gopro-subscribe-window textarea,
.gopro-subscribe-window select {
  width: auto;
  height: auto;
  font: 13px Opensanslight, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 10px 9px;
  outline: -webkit-focus-ring-color auto 0;
  border: 1px solid #bebebe;
  background: #f3f3f3;
  box-shadow: none;
  border-radius: none;
  transition: all ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .body input[type="text"]:hover,
  .body input[type="password"]:hover,
  .body textarea:hover,
  .body select:hover,
  .footer input[type="text"]:hover,
  .footer input[type="password"]:hover,
  .footer textarea:hover,
  .footer select:hover,
  .fancybox-container input[type="text"]:hover,
  .fancybox-container input[type="password"]:hover,
  .fancybox-container textarea:hover,
  .fancybox-container select:hover,
  .popup-window input[type="text"]:hover,
  .popup-window input[type="password"]:hover,
  .popup-window textarea:hover,
  .popup-window select:hover,
  .rsgppopup input[type="text"]:hover,
  .rsgppopup input[type="password"]:hover,
  .rsgppopup textarea:hover,
  .rsgppopup select:hover,
  .rs_easycart input[type="text"]:hover,
  .rs_easycart input[type="password"]:hover,
  .rs_easycart textarea:hover,
  .rs_easycart select:hover,
  .gopro-subscribe-window input[type="text"]:hover,
  .gopro-subscribe-window input[type="password"]:hover,
  .gopro-subscribe-window textarea:hover,
  .gopro-subscribe-window select:hover {
    border-color: #4c6ca5;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .body input[type="text"]:hover:focus, .body input[type="text"]:focus,
  .body input[type="password"]:hover:focus,
  .body input[type="password"]:focus,
  .body textarea:hover:focus,
  .body textarea:focus,
  .body select:hover:focus,
  .body select:focus,
  .footer input[type="text"]:hover:focus,
  .footer input[type="text"]:focus,
  .footer input[type="password"]:hover:focus,
  .footer input[type="password"]:focus,
  .footer textarea:hover:focus,
  .footer textarea:focus,
  .footer select:hover:focus,
  .footer select:focus,
  .fancybox-container input[type="text"]:hover:focus,
  .fancybox-container input[type="text"]:focus,
  .fancybox-container input[type="password"]:hover:focus,
  .fancybox-container input[type="password"]:focus,
  .fancybox-container textarea:hover:focus,
  .fancybox-container textarea:focus,
  .fancybox-container select:hover:focus,
  .fancybox-container select:focus,
  .popup-window input[type="text"]:hover:focus,
  .popup-window input[type="text"]:focus,
  .popup-window input[type="password"]:hover:focus,
  .popup-window input[type="password"]:focus,
  .popup-window textarea:hover:focus,
  .popup-window textarea:focus,
  .popup-window select:hover:focus,
  .popup-window select:focus,
  .rsgppopup input[type="text"]:hover:focus,
  .rsgppopup input[type="text"]:focus,
  .rsgppopup input[type="password"]:hover:focus,
  .rsgppopup input[type="password"]:focus,
  .rsgppopup textarea:hover:focus,
  .rsgppopup textarea:focus,
  .rsgppopup select:hover:focus,
  .rsgppopup select:focus,
  .rs_easycart input[type="text"]:hover:focus,
  .rs_easycart input[type="text"]:focus,
  .rs_easycart input[type="password"]:hover:focus,
  .rs_easycart input[type="password"]:focus,
  .rs_easycart textarea:hover:focus,
  .rs_easycart textarea:focus,
  .rs_easycart select:hover:focus,
  .rs_easycart select:focus,
  .gopro-subscribe-window input[type="text"]:hover:focus,
  .gopro-subscribe-window input[type="text"]:focus,
  .gopro-subscribe-window input[type="password"]:hover:focus,
  .gopro-subscribe-window input[type="password"]:focus,
  .gopro-subscribe-window textarea:hover:focus,
  .gopro-subscribe-window textarea:focus,
  .gopro-subscribe-window select:hover:focus,
  .gopro-subscribe-window select:focus {
    border-color: #4c6ca5;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }

.body .bx-sls .dropdown-block,
.body .bx-slst .dropdown-block,
.footer .bx-sls .dropdown-block,
.footer .bx-slst .dropdown-block,
.fancybox-container .bx-sls .dropdown-block,
.fancybox-container .bx-slst .dropdown-block,
.popup-window .bx-sls .dropdown-block,
.popup-window .bx-slst .dropdown-block,
.rsgppopup .bx-sls .dropdown-block,
.rsgppopup .bx-slst .dropdown-block,
.rs_easycart .bx-sls .dropdown-block,
.rs_easycart .bx-slst .dropdown-block,
.gopro-subscribe-window .bx-sls .dropdown-block,
.gopro-subscribe-window .bx-slst .dropdown-block {
  font: 13px Opensanslight, Arial, Helvetica, sans-serif;
  margin: 0;
  border: 1px solid #bebebe;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s; }
  .body .bx-sls .dropdown-block.focus,
  .body .bx-slst .dropdown-block.focus,
  .footer .bx-sls .dropdown-block.focus,
  .footer .bx-slst .dropdown-block.focus,
  .fancybox-container .bx-sls .dropdown-block.focus,
  .fancybox-container .bx-slst .dropdown-block.focus,
  .popup-window .bx-sls .dropdown-block.focus,
  .popup-window .bx-slst .dropdown-block.focus,
  .rsgppopup .bx-sls .dropdown-block.focus,
  .rsgppopup .bx-slst .dropdown-block.focus,
  .rs_easycart .bx-sls .dropdown-block.focus,
  .rs_easycart .bx-slst .dropdown-block.focus,
  .gopro-subscribe-window .bx-sls .dropdown-block.focus,
  .gopro-subscribe-window .bx-slst .dropdown-block.focus {
    border-color: #4c6ca5; }

.body .bx-sls .bx-ui-sls-route,
.body .bx-sls .bx-ui-sls-fake,
.body .bx-slst .bx-ui-sls-route,
.body .bx-slst .bx-ui-sls-fake,
.footer .bx-sls .bx-ui-sls-route,
.footer .bx-sls .bx-ui-sls-fake,
.footer .bx-slst .bx-ui-sls-route,
.footer .bx-slst .bx-ui-sls-fake,
.fancybox-container .bx-sls .bx-ui-sls-route,
.fancybox-container .bx-sls .bx-ui-sls-fake,
.fancybox-container .bx-slst .bx-ui-sls-route,
.fancybox-container .bx-slst .bx-ui-sls-fake,
.popup-window .bx-sls .bx-ui-sls-route,
.popup-window .bx-sls .bx-ui-sls-fake,
.popup-window .bx-slst .bx-ui-sls-route,
.popup-window .bx-slst .bx-ui-sls-fake,
.rsgppopup .bx-sls .bx-ui-sls-route,
.rsgppopup .bx-sls .bx-ui-sls-fake,
.rsgppopup .bx-slst .bx-ui-sls-route,
.rsgppopup .bx-slst .bx-ui-sls-fake,
.rs_easycart .bx-sls .bx-ui-sls-route,
.rs_easycart .bx-sls .bx-ui-sls-fake,
.rs_easycart .bx-slst .bx-ui-sls-route,
.rs_easycart .bx-slst .bx-ui-sls-fake,
.gopro-subscribe-window .bx-sls .bx-ui-sls-route,
.gopro-subscribe-window .bx-sls .bx-ui-sls-fake,
.gopro-subscribe-window .bx-slst .bx-ui-sls-route,
.gopro-subscribe-window .bx-slst .bx-ui-sls-fake {
  position: relative;
  top: -1px; }

/* placeholder */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
input:-moz-placeholder {
  color: #999;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif; }

.col-xs-5rs,
.col-sm-5rs,
.col-md-5rs,
.col-lg-5rs {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-5rs {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5rs {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5rs {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5rs {
    width: 20%;
    float: left; } }

.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 12px 14px 10px 14px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter, background-color, color, fill;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: #f3f3f3; }
  .hamburger.is-active {
    color: #fff;
    background-color: #4c6ca5; }
    .hamburger.is-active .hamburger-inner {
      background-color: #fff;
      transform: translate3d(0, 5px, 0) rotate(45deg); }
      .hamburger.is-active .hamburger-inner:before {
        background-color: #fff;
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0; }
      .hamburger.is-active .hamburger-inner:after {
        background-color: #fff;
        transform: translate3d(0, -10px, 0) rotate(-90deg); }
    .hamburger.is-active .hamburger-name {
      color: #fff; }
  .hamburger-box {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px; }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 14px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000; }
  .hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""; }
  .hamburger-inner:before {
    top: 5px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity; }
  .hamburger-inner:after {
    top: 10px; }
  .hamburger-name {
    position: relative;
    top: -2px;
    color: #91918f;
    margin-left: 18px; }

.lazy-animation {
  background-image: linear-gradient(to left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-color: #f6f7f8;
  background-size: 450px 700px;
  animation: lazyloadeffect 1s infinite linear forwards; }

.js-lazy-section.is-loading .js-lazy,
.js-lazy-section.is-loading .js-lazy-sect {
  opacity: 0; }

@keyframes lazyloadeffect {
  from {
    background-position: -400px 0; }
  to {
    background-position: 200px 0; } }

.body .scrollbar-inner > .scroll-element.scroll-x {
  height: 4px; }

.body .scrollbar-inner > .scroll-element.scroll-y {
  right: 2px;
  top: 0;
  width: 4px;
  height: 100%; }

.body .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #4c6ca5; }

.body .scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #ebebeb; }

.body .scrollbar-inner > .scroll-element .scroll-bar {
  cursor: pointer;
  background-color: #c5c5c5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 1;
  transition: all 0.15s linear; }
  .body .scrollbar-inner > .scroll-element .scroll-bar:hover {
    background-color: #4c6ca5; }

ul,
ol {
  list-style: none;
  padding-left: 50px; }
  ul > li, ol > li {
    position: relative;
    list-style-type: none;
    line-height: 19px; }
    ul > li:before, ol > li:before {
      content: '\2022';
      position: absolute;
      top: 0px;
      left: -31px;
      font-size: 14pt;
      line-height: 1em;
      color: #fff; }

ol {
  counter-reset: list 0; }
  ol > li:before {
    counter-increment: list;
    content: counter(list) "";
    font-size: 10pt;
    margin-top: 4px; }

ul.list-ok > li:before, ol.list-ok > li:before {
  content: "\f00c";
  font-size: 11px;
  font-family: 'FontAwesome';
  margin-top: 5px; }

ul.list-unstyled, ol.list-unstyled {
  list-style: none;
  padding-left: 0px;
  counter-reset: list 0; }
  ul.list-unstyled > li, ol.list-unstyled > li {
    position: static;
    list-style-type: none; }
    ul.list-unstyled > li:before, ol.list-unstyled > li:before {
      position: static;
      left: 0px;
      content: ''; }

.column1 {
  width: 20%; }

.column1 {
  height: 80px;
  float: left;
  line-height: 80px;
  text-align: center; }

.column1 .column1inner {
  display: inline-block;
  line-height: 19px;
  vertical-align: middle;
  text-align: left; }

.column2 {
  width: 25%;
  float: left; }

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

.basket.column1 {
  padding-right: 0px;
  text-align: right; }

/* site < then max-width */
@media screen and (max-width: 1260px) {
  body.adaptive .callback.column1 {
    display: none; } }

@media screen and (max-width: 1260px) and (min-width: 876px) {
  body.adaptive .logo.column1 {
    width: 25%; }
  body.adaptive .phone.column1 {
    width: 30%; }
  body.adaptive .favorite.column1 {
    width: 20%; }
  body.adaptive .basket.column1 {
    width: 25%; } }

@media screen and (max-width: 1260px) and (min-width: 950px) {
  body.adaptive .footer .line1 .contacts .phone a {
    font-size: 18px; } }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  body.adaptive .pmenu {
    width: 25%; }
  body.adaptive .pcontent {
    width: 75%;
    padding-left: 15px; } }

@media screen and (max-width: 950px) {
  body.adaptive .footer .line1 .contacts .phone a {
    font-size: 14px; } }

@media screen and (max-width: 1010px) and (min-width: 768px) {
  body.adaptive .footer .line1 .block.one {
    width: 20%; }
  body.adaptive .footer .line1 .block.two {
    width: 45%; }
  body.adaptive .footer .line1 .block.three {
    width: 18%; }
  body.adaptive .footer .line1 .block.four {
    width: 17%;
    padding-right: 0px; } }

/* for tablets */
@media screen and (max-width: 875px) {
  body.adaptive .body input[type="text"], body.adaptive .body input[type="password"], body.adaptive .body textarea, body.adaptive .body select,
  body.adaptive .footer input[type="text"], body.adaptive .footer input[type="password"], body.adaptive .footer textarea, body.adaptive .footer select,
  body.adaptive .fancybox-container input[type="text"], body.adaptive .fancybox-container input[type="password"], body.adaptive .fancybox-container textarea, body.adaptive .fancybox-container select {
    box-shadow: none; }
  body.adaptive .header .phone a,
  body.adaptive .header .phone a:hover {
    font-size: 20px; }
  /* tables */
  body.adaptive .table .td {
    display: inline-block;
    width: auto; }
  /* /tables */ }

@media screen and (max-width: 885px) and (min-width: 751px) {
  body.adaptive .logo.column1 {
    width: 24%; }
  body.adaptive .phone.column1 {
    width: 24%; }
  body.adaptive .favorite.column1 {
    width: 19%; }
  body.adaptive .basket.column1 {
    width: 33%; }
  body.adaptive .phone.column1 .svg-icon {
    display: none; } }

@media screen and (max-width: 775px) and (min-width: 481px) {
  body.adaptive .pmenu {
    width: 30%; }
  body.adaptive .pcontent {
    width: 70%;
    padding-left: 15px; } }

@media screen and (max-width: 768px) {
  body.adaptive .footer .line1 {
    padding: 5px 0px; }
  body.adaptive .footer .line1 .block.one .logo {
    display: none; }
  body.adaptive .footer .line1 .contacts {
    margin-bottom: 15px; }
  body.adaptive .footer .line1 .block.one .contacts,
  body.adaptive .footer .line1 .contacts .feedback {
    margin-top: 0px; } }

@media screen and (max-width: 768px) and (min-width: 627px) {
  body.adaptive .logo.column1 {
    width: 25%; }
  body.adaptive .phone.column1 {
    width: 30%; }
  body.adaptive .favorite.column1 {
    width: 17%; }
  body.adaptive .basket.column1 {
    width: 28%; }
  body.adaptive .column1 .svg-icon {
    display: none; }
  body.adaptive .column1 .title,
  body.adaptive .column1 .descr {
    margin-left: 0px; } }

@media screen and (max-width: 768px) and (min-width: 481px) {
  body.adaptive h1 {
    font-size: 26px; }
  body.adaptive h2 {
    font-size: 20px; }
  body.adaptive h3 {
    font-size: 14px; }
  body.adaptive h1.pagetitle {
    font-size: 26px; }
  body.adaptive .footer .line1 .block.one,
  body.adaptive .footer .line1 .block.two,
  body.adaptive .footer .line1 .block.three,
  body.adaptive .footer .line1 .block.four {
    padding-right: 0px; }
  body.adaptive .footer .line1 .block.one,
  body.adaptive .footer .line1 .block.two {
    width: 100%; }
  body.adaptive .footer .line1 .block.three,
  body.adaptive .footer .line1 .block.four {
    width: 50%; }
  body.adaptive .footer .line1 .block.one .contacts .phone1,
  body.adaptive .footer .line1 .block.one .contacts .phone2 {
    float: left;
    width: 50%; }
  body.adaptive .footer .line1 .block.three,
  body.adaptive .footer .line1 .block.four {
    text-align: center; } }

@media screen and (max-width: 626px) and (min-width: 481px) {
  body.adaptive .logo.column1 {
    width: 30%; }
  body.adaptive .phone.column1 {
    display: none; }
  body.adaptive .favorite.column1 {
    width: 30%;
    text-align: center; }
  body.adaptive .basket.column1 {
    width: 40%; }
  body.adaptive .column1 .svg-icon {
    display: none; }
  body.adaptive .column1 .title,
  body.adaptive .column1 .descr {
    margin-left: 0px; } }

/* for mobile */
@media screen and (max-width: 605px) {
  body.adaptive .pmenu {
    margin-bottom: 15px; }
  body.adaptive .pmenu,
  body.adaptive .pcontent {
    width: 100%;
    padding-left: 0px; } }

@media screen and (max-width: 480px) and (min-width: 381px) {
  body.adaptive .basket.column1 {
    width: 70%; } }

@media screen and (max-width: 480px) {
  body.adaptive h1 {
    font-size: 20px; }
  body.adaptive h2 {
    font-size: 18px; }
  body.adaptive h3 {
    font-size: 14px; }
  body.adaptive h1.pagetitle {
    font-size: 20px; }
  body.adaptive .mobile_hide {
    display: none; }
  body.adaptive .header .phone a,
  body.adaptive .header .phone a:hover {
    font-size: 16px; }
  body.adaptive .authandlocation {
    float: none; }
  body.adaptive .column1 {
    height: 50px;
    line-height: 50px; }
  body.adaptive .logo.column1,
  body.adaptive .phone.column1 {
    width: 50%; }
  body.adaptive .favorite.column1 {
    width: 30%; }
  body.adaptive .header .phone {
    text-align: right; }
  body.adaptive .favorite.column1 {
    text-align: left; }
  body.adaptive .footer {
    background-color: #fff;
    border-top: 1px solid #F2F2F2; }
  body.adaptive .footer .line1 .block.one,
  body.adaptive .footer .line1 .block.two,
  body.adaptive .footer .line1 .block.three,
  body.adaptive .footer .line1 .block.four {
    width: 100%;
    padding-right: 0px;
    text-align: center; }
  /* forms -> universal */
  body.adaptive .someform {
    max-width: 500px; }
  body.adaptive .fancybox-container .someform {
    max-width: 250px; }
  /* forms -> register */
  body.adaptive .someform .line.password .text,
  body.adaptive .someform .line.password .btn,
  body.adaptive .someform .line.captcha input {
    width: 100%;
    float: none; }
  body.adaptive .someform .line.password .text {
    margin-bottom: 10px; }
  body.adaptive .someform .line.captcha img {
    float: none;
    margin-bottom: 8px; }
  /* /forms -> universal */
  /* main page */
  body.adaptive .sorter_and_name .name {
    float: none; }
  body.adaptive .sorter_and_name .sorter {
    float: none;
    margin-top: 10px; }
  body.adaptive .sorter_and_name .catalogsorter .template a {
    float: left; } }

@media screen and (max-width: 380px) {
  body.adaptive .favorite.column1 {
    display: none; }
  body.adaptive .favorite.column1 .title,
  body.adaptive .favorite.column1 .descr {
    margin-left: 0px; }
  body.adaptive .column1.basket,
  body.adaptive .column1.basket .column1inner {
    width: 100%; }
  body.adaptive .phone.column1 .svg-icon {
    display: none; } }

@media screen and (max-width: 767px) {
  body.adaptive .sitecopy {
    font-size: 9px; } }

.owl-preview {
  display: none; }

.owl-dot .owl-preview {
  display: inline-block; }

body .owl-carousel .owl-item .owl-lazy {
  opacity: 1;
  transition: all .5s; }

body.rsgopro .js-pseudo-focus-blur-input {
  border: none; }

body.rsgopro .js-pseudo-border, body.rsgopro .js-pseudo-border-top, body.rsgopro .js-pseudo-border-right, body.rsgopro .js-pseudo-border-bottom, body.rsgopro .js-pseudo-border-left {
  transition: border-color .3s; }

body.rsgopro .js-pseudo-border {
  border: 1px solid #ebebeb; }
  body.rsgopro .js-pseudo-border-top {
    border-top: 1px solid #ebebeb; }
  body.rsgopro .js-pseudo-border-right {
    border-right: 1px solid #ebebeb; }
  body.rsgopro .js-pseudo-border-bottom {
    border-bottom: 1px solid #ebebeb; }
  body.rsgopro .js-pseudo-border-left {
    border-left: 1px solid #ebebeb; }

body.rsgopro .js-pseudo-focus-blur.js-pseudo-focus .js-pseudo-border, body.rsgopro .js-pseudo-focus-blur.js-pseudo-focus .js-pseudo-border-top, body.rsgopro .js-pseudo-focus-blur.js-pseudo-focus .js-pseudo-border-right, body.rsgopro .js-pseudo-focus-blur.js-pseudo-focus .js-pseudo-border-bottom, body.rsgopro .js-pseudo-focus-blur.js-pseudo-focus .js-pseudo-border-left, body.rsgopro .js-pseudo-focus-blur.js-pseudo-border .js-pseudo-border, body.rsgopro .js-pseudo-focus-blur.js-pseudo-border .js-pseudo-border-top, body.rsgopro .js-pseudo-focus-blur.js-pseudo-border .js-pseudo-border-right, body.rsgopro .js-pseudo-focus-blur.js-pseudo-border .js-pseudo-border-bottom, body.rsgopro .js-pseudo-focus-blur.js-pseudo-border .js-pseudo-border-left {
  border-color: #4c6ca5; }

.rs-table {
  border: none; }
  .rs-table th, .rs-table__th {
    min-height: auto;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #383839;
    padding: 13px 26px 15px;
    vertical-align: middle;
    background-color: #fff;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2; }
  .rs-table td, .rs-table__td {
    padding: 13px 26px 15px;
    vertical-align: middle;
    color: black;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #F2F2F2;
    border-left: none; }

.table > thead > tr > th,
.table > thead > tr > td {
  min-height: auto;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #383839;
  padding: 13px 26px 15px;
  vertical-align: middle;
  background-color: #fff;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2; }

.table > tbody > tr > td {
  padding: 13px 26px 15px;
  vertical-align: middle;
  color: black;
  background-color: #fff;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #F2F2F2;
  border-left: none; }

.table > thead:first-child > tr:first-child > th {
  min-height: auto;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #383839;
  padding: 13px 26px 15px;
  vertical-align: middle;
  background-color: #fff;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2; }

.rs-tabs__bar {
  width: 100%;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 10px 0;
  background: #f3f3f3;
  border: none;
  overflow-x: auto;
  overflow-y: hidden; }

.rs-tabs__bar-button {
  position: relative;
  display: inline-block;
  float: none;
  font-size: 13px;
  line-height: 18px;
  color: #155В89;
  white-space: nowrap;
  text-decoration: none;
  margin: 0;
  padding: 20px 23px;
  background: transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: none;
  border-left: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none; }
  .rs-tabs__bar-button:before, .rs-tabs__bar-button:after {
    position: absolute;
    display: none;
    top: -1px;
    width: 2px;
    height: 1px;
    content: " ";
    background-color: #fff; }
  .rs-tabs__bar-button:before {
    left: 0; }
  .rs-tabs__bar-button:after {
    right: 0; }
  .rs-tabs__bar-button:hover {
    color: #67adda; }
  .rs-tabs__bar-button.active, .rs-tabs__bar-button.current {
    color: #155В89;
    background-color: #fff !important;
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3; }
    .rs-tabs__bar-button.active:before, .rs-tabs__bar-button.active:after, .rs-tabs__bar-button.current:before, .rs-tabs__bar-button.current:after {
      display: block; }

.rs-tabs__preloader {
  position: relative;
  width: 100%;
  min-height: 100px; }

.nav.nav-tabs {
  width: 100%;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 10px 0;
  background: #f3f3f3;
  border: none;
  overflow-x: auto;
  overflow-y: hidden; }
  .nav.nav-tabs > li {
    position: relative;
    display: inline-block;
    float: none;
    font-size: 13px;
    line-height: 18px;
    color: #155В89;
    white-space: nowrap;
    text-decoration: none;
    margin: 0;
    padding: 20px 23px;
    background: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: none;
    border-left: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none; }
    .nav.nav-tabs > li:before, .nav.nav-tabs > li:after {
      position: absolute;
      display: none;
      top: -1px;
      width: 2px;
      height: 1px;
      content: " ";
      background-color: #fff; }
    .nav.nav-tabs > li:before {
      left: 0; }
    .nav.nav-tabs > li:after {
      right: 0; }
    .nav.nav-tabs > li:hover {
      color: #67adda; }
    .nav.nav-tabs > li.active, .nav.nav-tabs > li.current {
      color: #155В89;
      background-color: #fff !important;
      border-top: 1px solid #f3f3f3;
      border-right: 1px solid #f3f3f3;
      border-left: 1px solid #f3f3f3; }
      .nav.nav-tabs > li.active:before, .nav.nav-tabs > li.active:after, .nav.nav-tabs > li.current:before, .nav.nav-tabs > li.current:after {
        display: block; }
    .nav.nav-tabs > li > a {
      color: #155В89;
      text-decoration: none !important;
      padding: 0 !important;
      margin: 0 !important;
      background: transparent !important;
      border: none !important; }
      .nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
        color: #155В89;
        text-decoration: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border: none !important; }

.tab-pane-in {
  padding: 37px 0; }

.b-tab-component {
  position: relative; }
  .b-tab-component .tab-pane-in {
    padding: 0; }

.brandslist .item span,
.sorter_and_name .name,
.mods h3.title2,
.bigdata h3.title2,
.detailcollection h3.title2,
.detailtabs .contents .content .switcher, .sections a.parent,
.mainsections .title,
.presscentermainn .title,
.brandslistimgowl1.mainstyles .title a {
  color: #4c6ca5; }

.nice-title {
  color: #4c6ca5;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  padding: 20px 17px 25px 17px; }

.body .ya-share2__list .ya-share2__item:before,
.footer .ya-share2__list .ya-share2__item:before,
.fancybox-container .ya-share2__list .ya-share2__item:before,
.popup-window .ya-share2__list .ya-share2__item:before,
.rsgppopup .ya-share2__list .ya-share2__item:before,
.rs_easycart .ya-share2__list .ya-share2__item:before,
.gopro-subscribe-window .ya-share2__list .ya-share2__item:before {
  content: ''; }

.body .view_showcase .ya-share2__item .ya-share2__badge,
.body .elementpopup .ya-share2__item .ya-share2__badge,
.footer .view_showcase .ya-share2__item .ya-share2__badge,
.footer .elementpopup .ya-share2__item .ya-share2__badge,
.fancybox-container .view_showcase .ya-share2__item .ya-share2__badge,
.fancybox-container .elementpopup .ya-share2__item .ya-share2__badge,
.popup-window .view_showcase .ya-share2__item .ya-share2__badge,
.popup-window .elementpopup .ya-share2__item .ya-share2__badge,
.rsgppopup .view_showcase .ya-share2__item .ya-share2__badge,
.rsgppopup .elementpopup .ya-share2__item .ya-share2__badge,
.rs_easycart .view_showcase .ya-share2__item .ya-share2__badge,
.rs_easycart .elementpopup .ya-share2__item .ya-share2__badge,
.gopro-subscribe-window .view_showcase .ya-share2__item .ya-share2__badge,
.gopro-subscribe-window .elementpopup .ya-share2__item .ya-share2__badge {
  background-color: transparent; }

.body .view_showcase .ya-share2__item_service_vkontakte .ya-share2__badge,
.body .elementpopup .ya-share2__item_service_vkontakte .ya-share2__badge,
.footer .view_showcase .ya-share2__item_service_vkontakte .ya-share2__badge,
.footer .elementpopup .ya-share2__item_service_vkontakte .ya-share2__badge,
.fancybox-container .view_showcase .ya-share2__item_service_vkontakte .ya-share2__badge,
.fancybox-container .elementpopup .ya-share2__item_service_vkontakte .ya-share2__badge,
.popup-window .view_showcase .ya-share2__item_service_vkontakte .ya-share2__badge,
.popup-window .elementpopup .ya-share2__item_service_vkontakte .ya-share2__badge,
.rsgppopup .view_showcase .ya-share2__item_service_vkontakte .ya-share2__badge,
.rsgppopup .elementpopup .ya-share2__item_service_vkontakte .ya-share2__badge,
.rs_easycart .view_showcase .ya-share2__item_service_vkontakte .ya-share2__badge,
.rs_easycart .elementpopup .ya-share2__item_service_vkontakte .ya-share2__badge,
.gopro-subscribe-window .view_showcase .ya-share2__item_service_vkontakte .ya-share2__badge,
.gopro-subscribe-window .elementpopup .ya-share2__item_service_vkontakte .ya-share2__badge {
  position: relative;
  left: 2px; }

.body .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.body .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.footer .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.footer .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.fancybox-container .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.fancybox-container .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.popup-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.popup-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.rsgppopup .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.rsgppopup .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.rs_easycart .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.rs_easycart .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.gopro-subscribe-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon,
.gopro-subscribe-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte .ya-share2__icon {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1NDguMzU4IDU0OC4zNTgiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+PHBhdGggZmlsbD0iI2JjYmNiYyIgZD0iTTU0NS40NTEsNDAwLjI5OGMtMC42NjQtMS40MzEtMS4yODMtMi42MTgtMS44NTgtMy41NjljLTkuNTE0LTE3LjEzNS0yNy42OTUtMzguMTY3LTU0LjUzMi02My4xMDJsLTAuNTY3LTAuNTcxbC0wLjI4NC0wLjI4bC0wLjI4Ny0wLjI4N2gtMC4yODhjLTEyLjE4LTExLjYxMS0xOS44OTMtMTkuNDE4LTIzLjEyMy0yMy40MTVjLTUuOTEtNy42MTQtNy4yMzQtMTUuMzIxLTQuMDA0LTIzLjEzYzIuMjgyLTUuOSwxMC44NTQtMTguMzYsMjUuNjk2LTM3LjM5N2M3LjgwNy0xMC4wODksMTMuOTktMTguMTc1LDE4LjU1Ni0yNC4yNjdjMzIuOTMxLTQzLjc4LDQ3LjIwOC03MS43NTYsNDIuODI4LTgzLjkzOWwtMS43MDEtMi44NDdjLTEuMTQzLTEuNzE0LTQuMDkzLTMuMjgyLTguODQ2LTQuNzEyYy00Ljc2NC0xLjQyNy0xMC44NTMtMS42NjMtMTguMjc4LTAuNzEybC04Mi4yMjQsMC41NjhjLTEuMzMyLTAuNDcyLTMuMjM0LTAuNDI4LTUuNzEyLDAuMTQ0Yy0yLjQ3NSwwLjU3Mi0zLjcxMywwLjg1OS0zLjcxMywwLjg1OWwtMS40MzEsMC43MTVsLTEuMTM2LDAuODU5Yy0wLjk1MiwwLjU2OC0xLjk5OSwxLjU2Ny0zLjE0MiwyLjk5NWMtMS4xMzcsMS40MjMtMi4wODgsMy4wOTMtMi44NDgsNC45OTZjLTguOTUyLDIzLjAzMS0xOS4xMyw0NC40NDQtMzAuNTUzLDY0LjIzOGMtNy4wNDMsMTEuODAzLTEzLjUxMSwyMi4wMzItMTkuNDE4LDMwLjY5M2MtNS44OTksOC42NTgtMTAuODQ4LDE1LjAzNy0xNC44NDIsMTkuMTI2Yy00LDQuMDkzLTcuNjEsNy4zNzItMTAuODUyLDkuODQ5Yy0zLjIzNywyLjQ3OC01LjcwOCwzLjUyNS03LjQxOSwzLjE0MmMtMS43MTUtMC4zODMtMy4zMy0wLjc2My00Ljg1OS0xLjE0M2MtMi42NjMtMS43MTQtNC44MDUtNC4wNDUtNi40Mi02Ljk5NWMtMS42MjItMi45NS0yLjcxNC02LjY2My0zLjI4NS0xMS4xMzZjLTAuNTY4LTQuNDc2LTAuOTA0LTguMzI2LTEtMTEuNTYzYy0wLjA4OS0zLjIzMy0wLjA0OC03LjgwNiwwLjE0NS0xMy43MDZjMC4xOTgtNS45MDMsMC4yODctOS44OTcsMC4yODctMTEuOTkxYzAtNy4yMzQsMC4xNDEtMTUuMDg1LDAuNDI0LTIzLjU1NWMwLjI4OC04LjQ3LDAuNTIxLTE1LjE4MSwwLjcxNi0yMC4xMjVjMC4xOTQtNC45NDksMC4yODQtMTAuMTg1LDAuMjg0LTE1LjcwNXMtMC4zMzYtOS44NDktMS0xMi45OTFjLTAuNjU2LTMuMTM4LTEuNjYzLTYuMTg0LTIuOTktOS4xMzdjLTEuMzM1LTIuOTUtMy4yODktNS4yMzItNS44NTMtNi44NTJjLTIuNTY5LTEuNjE4LTUuNzYzLTIuOTAyLTkuNTY0LTMuODU2Yy0xMC4wODktMi4yODMtMjIuOTM2LTMuNTE4LTM4LjU0Ny0zLjcxYy0zNS40MDEtMC4zOC01OC4xNDgsMS45MDYtNjguMjM2LDYuODU1Yy0zLjk5NywyLjA5MS03LjYxNCw0Ljk0OC0xMC44NDgsOC41NjJjLTMuNDI3LDQuMTg5LTMuOTA1LDYuNDc1LTEuNDMxLDYuODUxYzExLjQyMiwxLjcxMSwxOS41MDgsNS44MDQsMjQuMjY3LDEyLjI3NWwxLjcxNSwzLjQyOWMxLjMzNCwyLjQ3NCwyLjY2Niw2Ljg1NCwzLjk5OSwxMy4xMzRjMS4zMzEsNi4yOCwyLjE5LDEzLjIyNywyLjU2OCwyMC44MzdjMC45NSwxMy44OTcsMC45NSwyNS43OTMsMCwzNS42ODljLTAuOTUzLDkuOS0xLjg1MywxNy42MDctMi43MTIsMjMuMTI3Yy0wLjg1OSw1LjUyLTIuMTQzLDkuOTkzLTMuODU1LDEzLjQxOGMtMS43MTUsMy40MjYtMi44NTYsNS41Mi0zLjQyOCw2LjI4Yy0wLjU3MSwwLjc2LTEuMDQ3LDEuMjM5LTEuNDI1LDEuNDI3Yy0yLjQ3NCwwLjk0OC01LjA0NywxLjQzMS03LjcxLDEuNDMxYy0yLjY2NywwLTUuOTAxLTEuMzM0LTkuNzA3LTRjLTMuODA1LTIuNjY2LTcuNzU0LTYuMzI4LTExLjg0Ny0xMC45OTJjLTQuMDkzLTQuNjY1LTguNzA5LTExLjE4NC0xMy44NS0xOS41NThjLTUuMTM3LTguMzc0LTEwLjQ2Ny0xOC4yNzEtMTUuOTg3LTI5LjY5MWwtNC41NjctOC4yODJjLTIuODU1LTUuMzI4LTYuNzU1LTEzLjA4Ni0xMS43MDQtMjMuMjY3Yy00Ljk1Mi0xMC4xODUtOS4zMjktMjAuMDM3LTEzLjEzNC0yOS41NTRjLTEuNTIxLTMuOTk3LTMuODA2LTcuMDQtNi44NTEtOS4xMzRsLTEuNDI5LTAuODU5Yy0wLjk1LTAuNzYtMi40NzUtMS41NjctNC41NjctMi40MjdjLTIuMDk1LTAuODU5LTQuMjgxLTEuNDc1LTYuNTY3LTEuODU0bC03OC4yMjksMC41NjhjLTcuOTk0LDAtMTMuNDE4LDEuODExLTE2LjI3NCw1LjQyOGwtMS4xNDMsMS43MTFDMC4yODgsMTQwLjE0NiwwLDE0MS42NjgsMCwxNDMuNzYzYzAsMi4wOTQsMC41NzEsNC42NjQsMS43MTQsNy43MDdjMTEuNDIsMjYuODQsMjMuODM5LDUyLjcyNSwzNy4yNTcsNzcuNjU5YzEzLjQxOCwyNC45MzQsMjUuMDc4LDQ1LjAxOSwzNC45NzMsNjAuMjM3YzkuODk3LDE1LjIyOSwxOS45ODUsMjkuNjAyLDMwLjI2NCw0My4xMTJjMTAuMjc5LDEzLjUxNSwxNy4wODMsMjIuMTc2LDIwLjQxMiwyNS45ODFjMy4zMzMsMy44MTIsNS45NTEsNi42NjIsNy44NTQsOC41NjVsNy4xMzksNi44NTFjNC41NjgsNC41NjksMTEuMjc2LDEwLjA0MSwyMC4xMjcsMTYuNDE2YzguODUzLDYuMzc5LDE4LjY1NCwxMi42NTksMjkuNDA4LDE4Ljg1YzEwLjc1Niw2LjE4MSwyMy4yNjksMTEuMjI1LDM3LjU0NiwxNS4xMjZjMTQuMjc1LDMuOTA1LDI4LjE2OSw1LjQ3Miw0MS42ODQsNC43MTZoMzIuODM0YzYuNjU5LTAuNTc1LDExLjcwNC0yLjY2OSwxNS4xMzMtNi4yODNsMS4xMzYtMS40MzFjMC43NjQtMS4xMzYsMS40NzktMi45MDEsMi4xMzktNS4yNzZjMC42NjgtMi4zNzksMS01LDEtNy44NTFjLTAuMTk1LTguMTgzLDAuNDI4LTE1LjU1OCwxLjg1Mi0yMi4xMjRjMS40MjMtNi41NjQsMy4wNDUtMTEuNTEzLDQuODU5LTE0Ljg0NmMxLjgxMy0zLjMzLDMuODU5LTYuMTQsNi4xMzYtOC40MThjMi4yODItMi4yODMsMy45MDgtMy42NjYsNC44NjItNC4xNDJjMC45NDgtMC40NzksMS43MDUtMC44MDQsMi4yNzYtMC45OTljNC41NjgtMS41MjIsOS45NDQtMC4wNDgsMTYuMTM2LDQuNDI5YzYuMTg3LDQuNDczLDExLjk5LDkuOTk2LDE3LjQxOCwxNi41NmM1LjQyNSw2LjU3LDExLjk0MywxMy45NDEsMTkuNTU1LDIyLjEyNGM3LjYxNyw4LjE4NiwxNC4yNzcsMTQuMjcxLDE5Ljk4NSwxOC4yNzRsNS43MDgsMy40MjZjMy44MTIsMi4yODYsOC43NjEsNC4zOCwxNC44NTMsNi4yODNjNi4wODEsMS45MDIsMTEuNDA5LDIuMzc4LDE1Ljk4NCwxLjQyN2w3My4wODctMS4xNGM3LjIyOSwwLDEyLjg1NC0xLjE5NywxNi44NDQtMy41NzJjMy45OTgtMi4zNzksNi4zNzMtNSw3LjEzOS03Ljg1MWMwLjc2NC0yLjg1NCwwLjgwNS02LjA5MiwwLjE0NS05LjcxMkM1NDYuNzgyLDQwNC4yNSw1NDYuMTE1LDQwMS43MjUsNTQ1LjQ1MSw0MDAuMjk4eiIvPjwvc3ZnPg==) 0 0 no-repeat; }

.body .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.body .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.footer .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.footer .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.fancybox-container .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.fancybox-container .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.popup-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.popup-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.rsgppopup .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.rsgppopup .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.rs_easycart .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.rs_easycart .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.gopro-subscribe-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon,
.gopro-subscribe-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_vkontakte a:hover .ya-share2__icon {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1NDguMzU4IDU0OC4zNTgiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+PHBhdGggZmlsbD0iIzIxNDQ5NiIgZD0iTTU0NS40NTEsNDAwLjI5OGMtMC42NjQtMS40MzEtMS4yODMtMi42MTgtMS44NTgtMy41NjljLTkuNTE0LTE3LjEzNS0yNy42OTUtMzguMTY3LTU0LjUzMi02My4xMDJsLTAuNTY3LTAuNTcxbC0wLjI4NC0wLjI4bC0wLjI4Ny0wLjI4N2gtMC4yODhjLTEyLjE4LTExLjYxMS0xOS44OTMtMTkuNDE4LTIzLjEyMy0yMy40MTVjLTUuOTEtNy42MTQtNy4yMzQtMTUuMzIxLTQuMDA0LTIzLjEzYzIuMjgyLTUuOSwxMC44NTQtMTguMzYsMjUuNjk2LTM3LjM5N2M3LjgwNy0xMC4wODksMTMuOTktMTguMTc1LDE4LjU1Ni0yNC4yNjdjMzIuOTMxLTQzLjc4LDQ3LjIwOC03MS43NTYsNDIuODI4LTgzLjkzOWwtMS43MDEtMi44NDdjLTEuMTQzLTEuNzE0LTQuMDkzLTMuMjgyLTguODQ2LTQuNzEyYy00Ljc2NC0xLjQyNy0xMC44NTMtMS42NjMtMTguMjc4LTAuNzEybC04Mi4yMjQsMC41NjhjLTEuMzMyLTAuNDcyLTMuMjM0LTAuNDI4LTUuNzEyLDAuMTQ0Yy0yLjQ3NSwwLjU3Mi0zLjcxMywwLjg1OS0zLjcxMywwLjg1OWwtMS40MzEsMC43MTVsLTEuMTM2LDAuODU5Yy0wLjk1MiwwLjU2OC0xLjk5OSwxLjU2Ny0zLjE0MiwyLjk5NWMtMS4xMzcsMS40MjMtMi4wODgsMy4wOTMtMi44NDgsNC45OTZjLTguOTUyLDIzLjAzMS0xOS4xMyw0NC40NDQtMzAuNTUzLDY0LjIzOGMtNy4wNDMsMTEuODAzLTEzLjUxMSwyMi4wMzItMTkuNDE4LDMwLjY5M2MtNS44OTksOC42NTgtMTAuODQ4LDE1LjAzNy0xNC44NDIsMTkuMTI2Yy00LDQuMDkzLTcuNjEsNy4zNzItMTAuODUyLDkuODQ5Yy0zLjIzNywyLjQ3OC01LjcwOCwzLjUyNS03LjQxOSwzLjE0MmMtMS43MTUtMC4zODMtMy4zMy0wLjc2My00Ljg1OS0xLjE0M2MtMi42NjMtMS43MTQtNC44MDUtNC4wNDUtNi40Mi02Ljk5NWMtMS42MjItMi45NS0yLjcxNC02LjY2My0zLjI4NS0xMS4xMzZjLTAuNTY4LTQuNDc2LTAuOTA0LTguMzI2LTEtMTEuNTYzYy0wLjA4OS0zLjIzMy0wLjA0OC03LjgwNiwwLjE0NS0xMy43MDZjMC4xOTgtNS45MDMsMC4yODctOS44OTcsMC4yODctMTEuOTkxYzAtNy4yMzQsMC4xNDEtMTUuMDg1LDAuNDI0LTIzLjU1NWMwLjI4OC04LjQ3LDAuNTIxLTE1LjE4MSwwLjcxNi0yMC4xMjVjMC4xOTQtNC45NDksMC4yODQtMTAuMTg1LDAuMjg0LTE1LjcwNXMtMC4zMzYtOS44NDktMS0xMi45OTFjLTAuNjU2LTMuMTM4LTEuNjYzLTYuMTg0LTIuOTktOS4xMzdjLTEuMzM1LTIuOTUtMy4yODktNS4yMzItNS44NTMtNi44NTJjLTIuNTY5LTEuNjE4LTUuNzYzLTIuOTAyLTkuNTY0LTMuODU2Yy0xMC4wODktMi4yODMtMjIuOTM2LTMuNTE4LTM4LjU0Ny0zLjcxYy0zNS40MDEtMC4zOC01OC4xNDgsMS45MDYtNjguMjM2LDYuODU1Yy0zLjk5NywyLjA5MS03LjYxNCw0Ljk0OC0xMC44NDgsOC41NjJjLTMuNDI3LDQuMTg5LTMuOTA1LDYuNDc1LTEuNDMxLDYuODUxYzExLjQyMiwxLjcxMSwxOS41MDgsNS44MDQsMjQuMjY3LDEyLjI3NWwxLjcxNSwzLjQyOWMxLjMzNCwyLjQ3NCwyLjY2Niw2Ljg1NCwzLjk5OSwxMy4xMzRjMS4zMzEsNi4yOCwyLjE5LDEzLjIyNywyLjU2OCwyMC44MzdjMC45NSwxMy44OTcsMC45NSwyNS43OTMsMCwzNS42ODljLTAuOTUzLDkuOS0xLjg1MywxNy42MDctMi43MTIsMjMuMTI3Yy0wLjg1OSw1LjUyLTIuMTQzLDkuOTkzLTMuODU1LDEzLjQxOGMtMS43MTUsMy40MjYtMi44NTYsNS41Mi0zLjQyOCw2LjI4Yy0wLjU3MSwwLjc2LTEuMDQ3LDEuMjM5LTEuNDI1LDEuNDI3Yy0yLjQ3NCwwLjk0OC01LjA0NywxLjQzMS03LjcxLDEuNDMxYy0yLjY2NywwLTUuOTAxLTEuMzM0LTkuNzA3LTRjLTMuODA1LTIuNjY2LTcuNzU0LTYuMzI4LTExLjg0Ny0xMC45OTJjLTQuMDkzLTQuNjY1LTguNzA5LTExLjE4NC0xMy44NS0xOS41NThjLTUuMTM3LTguMzc0LTEwLjQ2Ny0xOC4yNzEtMTUuOTg3LTI5LjY5MWwtNC41NjctOC4yODJjLTIuODU1LTUuMzI4LTYuNzU1LTEzLjA4Ni0xMS43MDQtMjMuMjY3Yy00Ljk1Mi0xMC4xODUtOS4zMjktMjAuMDM3LTEzLjEzNC0yOS41NTRjLTEuNTIxLTMuOTk3LTMuODA2LTcuMDQtNi44NTEtOS4xMzRsLTEuNDI5LTAuODU5Yy0wLjk1LTAuNzYtMi40NzUtMS41NjctNC41NjctMi40MjdjLTIuMDk1LTAuODU5LTQuMjgxLTEuNDc1LTYuNTY3LTEuODU0bC03OC4yMjksMC41NjhjLTcuOTk0LDAtMTMuNDE4LDEuODExLTE2LjI3NCw1LjQyOGwtMS4xNDMsMS43MTFDMC4yODgsMTQwLjE0NiwwLDE0MS42NjgsMCwxNDMuNzYzYzAsMi4wOTQsMC41NzEsNC42NjQsMS43MTQsNy43MDdjMTEuNDIsMjYuODQsMjMuODM5LDUyLjcyNSwzNy4yNTcsNzcuNjU5YzEzLjQxOCwyNC45MzQsMjUuMDc4LDQ1LjAxOSwzNC45NzMsNjAuMjM3YzkuODk3LDE1LjIyOSwxOS45ODUsMjkuNjAyLDMwLjI2NCw0My4xMTJjMTAuMjc5LDEzLjUxNSwxNy4wODMsMjIuMTc2LDIwLjQxMiwyNS45ODFjMy4zMzMsMy44MTIsNS45NTEsNi42NjIsNy44NTQsOC41NjVsNy4xMzksNi44NTFjNC41NjgsNC41NjksMTEuMjc2LDEwLjA0MSwyMC4xMjcsMTYuNDE2YzguODUzLDYuMzc5LDE4LjY1NCwxMi42NTksMjkuNDA4LDE4Ljg1YzEwLjc1Niw2LjE4MSwyMy4yNjksMTEuMjI1LDM3LjU0NiwxNS4xMjZjMTQuMjc1LDMuOTA1LDI4LjE2OSw1LjQ3Miw0MS42ODQsNC43MTZoMzIuODM0YzYuNjU5LTAuNTc1LDExLjcwNC0yLjY2OSwxNS4xMzMtNi4yODNsMS4xMzYtMS40MzFjMC43NjQtMS4xMzYsMS40NzktMi45MDEsMi4xMzktNS4yNzZjMC42NjgtMi4zNzksMS01LDEtNy44NTFjLTAuMTk1LTguMTgzLDAuNDI4LTE1LjU1OCwxLjg1Mi0yMi4xMjRjMS40MjMtNi41NjQsMy4wNDUtMTEuNTEzLDQuODU5LTE0Ljg0NmMxLjgxMy0zLjMzLDMuODU5LTYuMTQsNi4xMzYtOC40MThjMi4yODItMi4yODMsMy45MDgtMy42NjYsNC44NjItNC4xNDJjMC45NDgtMC40NzksMS43MDUtMC44MDQsMi4yNzYtMC45OTljNC41NjgtMS41MjIsOS45NDQtMC4wNDgsMTYuMTM2LDQuNDI5YzYuMTg3LDQuNDczLDExLjk5LDkuOTk2LDE3LjQxOCwxNi41NmM1LjQyNSw2LjU3LDExLjk0MywxMy45NDEsMTkuNTU1LDIyLjEyNGM3LjYxNyw4LjE4NiwxNC4yNzcsMTQuMjcxLDE5Ljk4NSwxOC4yNzRsNS43MDgsMy40MjZjMy44MTIsMi4yODYsOC43NjEsNC4zOCwxNC44NTMsNi4yODNjNi4wODEsMS45MDIsMTEuNDA5LDIuMzc4LDE1Ljk4NCwxLjQyN2w3My4wODctMS4xNGM3LjIyOSwwLDEyLjg1NC0xLjE5NywxNi44NDQtMy41NzJjMy45OTgtMi4zNzksNi4zNzMtNSw3LjEzOS03Ljg1MWMwLjc2NC0yLjg1NCwwLjgwNS02LjA5MiwwLjE0NS05LjcxMkM1NDYuNzgyLDQwNC4yNSw1NDYuMTE1LDQwMS43MjUsNTQ1LjQ1MSw0MDAuMjk4eiIvPjwvc3ZnPg==) 0 0 no-repeat; }

.body .view_showcase .ya-share2__item_service_facebook .ya-share2__badge,
.body .elementpopup .ya-share2__item_service_facebook .ya-share2__badge,
.footer .view_showcase .ya-share2__item_service_facebook .ya-share2__badge,
.footer .elementpopup .ya-share2__item_service_facebook .ya-share2__badge,
.fancybox-container .view_showcase .ya-share2__item_service_facebook .ya-share2__badge,
.fancybox-container .elementpopup .ya-share2__item_service_facebook .ya-share2__badge,
.popup-window .view_showcase .ya-share2__item_service_facebook .ya-share2__badge,
.popup-window .elementpopup .ya-share2__item_service_facebook .ya-share2__badge,
.rsgppopup .view_showcase .ya-share2__item_service_facebook .ya-share2__badge,
.rsgppopup .elementpopup .ya-share2__item_service_facebook .ya-share2__badge,
.rs_easycart .view_showcase .ya-share2__item_service_facebook .ya-share2__badge,
.rs_easycart .elementpopup .ya-share2__item_service_facebook .ya-share2__badge,
.gopro-subscribe-window .view_showcase .ya-share2__item_service_facebook .ya-share2__badge,
.gopro-subscribe-window .elementpopup .ya-share2__item_service_facebook .ya-share2__badge {
  position: relative;
  top: 3px;
  left: 3px; }

.body .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.body .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.footer .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.footer .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.fancybox-container .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.fancybox-container .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.popup-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.popup-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.rsgppopup .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.rsgppopup .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.rs_easycart .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.rs_easycart .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.gopro-subscribe-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon,
.gopro-subscribe-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook .ya-share2__icon {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA5Ni4xMjQgOTYuMTIzIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPjxwYXRoIGZpbGw9IiNiY2JjYmMiIGQ9Ik03Mi4wODksMC4wMkw1OS42MjQsMEM0NS42MiwwLDM2LjU3LDkuMjg1LDM2LjU3LDIzLjY1NnYxMC45MDdIMjQuMDM3Yy0xLjA4MywwLTEuOTYsMC44NzgtMS45NiwxLjk2MXYxNS44MDNjMCwxLjA4MywwLjg3OCwxLjk2LDEuOTYsMS45NmgxMi41MzN2MzkuODc2YzAsMS4wODMsMC44NzcsMS45NiwxLjk2LDEuOTZoMTYuMzUyYzEuMDgzLDAsMS45Ni0wLjg3OCwxLjk2LTEuOTZWNTQuMjg3aDE0LjY1NGMxLjA4MywwLDEuOTYtMC44NzcsMS45Ni0xLjk2bDAuMDA2LTE1LjgwM2MwLTAuNTItMC4yMDctMS4wMTgtMC41NzQtMS4zODZjLTAuMzY3LTAuMzY4LTAuODY3LTAuNTc1LTEuMzg3LTAuNTc1SDU2Ljg0MnYtOS4yNDZjMC00LjQ0NCwxLjA1OS02LjcsNi44NDgtNi43bDguMzk3LTAuMDAzYzEuMDgyLDAsMS45NTktMC44NzgsMS45NTktMS45NlYxLjk4Qzc0LjA0NiwwLjg5OSw3My4xNywwLjAyMiw3Mi4wODksMC4wMnoiLz48L3N2Zz4=) 0 0 no-repeat; }

.body .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.body .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.footer .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.footer .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.fancybox-container .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.fancybox-container .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.popup-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.popup-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.rsgppopup .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.rsgppopup .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.rs_easycart .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.rs_easycart .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.gopro-subscribe-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon,
.gopro-subscribe-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_facebook a:hover .ya-share2__icon {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA5Ni4xMjQgOTYuMTIzIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPjxwYXRoIGZpbGw9IiMyMTQ0OTYiIGQ9Ik03Mi4wODksMC4wMkw1OS42MjQsMEM0NS42MiwwLDM2LjU3LDkuMjg1LDM2LjU3LDIzLjY1NnYxMC45MDdIMjQuMDM3Yy0xLjA4MywwLTEuOTYsMC44NzgtMS45NiwxLjk2MXYxNS44MDNjMCwxLjA4MywwLjg3OCwxLjk2LDEuOTYsMS45NmgxMi41MzN2MzkuODc2YzAsMS4wODMsMC44NzcsMS45NiwxLjk2LDEuOTZoMTYuMzUyYzEuMDgzLDAsMS45Ni0wLjg3OCwxLjk2LTEuOTZWNTQuMjg3aDE0LjY1NGMxLjA4MywwLDEuOTYtMC44NzcsMS45Ni0xLjk2bDAuMDA2LTE1LjgwM2MwLTAuNTItMC4yMDctMS4wMTgtMC41NzQtMS4zODZjLTAuMzY3LTAuMzY4LTAuODY3LTAuNTc1LTEuMzg3LTAuNTc1SDU2Ljg0MnYtOS4yNDZjMC00LjQ0NCwxLjA1OS02LjcsNi44NDgtNi43bDguMzk3LTAuMDAzYzEuMDgyLDAsMS45NTktMC44NzgsMS45NTktMS45NlYxLjk4Qzc0LjA0NiwwLjg5OSw3My4xNywwLjAyMiw3Mi4wODksMC4wMnoiLz48L3N2Zz4=) 0 0 no-repeat; }

.body .view_showcase .ya-share2__item_service_twitter .ya-share2__badge,
.body .elementpopup .ya-share2__item_service_twitter .ya-share2__badge,
.footer .view_showcase .ya-share2__item_service_twitter .ya-share2__badge,
.footer .elementpopup .ya-share2__item_service_twitter .ya-share2__badge,
.fancybox-container .view_showcase .ya-share2__item_service_twitter .ya-share2__badge,
.fancybox-container .elementpopup .ya-share2__item_service_twitter .ya-share2__badge,
.popup-window .view_showcase .ya-share2__item_service_twitter .ya-share2__badge,
.popup-window .elementpopup .ya-share2__item_service_twitter .ya-share2__badge,
.rsgppopup .view_showcase .ya-share2__item_service_twitter .ya-share2__badge,
.rsgppopup .elementpopup .ya-share2__item_service_twitter .ya-share2__badge,
.rs_easycart .view_showcase .ya-share2__item_service_twitter .ya-share2__badge,
.rs_easycart .elementpopup .ya-share2__item_service_twitter .ya-share2__badge,
.gopro-subscribe-window .view_showcase .ya-share2__item_service_twitter .ya-share2__badge,
.gopro-subscribe-window .elementpopup .ya-share2__item_service_twitter .ya-share2__badge {
  position: relative;
  top: 1px; }

.body .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.body .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.footer .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.footer .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.fancybox-container .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.fancybox-container .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.popup-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.popup-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.rsgppopup .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.rsgppopup .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.rs_easycart .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.rs_easycart .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.gopro-subscribe-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon,
.gopro-subscribe-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter .ya-share2__icon {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA2MTIgNjEyIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEzcHgiIGhlaWdodD0iMTNweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPjxwYXRoIGZpbGw9IiNiY2JjYmMiIGQ9Ik02MTIsMTE2LjI1OGMtMjIuNTI1LDkuOTgxLTQ2LjY5NCwxNi43NS03Mi4wODgsMTkuNzcyYzI1LjkyOS0xNS41MjcsNDUuNzc3LTQwLjE1NSw1NS4xODQtNjkuNDExYy0yNC4zMjIsMTQuMzc5LTUxLjE2OSwyNC44Mi03OS43NzUsMzAuNDhjLTIyLjkwNy0yNC40MzctNTUuNDktMzkuNjU4LTkxLjYzLTM5LjY1OGMtNjkuMzM0LDAtMTI1LjU1MSw1Ni4yMTctMTI1LjU1MSwxMjUuNTEzYzAsOS44MjgsMS4xMDksMTkuNDI3LDMuMjUxLDI4LjYwNkMxOTcuMDY1LDIwNi4zMiwxMDQuNTU2LDE1Ni4zMzcsNDIuNjQxLDgwLjM4NmMtMTAuODIzLDE4LjUxLTE2Ljk4LDQwLjA3OC0xNi45OCw2My4xMDFjMCw0My41NTksMjIuMTgxLDgxLjk5Myw1NS44MzUsMTA0LjQ3OWMtMjAuNTc1LTAuNjg4LTM5LjkyNi02LjM0OC01Ni44NjctMTUuNzU2djEuNTY4YzAsNjAuODA2LDQzLjI5MSwxMTEuNTU0LDEwMC42OTMsMTIzLjEwNGMtMTAuNTE3LDIuODMtMjEuNjA3LDQuMzk4LTMzLjA4LDQuMzk4Yy04LjEwNywwLTE1Ljk0Ny0wLjgwMy0yMy42MzQtMi4zMzNjMTUuOTg1LDQ5LjkwNyw2Mi4zMzYsODYuMTk5LDExNy4yNTMsODcuMTk0Yy00Mi45NDcsMzMuNjU0LTk3LjA5OSw1My42NTUtMTU1LjkxNiw1My42NTVjLTEwLjEzNCwwLTIwLjExNi0wLjYxMi0yOS45NDQtMS43MjFjNTUuNTY3LDM1LjY4MSwxMjEuNTM2LDU2LjQ4NSwxOTIuNDM4LDU2LjQ4NWMyMzAuOTQ4LDAsMzU3LjE4OC0xOTEuMjkxLDM1Ny4xODgtMzU3LjE4OGwtMC40MjEtMTYuMjUzQzU3My44NzIsMTYzLjUyNiw1OTUuMjExLDE0MS40MjIsNjEyLDExNi4yNTh6Ii8+PC9zdmc+) 0 0 no-repeat; }

.body .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.body .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.footer .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.footer .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.fancybox-container .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.fancybox-container .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.popup-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.popup-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.rsgppopup .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.rsgppopup .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.rs_easycart .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.rs_easycart .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.gopro-subscribe-window .view_showcase .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon,
.gopro-subscribe-window .elementpopup .ya-share2__container_size_s .ya-share2__item_service_twitter a:hover .ya-share2__icon {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA2MTIgNjEyIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEzcHgiIGhlaWdodD0iMTNweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPjxwYXRoIGZpbGw9IiMyMTQ0OTYiIGQ9Ik02MTIsMTE2LjI1OGMtMjIuNTI1LDkuOTgxLTQ2LjY5NCwxNi43NS03Mi4wODgsMTkuNzcyYzI1LjkyOS0xNS41MjcsNDUuNzc3LTQwLjE1NSw1NS4xODQtNjkuNDExYy0yNC4zMjIsMTQuMzc5LTUxLjE2OSwyNC44Mi03OS43NzUsMzAuNDhjLTIyLjkwNy0yNC40MzctNTUuNDktMzkuNjU4LTkxLjYzLTM5LjY1OGMtNjkuMzM0LDAtMTI1LjU1MSw1Ni4yMTctMTI1LjU1MSwxMjUuNTEzYzAsOS44MjgsMS4xMDksMTkuNDI3LDMuMjUxLDI4LjYwNkMxOTcuMDY1LDIwNi4zMiwxMDQuNTU2LDE1Ni4zMzcsNDIuNjQxLDgwLjM4NmMtMTAuODIzLDE4LjUxLTE2Ljk4LDQwLjA3OC0xNi45OCw2My4xMDFjMCw0My41NTksMjIuMTgxLDgxLjk5Myw1NS44MzUsMTA0LjQ3OWMtMjAuNTc1LTAuNjg4LTM5LjkyNi02LjM0OC01Ni44NjctMTUuNzU2djEuNTY4YzAsNjAuODA2LDQzLjI5MSwxMTEuNTU0LDEwMC42OTMsMTIzLjEwNGMtMTAuNTE3LDIuODMtMjEuNjA3LDQuMzk4LTMzLjA4LDQuMzk4Yy04LjEwNywwLTE1Ljk0Ny0wLjgwMy0yMy42MzQtMi4zMzNjMTUuOTg1LDQ5LjkwNyw2Mi4zMzYsODYuMTk5LDExNy4yNTMsODcuMTk0Yy00Mi45NDcsMzMuNjU0LTk3LjA5OSw1My42NTUtMTU1LjkxNiw1My42NTVjLTEwLjEzNCwwLTIwLjExNi0wLjYxMi0yOS45NDQtMS43MjFjNTUuNTY3LDM1LjY4MSwxMjEuNTM2LDU2LjQ4NSwxOTIuNDM4LDU2LjQ4NWMyMzAuOTQ4LDAsMzU3LjE4OC0xOTEuMjkxLDM1Ny4xODgtMzU3LjE4OGwtMC40MjEtMTYuMjUzQzU3My44NzIsMTYzLjUyNiw1OTUuMjExLDE0MS40MjIsNjEyLDExNi4yNTh6Ii8+PC9zdmc+) 0 0 no-repeat; }

.header-fly-active .header-fly {
  transform: translateY(0); }

.header-fly-active-menu {
  /*
    .content,
    .footer,
    .rs_easycart {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        filter: blur(5px);
    }
    */ }
  .header-fly-active-menu .header-fly {
    height: 100%; }
    .header-fly-active-menu .header-fly__menu-shade {
      display: block;
      opacity: 1;
      transform: translateY(0); }
      .header-fly-active-menu .header-fly__menu-shade.js-fly-menu-subopen .header-fly__subopen-hide {
        display: none; }

.header-fly {
  position: fixed;
  top: 0;
  width: 100%;
  border-top: 4px solid #4c6ca5;
  z-index: 1000;
  transition: transform .3s;
  transform: translateY(-105%); }
  .header-fly__shadow {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .header-fly__white-bg {
    background-color: #fff; }
  .header-fly__panel {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    align-items: center;
    width: 100%;
    height: 61px;
    padding: 11px 0;
    border-bottom: 2px solid #4c6ca5; }
  .header-fly__panel .header-fly__block {
    flex: 0 1 auto;
    -webkit-box-flex: 0; }
    .header-fly__panel .header-fly__block.logo {
      min-width: 220px;
      min-height: 28px;
      max-height: 100%;
      height: inherit; }
      .header-fly__panel .header-fly__block.logo-left {
        text-align: left; }
      .header-fly__panel .header-fly__block.logo-center {
        flex: 1 0 auto;
        text-align: center; }
      .header-fly__panel .header-fly__block.logo img {
        display: inline-block;
        width: auto;
        height: 100%;
        max-height: 40px; }
    .header-fly__panel .header-fly__block.search li:before {
      content: none; }
    @media (min-width: 768px) {
      .header-fly__panel .header-fly__block.search {
        position: relative; } }
  .header-fly__menu {
    flex: 1 0 auto;
    -webkit-box-flex: 1; }
  .header-fly__menu-shade {
    position: absolute;
    display: none;
    width: 100%;
    top: 61px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding-bottom: 61px;
    transition: all 3s;
    transform: translateY(25px); }
  .header-fly__personal {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 7px 16px; }
  .header-fly__personal .header-fly__block {
    flex: 0 1 auto;
    -webkit-box-flex: 0;
    margin-right: 11px; }
    .header-fly__personal .header-fly__block:last-child {
      margin-right: 0; }
    .header-fly__personal .header-fly__block.auth {
      flex: 1 0 auto; }
  .header-fly.b-mmenu .navbar-nav {
    height: auto;
    max-height: 40px; }
  .header-fly__footer-block {
    display: inline-block;
    width: 100%;
    padding: 11px 23px 10px; }

@media (min-width: 768px) {
  .header-fly__panel {
    border-bottom: none; }
  .header-fly__panel .header-fly__block {
    margin-right: 20px; }
    .header-fly__panel .header-fly__block:last-child {
      margin-right: 0; }
    .header-fly__panel .header-fly__block.search {
      flex: 1 0 auto; }
  .header-fly__catalog-menu {
    position: absolute;
    top: -14px; } }

@media (max-width: 767px) {
  .header_type2 {
    padding-top: 40px; }
  .header-fly {
    border-top: none; }
    .header-fly__body-padding {
      padding-top: 34px; }
    .header-fly.document-ready {
      transform: translateY(0); }
    .header-fly__menu-shade {
      top: 42px;
      padding-bottom: 0;
      margin-bottom: 0;
      background-color: #fff;
      overflow-x: hidden;
      overflow-y: auto;
      box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.175), 0 6px 12px rgba(0, 0, 0, 0.175);
      -webkit-overflow-scrolling: touch; }
    .header-fly .centeringin {
      margin: 0; }
    .header-fly__panel {
      height: 42px;
      padding: 0; }
    .header-fly__panel .header-fly__block.logo {
      min-width: 150px;
      min-height: 40px;
      padding: 6px 12px; }
    .header-fly__catalog-menu {
      overflow: hidden; } }

.rsbreadcrumb {
  padding: 26px 0px 1px;
  margin-bottom: 0; }
  .rsbreadcrumb__free {
    color: #155В89;
    padding: 0 7px 0; }
  .rsbreadcrumb li {
    display: inline; }
    .rsbreadcrumb li:last-of-type {
      color: #383839; }
  .rsbreadcrumb a {
    text-decoration: none; }
    .rsbreadcrumb a:hover {
      text-decoration: none; }

.catalog {
  width: 100%; }

.catalog .prods .sectinfo,
.catalog .prods .compareandpaginator .compare,
.catalog .prods .mix .b-sorter {
  padding: 15px 24px 14px;
  margin-bottom: 0; }

.catalog .sidebar {
  width: 250px;
  float: left; }

.catalog .sidebar ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 0px; }

.catalog .sidebar ul > li {
  list-style-type: none; }

.catalog .prods {
  margin-left: 250px; }

.catalog .prods .borlef {
  border-left: 1px solid #F2F2F2; }

.catalog .prods .sectinfo,
.catalog .prods .mix,
.catalog .prods .ajaxpages_gmci {
  width: 100%;
  float: left; }

.catalog.brands .prods .mix {
  float: none; }

.catalog .prods .ajaxpages_gmci {
  margin-bottom: 15px; }

.catalog .prods .sectinfo {
  border-top: 1px solid #E5E5E5; }

.catalog .prods .sectinfo .description {
  font-family: Opensanslight, Arial, Helvetica, sans-serif;
  color: #484848; }

.catalog .prods .compareandpaginator {
  border-top: 1px solid #E5E5E5; }

.catalog .prods .compareandpaginator .compare {
  float: left; }

.catalog .prods .mix .catalogsorter {
  padding-top: 12px; }

.catalog .prods .mix .b-sorter {
  border-top: 1px solid #ebebeb; }

.catalog .errortext {
  margin-left: 15px; }

@media (max-width: 991px) {
  .catalog .compare {
    width: 100%;
    float: none; } }

@media (max-width: 767px) {
  .catalog .sidebar,
  .catalog .prods {
    width: 100%;
    margin-left: 0; }
  .catalog .prods .sectinfo,
  .catalog .prods .mix {
    border-left: none; }
  .catalog .prods .mix .compareandpaginator {
    display: none; }
  .catalog .prods .compareandpaginator .compare {
    padding-left: 0; }
  .catalog .prods .sectinfo,
  .catalog .prods .compareandpaginator .compare,
  .catalog .prods .mix .b-sorter {
    padding-right: 0;
    padding-left: 0; } }

.comparelist .title {
  float: left;
  color: #383839;
  padding: 11px 0 11px 0;
  margin-right: 5px; }

.comparelist a {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 10px 0 11px 0; }
  .comparelist a:hover {
    text-decoration: underline; }

.catalog-compare-result img {
  max-width: 206px;
  max-height: 170px; }

.data-table td {
  text-align: center;
  vertical-align: top;
  max-width: 300px;
  border: 1px solid #ccc;
  padding: 12px 10px;
  min-width: 206px; }

.data-table td .scroll {
  width: 100%;
  height: auto;
  overflow: auto; }

.data-table thead td {
  vertical-align: top; }

.data-table tbody tr:nth-child(odd) td {
  background-color: #fafafa; }

.back1 td {
  background-color: #F3F3F3 !important; }

.data-table th {
  border: 1px solid #ccc;
  padding: 10px;
  min-width: 180px; }

.data-table thead td {
  padding: 20px 20px 25px 20px; }

.element {
  height: 255px;
  vertical-align: middle; }

.element_info_wrap {
  vertical-align: text-bottom; }

.element_info-price {
  text-align: center;
  margin-bottom: 12px; }

.catalog-compare-result .price {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #ee8131; }

.crossed_price {
  margin-right: 25px;
  text-align: center;
  color: #666666;
  text-decoration: line-through; }

.delete_icon .icon {
  width: 11px;
  height: 10px;
  background-position: 0px -890px; }

.delete_icon {
  position: absolute;
  top: -29px;
  right: -25px;
  padding: 10px; }

.catalog-item-name {
  height: 38px;
  margin-bottom: 15px;
  text-align: left;
  overflow: hidden; }

.no_border {
  border: none !important; }

.data-table-form {
  overflow-x: auto; }

.back1 {
  border-right: none !important; }

.back2 {
  border-right: 1px solid #ccc !important; }

.back1, .property_name {
  text-align: left !important; }

.data-table tbody tr:hover td,
.data-table tbody tr:hover td a {
  color: #FFF;
  background-color: #899cc7; }

.data-table tbody .back1:hover td {
  background-color: #F3F3F3;
  color: #000; }

.data-table {
  overflow-x: auto; }

.element_info-picture {
  position: relative;
  height: 170px;
  margin-bottom: 15px; }

.detail__glass {
  display: inline-block;
  max-width: 100%;
  line-height: 1.2;
  vertical-align: middle; }
  .detail__glass__zoom {
    text-align: center; }
    .detail__glass__zoom .svg-icon {
      width: 12px;
      height: 12px;
      margin-right: 5px;
      fill: #4c6ca5; }

.detail__pic {
  position: relative;
  min-height: 465px;
  text-align: center; }
  .detail__pic__inner {
    margin-bottom: 15px; }
  .detail__pic__carousel {
    display: none; }
    .detail__pic__carousel.owl-carousel {
      display: block; }
  .detail__pic__zoom {
    font-size: 12px;
    color: #383839;
    text-align: center;
    margin-bottom: 15px; }
    .detail__pic__zoom .svg-icon {
      position: relative;
      bottom: 1px;
      width: 12px;
      height: 12px;
      margin-right: 5px;
      fill: #8cba25; }
  .detail__pic__preview {
    max-height: 80px;
    overflow: hidden; }
  .detail__pic__dots {
    display: none;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 15px; }
    .detail__pic__dots.owl-carousel {
      display: inline-block;
      width: auto; }
    .detail__pic__dots .owl-dot {
      display: inline-block;
      width: 65px;
      height: 65px;
      padding: 5px;
      text-align: center;
      line-height: 53px;
      cursor: pointer;
      margin-right: 8px;
      border: 1px solid #F2F2F2;
      transition: border-color ease-in-out 0.15s; }
      .detail__pic__dots .owl-dot:hover, .detail__pic__dots .owl-dot.active {
        border-color: #4c6ca5; }
      .detail__pic__dots .owl-dot .owl-preview {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
  .detail__pic .owl-stage {
    height: 465px; }
  .detail__pic .owl-item {
    height: 465px; }
    .detail__pic .owl-item .detail__pic__a {
      position: relative;
      display: block;
      height: 465px;
      line-height: 465px;
      text-align: center; }
    .detail__pic .owl-item .detail__pic__img {
      display: inline-block;
      width: auto;
      max-height: 100%;
      vertical-align: middle; }

@media (max-width: 767px) {
  .detail__pic {
    min-height: 265px; }
    .detail__pic .owl-stage {
      height: 265px; }
    .detail__pic .owl-item {
      height: 265px; }
      .detail__pic .owl-item .detail__pic__a {
        height: 265px;
        line-height: 265px; } }

.product {
  /*BOX DELIVERY block*/
  /*BOX DELIVERY block*/ }
  .product-delivery {
    border: 1px solid #8cba25;
    clear: left;
    padding: 9px 18px;
    margin-bottom: 15px; }
    .product-delivery__block {
      transition: .5s;
      height: 54px;
      position: relative;
      overflow: hidden; }
    .product-delivery__pic {
      min-width: 100px;
      text-align: center;
      vertical-align: middle;
      width: 10%; }
    .product-delivery__title {
      font-weight: 600;
      font-family: Arial;
      margin-bottom: 7px; }
    .product-delivery__body {
      padding: 0 5px; }
    .product-delivery__list {
      width: 100%;
      padding: 0; }
      .product-delivery__list:last-child {
        margin-bottom: 0; }
      .product-delivery__list li {
        line-height: 18px; }
    .product-delivery__name, .product-delivery__information {
      color: #383839; }
    .product-delivery__name {
      margin-right: 7px; }
  .product-east .icon-east.right {
    float: right; }
  .product-actions {
    float: left; }

/* Delivery tab */
.p-delivery .p-delivery__guarantee {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  display: inline-block; }

.p-delivery .p-delivery__guarantee-icon {
  display: inline-block;
  padding: 20px 0 30px 15px;
  width: 30%; }
  .p-delivery .p-delivery__guarantee-icon img {
    max-width: 80%; }

.p-delivery .p-delivery__guarantee-text {
  display: inline-block;
  margin-left: -4px;
  vertical-align: middle;
  max-width: 475px;
  width: 70%; }

.p-delivery .p-delivery__delivery-point,
.p-delivery .p-delivery__delivery-time {
  padding-top: 105px;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.p-delivery .p-delivery__delivery-time {
  width: 40%;
  font-size: 16px;
  text-align: center;
  max-width: 205px;
  margin-right: 10%; }

.p-delivery .p-delivery__delivery-point {
  margin: -4px;
  width: 50%; }

.p-delivery .p-delivery__delivery-point:before,
.p-delivery .p-delivery__delivery-time:before {
  font-family: PeIcon7Stroke;
  position: absolute;
  top: 0;
  font-size: 64px; }

.p-delivery .p-delivery__delivery-time:before {
  content: "\e67e";
  left: 0;
  right: 0; }

.p-delivery .p-delivery__delivery-point:before {
  content: "\e673";
  left: 0; }

.p-delivery .p-delivery__table-wrap .table tr td:nth-child(1),
.p-delivery .p-delivery__table-wrap .table tr th:nth-child(1) {
  width: auto; }

.p-delivery .p-delivery__picture {
  padding: 8px; }
  .p-delivery .p-delivery__picture > img {
    max-width: 90px; }

@media (max-width: 767) {
  .p-delivery .p-delivery__delivery-point,
  .p-delivery .p-delivery__delivery-time {
    display: block;
    margin: auto;
    width: auto; }
  .p-delivery .p-delivery__delivery-point {
    max-width: 250px;
    text-align: center;
    margin-top: 40px; }
  .p-delivery .p-delivery__delivery-point:before {
    left: 0;
    right: 0; } }

/* /Delivery tab */
.detail {
  margin-bottom: 30px; }
  .detail__anchor {
    margin-bottom: 18px; }
    .detail__anchor__link + .detail__anchor__link {
      margin-left: 14px; }
  .detail__stickers .c-stickers {
    position: absolute;
    top: 50px;
    left: 0;
    cursor: default;
    z-index: 10; }
    .detail__stickers .c-stickers__sticker {
      width: auto;
      margin-bottom: 2px; }
      .detail__stickers .c-stickers__sticker-standart {
        display: block;
        width: 100%; }
  .detail.da2 .detail__stickers .c-stickers__sticker.c-stickers__da2 {
    display: block; }
  .detail.qb .detail__stickers .c-stickers__sticker.c-stickers__qb {
    display: block; }
  .detail__article-rating-brand {
    margin-bottom: 29px; }
  .detail__article .c-article {
    margin-right: 15px; }
  .detail__prices__title {
    display: inline-block;
    margin-bottom: 10px;
    color: #4c6ca5; }
  .detail__prices .c-prices.product-multiple {
    margin-bottom: 25px; }
  .detail__prices .c-prices.product-alone {
    margin-bottom: 30px; }
  .detail__prices-note {
    margin-bottom: 15px; }
  .detail__attributes {
    margin-bottom: 6px; }
    .detail__attributes .c-attributes.view-buttons {
      margin-bottom: 14px; }
      .detail__attributes .c-attributes.view-buttons .c-attributes__prop + .c-attributes__prop {
        margin-top: 7px; }
    .detail__attributes .c-attributes.view-list {
      margin-bottom: 22px; }
      .detail__attributes .c-attributes.view-list .c-attributes__prop + .c-attributes__prop {
        margin-top: 18px; }
  .detail__previewtext {
    color: #000;
    margin-bottom: 17px;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700; }
    .detail__previewtext__go-to {
      margin: 7px 0;
      font-size: 13px;
      line-height: 18px; }
    .detail__previewtext__go-to__link {
      color: #4c6ca5; }
      .detail__previewtext__go-to__link:hover {
        color: #344a71;
        text-decoration: underline; }
  .detail__pay-stores {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 11px; }
    .detail__pay-stores:before {
      content: none; }
    .detail__pay-stores .b-pay__inner {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .detail__pay-stores .b-pay__inner:before {
        content: none; }
  .detail__pay {
    flex: 0 1 auto; }
    .detail__pay .b-pay__quantity {
      margin-right: 20px; }
    .detail__pay .b-pay__button {
      margin-right: 8px; }
    .detail__pay .bx-catalog-subscribe-button.in {
      padding-left: 0; }
  .detail__stores {
    flex: 0 1 auto;
    padding: 6px 0; }
  .detail__compare-favorite-cheaper {
    margin-bottom: 25px; }
  .detail__compare + .detail__favorite {
    margin-left: 18px; }
  .detail__favorite + .detail__cheaper {
    margin-left: 44px; }
  .detail__social {
    margin-bottom: 24px; }
  .detail__tabs-content {
    margin-bottom: 30px; }

.mods,
.bigdata {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .detail__inner {
    margin-top: 27px; }
  .detail__brand {
    float: right; } }

@media (max-width: 767px) {
  .detail__brand {
    display: block;
    width: 100%;
    margin-top: 10px; }
  .detail__pay {
    margin-bottom: 15px; }
    .detail__pay .c-quantity {
      margin-bottom: 15px; }
  .detail__compare-favorite-cheaper > span + span {
    margin-top: 10px; }
  .detail__compare + .detail__favorite {
    margin-left: 0; }
  .detail__favorite + .detail__cheaper {
    margin-left: 0; }
  .detail__compare, .detail__favorite, .detail__cheaper {
    display: block; }
  .detail__tabs-content {
    margin-bottom: 15px; }
  .mods,
  .bigdata {
    margin-bottom: 15px; } }

/* Button */
.bx-catalog-popup-content {
  width: 90%;
  max-width: 280px; }

body .popup-window-with-titlebar .popup-window-content {
  padding-top: 2px; }

/* Subscribe popup */
body .bx-catalog-subscribe-form-container-label {
  display: none;
  font-size: 13px;
  color: #5a6c77;
  padding-bottom: 2px; }

.bx-filter-param-label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.bx-catalog-subscribe-form-container-input {
  position: relative; }

.bx-catalog-subscribe-form-container-input input[type="text"] {
  width: 100%; }

.bx-catalog-subscribe-form-star-required {
  color: #d93333; }

.bx-catalog-subscribe-form-container .bx-captcha {
  margin-bottom: 10px; }

.bx-catalog-popup-message {
  font-weight: bold;
  min-width: 240px;
  margin: 0 0 0; }

/* Alert style */
.bx-catalog-subscribe-alert {
  background-color: #edf6fc;
  color: #000;
  font-size: 15px;
  min-height: 45px;
  text-align: center;
  padding: 12px 40px 12px 60px;
  position: relative;
  width: 280px; }

.bx-catalog-subscribe-aligner {
  display: inline-block;
  height: 45px;
  margin-left: -1px;
  vertical-align: middle;
  width: 1px; }

.bx-catalog-subscribe-alert-text {
  display: inline-block;
  vertical-align: middle; }

.bx-catalog-subscribe-alert-footer {
  text-align: center; }

.bx-catalog-subscribe-alert-popup {
  background-color: #edf6fc !important;
  border: 1px solid #edf6fc !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
  box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important; }

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

body .popup-window.popup-window-with-titlebar {
  padding: 0 0 25px 0; }

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

body .popup-window-titlebar-text {
  width: 300px;
  padding: 20px;
  color: black;
  font-family: Opensanslight,Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1;
  text-overflow: ellipsis;
  border-bottom: 1px solid #F2F2F2;
  visibility: visible;
  overflow: hidden;
  text-shadow: none; }

body .popup-window-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }
  body .popup-window-close-icon:after {
    top: 6px !important;
    left: 8px !important; }
  body .popup-window-close-icon:focus:after {
    outline: 1px dotted #888; }
  body .popup-window-close-icon:hover:after {
    color: #555;
    background: #eee; }

.popup-window-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1; }

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

#bx-catalog-subscribe-form-notify {
  margin-bottom: 15px; }

.bx-catalog-subscribe-button.in {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  cursor: default;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent; }

.list-showcase {
  /* part main */
  /* /part main */
  /* part extended */
  /* /part extended */ }
  .list-showcase__element {
    height: 480px; }
    .list-showcase__element:hover .list-showcase__inner {
      box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82);
      z-index: 110; }
  .list-showcase__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 18px 24px 16px 24px;
    background: #fff;
    border: 1px solid #F2F2F2;
    transition: all 0.15s linear;
    z-index: 100; }
  .list-showcase__part-main {
    min-height: 446px; }
  .list-showcase__mix {
    position: relative;
    margin-bottom: 10px; }
  .list-showcase__picture > a,
  .list-showcase__picture > span {
    display: block;
    width: 100%;
    height: 228px;
    line-height: 208px;
    text-align: center; }
  .list-showcase__picture img {
    position: relative;
    top: -2px; }
  .list-showcase__timer-stickers {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px; }
  .list-showcase__stickers {
    position: relative; }
    .list-showcase__stickers:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 18px;
      height: auto;
      content: " ";
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%); }
  .list-showcase__compare {
    position: absolute;
    top: -4px; }
    .list-showcase__compare .c-compare .svg-icon {
      left: 2px;
      bottom: 1px; }
  .list-showcase__favorite {
    position: absolute;
    top: 18px; }
    .list-showcase__favorite .c-favorite .svg-icon {
      left: 5px; }
  .list-showcase__compare, .list-showcase__favorite {
    right: -20px; }
    .list-showcase__compare > a, .list-showcase__favorite > a {
      position: relative;
      right: 2px;
      top: 0;
      display: inline-block;
      width: 20px;
      height: 20px; }
      .list-showcase__compare > a .svg-icon, .list-showcase__favorite > a .svg-icon {
        position: relative; }
  .list-showcase__name-rating {
    height: 54px;
    margin-bottom: 7px;
    overflow: hidden; }
  .list-showcase__prices {
    height: 62px;
    margin-bottom: 7px;
    overflow: hidden; }
    .list-showcase__prices .c-prices.product-alone {
      padding-top: 36px; }
  .list-showcase__stores {
    height: 38px;
    padding: 10px 0;
    margin-bottom: 3px;
    overflow: hidden; }
  .list-showcase__pay .bx-catalog-subscribe-button.in {
    padding-left: 0; }
  .list-showcase__unsubscribe-action {
    margin-top: 5px; }
  .list-showcase__part-extended {
    display: none; }
  .list-showcase__attributes .c-attributes {
    margin-bottom: 10px; }
  .list-showcase__attributes .c-attributes__prop + .c-attributes__prop {
    margin-top: 9px; }
  .list-showcase__preview-text {
    padding-top: 3px;
    padding-bottom: 6px; }
    .list-showcase__preview-text__text {
      max-height: 90px;
      color: #383839;
      overflow: hidden; }
    .list-showcase__preview-text__more {
      margin-top: 3px; }
      .list-showcase__preview-text__more a {
        color: #4c6ca5; }
        .list-showcase__preview-text__more a:hover {
          color: #344a71; }

@media (min-width: 992px) {
  .list-showcase__element:not(.list-showcase__hide-hover-popup):hover .list-showcase__part-extended {
    display: block; } }

@media (max-width: 767px) {
  .list-showcase__element {
    height: 489px; }
  .list-showcase__stores {
    padding: 0;
    margin: 10px 0 14px; } }

.list-gallery__element {
  position: relative;
  width: 100%; }
  .list-gallery__element:hover {
    z-index: 110; }
    .list-gallery__element:hover .list-gallery__inner {
      box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82); }

.list-gallery__inner {
  border-bottom: 1px solid #F2F2F2;
  transition: all 0.15s linear; }
  .list-gallery__inner > .row > [class*='col-'] {
    margin: auto 0; }
    .list-gallery__inner > .row > [class*='col-'] > .row > [class*='col-'] {
      margin: auto 0; }
  .list-gallery__inner > .row > .list-gallery__over-mix[class*='col-'] {
    margin: 0; }

.list-gallery__picture, .list-gallery__prices, .list-gallery__pay-stores, .list-gallery__more {
  padding: 15px 26px 15px 26px; }

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

.list-gallery__stickers {
  position: absolute;
  top: -1px;
  right: 15px;
  left: 15px; }

.list-gallery__name-rating {
  max-height: 52px;
  margin-bottom: 10px;
  overflow: hidden; }

.list-gallery__name {
  display: inline;
  margin-right: 8px; }

.list-gallery__rating {
  display: inline-block;
  max-height: 18px;
  white-space: nowrap; }

.list-gallery__article {
  margin-bottom: 3px; }

.list-gallery__compare-favorite {
  margin-top: 5px; }

.list-gallery__compare {
  padding-right: 11px; }

.list-gallery__stores {
  padding-top: 6px; }

.list-gallery__pay .bx-catalog-subscribe-button.in {
  padding-left: 0; }

.list-gallery__more {
  height: 100%; }

.list-thead.list-gallery__thead .list-thead__td {
  margin: auto 0; }

.list-thead.list-gallery__thead .list-gallery__thead__product {
  padding-left: 0; }

@media (min-width: 992px) {
  .list-gallery__name-rating-article {
    min-height: 80px; } }

@media (min-width: 768px) {
  .list-gallery__over-mix {
    min-height: 150px;
    padding-top: 25px;
    padding-bottom: 25px; }
  .list-gallery__pay-stores, .list-gallery__more {
    text-align: center; } }

@media (max-width: 991px) {
  .list-gallery {
    border-top: 1px solid #F2F2F2; }
    .list-gallery__compare {
      display: block; }
    .list-gallery__favorite {
      display: block; }
    .list-gallery__prices .c-prices__name {
      display: block; } }

@media (max-width: 767px) {
  .list-gallery__left-side {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .list-gallery__left-side > div {
    padding: 15px 0 15px 15px; }
  .list-gallery__right-side > .row {
    padding: 15px 15px 15px 30px; }
  .list-gallery__picture, .list-gallery__prices, .list-gallery__pay-stores, .list-gallery__more {
    padding: 0; }
  .list-gallery__prices {
    margin-bottom: 15px; }
    .list-gallery__prices .c-prices__name {
      display: inline-block; }
  .list-gallery__pay .b-pay__button {
    margin-right: 15px; }
  .list-gallery__pay, .list-gallery__stores {
    display: inline-block; } }

.list-table__element {
  width: 100%; }
  .list-table__element:hover .list-table__inner {
    box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82);
    z-index: 110; }

.list-table__inner {
  border-bottom: 1px solid #F2F2F2;
  transition: all 0.15s linear; }
  .list-table__inner > .row > [class*='col-'] {
    margin: auto 0; }

.list-table__name {
  max-height: 37px;
  overflow: hidden; }

.list-table__article {
  margin-top: 7px; }

.list-table__pay .b-pay__inner {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-table__pay .b-pay__inner:before {
    content: none; }

.list-table__pay .b-pay__quantity, .list-table__pay .b-pay__buttons {
  width: 50%; }

.list-table__pay .bx-catalog-subscribe-button.in {
  padding-left: 0; }

.list-table__stores {
  display: block;
  padding-top: 2px; }

.list-thead.list-table__thead .list-thead__td {
  text-align: center; }
  .list-thead.list-table__thead .list-thead__td.name {
    text-align: left;
    margin: auto 0; }
  .list-thead.list-table__thead .list-thead__td.quantity, .list-thead.list-table__thead .list-thead__td.pay {
    flex: auto;
    width: 50%; }

@media (min-width: 992px) {
  .list-table__name-article {
    min-height: 90px;
    padding: 15px 26px 15px 26px; }
  .list-table__prices .c-prices {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    text-align: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .list-table__prices .c-prices:before {
      content: none; }
    .list-table__prices .c-prices__price {
      flex: 0 1 auto;
      width: 50%;
      margin: auto; }
    .list-table__prices .c-prices__name {
      display: none; }
    .list-table__prices .c-prices__value {
      width: 100%; }
  .list-table__pay-stores {
    text-align: center;
    padding: 15px 0 15px; }
  .list-table__pay .b-pay__inner {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .list-table__pay .b-pay__inner:before {
      content: none; }
  .list-table__pay .b-pay__quantity, .list-table__pay .b-pay__buttons {
    width: 50%;
    text-align: center; }
  .list-table__stores {
    width: 50%;
    text-align: center; }
  .list-table__solo-quantity-more {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    text-align: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .list-table__solo-quantity-more:before {
      content: none; }
  .list-table__solo-quantity {
    max-height: 31px; }
  .list-table__solo-quantity, .list-table__more {
    flex: 0 1 auto;
    width: 50%;
    margin: auto; } }

@media (max-width: 991px) {
  .list-table {
    border-top: 1px solid #F2F2F2; }
    .list-table__inner {
      padding: 15px; }
    .list-table__name-article,
    .list-table__prices .c-prices {
      margin-bottom: 15px; }
    .list-table__prices .c-prices__price {
      display: block; }
    .list-table__pay .b-pay__quantity {
      display: none; }
    .list-table__pay .b-pay__button {
      margin-right: 15px; }
    .list-table__pay, .list-table__stores {
      display: inline-block; } }

.list-element {
  position: relative; }

.c-timers {
  display: none; }

.list-thead {
  width: 100%;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2; }
  .list-thead__tr {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .list-thead__tr:before {
      content: none; }
  .list-thead__td {
    flex: 0 1 auto;
    width: 50%;
    color: #383839;
    padding: 15px 26px 15px 26px;
    margin: auto; }

.light .js-element {
  position: relative;
  width: 245px;
  float: left;
  margin: -1px 0 0 -1px;
  padding: 20px 12px;
  border: 1px solid #F3F3F3;
  z-index: 100; }

.light .js-element:hover {
  border-color: #EE8131;
  z-index: 110; }

.light .js-element .name,
.light .js-element .pic {
  text-align: center; }

.light .js-element .name {
  height: 35px;
  overflow: hidden; }

.light .js-element .pic {
  margin: 10px 0px; }

.light .js-element .pic,
.light .js-element .pic a {
  width: 224px;
  height: 224px; }

.light .js-element .pic a {
  display: block;
  line-height: 210px; }

.light .js-element .pic a img {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle; }

.light .js-element .prices {
  float: left;
  font-family: Opensanslight,Arial,Helvetica,sans-serif;
  font-size: 18px;
  margin-top: 4px; }

.light .js-element .buy .add2basket,
.light .js-element .buy .inbasket,
.light .js-element .buy .go2detail {
  float: right; }

.catalog .prods .sectinfo {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E5E5E5; }
  .catalog .prods .sectinfo .img {
    width: 20%;
    float: left;
    padding: 0px 24px 0 0; }
  .catalog .prods .sectinfo .description {
    width: 80%;
    float: left; }
    .catalog .prods .sectinfo .description.no_img_descr {
      width: auto; }

@media screen and (max-width: 605px) {
  body.adaptive .catalog .prods .sectinfo {
    display: none; } }

.sections {
  width: 100%; }
  .sections li.section {
    padding: 17px; }
  .sections a {
    font: 13px Opensans,Arial,Helvetica,sans-serif;
    line-height: 24px; }
    .sections a.psection {
      display: block;
      height: 170px;
      line-height: 170px;
      text-align: center; }
      .sections a.psection img {
        max-height: 161px;
        line-height: 1.2;
        vertical-align: middle; }
    .sections a.parent {
      display: block;
      font-size: 18px;
      color: #4c6ca5; }

@media (max-width: 480px) {
  .sections .subsections {
    display: none; } }

.b-iblock-description.top {
  margin-bottom: 15px; }

.b-iblock-description.bottom {
  margin-top: 15px; }

.catalog .catalogmenu li {
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5; }

.menu-sidebar {
  border-top: 1px solid #e5e5e5; }

.catalog .sidebar ul.menu-sidebar {
  margin-bottom: 39px; }

.menu-sidebar li ul {
  display: none; }

.menu-sidebar li.first {
  border-bottom: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3; }

.menu-sidebar li a {
  display: block;
  padding: 9px 12px;
  position: relative;
  text-decoration: none; }

.catalog .sectinfo {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #E5E5E5; }
  .catalog .sectinfo .img,
  .catalog .sectinfo .description {
    float: left; }
  .catalog .sectinfo .img {
    max-width: 20%;
    padding: 0px 15px 15px 15px; }
  .catalog .sectinfo .description {
    width: 80%; }
    .catalog .sectinfo .description .no_img_descr {
      width: 100%;
      padding: 0px 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

@media (max-width: 767px) {
  .catalog .prods .sectinfo,
  .menu-sidebar {
    display: none; } }

.mainsections {
  width: 80%;
  float: right;
  margin-top: 9px; }
  .mainsections ul {
    padding-left: 0px;
    margin-top: 0;
    margin-bottom: 0px; }
    .mainsections ul > li:before {
      content: none; }
  .mainsections .title {
    padding: 0px 17px 15px 17px;
    color: #4c6ca5;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase; }
  .mainsections li.section {
    display: block;
    width: 25%;
    float: left;
    margin: -1px 0 0 -1px;
    padding: 17px;
    border: 1px solid #F3F3F3;
    transition: all 0.15s linear; }
    .mainsections li.section:hover {
      box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82); }
  .mainsections a {
    display: inline-block;
    width: 100%;
    font: 13px Opensans, Arial, Helvetica, sans-serif;
    text-overflow: ellipsis;
    overflow: hidden; }
    .mainsections a.parent {
      display: block;
      font-size: 18px;
      line-height: 24px;
      color: #4c6ca5;
      margin-bottom: 11px; }
  .mainsections .around_image {
    position: relative;
    display: block;
    height: 160px;
    margin-bottom: 6px;
    overflow: hidden; }
    .mainsections .around_image img {
      max-width: 100%; }
  .mainsections .subsections li a {
    line-height: 18px; }
  .mainsections__show-more {
    color: #4c6ca5; }
    .mainsections__show-more:hover {
      color: #344a71; }

@media screen and (max-width: 1010px) {
  body.adaptive .mainsections {
    width: 100%;
    float: none; } }

@media screen and (max-width: 750px) {
  body.adaptive .mainsections li.section {
    width: 33%; } }

@media screen and (max-width: 480px) {
  body.adaptive .mainsections li.section {
    width: 50%; }
  body.adaptive .mainsections .subsections {
    display: none; } }

@media (max-width: 767px) {
  body.adaptive .mainsections a {
    font-size: 13px;
    line-height: 18px; }
    body.adaptive .mainsections a.around_image {
      height: 100px; }
  body.adaptive .mainsections .around_image img {
    position: static;
    width: 100%;
    max-width: auto;
    min-width: none;
    min-height: auto; } }

@media (max-width: 480px) {
  body.adaptive .mainsections a.around_image {
    height: 112px; } }

.set .contentbody {
  border: 1px solid #F3F3F3; }

.set .items.horizontal {
  position: relative; }

.set .items.horizontal .set_jscrollpane,
.set .items.horizontal .set_jscrollpane .sliderin {
  height: 360px; }

.set .items.horizontal .prev,
.set .items.horizontal .next {
  position: absolute;
  top: 35%;
  display: none;
  padding: 20px 0px;
  z-index: 120; }

.set .items.horizontal.jspHasScroll .prev,
.set .items.horizontal.jspHasScroll .next {
  display: block; }

.set .items.horizontal .prev span,
.set .items.horizontal .next span {
  display: block;
  width: 25px;
  height: 25px;
  margin: 20px;
  cursor: pointer;
  background-color: #F3F3F3; }

.set .items.horizontal.jspHasScroll .prev span {
  margin-left: 0px; }

.set .items.horizontal.jspHasScroll .next span {
  margin-right: 0px; }

.set .items.horizontal .prev span:hover,
.set .items.horizontal .next span:hover {
  background-color: #214496; }

.set .items.horizontal .prev {
  left: 0px; }

.set .items.horizontal .next {
  right: 0px; }

.set .items.horizontal .prev .icon,
.set .items.horizontal .next .icon {
  width: 7px;
  height: 10px;
  margin-top: 5px;
  margin-left: 9px; }

.set .items.horizontal .prev .icon {
  background-position: 0px -111px; }

.set .items.horizontal .prev span:hover .icon {
  background-position: -7px -111px; }

.set .items.horizontal .next .icon {
  background-position: 0px -121px; }

.set .items.horizontal .next span:hover .icon {
  background-position: -7px -121px; }

.set .js-element {
  position: relative;
  width: 250px;
  min-height: 305px;
  float: left;
  margin: -1px 0 0 -1px;
  padding: 20px 12px;
  border-top: 4px solid #fff;
  z-index: 100; }

.set .js-element:hover {
  border-top: 4px solid #EE8131; }

.set .line2 .js-element .plusik,
.set .line2 .js-element .delete,
.set .line1 .js-element .addremove_label {
  display: none; }

.set .js-element .delete,
.set .js-element .addremove_label {
  position: absolute;
  top: 4px;
  right: 0px;
  display: block;
  z-index: 110; }

.set .js-element .delete {
  padding: 15px 12px; }

.set .js-element .addremove_label {
  top: 16px;
  padding: 12px 9px; }

.set .js-element .delete .svg-icon {
  width: 10px;
  height: 10px;
  fill: #505050; }

.set .js-element .delete:hover .svg-icon {
  fill: #b0b0b0; }

.set .js-element .plusik {
  position: absolute;
  top: 46%;
  left: -20px;
  display: block;
  padding: 5px;
  z-index: 110; }

.set .js-element .plusik .svg-icon {
  width: 15px;
  height: 15px;
  fill: #4c6ca5; }

.set .js-element .name,
.set .js-element .pic {
  text-align: center; }

.set .js-element .name {
  height: 35px;
  margin-right: 20px;
  overflow: hidden; }

.set .js-element .pic {
  margin: 10px 0px; }

.set .js-element .pic,
.set .js-element .pic a {
  height: 224px; }

.set .js-element .pic a,
.set .js-element .pic span {
  display: block;
  line-height: 220px; }

.set .js-element .pic img {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle; }

.set .js-element .prices {
  float: left;
  font-family: Opensansset,Arial,Helvetica,sans-serif;
  font-size: 18px; }

.set .js-element .buy .add2basket,
.set .js-element .buy .inbasket,
.set .js-element .buy .go2detail {
  float: right;
  padding: 4px 8px; }

.set .js-element .buy .go2detail {
  color: #FFF;
  white-space: nowrap;
  background-color: #EE8131; }

.set .js-element .buy .go2detail:hover {
  text-decoration: underline; }

/* full panel */
.set .fullpanel {
  min-height: 60px;
  padding: 20px 24px;
  background-color: #F3F3F3; }

.set .fullpanel .prices table td {
  vertical-align: top; }

.set .fullpanel .prices .allprs {
  white-space: nowrap; }

.set .fullpanel .prices .arounddiscount {
  float: right; }

.set .fullpanel .block.prs .arounddiscount.x2 {
  display: none; }

.set .fullpanel .block {
  width: 33%;
  float: left;
  padding-right: 15px; }

.set .fullpanel .block.buyset,
.set .fullpanel .block.myset {
  height: 60px;
  line-height: 60px;
  text-align: center; }

.set .fullpanel .block.buyset a,
.set .fullpanel .block.myset a {
  display: inline;
  vertical-align: middle; }

.set .fullpanel .block.buyset a.massadd2basket {
  margin-right: 25px; }

.set .fullpanel .block.myset .svg-icon {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  margin-bottom: 2px;
  fill: #8cba25; }

.set .fullpanel .block span.title,
.set .fullpanel .block span.price.old,
.set .fullpanel .block span.price.new {
  font-size: 18px; }

.set .fullpanel .block span.title,
.set .fullpanel .block span.price.old {
  margin-right: 10px; }

.set .fullpanel .block span.price.new {
  font-family: Opensansbold,Arial,Helvetica,sans-serif; }

.set .fullpanel .block .title {
  color: #666666; }

.set .fullpanel .block span.discount {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 14px;
  color: #fff;
  background-color: #3c3c3c;
  border: 1px solid #f3f3f3; }

@media screen and (max-width: 1260px) and (min-width: 1101px) {
  body.adaptive .set .fullpanel .block.prs {
    width: 40%; }
  body.adaptive .set .fullpanel .block.buyset,
  body.adaptive .set .fullpanel .block.myset {
    width: 30%; } }

@media screen and (max-width: 1100px) and (min-width: 951px) {
  body.adaptive .set .fullpanel .block.prs {
    width: 50%; }
  body.adaptive .set .fullpanel .block.buyset,
  body.adaptive .set .fullpanel .block.myset {
    width: 25%; } }

@media screen and (max-width: 950px) {
  body.adaptive .set .fullpanel .block.prs .arounddiscount.x1 {
    display: none; }
  body.adaptive .set .fullpanel .block.prs .arounddiscount.x2 {
    display: block; } }

@media screen and (max-width: 950px) and (min-width: 551px) {
  body.adaptive .set .fullpanel .block.prs {
    width: 100%;
    padding-right: 0px; }
  body.adaptive .set .fullpanel .block.buyset,
  body.adaptive .set .fullpanel .block.myset {
    width: 50%;
    text-align: left; }
  body.adaptive .set .fullpanel .block.prs .prices,
  body.adaptive .set .fullpanel .block.prs .arounddiscount {
    width: 50%;
    float: left;
    padding-right: 15px; }
  body.adaptive .set .fullpanel .block.prs .allprs {
    white-space: normal; }
  body.adaptive .set .fullpanel .block.prs .prices {
    padding-top: 3px; }
  body.adaptive .set .fullpanel .block.prs .discount {
    margin-top: 0px;
    margin-left: 0px; } }

@media screen and (max-width: 550px) and (min-width: 481px) {
  body.adaptive .set .fullpanel .block.prs,
  body.adaptive .set .fullpanel .block.buyset,
  body.adaptive .set .fullpanel .block.myset,
  body.adaptive .set .fullpanel .block.prs .prices,
  body.adaptive .set .fullpanel .block.prs .arounddiscount {
    text-align: left; } }

@media screen and (max-width: 550px) {
  body.adaptive .set .fullpanel {
    padding: 10px 12px; }
  body.adaptive .set .fullpanel .block.prs,
  body.adaptive .set .fullpanel .block.buyset,
  body.adaptive .set .fullpanel .block.myset,
  body.adaptive .set .fullpanel .block.prs .prices,
  body.adaptive .set .fullpanel .block.prs .arounddiscount {
    width: 100%;
    height: auto;
    margin-left: 0px;
    padding-right: 0px;
    line-height: normal; }
  body.adaptive .set .fullpanel .block.buyset,
  body.adaptive .set .fullpanel .block.myset,
  body.adaptive .set .fullpanel .block.prs .arounddiscount {
    margin-top: 5px; }
  body.adaptive .set .fullpanel .block.buyset a,
  body.adaptive .set .fullpanel .block.myset a {
    display: block;
    float: left; }
  body.adaptive .set .fullpanel .block.prs .discount {
    margin-left: 0px;
    text-align: left; } }

@media screen and (max-width: 480px) {
  body.adaptive .set .contentbody {
    border: none; }
  body.adaptive .set .fullpanel {
    background-color: #fff; }
  body.adaptive .set .fullpanel,
  body.adaptive .set .fullpanel .block.prs .discount {
    text-align: center; }
  body.adaptive .set .fullpanel .block.prs .title {
    display: none; }
  body.adaptive .set .fullpanel .block.prs .price.old {
    font-size: 14px; }
  body.adaptive .set .fullpanel .block.buyset {
    margin-top: 10px; }
  body.adaptive .set .fullpanel .block.buyset a,
  body.adaptive .set .fullpanel .block.myset a {
    display: inline;
    float: none; } }

.around_filtren {
  position: relative; }

.around_filtren .filterfixed.fixed {
  position: fixed;
  top: 0px;
  width: 251px;
  z-index: 200; }

.around_filtren .filterfixed.stop {
  position: relative; }

.filtren {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #F3F3F3;
  border-left: 1px solid #F3F3F3; }

.filtren .lvl2 .smartf-div {
  display: inline-block;
  cursor: pointer;
  width: 100%; }

.filtren .cwpal label.name {
  position: relative;
  top: 1px; }

.filtren .cwpal label.pic + label.name {
  padding-left: 16px; }

.filtren .cwpal .lvl2 .smartf-div:not(.disabled):hover label.pic,
.filtren .cwp .lvl2 .smartf-div:not(.disabled):hover label.pic {
  border-color: #4c6ca5; }

.filtren .number .smartf-div {
  display: block;
  width: auto; }

.filtren .title,
.filtren .filtercompare {
  display: none;
  margin-bottom: 5px; }

.filtren .title a:hover {
  text-decoration: none; }

.filtren .title a span {
  border-bottom: 1px dashed #214496; }

.filtren.opened .title span.show,
.filtren .title span.hide {
  display: none !important; }

.filtren .title span.show,
.filtren.opened .title span.hide {
  display: inline !important; }

.filtren .filtercompare {
  float: right; }

.filtren .showchild .svg-icon {
  float: right;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  fill: #494949;
  transition: transform .3s;
  transform: rotate(-180deg); }

.filtren .showchild .hint {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  color: #8b8b89;
  margin-left: 10px;
  padding: 0px 4px 0;
  border: 1px solid #8b8b89;
  border-radius: 50%; }

.filtren .showchild .hint span {
  position: absolute;
  top: 25px;
  left: 0px;
  display: none;
  width: 200px;
  padding: 5px 8px;
  color: #484848;
  font-size: 12px;
  text-transform: none;
  background-color: rgba(243, 243, 243, 0.8);
  border: 1px solid #ebebeb;
  z-index: 101; }

.filtren .showchild .hint:hover span {
  display: block; }

.filtren .lvl1:last-of-type:not(.closed) .property {
  border-bottom: 1px solid #ebebeb; }

.filtren .lvl1.closed > div {
  display: none; }

.filtren .lvl1.closed .showchild {
  background-color: #fff; }
  .filtren .lvl1.closed .showchild .svg-icon {
    transform: rotate(0deg); }

.filtren .lvl1 .showchild {
  display: block;
  padding: 9px 12px 10px 12px;
  color: black;
  text-decoration: none;
  background: #f5f5f5;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .filtren .lvl1 .showchild:hover {
    color: black; }

.filtren .lvl1.closed + .lvl1 > .showchild {
  border-top: none; }

.filtren .lvl1 .property {
  position: relative;
  padding: 20px 11px 27px; }
  .filtren .lvl1 .property.cwp .lvl2 {
    margin-right: 13px;
    margin-bottom: 13px; }
  .filtren .lvl1 .property .lvl2 {
    margin-bottom: 8px; }
    .filtren .lvl1 .property .lvl2:last-of-type {
      margin-bottom: 0; }

/* CHECKBOXES_WITH_PICTURES & CHECKBOXES_WITH_PICTURES_AND_LABELS */
.filtren .cwp .lvl2,
.filtren .cwp .lvl2 .smartf-div,
.filtren .lvl2 .smartf-div label,
.filtren .lvl2 .smartf-div label span,
.filtren .dd .lvl2.selected .smartf-div label {
  display: inline-block; }

.filtren .cwp .lvl2 .smartf-div label,
.filtren .cwpal .lvl2 .smartf-div label {
  padding: 5px 7px; }
  .filtren .cwp .lvl2 .smartf-div label.pic,
  .filtren .cwpal .lvl2 .smartf-div label.pic {
    padding: 5px; }

.filtren .cwp .lvl2 .smartf-div label,
.filtren .cwpal .lvl2 .smartf-div label,
.filtren .dd .lvl2 .smartf-div label {
  cursor: pointer; }

.filtren .lvl2:not(.selected) .smartf-div.disabled label.pic {
  border: 1px dashed #bdbec0; }

.filtren .lvl2:not(.selected) .smartf-div.disabled label > span {
  opacity: .4; }

.filtren .dd.open .lvl2.selected {
  border-color: #4c6ca5; }

.filtren .dd .dropdown > .dropdown {
  position: absolute;
  display: none;
  max-width: 250px;
  top: 42px;
  left: -2px;
  padding: 0;
  background-color: #FFF;
  border-bottom: 2px solid #4c6ca5;
  box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82);
  z-index: 101; }
  .filtren .dd .dropdown > .dropdown .lvl2 {
    margin-bottom: 0; }

.filtren .dd .dropdown .name {
  display: block; }

.filtren .dd .lvl2.selected {
  display: inline-block;
  border: none; }

.filtren .dd .lvl2:not(.selected):hover .smartf-div:not(.disabled) {
  background-color: #f3f3f3; }

.filtren .dd .lvl2:not(.selected) .smartf-div.active {
  background-color: #f3f3f3; }

.filtren .dd .lvl2:not(.selected) label:not(.disabled) {
  color: #155В89; }

.filtren .dd .lvl2:not(.selected) .active label:not(.disabled):hover {
  background-color: #f3f3f3; }

.filtren .lvl1 .property .smartf-div.disabled label {
  cursor: default; }

.filtren .lvl1 .property .smartf-div.disabled [type="checkbox"] + label:after {
  background-color: #f3f3f3; }

.filtren .lvl1 .property .smartf-div.disabled [type="radio"] + label:before {
  background-color: #f3f3f3; }

.filtren .lvl1 .property > div:before {
  content: ' '; }

.filtren .lvl2 .smartf-div.disabled label.pic span {
  position: relative; }

.filtren.cross .lvl2 .smartf-div.disabled label.pic span:before {
  content: '';
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0) url("/bitrix/templates/prostroy_default/assets/css/img/cross.svg") no-repeat;
  background-size: 100% 100%; }

.filtren.opacity .lvl2 .smartf-div.disabled label.pic span {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2; }

.filtren.hide .cwp .lvl2 .smartf-div.disabled,
.filtren.hide .cwpal .lvl2 .smartf-div.disabled,
.filtren.hide .wpal .lvl2 .smartf-div.disabled {
  display: none; }

.filtren .lvl2 .smartf-div label.pic span.nopic {
  background-image: url("/bitrix/templates/prostroy_default/assets/css/img/all.jpg"); }

.filtren .lvl2 .smartf-div label.pic {
  border: 1px solid #bdbec0; }

.filtren .lvl2 .smartf-div:not(.disabled) label.pic:hover {
  border-color: #4c6ca5; }

.filtren .lvl2 .smartf-div.disabled label.pic:hover {
  background: none; }

.filtren .lvl2 .smartf-div label.pic span {
  width: 29px;
  height: 29px;
  font-size: 0;
  vertical-align: middle;
  border: 1px solid transparent;
  background-size: cover; }

.filtren .lvl2 .active label.pic {
  border: 1px solid #4c6ca5; }

/* CHECKBOXES_WITH_PICTURES_AND_LABELS */
.filtren .cwpal .lvl2 .smartf-div:not(.disabled) label.pic,
.filtren .dd .lvl2 .smartf-div:not(.disabled) label.pic {
  cursor: pointer; }

.filtren .cwpal .lvl2 .smartf-div label.pic,
.filtren .dd .lvl2 .smartf-div label.pic {
  display: inline-block;
  white-space: nowrap;
  background: transparent; }

.filtren .cwp .lvl2 .smartf-div.disabled label.pic,
.filtren .cwpal .lvl2 .smartf-div.disabled label.pic {
  border-style: dashed; }

.filtren .cwpal .lvl2 .smartf-div label.name,
.filtren .dd .lvl2.selected .smartf-div label.name,
.filtren .dd.wpal .lvl2 .smartf-div label.name {
  display: inline-block; }

.filtren .dd .lvl2 .smartf-div,
.filtren .dd.wpal .lvl2 .smartf-div {
  padding: 5px; }

.filtren .dd .dropdown .lvl2 .smartf-div,
.filtren .dd.wpal .dropdown .lvl2 .smartf-div {
  padding: 6px; }

.filtren .dd > .lvl2 .smartf-div,
.filtren .dd.wpal > .lvl2 .smartf-div {
  border: 1px solid #bdbec0; }
  .filtren .dd > .lvl2 .smartf-div .selected .svg-icon,
  .filtren .dd.wpal > .lvl2 .smartf-div .selected .svg-icon {
    margin-right: 4px;
    margin-bottom: 2px; }
  .filtren .dd > .lvl2 .smartf-div .name > span,
  .filtren .dd.wpal > .lvl2 .smartf-div .name > span {
    position: relative;
    top: 1px;
    display: inline-block;
    padding: 5px 7px; }
  .filtren .dd > .lvl2 .smartf-div .dropdown label.pic span,
  .filtren .dd.wpal > .lvl2 .smartf-div .dropdown label.pic span {
    width: 27px;
    height: 27px;
    border: 1px solid #bdbec0; }

.filtren .dd.open > .lvl2 .smartf-div:not(.disabled),
.filtren .dd.wpal.open > .lvl2 .smartf-div:not(.disabled) {
  border-color: #4c6ca5; }

.filtren .lvl2.selected .smartf-div label.name {
  padding: 0px; }

/* DROPDOWN */
.filtren .dd .dropdown {
  position: relative; }

.filtren .dd .selected label .svg-icon {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  margin-bottom: 2px; }

.filtren .dd .selected label {
  cursor: pointer; }

.filtren .dd.open .dropdown {
  display: block; }

.filtren .dd .dropdown label {
  display: block;
  padding: 5px 7px;
  cursor: pointer; }

.filtren .dd label.name > span,
.filtren .dd.wpal label.name > span {
  position: relative;
  top: 1px;
  color: #155В89; }

.filtren .dd label.pic > span,
.filtren .dd.wpal label.pic > span {
  width: 27px;
  height: 27px; }

.filtren .dd.wpal .dropdown label.pic {
  padding: 0; }

.filtren .dd.wpal .dropdown label.name {
  display: inline-block;
  white-space: nowrap; }

.filtren .dd.wpal .dropdown {
  left: 0;
  top: 22px; }

.filtren .dd .lvl2:not(.selected) label:hover,
.filtren .dd .lvl2:not(.selected) label:hover span {
  text-decoration: none; }

.filtren .c .inputs {
  text-align: center; }

.filtren .c .calendar {
  width: 72px;
  margin-left: 5px;
  padding: 0px;
  text-align: center;
  border: 1px solid #F2F2F2;
  box-shadow: none; }

.filtren .c .calendar::-webkit-input-placeholder {
  color: #000;
  font-size: 13px; }

.filtren .c .calendar::-moz-placeholder {
  color: #000;
  font-size: 13px; }

/* Firefox 19+ */
.filtren .c .calendar:-moz-placeholder {
  color: #000;
  font-size: 13px; }

/* Firefox 18- */
.filtren .c .calendar:-ms-input-placeholder {
  color: #000;
  font-size: 13px; }

.filtren .c .calendar-icon {
  position: relative;
  top: -1px; }

.filtren .lvl2 label {
  color: #343434; }

.filtren .lvl2 .disabled label {
  color: #383839;
  cursor: default; }

.filtren .lvl2 label:hover,
.filtren .lvl2 label:hover span {
  text-decoration: none; }

.filtren .lvl2 .disabled label.name:hover span,
.filtren .lvl2 .disabled label:hover {
  text-decoration: none;
  background-color: transparent; }

.filtren .pricegroup .lvl2 label {
  width: 50%;
  float: left; }

.filtren .number .inputs {
  text-align: center; }

.filtren .number .min,
.filtren .number .max {
  padding: 11px 9px 8px;
  font-size: 12px;
  background-color: #f3f3f3;
  border: 1px solid #bebebe;
  box-shadow: none;
  transition: background-color ease-in-out 0.15s; }
  .filtren .number .min:focus,
  .filtren .number .max:focus {
    background-color: transparent; }

.filtren .number .min {
  float: left; }

.filtren .number .max {
  float: right; }

.filtren .property .f_search {
  width: 100%;
  padding: 11px 9px 8px;
  font-size: 12px;
  margin-bottom: 13px;
  background-color: #f3f3f3;
  border: 1px solid #bebebe;
  box-shadow: none;
  transition: background-color ease-in-out 0.15s; }
  .filtren .property .f_search:focus {
    background-color: transparent; }

.filtren .buttons {
  padding: 25px 12px 17px 12px;
  text-align: center; }
  .filtren .buttons .filter-set {
    display: block;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 9px;
    margin-bottom: 16px; }
  .filtren .buttons .filter-reset {
    color: #155В89; }
    .filtren .buttons .filter-reset:hover {
      text-decoration: none; }
      .filtren .buttons .filter-reset:hover span {
        border-color: transparent; }
    .filtren .buttons .filter-reset span {
      border-bottom: 1px dashed #155В89; }

.filtren .separator {
  display: inline-block;
  padding-top: 8px; }

.filtren .modef {
  left: 243px;
  min-width: 300px;
  position: absolute;
  top: -5px;
  white-space: nowrap;
  z-index: 210; }

.filtren .modef .arrow {
  padding: 6px 7px 6px 0px;
  background-image: url("/bitrix/templates/prostroy_default/assets/css/img/modef_bg.png");
  background-repeat: no-repeat;
  background-position: 0px 0px; }

.filtren .modef .data {
  padding: 6px 10px;
  color: #fff;
  background-color: #899cc7; }

.filtren .modef .data a {
  color: #fff;
  text-decoration: underline; }

.filtren .modef .data a:hover {
  text-decoration: none; }

.filtren .scroll-style {
  width: 100%;
  height: 175px;
  overflow-y: auto; }

.body .filtren [type="checkbox"] + label,
.body .filtren [type="radio"] + label {
  padding-left: 30px; }

.smartfilter .bx_ui_slider_handle {
  top: -6px;
  width: 15px;
  height: 15px;
  background: #4c6ca5;
  border-radius: 50%; }

.smartfilter .bx_ui_slider_pricebar_V {
  background: #4c6ca5; }

.smartfilter .bx_ui_slider_pricebar_VN {
  background: #ebebeb; }

.smartfilter .bx_ui_slider_track {
  height: 3px;
  margin: 31px 11px 15px 11px; }

@media (min-width: 768px) {
  .filtren {
    border-right: 1px solid #F3F3F3; } }

@media (max-width: 991px) {
  .filtren .showchild .note {
    display: none; } }

@media (max-width: 767px) {
  .filtren {
    border: none; }
    .filtren.opened .body {
      display: block; }
    .filtren .title,
    .filtren .filtercompare {
      display: block; }
    .filtren .body {
      display: none;
      margin-top: 5px; }
    .filtren div.lvl1 {
      width: 100%; } }

.add2review {
  float: right; }
  .add2review-around {
    margin-bottom: 15px; }

.reviewform {
  margin-bottom: 25px; }
  .reviewform .rating {
    margin-top: 5px;
    margin-bottom: 5px; }
    .reviewform .rating span {
      margin-right: 10px; }
    .reviewform .rating a {
      margin-bottom: 5px;
      width: 21px;
      height: 20px;
      background-position: 0px -168px; }
      .reviewform .rating a.hover, .reviewform .rating a.selected {
        background-position: -22px -168px; }
  .reviewform .fieldname {
    margin-top: 10px;
    text-transform: uppercase; }
  .reviewform input[type="text"],
  .reviewform textarea {
    width: 100%;
    max-width: 500px; }
  .reviewform textarea {
    min-height: 44px; }
    .reviewform textarea.comment {
      min-height: 114px; }
  .reviewform .send {
    margin-top: 10px; }

.b-reviews {
  border-top: 1px solid #ebebeb; }

.b-review {
  padding: 26px 13px;
  border-bottom: 1px solid #ebebeb; }
  .b-review__head {
    margin-bottom: 31px; }
  .b-review__icon {
    text-align: center; }
    .b-review__icon .svg-icon {
      width: 59px;
      height: 59px;
      fill: #ebecf0; }
  .b-review__name-date-rating {
    margin-top: 22px; }
  .b-review__name {
    font-weight: bold;
    color: #155В89; }
  .b-review__name + .b-review__date {
    margin-left: 15px; }
  .b-review__date {
    color: #383839; }
  .b-review__date + .b-review__rating {
    margin-left: 20px; }
  .b-review__rating {
    position: relative;
    bottom: 2px; }
  .b-review__star.active .svg-icon {
    fill: #ffc424; }
  .b-review__star .svg-icon {
    width: 13px;
    height: 13px;
    fill: #d7d7d7;
    margin-right: 3px; }
  .b-review__text + .b-review__text,
  .b-review__text + .b-review__moderate {
    margin-top: 21px; }
  .b-review__message-name {
    margin-right: 7px; }
  .b-review__message-value {
    color: #383839; }

.body .bx_profile .main-profile-block-date-info strong {
  color: #383839;
  font-weight: normal; }

.body .bx_profile .main-profile-block-date-info strong + strong {
  color: inherit; }

.body .bx_profile .form-group label {
  color: #383839; }

.body .bx_profile .btn-md.main-profile-submit {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #4c6ca5;
  border: 1px solid #4c6ca5;
  border-bottom-color: #344a71; }
  .body .bx_profile .btn-md.main-profile-submit:hover {
    color: #fff;
    background-color: #344a71;
    border-color: #344a71;
    text-decoration: none;
    transition: 0s; }

.body .bx_profile .btn-md {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #8cba25;
  border: 1px solid #8cba25;
  border-bottom-color: #5c7a18; }
  .body .bx_profile .btn-md:hover {
    color: #fff;
    background-color: #5c7a18;
    border-color: #5c7a18;
    text-decoration: none;
    transition: 0s; }

.info td {
  padding: 10px 35px 10px 0px;
  border-bottom: 1px solid #F2F2F2; }

.info td.first {
  padding-top: 0px; }

.info_email {
  padding-right: 0px !important; }

.centering .info {
  width: 50px; }

.catalogmenucolumn {
  float: left;
  min-width: 250px; }

.catalogmenucolumn ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 0px; }

.catalogmenucolumn ul > li {
  list-style-type: none; }

.catalogmenu,
.catalogmenusmall {
  position: relative;
  z-index: 200; }

.catalogmenu,
.catalogmenu ul,
.catalogmenusmall,
.catalogmenusmall ul {
  width: 100%; }

.catalogmenu a,
.catalogmenusmall a {
  position: relative;
  display: block;
  padding: 9px 12px;
  text-decoration: none; }

.catalogmenu li {
  background-color: #FFF;
  display: block; }

.catalogmenu li.more {
  display: none; }

.catalogmenu.hover li.more {
  display: block; }

.catalogmenu.hover li.morelink {
  display: none; }

.catalogmenu ul.first {
  transition: all 0.15s linear; }

.catalogmenu.hover ul {
  box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82); }

.catalogmenu li.parent {
  max-width: 250px;
  background-color: #F3F3F3; }

.catalogmenu a.parent {
  padding: 11px 12px 10px;
  color: #000;
  font-size: 13px; }

.catalogmenu a.parent .svg-icon.menu,
.catalogmenusmall a.parent .svg-icon.menu {
  float: right;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-right: 3px;
  margin-left: 8px; }

.catalogmenu a.first.morelink {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 22px 12px 12px; }

.catalogmenu li a.first {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 11px 22px 10px 12px;
  overflow: hidden; }

.catalogmenu .first li a.selected,
.catalogmenu .first li.selected > a,
.catalogmenu li a.first.selected {
  color: #67adda;
  background-color: #f5f5f5; }

.catalogmenu li.first:hover > a,
.catalogmenu li.first.hover > a,
.catalogmenu li.sub:hover > a,
.catalogmenu li.sub.hover > a,
.catalogmenu a.first:hover,
.catalogmenu a.first.hover,
.catalogmenu a.sub:hover,
.catalogmenu a.sub.hover {
  color: #67adda;
  background-color: #f5f5f5;
  text-decoration: none; }

.catalogmenu a.first:active,
.catalogmenu a.first.hover:active,
.catalogmenu a.sub:active,
.catalogmenu a.sub.hover:active {
  color: #67adda;
  background-color: #f5f5f5; }

.catalogmenu li ul.first {
  top: 40px;
  max-width: 250px;
  border-right: none;
  border-left: none;
  border-bottom: none; }

.catalogmenu.hover li ul.first {
  border-bottom: 1px solid #F3F3F3; }

.catalogmenu li ul {
  position: absolute;
  top: 0px;
  display: none;
  max-width: 248px;
  height: auto;
  background-color: #fff;
  border: 1px solid #F3F3F3; }

.catalogmenu li ul.rs-show {
  display: block;
  z-index: 500; }

.catalogmenu li.first ul {
  min-height: 100%; }

.catalogmenu li.first {
  border-right: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  border-left: 1px solid #F3F3F3; }

.catalogmenu.hover li.first.lastchild {
  border-bottom: 1px solid #FFF; }

.catalogmenu li.sub {
  border-bottom: 1px solid #FFF; }

.catalogmenu li ul a {
  text-align: left; }

.catalogmenu li ul ul {
  margin: -1px 0 0 247px; }

.catalogmenu li:hover ul,
.catalogmenu li.hover ul {
  display: none; }

.catalogmenu li:hover > ul,
.catalogmenu li.hover > ul,
.catalogmenu li:hover ul.first.rs-show,
.catalogmenu li.hover ul.first.rs-show {
  display: block;
  z-index: 200; }

.catalogmenu .elementinmenu {
  width: 250px; }

.catalogmenu li:hover ul.elementinmenu,
.catalogmenu li.hover ul.elementinmenu {
  display: block;
  left: 0px; }

.catalogmenu .elementinmenu .name {
  height: 35px;
  text-align: center;
  overflow: hidden; }

.catalogmenu .elementinmenu .pic {
  padding: 10px 0px;
  text-align: center; }

.catalogmenu .elementinmenu .pic a {
  display: block;
  width: 210px;
  height: 170px;
  line-height: 170px;
  text-align: center; }

.catalogmenu .elementinmenu .pic a img {
  display: inline-block; }

.catalogmenu .elementinmenu .price {
  padding: 10px 20px 0px 20px;
  text-align: center; }

.catalogmenu .elementinmenu .price span {
  display: inline-block;
  margin-bottom: 6px; }

.catalogmenu .elementinmenu .price.gen {
  display: block;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: 10px; }

.catalogmenu .elementinmenu .price.old {
  margin-right: 25px; }

.catalogmenu .elementinmenu .more {
  margin-top: 20px;
  padding: 0px 20px;
  text-align: right; }

.catalogmenu .elementinmenu .more a {
  display: inline;
  padding: 0px;
  text-align: right;
  text-decoration: none; }

.catalogmenu .elementinmenu .more a:hover {
  text-decoration: underline; }

.catalogmenu .first.catalogmenu-icon > a {
  padding-left: 40px; }

.catalogmenu__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 20px;
  max-height: 20px; }

/* mobile menu */
.catalogmenusmall {
  display: none; }

.catalogmenusmall li.parent {
  background-color: #F3F3F3; }

.catalogmenusmall a.parent {
  padding: 11px 12px;
  color: #000;
  font-size: 13px; }

@media (min-width: 1010px) {
  body.adaptive .catalogmenu li ul.first.rs-show {
    display: block; } }

@media (max-width: 1010px) {
  body.adaptive .catalogmenu li:hover > ul.lvl4,
  body.adaptive .catalogmenu li.hover > ul.lvl4,
  body.adaptive .catalogmenu li:hover > ul.lvl5,
  body.adaptive .catalogmenu li.hover > ul.lvl5 {
    display: none; }
  body.adaptive .catalogmenu li ul.first.rs-show {
    display: none; } }

@media (max-width: 760px) {
  body.adaptive .catalogmenu li:hover > ul.lvl3,
  body.adaptive .catalogmenu li.hover > ul.lvl3,
  body.adaptive .catalogmenu li:hover > ul.lvl4,
  body.adaptive .catalogmenu li.hover > ul.lvl4,
  body.adaptive .catalogmenu li:hover > ul.lvl5,
  body.adaptive .catalogmenu li.hover > ul.lvl5 {
    display: none; } }

@media (max-width: 767px) {
  body.adaptive .catalogmenucolumn {
    float: none; }
  body.adaptive .catalogmenucolumn .catalogmenu {
    display: none; }
  body.adaptive .catalogmenucolumn .catalogmenusmall {
    display: block; } }

.catalogmenu2_column {
  float: left;
  min-width: 250px; }

.catalogmenu2_column ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 0px; }

.catalogmenu2_column ul > li {
  list-style-type: none; }

.catalogmenu2,
.catalogmenusmall {
  position: relative;
  z-index: 200; }

.catalogmenu2,
.catalogmenu2 ul,
.catalogmenusmall,
.catalogmenusmall ul {
  width: 100%; }

.catalogmenu2 a,
.catalogmenusmall a {
  position: relative;
  display: block;
  padding: 9px 12px;
  text-decoration: none; }

.catalogmenu2 li {
  background-color: #FFF;
  display: block; }

.catalogmenu2 li.more {
  display: none; }

.catalogmenu2.hover li.more {
  display: block; }

.catalogmenu2.hover li.morelink {
  display: none; }

.catalogmenu2 ul.first {
  transition: all 0.15s linear; }

.catalogmenu2.hover ul.first {
  box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82); }

.catalogmenu2 li.parent {
  max-width: 250px;
  background-color: #F3F3F3; }

.catalogmenu2 a.parent {
  padding: 11px 12px 10px;
  color: #000;
  font-size: 13px; }

.catalogmenu2 a.parent .svg-icon.menu,
.catalogmenusmall a.parent .svg-icon.menu {
  float: right;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-right: 3px;
  margin-left: 8px; }

.catalogmenu2 a.first.morelink {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 22px 12px 12px; }

.catalogmenu2 li a.first {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 11px 22px 10px 12px;
  overflow: hidden; }

.catalogmenu2 li a.first.selected {
  text-decoration: underline; }

.catalogmenu2 a.first:active,
.catalogmenu2 a.first.hover:active {
  color: #67adda;
  background-color: #f5f5f5; }

.catalogmenu2 li ul.first {
  top: 40px;
  max-width: 250px;
  border-right: none;
  border-left: none;
  border-bottom: none; }

.catalogmenu2.hover li ul.first {
  border-bottom: 1px solid #F3F3F3; }

.catalogmenu2 li ul {
  position: absolute;
  top: 0px;
  display: none;
  max-width: 248px;
  height: auto;
  background-color: #fff;
  border: 1px solid #F3F3F3; }

.catalogmenu2 li ul.lvl2 {
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  width: 980px;
  max-width: none;
  box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82); }

.catalogmenu2 li ul.lvl2 > .mrow {
  flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex-basis: 25%;
  max-width: 25%;
  margin-bottom: 10px; }

.catalogmenu2 li ul.rs-show {
  display: block;
  z-index: 500; }

.catalogmenu2 li.first ul {
  min-height: 100%; }

.catalogmenu2 li.first {
  border-right: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  border-left: 1px solid #F3F3F3; }

.catalogmenu2.hover li.first.lastchild {
  border-bottom: 1px solid #FFF; }

.catalogmenu2 a.sub {
  display: block;
  width: 100%;
  padding: 0px 12px;
  color: #4c6ca5; }

.catalogmenu2 a.sub > span {
  display: block;
  padding: 10px 0px;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.catalogmenu2 a.sub + .sub-sub {
  margin-top: 7px; }

.catalogmenu2 a.sub,
.catalogmenu2 a.sub-sub {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.catalogmenu2 a.sub-sub {
  display: block;
  width: 100%;
  padding: 3px 12px;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.catalogmenu2 li ul a {
  text-align: left; }

.catalogmenu2 li ul ul {
  margin: -1px 0 0 247px; }

.catalogmenu2 li:hover ul,
.catalogmenu2 li.hover ul,
.catalogmenu2 li > ul.lvl2 {
  display: none; }

.catalogmenu2 li:hover > ul.first {
  display: block; }

.catalogmenu2 li:hover > ul.lvl2 {
  display: flex; }

.catalogmenu2 li:hover ul.first.rs-show,
.catalogmenu2 li.hover ul.first.rs-show {
  display: block;
  z-index: 200; }

.catalogmenu2 .first.catalogmenu2-icon > a {
  padding-left: 40px; }

.catalogmenu2__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 20px;
  max-height: 20px; }

/* mobile menu */
.catalogmenusmall {
  display: none; }

.catalogmenusmall li.parent {
  background-color: #F3F3F3; }

.catalogmenusmall a.parent {
  padding: 11px 12px;
  color: #000;
  font-size: 13px; }

@media (min-width: 1010px) {
  .catalogmenu2 li ul.first.rs-show {
    display: block; } }

@media (max-width: 1010px) {
  .catalogmenu2 li ul.first.rs-show {
    display: none; } }

@media (max-width: 1280px) {
  .catalogmenu2 li ul.lvl2 {
    width: 735px; }
    .catalogmenu2 li ul.lvl2 > .mrow {
      flex-basis: 33.00000033%;
      max-width: 33.00000033%; } }

@media (max-width: 1050px) {
  .catalogmenu2 li ul.lvl2 {
    width: 490px; }
    .catalogmenu2 li ul.lvl2 > .mrow {
      flex-basis: 50%;
      max-width: 50%; } }

@media (max-width: 790px) {
  .catalogmenu2 li ul.lvl2 {
    width: 245px; }
    .catalogmenu2 li ul.lvl2 > .mrow {
      flex-basis: 100%;
      max-width: 100%; } }

@media (max-width: 767px) {
  .catalogmenu2_column {
    float: none; }
  .catalogmenu2_column .catalogmenu2 {
    display: none; }
  .catalogmenu2_column .catalogmenusmall {
    display: block; } }

.catalogmenu2 li.first:hover > a,
.catalogmenu2 li.first.hover > a,
.catalogmenu2 a.first:hover,
.catalogmenu2 a.first.hover {
  color: #67adda;
  background-color: #f5f5f5;
  text-decoration: none; }

.menu-sidebar li a:hover {
  color: #fff;
  background: #344a71; }

.fly-menu.dropdown-menu {
  top: 0; }

.fly-menu__ul {
  display: block;
  float: left;
  min-width: 220px;
  transition: transform .25s linear; }

.fly-menu__li:hover > .fly-menu__sub-menu {
  display: block; }

.fly-menu__picture {
  position: absolute;
  top: 12px;
  left: 23px;
  max-width: 20px;
  max-height: 20px; }
  .fly-menu__picture + span {
    padding-left: 30px; }

.fly-menu__duplication-name {
  background-color: #f3f3f3; }

.fly-menu__sub-menu {
  position: absolute;
  top: -2px;
  left: 100%;
  display: none;
  background-color: #fff; }

.fly-menu.dropdown-menu > .fly-menu__li,
.fly-menu .dropdown-menu > .fly-menu__li {
  height: auto; }
  .fly-menu.dropdown-menu > .fly-menu__li > a,
  .fly-menu .dropdown-menu > .fly-menu__li > a {
    position: relative;
    color: #155В89; }
    .fly-menu.dropdown-menu > .fly-menu__li > a:hover,
    .fly-menu .dropdown-menu > .fly-menu__li > a:hover {
      color: #67adda; }
  .fly-menu.dropdown-menu > .fly-menu__li .svg-icon.arrow, .fly-menu.dropdown-menu > .fly-menu__li .svg-icon.back,
  .fly-menu .dropdown-menu > .fly-menu__li .svg-icon.arrow,
  .fly-menu .dropdown-menu > .fly-menu__li .svg-icon.back {
    fill: #7d7d7d; }
  .fly-menu.dropdown-menu > .fly-menu__li .svg-icon.back,
  .fly-menu .dropdown-menu > .fly-menu__li .svg-icon.back {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-bottom: 1px; }
  .fly-menu.dropdown-menu > .fly-menu__li .section-svg-icon,
  .fly-menu .dropdown-menu > .fly-menu__li .section-svg-icon {
    position: relative;
    bottom: 1px;
    width: 16px;
    height: 16px;
    fill: #e0408a;
    margin-right: 6px; }

@media (min-width: 768px) {
  .fly-menu.list-unstyled > li.fly-menu__li,
  .fly-menu.list-unstyled .dropdown-menu li.fly-menu__li {
    position: relative; }
  .fly-menu__li:hover > a {
    background-color: #f5f5f5; } }

@media (max-width: 767px) {
  .fly-menu {
    position: relative;
    margin-top: 0; }
  .fly-menu.fly-menu__ul.dropdown-menu,
  .fly-menu .fly-menu__ul.dropdown-menu {
    border-bottom: 1px solid #ebebeb;
    border-radius: 0; }
  .fly-menu__ul {
    width: 100%;
    height: auto;
    float: none;
    transform: translateX(0); }
    .fly-menu__ul.open {
      transform: translateX(-100%); } }

.b-mmenu .b-mmenu__toggle {
  position: relative;
  float: none;
  width: 100%;
  padding: 13px 23px 14px;
  text-align: left;
  color: #fff;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  background: #4c6ca5;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0; }

.b-mmenu .navbar-nav {
  margin: 0;
  overflow: hidden; }
  .b-mmenu .navbar-nav.loaded:hover {
    overflow: visible; }
  .b-mmenu .navbar-nav > li.other {
    position: relative; }
  .b-mmenu .navbar-nav > li.invisible {
    display: none; }

.b-mmenu .b-mmenu__toggle,
.b-mmenu .navbar-nav > li.lvl1 > a,
.b-mmenu .navbar-nav > li.lvl1 > a,
.b-mmenu .navbar-nav .dropdown-menu > li > a,
.b-mmenu .navbar-nav .dropdown-menu > li > a,
.b-mmenu .navbar-nav .open .dropdown-menu > li > a,
.b-mmenu .navbar-nav > .open > a,
.b-mmenu .navbar-nav li > a {
  color: #fff; }

.b-mmenu .b-mmenu__toggle:focus,
.b-mmenu .b-mmenu__toggle:hover,
.b-mmenu .navbar-nav > li.lvl1:hover > a,
.b-mmenu .navbar-nav > li.lvl1 > a:hover,
.b-mmenu .navbar-nav > li.other:hover > a,
.b-mmenu .navbar-nav > li.other > a:hover {
  color: #fff;
  background-color: #344a71; }

.b-mmenu .b-mmenu__toggle:focus,
.b-mmenu .b-mmenu__toggle:hover,
.b-mmenu .navbar-nav .dropdown-menu > li:hover > a,
.b-mmenu .navbar-nav .dropdown-menu > li > a:hover,
.b-mmenu .navbar-nav .open .dropdown-menu > li > a:focus,
.b-mmenu .navbar-nav .open .dropdown-menu > li > a:hover,
.b-mmenu .navbar-nav > .open > a:focus,
.b-mmenu .navbar-nav > .open > a:hover,
.b-mmenu .navbar-nav li:hover > a,
.b-mmenu.navbar-default .navbar-nav .dropdown-menu > li:hover > a,
.b-mmenu.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
  color: #67adda;
  background-color: #f5f5f5; }

@media (max-width: 767px) {
  .b-mmenu .b-mmenu__toggle {
    display: block; } }

.b-mmenu.navbar-default {
  position: relative;
  margin-top: 8px;
  background: #4c6ca5; }
  .b-mmenu.navbar-default .navbar-nav > .active > a,
  .b-mmenu.navbar-default .navbar-nav > .active > a:hover,
  .b-mmenu.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #344a71; }

.b-mmenu .col {
  padding: 0; }

.b-mmenu .icon-toggle {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.b-mmenu .icon-toggle .icon-bar {
  background-color: #fff;
  width: 18px; }

.b-mmenu .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  border: none;
  z-index: 200;
  border-bottom: 2px solid #344a71;
  box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82); }

.b-mmenu .dropdown-menu > li > a,
.b-mmenu .navbar-nav > li > a {
  padding: 13px 23px 13px;
  text-decoration: none;
  border-top: 1px solid #F3F3F3;
  border-bottom: 0; }
  .b-mmenu .dropdown-menu > li > a.other-link,
  .b-mmenu .navbar-nav > li > a.other-link {
    padding-bottom: 12px; }

.b-mmenu .dropdown-menu > li {
  height: 55px;
  border: 0; }

.b-mmenu .navbar-collapse {
  border-top: 0;
  box-shadow: none; }

.b-mmenu .nav ul > li {
  position: relative;
  display: block;
  height: auto; }

.b-mmenu .nav.main-menu-nav .other {
  display: block;
  border-left: none; }

.b-mmenu a .submenu-opener {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 20px 11px;
  fill: #fff;
  text-align: center; }

.b-mmenu .svg-icon.icon-plus,
.b-mmenu .svg-icon.icon-minus {
  width: 12px;
  height: 12px; }

.b-mmenu .svg-icon.icon-plus {
  display: block; }

.b-mmenu .svg-icon.icon-minus {
  display: none; }

.b-mmenu .open > a > span > .svg-icon.icon-plus {
  display: none; }

.b-mmenu .open > a > span > .svg-icon.icon-minus {
  display: block; }

@media (max-width: 767px) {
  .b-mmenu .navbar-collapse {
    position: absolute;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 50px;
    z-index: 899; }
  .b-mmenu .navbar-nav .open .dropdown-menu > li > a {
    padding-left: 40px; }
  .b-mmenu .navbar-nav .open .dropdown-menu > li > ul > li > a {
    padding-left: 55px; }
  .b-mmenu .open > .dropdown-menu {
    display: block; }
  .b-mmenu .navbar-nav .open .dropdown-menu > .active > a,
  .b-mmenu .navbar-nav .open .dropdown-menu > li > a:focus,
  .b-mmenu .navbar-nav .open .dropdown-menu > li > a:hover,
  .b-mmenu .navbar-nav > .open > a:focus,
  .b-mmenu .navbar-nav > .open > a:hover {
    color: #fff;
    background: #344a71; } }

@media (min-width: 768px) {
  .b-mmenu .dropdown-menu {
    border-right: 0; }
  .b-mmenu .navbar-collapse {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-right: 25px;
    position: relative; }
  .b-mmenu.navbar-default .nav .dropdown-menu > li > a {
    padding: 11px 23px 10px 23px;
    background: #fff;
    color: #155В89;
    border-top: 1px solid #F3F3F3;
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #F3F3F3; }
  .b-mmenu .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
    left: auto;
    min-width: 220px; }
  .b-mmenu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    top: -2px;
    left: 100%; }
  .b-mmenu .navbar-nav > li > a {
    border-top-color: transparent; }
  .b-mmenu .navbar-nav {
    height: 47px;
    float: none; }
  .b-mmenu .nav.main-menu-nav .other {
    margin-right: 30px; }
  .b-mmenu .dropdown-menu.left {
    left: 0;
    transform: translateX(-100%); } }

.b-mmenu a .svg-icon.arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  margin-left: 8px;
  fill: #7d7d7d; }

.b-mmenu li.first:hover a .svg-icon.arrow,
.b-mmenu li.dropdown-submenu:hover a .svg-icon.arrow {
  fill: #7d7d7d; }

@media (max-width: 767px) {
  .menu .b-mmenu .dropdown-menu > li > a,
  .menu .b-mmenu .navbar-nav > li > a {
    color: #fff;
    background-color: #4c6ca5; } }

@media (max-width: 767px) {
  .catalogmenucolumn,
  .catalogmenu2_column {
    margin-bottom: 5px; }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 13px 23px; } }

@media (max-width: 767px) {
  .b-mmenu.navbar-default {
    margin-bottom: 15px; } }

.svg-icon__morelink {
  width: 18px;
  height: 18px;
  fill: currentColor; }

.footer .footmenu {
  margin-bottom: 15px; }
  .footer .footmenu .title {
    margin-bottom: 9px;
    text-transform: uppercase; }
  .footer .footmenu .item {
    margin: 3px 0 7px; }
  .footer .footmenu a {
    text-decoration: none; }
    .footer .footmenu a:hover {
      text-decoration: underline; }

@media screen and (max-width: 480px) {
  body.adaptive .footer .footmenu .title {
    display: none; }
  body.adaptive .footer .footmenu .item {
    float: left;
    margin-right: 15px; }
    body.adaptive .footer .footmenu .item:last-child {
      margin-right: 0; } }

.footer .catmenu {
  margin-bottom: 15px; }
  .footer .catmenu.ellipsisnames .item.depth_level1 a span,
  .footer .catmenu.ellipsisnames .item.depth_level2 a span {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .footer .catmenu .title {
    margin-bottom: 9px;
    text-transform: uppercase; }
  .footer .catmenu .item {
    margin: 3px 0px 7px; }
  .footer .catmenu .item.depth_level1 a {
    text-decoration: none; }
    .footer .catmenu .item.depth_level1 a:hover,
    .footer .catmenu .item.depth_level1 a:hover span {
      text-decoration: underline; }
  .footer .catmenu .item.depth_level2 a {
    color: #666;
    font-size: 12px;
    text-decoration: none; }
    .footer .catmenu .item.depth_level2 a:hover,
    .footer .catmenu .item.depth_level2 a:hover span {
      text-decoration: underline; }

@media screen and (max-width: 750px) and (min-width: 481px) {
  body.adaptive .footer .catmenu .title {
    text-align: center; } }

.pmenu .in {
  border: 1px solid #F2F2F2; }

.pmenu a {
  display: block;
  width: 100%;
  padding: 10px 14px;
  text-decoration: none; }
  .pmenu a:hover, .pmenu a.selected, .pmenu a.selected:active, .pmenu a:active {
    color: #fff;
    background-color: #344a71;
    text-decoration: none; }

.pmenu .separator {
  width: 100%;
  height: 1px;
  background-color: #F2F2F2; }

.tpanel_menu {
  height: 48px;
  overflow: hidden; }
  .tpanel_menu a {
    display: block;
    float: left;
    margin-top: 16px;
    margin-right: 14px; }

.tpanel__menu2 {
  max-height: 29px;
  float: right;
  overflow: hidden; }
  .tpanel__menu2 a {
    display: inline-block;
    margin-left: 22px;
    padding: 5px 0; }
    .tpanel__menu2 a:first-child {
      margin-left: 0; }
    .tpanel__menu2 a .svg-icon {
      position: relative;
      bottom: 1px;
      width: 16px;
      height: 16px;
      fill: #4c6ca5;
      margin-right: 2px; }

.brandsdetail .img {
  float: right;
  width: 20%;
  padding: 0px 0px 15px 15px; }

.brandsdetail .bot {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #F2F2F2; }

.brandsdetail .bot .back {
  float: left; }

.catalog.brands .prods {
  margin-left: 0; }

@media screen and (max-width: 480px) {
  body.adaptive .brandsdetail .img {
    float: none;
    width: 100%;
    padding: 0px 0px 15px 0px;
    text-align: center; } }

/* catalog.section.list -> brand_big */
.brandbig {
  margin-top: 15px; }

.brandbig .item {
  display: block;
  float: left;
  width: 25%;
  padding: 12px; }

.brandbig .item .img {
  display: block;
  height: 175px; }

.brandbig .item .img img {
  display: inline;
  line-height: 175px; }

.brandbig .item .name {
  display: block;
  font-size: 18px;
  color: #4c6ca5; }

.brandbig .separator {
  float: left; }

.brandbig .separator.x4 {
  width: 100%; }

@media screen and (max-width: 1010px) {
  body.adaptive .brandbig .item {
    width: 33%; }
  body.adaptive .brandbig .separator.x4,
  body.adaptive .brandbig .separator.x2,
  body.adaptive .brandbig .separator.x1 {
    display: none; }
  body.adaptive .brandbig .separator.x3 {
    display: block;
    width: 100%; } }

@media screen and (max-width: 750px) {
  body.adaptive .brandbig .item {
    width: 50%; }
  body.adaptive .brandbig .separator.x4,
  body.adaptive .brandbig .separator.x3,
  body.adaptive .brandbig .separator.x1 {
    display: none; }
  body.adaptive .brandbig .separator.x2 {
    display: block;
    width: 100%; } }

/* /catalog.section.list -> brand_big */
.iblockdetail {
  line-height: 18px; }

.iblockdetail .pic {
  width: 25%;
  min-width: 90px;
  float: left;
  padding: 0px 20px 10px 0px; }

.iblockdetail .text {
  width: 75%;
  float: left;
  text-align: justify; }

.iblockdetail .bot {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #F2F2F2; }

.iblockdetail .bot .back {
  float: left; }

.iblockdetail .bot .date {
  float: right;
  color: #666666;
  font-style: italic; }

/* content */
/*.iblockdetail table{
	display: table;
    border-collapse: separate;
    border-spacing: 2px;
}
.iblockdetail table,
.iblockdetail td{
	margin: auto;
    padding: 1px;
    border: 1px solid gray;
}*/
.iblockdetail table {
  width: 100%;
  margin: 20px 0; }

.iblockdetail table tr {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee; }

.iblockdetail table td, .iblockdetail table th {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 15px; }

.iblockdetail table th {
  background: #f8f8f8; }

.iblockdetail li {
  list-style-type: disc;
  padding-bottom: 7px; }

.iblockdetail ul {
  margin: 20px 0px 20px 20px; }

@media screen and (max-width: 480px) {
  body.adaptive .iblockdetail .pic {
    width: 100%;
    text-align: center;
    padding: 0px 0px 10px 0px; }
  body.adaptive .iblockdetail .text {
    width: 100%; }
  body.adaptive .iblockdetail .bot {
    margin-top: 5px;
    padding-top: 5px; }
  body.adaptive .iblockdetail .bot .back,
  body.adaptive .iblockdetail .bot .date {
    float: none;
    margin: 3px 0px; } }

.presscentermainn {
  width: 20%;
  margin-top: 12px; }
  .presscentermainn .title {
    padding: 0px 17px 15px 17px;
    color: #EE8131;
    font-size: 24px;
    text-transform: uppercase; }
  .presscentermainn .in {
    width: 100%;
    background-color: #F3F3F3; }
  .presscentermainn .item {
    width: 100%;
    float: left;
    padding: 17px 17px 0px 17px; }
    .presscentermainn .item.last {
      padding-bottom: 13px; }
    .presscentermainn .item a.blockname {
      color: #4c6ca5; }
  .presscentermainn .img {
    margin-bottom: 5px; }

@media screen and (max-width: 1010px) {
  body.adaptive .presscentermainn {
    width: 100%; }
  body.adaptive .presscentermainn .item {
    width: 25%;
    padding-bottom: 13px; } }

@media screen and (max-width: 750px) {
  body.adaptive .presscentermainn .item {
    width: 50%; } }

@media screen and (max-width: 480px) {
  body.adaptive .presscentermainn .item {
    display: table;
    width: 100%; }
  body.adaptive .presscentermainn .item .img {
    display: table-cell;
    width: 90px;
    max-width: 90px;
    padding-right: 13px;
    vertical-align: middle; }
  body.adaptive .presscentermainn .item .img img {
    display: block; }
  body.adaptive .presscentermainn .item .data {
    display: table-cell;
    vertical-align: middle; } }

.gopro-banners {
  overflow: hidden;
  /***************** navigation *******************/
  /****************************************/
  /***************** dots *******************/
  /****************************************/ }
  .gopro-banners__banner {
    position: relative; }
  .gopro-banners__background {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }
  .gopro-banners__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 5;
    top: 0;
    z-index: 15; }
  .gopro-banners__wrap {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto; }
  .gopro-banners__product {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    margin: auto;
    text-align: center;
    z-index: 5; }
    .gopro-banners__product-image {
      display: inline-block;
      max-width: 100%;
      width: auto;
      max-height: 100%;
      margin: 0 auto; }
  .gopro-banners__video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5; }
    .gopro-banners__video-video {
      width: 100%;
      height: auto; }
  .gopro-banners__infowrap {
    position: relative;
    height: 100%;
    width: 50%;
    display: table;
    word-break: break-word;
    z-index: 10; }
    .gopro-banners__infowrap.video {
      width: 100%;
      text-align: center; }
  .gopro-banners__info {
    display: table-cell;
    vertical-align: middle;
    word-break: break-word; }
  .gopro-banners__text {
    width: 100%;
    max-width: 400px;
    padding: 27px 24px;
    background: rgba(255, 255, 255, 0.85); }
  .gopro-banners__text1 {
    color: #214496; }
    .gopro-banners__text1.product {
      position: relative;
      font-size: 25px;
      font-weight: bold;
      line-height: 45px;
      white-space: nowrap;
      color: #000; }
      .gopro-banners__text1.product:after {
        display: block;
        top: 100%;
        left: 0;
        width: 20%;
        height: 4px;
        content: ' ';
        margin-top: 5px;
        background-color: #4c6ca5; }
  .gopro-banners__text2 {
    color: #4c6ca5; }
    .gopro-banners__text2.product {
      margin-top: 5px; }
  .gopro-banners__text3 {
    position: relative;
    color: #707070; }
    .gopro-banners__text3.product {
      max-height: 105px;
      color: #000;
      font-size: 13px;
      line-height: 26px;
      margin-top: 15px;
      overflow: hidden; }
      .gopro-banners__text3.product:after {
        position: absolute;
        width: 30%;
        height: 25px;
        right: 0;
        bottom: 0;
        content: ' ';
        text-align: right;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFF 50%); }
  .gopro-banners .owl-carousel {
    display: block; }
    .gopro-banners .owl-carousel:hover .owl-nav {
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
      -moz-opacity: .5;
      -khtml-opacity: .5;
      opacity: .5; }
    .gopro-banners .owl-carousel .owl-nav {
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      -webkit-transition: all .2s ease-in-out 0s;
      -moz-transition: all .2s ease-in-out 0s;
      -o-transition: all .2s ease-in-out 0s; }
      .gopro-banners .owl-carousel .owl-nav div.owl-prev, .gopro-banners .owl-carousel .owl-nav div.owl-next {
        position: absolute;
        top: 50%;
        margin-top: -32px;
        cursor: pointer; }
      .gopro-banners .owl-carousel .owl-nav div.owl-prev {
        left: 0px; }
      .gopro-banners .owl-carousel .owl-nav div.owl-next {
        right: 0px; }
      .gopro-banners .owl-carousel .owl-nav div span {
        display: block;
        width: 25px;
        height: 25px;
        margin: 20px;
        cursor: pointer;
        background-color: #FAFAFA; }
        .gopro-banners .owl-carousel .owl-nav div span:hover {
          background-color: #214496; }
          .gopro-banners .owl-carousel .owl-nav div span:hover .svg-icon {
            fill: #fff; }
        .gopro-banners .owl-carousel .owl-nav div span .svg-icon {
          width: 12px;
          height: 12px;
          margin-top: 5px;
          margin-left: 6px;
          fill: #000; }
  .gopro-banners .owl-dots {
    position: absolute;
    bottom: 9%;
    left: 12%;
    width: 100%; }
    .gopro-banners .owl-dots .owl-dot {
      float: left;
      width: 17px;
      height: 17px;
      margin-right: 13px;
      cursor: pointer;
      background-color: #F3F3F3; }
      .gopro-banners .owl-dots .owl-dot.active {
        background-color: #4c6ca5; }
      .gopro-banners .owl-dots .owl-dot:hover, .gopro-banners .owl-dots .owl-dot.active:hover {
        background-color: #344a71; }
  .gopro-banners .owl-carousel.owl-loaded .owl-item img {
    width: auto; }

.gopro-banners__banner-text .gopro-banners__infowrap, .gopro-banners__banner-banner .gopro-banners__infowrap {
  width: 50%; }

@media (min-width: 1010px) {
  .menu_vertical1 .gopro-banners,
  .menu_vertical2 .gopro-banners {
    margin-left: 252px; } }

@media (min-width: 768px) {
  .gopro-banners__infowrap {
    padding-left: 6%; }
  .gopro-banners__banner {
    height: 410px; }
  .gopro-banners__text1 {
    font-size: 24px;
    margin-bottom: 8px; }
  .gopro-banners__text2 {
    font: 13px Opensanslight, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 5px; }
  .gopro-banners__text3 {
    font-size: 14px; } }

@media (max-width: 767px) {
  .gopro-banners__infowrap {
    width: 65%;
    padding-left: 65px; }
  .gopro-banners__banner {
    height: auto; }
  .gopro-banners__background {
    height: 0;
    padding-top: 45%; }
  .gopro-banners__text1 {
    font-size: 2.9vw;
    line-height: 4vw;
    margin-bottom: 10px; }
    .gopro-banners__text1.product {
      font-weight: normal; }
  .gopro-banners__text2 {
    font-weight: normal;
    font-size: 3.7vw;
    line-height: 5vw; }
  .gopro-banners .owl-carousel .owl-nav div.owl-prev, .gopro-banners .owl-carousel .owl-nav div.owl-next {
    margin-top: -52px; }
  .gopro-banners .owl-carousel .owl-dots {
    position: static;
    text-align: center;
    padding: 10px 0px; }
    .gopro-banners .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      float: none;
      width: 12px;
      height: 12px;
      margin-right: 10px;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .header_type2 .gopro-banners {
    margin-top: 5px; } }

@media (max-width: 480px) {
  .gopro-banners__product {
    width: 100%; }
    .gopro-banners__product-image {
      margin-right: auto;
      margin-left: auto; }
  .gopro-banners__infowrap {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0; }
  .gopro-banners__text {
    text-align: center;
    padding: 12px 12px; }
  .gopro-banners__text1 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px; }
    .gopro-banners__text1.product:after {
      display: none; }
  .gopro-banners__text2 {
    font-size: 12px;
    line-height: 18px; } }

.brandslist.mainstyles {
  margin-top: 25px; }
  .brandslist.mainstyles .title {
    margin-bottom: 15px;
    padding: 0px 17px 15px 17px;
    border-bottom: 1px solid #F2F2F2; }
    .brandslist.mainstyles .title a {
      font-size: 24px;
      font-weight: normal;
      text-transform: uppercase; }

.brandslist .h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px; }
  .brandslist .h2 a {
    color: #4c6ca5; }

@media screen and (min-width: 1261px) {
  body.adaptive .brandslist .separator.x7 {
    display: block; } }

@media screen and (max-width: 1260px) and (min-width: 1025px) {
  body.adaptive .brandslist .item {
    width: 16%; }
  body.adaptive .brandslist .separator {
    display: none; }
  body.adaptive .brandslist .separator.x6 {
    display: block; } }

@media screen and (max-width: 1024px) and (min-width: 751px) {
  body.adaptive .brandslist .item {
    width: 20%; }
  body.adaptive .brandslist .separator {
    display: none; }
  body.adaptive .brandslist .separator.x5 {
    display: block; } }

@media screen and (max-width: 750px) and (min-width: 576px) {
  body.adaptive .brandslist .item {
    width: 25%; }
  body.adaptive .brandslist .separator {
    display: none; }
  body.adaptive .brandslist .separator.x4 {
    display: block; } }

@media screen and (max-width: 575px) and (min-width: 481px) {
  body.adaptive .brandslist .item {
    width: 33%; }
  body.adaptive .brandslist .separator {
    display: none; }
  body.adaptive .brandslist .separator.x3 {
    display: block; } }

@media screen and (max-width: 480px) {
  body.adaptive .brandslist .item {
    width: 50%; }
  body.adaptive .brandslist .separator {
    display: none; }
  body.adaptive .brandslist .separator.x2 {
    display: block; } }

.brandslistimg.mainstyles {
  margin-top: 25px; }

.brandslistimg.mainstyles .title {
  margin-bottom: 15px;
  padding: 0px 17px 15px 17px;
  border-bottom: 1px solid #F2F2F2; }

.brandslistimg.mainstyles .title a {
  font-size: 24px;
  color: #4c6ca5;
  font-weight: normal;
  text-transform: uppercase; }

.brandslistimg .item {
  display: block;
  width: 14%;
  height: 80px;
  float: left;
  padding: 10px 10px;
  text-align: center; }

.brandslistimg .item .pic {
  display: table;
  width: 100%;
  height: 80px;
  line-height: 80px; }

.brandslistimg .item .pic a {
  display: table-cell;
  width: 100%;
  height: 80px;
  text-align: center; }

.brandslistimg .item .pic img {
  width: auto;
  max-width: 100%;
  max-height: 80px;
  vertical-align: middle; }

@media screen and (max-width: 1260px) and (min-width: 1025px) {
  body.adaptive .brandslistimg .item {
    width: 16%; } }

@media screen and (max-width: 1024px) and (min-width: 751px) {
  body.adaptive .brandslistimg .item {
    width: 20%; } }

@media screen and (max-width: 750px) and (min-width: 576px) {
  body.adaptive .brandslistimg .item {
    width: 25%; } }

@media screen and (max-width: 575px) and (min-width: 481px) {
  body.adaptive .brandslistimg .item {
    width: 33%; } }

@media screen and (max-width: 480px) {
  body.adaptive .brandslistimg .item {
    width: 50%; } }

.brandslistimgowl1 {
  /***************** navigation *******************/
  /****************************************/ }
  .brandslistimgowl1 .owl-carousel {
    display: block; }
    .brandslistimgowl1 .owl-carousel:hover .owl-nav {
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
      -moz-opacity: .5;
      -khtml-opacity: .5;
      opacity: .5; }
    .brandslistimgowl1 .owl-carousel .owl-nav {
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      -webkit-transition: all .2s ease-in-out 0s;
      -moz-transition: all .2s ease-in-out 0s;
      -o-transition: all .2s ease-in-out 0s; }
      .brandslistimgowl1 .owl-carousel .owl-nav div.owl-prev, .brandslistimgowl1 .owl-carousel .owl-nav div.owl-next {
        position: absolute;
        top: 50%;
        margin-top: -32px;
        cursor: pointer; }
      .brandslistimgowl1 .owl-carousel .owl-nav div.owl-prev {
        left: 0px; }
      .brandslistimgowl1 .owl-carousel .owl-nav div.owl-next {
        right: 0px; }
      .brandslistimgowl1 .owl-carousel .owl-nav div span {
        display: block;
        width: 25px;
        height: 25px;
        margin: 20px;
        cursor: pointer;
        background-color: #FAFAFA; }
        .brandslistimgowl1 .owl-carousel .owl-nav div span:hover {
          background-color: #214496; }
          .brandslistimgowl1 .owl-carousel .owl-nav div span:hover .svg-icon {
            fill: #fff; }
        .brandslistimgowl1 .owl-carousel .owl-nav div span .svg-icon {
          width: 12px;
          height: 12px;
          margin-top: 5px;
          margin-left: 6px;
          fill: #000; }

.brandslistimgowl1.mainstyles {
  margin-top: 25px; }

.brandslistimgowl1.mainstyles .title {
  margin-bottom: 15px;
  padding: 0px 17px 15px 17px;
  border-bottom: 1px solid #F2F2F2; }

.brandslistimgowl1.mainstyles .title a {
  font-size: 24px;
  color: #4c6ca5;
  font-weight: normal;
  text-transform: uppercase; }

/* nav */
.brandslistimgowl1 .owl-nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s; }

.brandslistimgowl1 .owl-carousel:hover .owl-nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5; }

.brandslistimgowl1 .owl-nav div.owl-prev,
.brandslistimgowl1 .owl-nav div.owl-next {
  position: absolute;
  top: 50px;
  margin-top: -32px;
  cursor: pointer; }

.brandslistimgowl1 .owl-nav div.owl-prev {
  left: 0px; }

.brandslistimgowl1 .owl-nav div.owl-next {
  right: 0px; }

.brandslistimgowl1 .owl-nav div span {
  display: block;
  width: 25px;
  height: 25px;
  margin: 20px;
  cursor: pointer;
  background-color: #FAFAFA; }

.brandslistimgowl1 .owl-nav div span:hover {
  background-color: #214496; }

.brandslistimgowl1 .owl-nav div span .svg-icon {
  width: 7px;
  height: 10px;
  margin-top: 5px;
  margin-left: 9px; }

/* dots */
.brandslistimgowl1 .owl-dots {
  display: none; }

/* items */
.brandslistimgowl1 .owl-item {
  max-height: 100px;
  text-align: center; }

.brandslistimgowl1 .owl-item .in {
  height: 100px;
  padding: 10px 10px; }

.brandslistimgowl1 .owl-item .pic {
  display: table;
  width: 100%;
  height: 80px;
  line-height: 80px; }

.brandslistimgowl1 .owl-item .pic a {
  display: table-cell;
  width: 100%;
  height: 80px;
  text-align: center; }

.brandslistimgowl1 .item .pic img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 80px;
  vertical-align: middle; }

.fichi {
  line-height: 18px;
  text-align: center;
  margin: 12px 0 4px 0; }
  .fichi__inner {
    padding: 8px 0 0 0;
    border-top: 2px solid #4c6ca5;
    border-bottom: 2px solid #4c6ca5; }
  .fichi__link {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    color: #333;
    text-align: left;
    line-height: 16px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto; }
    .fichi__link:hover {
      text-decoration: none; }
  .fichi__img {
    width: 44px;
    line-height: 44px;
    text-align: center; }
    .fichi__img img {
      height: auto;
      max-height: 44px; }
  .fichi__name {
    padding-left: 12px;
    margin-right: 56px;
    max-height: 32px;
    overflow: hidden; }
  .fichi__img, .fichi__name {
    display: inline-block;
    height: 44px;
    font-size: 12px;
    vertical-align: middle;
    white-space: normal; }

@media (max-width: 480px) {
  .fichi__link {
    text-align: center;
    margin-bottom: 15px; }
    .fichi__link:last-child {
      margin-bottom: 0; }
  .fichi__img {
    max-width: 100%;
    margin-bottom: 10px; }
  .fichi__img, .fichi__name {
    display: block;
    width: 100%;
    padding-left: 0; } }

.arfiles {
  margin-top: 30px; }

.arfiles .files {
  margin-top: 15px; }

.arfiles a.docs {
  width: 33%;
  display: block;
  float: left;
  padding: 8px 15px 8px 0px; }

.arfiles a.docs .icon {
  display: block;
  float: left;
  width: 44px;
  height: 47px;
  background-position: 0px -834px; }

.arfiles a.docs .icon.word {
  height: 45px;
  margin-bottom: 2px;
  background-position: 0px -744px; }

.arfiles a.docs .icon.excel {
  height: 45px;
  margin-bottom: 2px;
  background-position: 0px -789px; }

.arfiles a.docs .icon.pdf {
  background-position: 0px -697px; }

.arfiles a.docs span {
  display: block;
  margin-left: 50px; }

.arfiles a.docs .description {
  color: #000; }

.arfiles a.docs .size {
  color: #999;
  font-size: 11px; }

.arfiles .separator.x3 {
  width: 100%;
  float: left;
  display: block; }

.arfiles a.docs:hover .name {
  text-decoration: underline; }

.arfiles a.docs:hover,
.arfiles a.docs:hover .size,
.arfiles a.docs .size:hover {
  text-decoration: none; }

@media screen and (max-width: 605px) {
  body.adaptive .arfiles .docs {
    width: 50%; }
  body.adaptive .arfiles .separator.x3 {
    display: inline;
    width: 0px;
    float: none; }
  body.adaptive .arfiles .separator.x2 {
    display: block;
    width: 100%;
    float: left; } }

@media screen and (max-width: 480px) {
  body.adaptive .arfiles .docs {
    width: 100%; }
  body.adaptive .arfiles .separator.x3 {
    display: inline;
    width: 0px;
    float: none; }
  body.adaptive .arfiles .separator.x1 {
    display: block;
    width: 100%;
    float: left; } }

.gallery-popup {
  margin-top: 25px;
  margin-bottom: 15px; }
  .gallery-popup .row {
    margin-left: -1px;
    margin-right: -1px; }
  .gallery-popup__col_item {
    padding-left: 1px;
    padding-right: 1px; }
  .gallery-popup__item {
    margin-top: 1px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: auto; }
  .gallery-popup__link {
    position: relative;
    display: block;
    height: 0;
    padding-top: 75%;
    overflow: hidden; }
    .gallery-popup__link:hover .gallery-popup__pic {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); }
    .gallery-popup__link:hover .gallery-popup__info {
      visibility: visible;
      background: rgba(0, 0, 0, 0.7);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .gallery-popup__pic {
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .gallery-popup__info {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
  .gallery-popup__title {
    position: relative;
    top: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.38462;
    padding: 0 10px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.iblocklist {
  line-height: 18px; }

.iblocklist .item {
  width: 100%;
  margin-bottom: 25px; }

.iblocklist .item .pic,
.iblocklist .item .info {
  float: left; }

.iblocklist .item .pic {
  width: 20%;
  min-width: 90px;
  padding: 0px 20px 10px 0px; }

.iblocklist .item .info {
  width: 80%;
  text-align: justify; }

.iblocklist .item.noimage .info {
  width: 100%; }

.iblocklist .item .name {
  margin-bottom: 5px; }

.iblocklist .item .more {
  margin-top: 20px;
  text-align: right; }

.iblocklist .item .more a .icon {
  width: 7px;
  height: 14px;
  margin-left: 5px;
  margin-bottom: 3px;
  background-position: 0px -545px; }

.iblocklist .item .more a:hover .icon {
  background-position: -21px -545px; }

@media screen and (max-width: 480px) {
  body.adaptive .iblocklist .item.line {
    padding-top: 10px;
    border-top: 1px solid #F2F2F2; }
  body.adaptive .iblocklist .item .pic,
  body.adaptive .iblocklist .item .info {
    width: 100%; }
  body.adaptive .iblocklist .item .pic {
    text-align: center; }
  body.adaptive .iblocklist .item .more {
    margin-top: 5px; } }

.shops {
  width: 100%; }
  .shops .cell {
    float: left;
    width: 50%; }
    .shops .cell.items {
      width: 35%; }
    .shops .cell.map {
      width: 65%; }

#rsGoproShops {
  width: 100%;
  height: 500px; }

#lovekids_shops .shop_item {
  margin-bottom: 15px; }

#lovekids_shops .shop_item .descr {
  margin-left: 17px; }

@media screen and (max-width: 900px) {
  body.adaptive .shops .cell.items,
  body.adaptive .shops .cell.map {
    width: 100%; } }

.shops2 {
  margin-top: 25px;
  margin-bottom: 15px; }
  .shops2 .shops2-panel input.form-control {
    width: 100%; }
  .shops2 .shops2-panel .btn1 {
    padding: 11px 14px; }
    .shops2 .shops2-panel .btn1.active {
      border-color: #344a71;
      background-color: #344a71; }
  .shops2__list {
    height: 350px;
    padding: 15px;
    border: 1px solid #F3F3F3;
    overflow-y: auto; }
  @media (max-width: 991px) {
    .shops2__list {
      height: 200px;
      margin: 15px 0; } }
  .shops2-item {
    cursor: pointer;
    margin-bottom: 9px; }
    .shops2-item:hover .shops2-item__name {
      text-decoration: underline; }
    .shops2-item__name {
      font-weight: bold; }

#rsGoproShops2 {
  width: 100%;
  height: 350px; }

.sale-acountpay-block {
  margin-bottom: 10px; }

.sale-acountpay-title {
  font-size: 14px; }

.sale-acountpay-fixedpay-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-size: 13px;
  min-width: 55px;
  border-radius: 2px;
  margin-bottom: 5px; }

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item:hover {
  background: #d1e6f0; }

.bx-sap .control-label.input-lg {
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  vertical-align: middle; }

/*pay*/
.sale-acountpay-pp-company {
  padding-bottom: 20px;
  z-index: 100;
  position: relative; }

.sale-acountpay-pp .sale-acountpay-pp-company {
  padding: 7px;
  border: 1px solid transparent; }

.sale-acountpay-pp-company-graf-container {
  border: 2px solid #c3cace;
  border-radius: 2px;
  position: relative;
  background: #fff;
  width: auto;
  height: 0;
  max-height: 64px;
  padding-top: 50%; }

.sale-acountpay-pp-company.bx-selected .sale-acountpay-pp-company-graf-container {
  border-color: #159ebb; }

.sale-acountpay-pp-company.bx-error .sale-acountpay-pp-company-graf-container {
  border-color: #db4a29; }

.sale-acountpay-pp-company.bx-warning .sale-acountpay-pp-company-graf-container {
  border-color: #ccbe71; }

input[type=checkbox].sale-acountpay-pp-company-checkbox {
  position: absolute;
  top: 7px;
  left: 7px;
  margin: 0;
  padding: 0;
  z-index: 100; }

.sale-acountpay-pp-company-image {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  width: auto;
  max-width: 100%;
  max-height: 50px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.sale-acountpay-pp-company-smalltitle {
  padding-top: 9px;
  color: #a3a3a3;
  font-size: 11px;
  text-align: center;
  padding-bottom: 5px; }

.sale-acountpay-pp-company-title {
  font-size: 19px;
  font-weight: bold; }

.sale-acountpay-pp-company-selected {
  padding: 4px 0; }

ul.sale-acountpay-pp-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #000; }

ul.sale-acountpay-pp-list li {
  clear: both;
  padding: 5px 0; }

.sale-acountpay-pp-list-termin {
  color: #8d8d8d;
  display: block; }

.sale-acountpay-pp-list-description {
  display: block; }

.sale-acountpay-pp-delivery-cost {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 2px 4px;
  right: -2px;
  bottom: -2px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.5); }

.sale-acountpay-pp-field .form-control {
  background: #fff; }

.sale-acountpay-pp-price {
  text-align: right;
  padding: 4px 0; }

.sale-acountpay-service-small {
  color: #a3a3a3;
  font-size: 11px; }

@media (min-width: 1200px) {
  .sale-acountpay-pp div .sale-acountpay-pp-company:nth-child(4n+1),
  .sale-acountpay-pp-item-container .sale-acountpay-pp-company:nth-child(4n+1) {
    clear: both;
    padding-left: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .sale-acountpay-pp div .sale-acountpay-pp-company:nth-child(3n+1),
  .sale-acountpay-pp-item-container .sale-acountpay-pp-company:nth-child(3n+1) {
    clear: both;
    padding-left: 0; } }

@media (max-width: 767px) {
  .sale-acountpay-pp,
  .sale-acountpay-pp-item-container {
    max-width: 300px; }
  .sale-acountpay-pp div .sale-acountpay-pp-company:nth-child(2n+1),
  .sale-acountpay-pp-item-container .sale-acountpay-pp-company:nth-child(2n+1) {
    clear: both;
    padding-left: 0; } }

#loading_screen {
  position: fixed;
  z-index: 1150;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px; }

.sale-acountpay-input {
  text-align: right; }

.btn.sale-account-pay-button {
  padding: 0 28px;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.sale_locations_fixed {
  margin-bottom: 10px; }

.default {
  margin-bottom: 5px; }

.default {
  margin-bottom: 10px; }

div.search-popup {
  margin: -1px 0px 0px 0px;
  padding: 2px;
  border: 1px solid #F2F2F2;
  background: #fff; }

div.search-popup-row, div.search-popup-row-active {
  position: relative;
  padding: 2px 4px;
  margin: 0px;
  cursor: hand;
  cursor: pointer;
  font-size: 12px; }

div.search-popup-row {
  background: #FFFFFF; }

div.search-popup-row-active {
  background: #EEEEEE; }

div.search-popup-el-name, div.search-popup-el-cnt {
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: left; }

div.search-popup-el-cnt {
  text-align: right;
  float: right; }

div.search-popup {
  margin: -1px 0px 0px 0px;
  padding: 2px;
  border: 1px solid #F2F2F2;
  background: #fff;
  z-index: 12000 !important; }

div.search-popup-row, div.search-popup-row-active {
  position: relative;
  padding: 2px 4px;
  margin: 0px;
  cursor: hand;
  cursor: pointer;
  font-size: 12px; }

div.search-popup-row {
  background: #FFFFFF; }

div.search-popup-row-active {
  background: #EEEEEE; }

div.search-popup-el-name, div.search-popup-el-cnt {
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: left; }

div.search-popup-el-cnt {
  text-align: right;
  float: right; }

.body {
  /* table */
  /* /table */
  /* quantity */
  /* /quantity */
  /* counpons */
  /* /counpons */
  /* summ prices */
  /* /summ prices */
  /* pay button */
  /* /pay button */ }
  .body .bx_ordercart .bx_ordercart_order_pay,
  .body .bx_ordercart .bx_ordercart_order_sum,
  .body .bx_ordercart .bx_ordercart_order_pay_left,
  .body .bx_ordercart .bx_ordercart_order_pay_right,
  .body .bx_ordercart .bx_ordercart_order_pay_center,
  .body .bx_ordercart .bx_ordercart_order_pay_center span,
  .body .bx_ordercart .bx_ordercart_order_pay_center .checkout,
  .body .bx_ordercart .bx_ordercart_order_table_container table,
  .body .bx_ordercart .bx_ordercart_order_table_container table tbody,
  .body .bx_ordercart .bx_ordercart_order_table_container table tbody tr,
  .body .bx_ordercart .bx_ordercart_order_table_container table tbody tr td,
  .body .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
  .body .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
    font-size: 13px;
    line-height: 18px;
    transition: 0s; }
  .body .bx_ordercart .bx_sort_container {
    width: 100%;
    white-space: nowrap;
    padding: 0;
    margin: 0 0 10px 0;
    background: #f3f3f3;
    border: none;
    overflow-x: auto;
    overflow-y: hidden; }
  .body .bx_ordercart .bx_sort_container span {
    display: none; }
  .body .bx_ordercart .bx_sort_container a {
    position: relative;
    display: inline-block;
    float: none;
    font-size: 13px;
    line-height: 18px;
    color: #155В89;
    white-space: nowrap;
    text-decoration: none;
    margin: 0;
    padding: 20px 23px;
    background: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: none;
    border-left: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none; }
    .body .bx_ordercart .bx_sort_container a:before, .body .bx_ordercart .bx_sort_container a:after {
      position: absolute;
      display: none;
      top: -1px;
      width: 2px;
      height: 1px;
      content: " ";
      background-color: #fff; }
    .body .bx_ordercart .bx_sort_container a:before {
      left: 0; }
    .body .bx_ordercart .bx_sort_container a:after {
      right: 0; }
    .body .bx_ordercart .bx_sort_container a:hover {
      color: #67adda; }
    .body .bx_ordercart .bx_sort_container a.active, .body .bx_ordercart .bx_sort_container a.current {
      color: #155В89;
      background-color: #fff !important;
      border-top: 1px solid #f3f3f3;
      border-right: 1px solid #f3f3f3;
      border-left: 1px solid #f3f3f3; }
      .body .bx_ordercart .bx_sort_container a.active:before, .body .bx_ordercart .bx_sort_container a.active:after, .body .bx_ordercart .bx_sort_container a.current:before, .body .bx_ordercart .bx_sort_container a.current:after {
        display: block; }
  .body .bx_ordercart .bx_sort_container a .flat {
    display: inline-block !important; }
  .body .bx_ordercart .bx_ordercart_order_table_container {
    border: none; }
  .body .bx_ordercart .bx_ordercart_photo_container {
    min-width: auto;
    border: none; }
  .body .bx_ordercart .bx_ordercart_order_table_container table td.margin,
  .body .bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td.margin {
    width: 0;
    padding: 0; }
  .body .bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
    width: 92px;
    padding: 10px !important; }
  .body .bx_ordercart .bx_ordercart_order_table_container tbody td.item {
    width: auto; }
  .body .bx_ordercart .bx_ordercart_order_table_container table {
    border: none; }
  .body .bx_ordercart .bx_ordercart_order_table_container table thead td {
    min-height: auto;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #383839;
    padding: 13px 26px 15px;
    vertical-align: middle;
    background-color: #fff;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2; }
  .body .bx_ordercart .bx_ordercart_order_table_container table tbody td,
  .body .bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td {
    padding: 13px 26px 15px;
    vertical-align: middle;
    color: black;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #F2F2F2;
    border-left: none; }
  .body .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
    display: inline-block;
    font-weight: normal;
    font-size: 13px; }
  .body .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
    display: block;
    color: #155В89;
    font-weight: normal; }
    .body .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a:hover {
      color: #67adda; }
  .body .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu_scroller_container {
    margin-left: 0; }
  .body .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul {
    list-style: none;
    padding-left: 0px;
    counter-reset: list 0; }
    .body .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul > .sku_prop {
      width: auto !important;
      height: auto !important;
      position: static;
      list-style-type: none;
      padding-top: 0 !important; }
      .body .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul > .sku_prop:hover > a, .body .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul > .sku_prop.bx_active > a {
        border-color: #4c6ca5; }
      .body .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul > .sku_prop > a {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: inline-block;
        padding: 4px;
        margin-right: 8px;
        margin-bottom: 8px;
        border: 1px solid #bdbec0;
        background: transparent; }
        .body .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul > .sku_prop > a > span {
          position: static;
          top: auto;
          right: auto;
          bottom: auto;
          left: auto;
          display: inline-block;
          width: 31px;
          height: 31px;
          font-size: 0;
          vertical-align: middle;
          border: 1px solid transparent;
          background-size: cover; }
  .body .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
    font-weight: normal; }
  .body .bx_ordercart .bx_ordercart_order_pay {
    padding: 0; }
  .body .bx_ordercart.bx_blue .bx_bt_button {
    position: relative;
    display: inline-block;
    height: auto;
    padding: 5px 21px 6px 21px;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    box-shadow: none;
    transition: 0s;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: #8cba25;
    border: 1px solid #8cba25;
    border-bottom-color: #5c7a18;
    padding: 9px 14px 8px; }
    .body .bx_ordercart.bx_blue .bx_bt_button:hover {
      color: #fff;
      background-color: #5c7a18;
      border-color: #5c7a18;
      text-decoration: none;
      transition: 0s; }
  .body .bx_ordercart_order_table_container .custom .centered {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 31px;
    background-color: #FFF;
    position: relative; }
  .body .bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
    color: #155В89; }
    .body .bx_ordercart .bx_ordercart_order_table_container tbody td.control a:hover {
      color: #67adda; }
  .body table.counter {
    width: 100%;
    height: 22px; }
    .body table.counter .basket_quantity_control a {
      position: relative;
      display: inline-block;
      float: left;
      text-decoration: none;
      cursor: pointer;
      padding: 14px 15px 15px 14px;
      background: #F3F3F3;
      border: 1px solid #ebebeb;
      border-radius: 4px;
      position: absolute; }
      .body table.counter .basket_quantity_control a:before, .body table.counter .basket_quantity_control a:after {
        position: absolute;
        display: inline-block;
        width: 10px;
        height: 10px;
        content: ' ';
        background-color: black; }
      .body table.counter .basket_quantity_control a:hover {
        background-color: #e0e0e0; }
      .body table.counter .basket_quantity_control a:active {
        background-color: #cdcdcd; }
      .body table.counter .basket_quantity_control a.minus {
        top: 1px;
        left: 0; }
        .body table.counter .basket_quantity_control a.minus:before {
          top: 14px;
          left: 8px;
          width: 13px;
          height: 1px;
          content: ' ';
          background-color: black; }
        .body table.counter .basket_quantity_control a.minus:after {
          content: none; }
      .body table.counter .basket_quantity_control a.plus {
        top: 0px;
        right: 0; }
        .body table.counter .basket_quantity_control a.plus:before {
          top: 14px;
          left: 8px;
          width: 13px;
          height: 1px; }
        .body table.counter .basket_quantity_control a.plus:after {
          top: 8px;
          left: 14px;
          width: 1px;
          height: 13px; }
    .body table.counter input {
      display: inline-block;
      float: left;
      width: 29px;
      text-align: center;
      padding: 7px 0 7px;
      background-color: #FFF;
      border: 1px solid #ebebeb;
      border-right: none;
      border-radius: 4px 0 0 4px;
      box-shadow: none;
      position: absolute;
      top: 0;
      left: 31px; }
      .body table.counter input:hover, .body table.counter input:hover:focus, .body table.counter input:focus {
        border-color: #ebebeb;
        box-shadow: none; }
    .body table.counter .rsgopro-basket-measure {
      display: inline-block;
      float: left;
      width: 29px;
      line-height: 18px;
      text-align: center;
      padding: 5px 0 6px;
      background-color: #FFF;
      border: 1px solid #ebebeb;
      border-left: none;
      border-radius: 0 4px 4px 0;
      position: absolute;
      top: 0;
      right: 31px; }
  .body .bx_ordercart .bx_ordercart_coupon:first-of-type span {
    display: none; }
  .body .bx_ordercart .bx_ordercart_coupon span,
  .body .bx_ordercart .bx_ordercart_coupon div {
    width: auto;
    height: auto;
    padding: 0; }
  .body .bx_ordercart .bx_ordercart_coupon span.bad,
  .body .bx_ordercart .bx_ordercart_coupon span.good,
  .body .bx_ordercart .bx_ordercart_coupon span.disabled {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0; }
    .body .bx_ordercart .bx_ordercart_coupon span.bad:hover,
    .body .bx_ordercart .bx_ordercart_coupon span.good:hover,
    .body .bx_ordercart .bx_ordercart_coupon span.disabled:hover {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAMAAAA4Nk+sAAAA1VBMVEXVLy/VMTHWMjLWMzPWNDTWNjbXODjXOjrXOzvYPT3YPz/ZQUHZQ0PaRkbaR0faSEjbTEzbTU3bTk7bT0/dWFjdWVneW1veXV3fYWHfYmLgY2PgZGTgZWXgZmbibW3ib2/jc3Pjd3flfX3lf3/mgYHojo7oj4/rm5vrnZ3soKDtpKTtpqbuqanura3wsrLxuLjxurr42tr43Nz43t754uL54+P76ur76+v77Oz87u787+/88PD88fH88vL99PT99fX99vb++Pj++fn++vr+/Pz//f3////hD3ITAAAA4klEQVQoU2XR2VrCMBRF4YWCAwIiGg1OYHGsI1qrNalGpef9H8mLNvlKXTfJ/m8P4iusWYRB+bxeH7ShvX+V1Nier1DVmhnP8wG1hs8lzzdZauNFBPnaodEwF+SiqXApfHQAIqMBtIkAOim3AKTiNGgnKQA3nAKgcnFj7cQqAE7YJnhQeqwRPCgt1qvf2Ik4XY1VRkHzPPiAs6BKWe8THgB4F6tAWXkD4B7XBZgmCkAlU4DuJxLzr1iQQtPo8FcQyXaXdZSVZ8iO6nps/NGKu57HrXhRO/HP00z1+3vR43e5/wBykDHWjqbzywAAAABJRU5ErkJggg==") no-repeat center; }
  .body .bx_ordercart .bx_ordercart_coupon #coupon {
    width: 300px; }
  .body .bx_ordercart .bx_ordercart_coupon input.bad, .body .bx_ordercart .bx_ordercart_coupon input.good, .body .bx_ordercart .bx_ordercart_coupon input.disabled {
    width: auto;
    padding: 0; }
  .body .bx_ordercart .bx_ordercart_coupon input.bad, .body .bx_ordercart .bx_ordercart_coupon input.good {
    background: transparent;
    border: none;
    box-shadow: none; }
  .body .bx_ordercart .bx_ordercart_coupon input.disabled {
    color: inherit;
    border: none; }
  .body .bx_ordercart .bx_ordercart_coupon span,
  .body .bx_ordercart .bx_ordercart_coupon_notes {
    position: static;
    display: inline-block; }
  .body .bx_ordercart .bx_ordercart_coupon_notes {
    border: none;
    opacity: 1;
    box-shadow: none; }
  .body .bx_ordercart .bx_ordercart_coupon:hover .bx_ordercart_coupon_notes {
    display: inline-block; }
  .body .bx_ordercart .bx_ordercart_order_sum tr td {
    vertical-align: bottom;
    padding: 0 0 0 4px; }
  .body .bx_ordercart .bx_ordercart_order_sum tr td.fwb {
    font-size: 14px;
    font-weight: normal;
    color: #383839; }
    .body .bx_ordercart .bx_ordercart_order_sum tr td.fwb + td.fwb {
      color: black; }
  .body #allSum_FORMATED {
    font-size: 15px;
    font-weight: normal; }
  .body .bx_ordercart .bx_ordercart_order_pay_center {
    margin-top: 0;
    border-top: none; }
  .body .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout {
    position: relative;
    display: inline-block;
    height: auto;
    padding: 5px 21px 6px 21px;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    box-shadow: none;
    transition: 0s;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: #4c6ca5;
    border: 1px solid #4c6ca5;
    border-bottom-color: #344a71;
    padding: 10px 14px; }
    .body .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover {
      color: #fff;
      background-color: #344a71;
      border-color: #344a71;
      text-decoration: none;
      transition: 0s; }

@media (max-width: 530px) {
  .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container table tbody tr {
    border-bottom: 1px solid #ebebeb; }
  .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container table tbody td,
  .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td {
    padding: 5px;
    border-color: transparent; }
  .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
    max-width: 200px;
    max-height: 200px; }
  .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item {
    padding-bottom: 5px; }
  .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
    padding-top: 5px;
    text-align: left; }
    .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
      margin: 0; }
    .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
      margin-left: 0;
      font-size: 14px; }
  .bx-touch .body .rsgopro-basket-quantity {
    position: relative;
    top: -7px; }
  .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span {
    margin-right: 7px; }
  .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom div {
    display: inline-block; }
  .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container tbody td.control {
    text-align: left; }
    .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
      display: block;
      padding: 5px 0; }
      .bx-touch .body .bx_ordercart .bx_ordercart_order_table_container tbody td.control a + a {
        margin-top: 2px; } }

@media (max-width: 767px) {
  .body .bx_ordercart .bx_ordercart_coupon #coupon {
    width: auto; }
  .body .bx_ordercart .bx_ordercart_order_sum tr td.fwb {
    display: block;
    text-align: left; } }

.body .bx-basket .basket-items-list-wrapper,
.body .bx-basket .basket-items-list-wrapper-compact,
.body .bx-basket .basket-checkout-container {
  border-color: #ebebeb; }

.body .bx-basket .basket-coupon-block-field .form-control {
  width: 100%; }

.body .bx-basket .basket-checkout-block-total-title {
  display: none; }

.body .bx-basket .basket-coupon-block-total-price-old {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #383839;
  white-space: nowrap;
  margin-bottom: 5px; }
  .body .bx-basket .basket-coupon-block-total-price-old:after {
    position: absolute;
    top: 49%;
    right: 0;
    left: 0;
    display: block;
    width: auto;
    height: 1px;
    content: " ";
    background-color: #4c6ca5; }

.body .bx-basket .basket-coupon-block-total-price-current {
  font-size: 38px;
  font-weight: bold;
  line-height: 1; }

.body .bx-basket .basket-coupon-block-total-price-difference {
  color: inherit;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 18px;
  padding: 0;
  margin: 5px 0 0 0;
  background: transparent; }
  .body .bx-basket .basket-coupon-block-total-price-difference > span {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 2px 4px 1px;
    margin-left: 2px;
    background-color: #ffd200; }

.body .bx-basket.bx-blue .btn.btn-default {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #8cba25;
  border: 1px solid #8cba25;
  border-bottom-color: #5c7a18;
  padding: 9px 14px 8px; }
  .body .bx-basket.bx-blue .btn.btn-default:hover {
    color: #fff;
    background-color: #5c7a18;
    border-color: #5c7a18;
    text-decoration: none;
    transition: 0s; }

.body .bx-basket .basket-items-list-header {
  display: none; }

.body .bx-basket .basket-checkout-container-fixed {
  position: static !important; }

.body .bx-basket .basket-checkout-container.basket-checkout-container-fixed-hide {
  opacity: 1; }

.body .bx-basket .basket-items-list-item-container > td {
  padding: 13px 26px 15px;
  vertical-align: middle;
  color: black;
  background-color: #fff;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #F2F2F2;
  border-left: none;
  vertical-align: top; }

.body .bx-basket .basket-items-list-item-descriptions {
  padding-top: 0; }

.body .bx-basket .basket-item-label-text span,
.body .bx-basket .basket-item-label-ring {
  display: block;
  height: auto;
  min-width: 57px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: normal;
  padding: 1px 5px;
  margin-bottom: 2px;
  margin-right: 0;
  background-color: #ff4242;
  border-radius: 0; }

.body .bx-basket .basket-item-info-name,
.body .bx-basket .basket-item-info-name-link {
  display: block;
  color: #155В89;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  transition: 0s; }
  .body .bx-basket .basket-item-info-name:hover,
  .body .bx-basket .basket-item-info-name-link:hover {
    color: #67adda; }

.body .bx-basket .basket-item-property,
.body .bx-basket .basket-item-property-custom {
  padding: 0;
  margin-bottom: 7px; }

.body .bx-basket .basket-item-property-scu-image .basket-item-scu-item {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  padding: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #bdbec0;
  background: transparent; }
  .body .bx-basket .basket-item-property-scu-image .basket-item-scu-item:hover, .body .bx-basket .basket-item-property-scu-image .basket-item-scu-item.selected {
    border-color: #4c6ca5; }
  .body .bx-basket .basket-item-property-scu-image .basket-item-scu-item > span {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
    width: 31px;
    height: 31px;
    font-size: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    background-size: cover; }

.body .bx-basket .basket-item-property-scu-text .basket-item-scu-item {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px;
  background: transparent;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #bdbec0;
  transition: all 0.15s linear; }
  .body .bx-basket .basket-item-property-scu-text .basket-item-scu-item:hover, .body .bx-basket .basket-item-property-scu-text .basket-item-scu-item.selected {
    border-color: #4c6ca5; }
  .body .bx-basket .basket-item-property-scu-text .basket-item-scu-item > span {
    display: inline-block;
    min-width: 25px;
    text-align: center;
    color: #155В89;
    font-weight: normal;
    padding: 7px 6px 6px; }

.body .bx-basket .basket-item-scu-list {
  list-style: none;
  padding-left: 0px;
  counter-reset: list 0; }

.body .bx-basket .basket-item-property-name {
  display: inline-block;
  color: #383839;
  font-weight: normal;
  padding: 4px 7px 4px 0; }

.body .bx-basket .basket-item-scu-item {
  position: static;
  list-style-type: none;
  width: auto !important;
  height: auto !important; }

.body .bx-basket .basket-item-property-custom {
  padding: 0;
  margin-bottom: 8px; }

.body .bx-basket .basket-item-property-custom-name {
  color: #383839;
  font-weight: normal;
  margin-right: 7px; }

.body .bx-basket .basket-item-property-custom-value {
  font-weight: normal; }

.body .bx-basket .basket-item-price-old-text {
  position: relative;
  color: #383839;
  white-space: nowrap; }
  .body .bx-basket .basket-item-price-old-text:after {
    position: absolute;
    top: 49%;
    right: 0;
    left: 0;
    display: block;
    width: auto;
    height: 1px;
    content: " ";
    background-color: #4c6ca5; }

.body .bx-basket .basket-item-price-current-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1; }

.body .bx-basket .basket-item-price-difference {
  color: inherit;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 18px;
  padding: 0;
  margin: 5px 0 0 0;
  background: transparent; }
  .body .bx-basket .basket-item-price-difference > span {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 2px 4px 1px;
    margin-left: 2px;
    background-color: #ffd200; }

.body .bx-basket .basket-items-list-item-amount {
  width: 100%;
  height: 22px; }

.body .bx-basket .basket-item-block-amount {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 31px;
  background-color: #FFF;
  position: relative;
  padding: 0; }

.body .bx-basket .basket-item-amount-btn-minus,
.body .bx-basket .basket-item-amount-btn-plus {
  position: relative;
  display: inline-block;
  float: left;
  text-decoration: none;
  cursor: pointer;
  padding: 14px 15px 15px 14px;
  background: #F3F3F3;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  position: absolute; }
  .body .bx-basket .basket-item-amount-btn-minus:before, .body .bx-basket .basket-item-amount-btn-minus:after,
  .body .bx-basket .basket-item-amount-btn-plus:before,
  .body .bx-basket .basket-item-amount-btn-plus:after {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: ' ';
    background-color: black; }
  .body .bx-basket .basket-item-amount-btn-minus:hover,
  .body .bx-basket .basket-item-amount-btn-plus:hover {
    background-color: #e0e0e0; }
  .body .bx-basket .basket-item-amount-btn-minus:active,
  .body .bx-basket .basket-item-amount-btn-plus:active {
    background-color: #cdcdcd; }
  .body .bx-basket .basket-item-amount-btn-minus:before, .body .bx-basket .basket-item-amount-btn-minus:after,
  .body .bx-basket .basket-item-amount-btn-plus:before,
  .body .bx-basket .basket-item-amount-btn-plus:after {
    margin-top: 0 !important;
    margin-left: 0 !important; }

.body .bx-basket .basket-item-amount-btn-minus {
  top: 0;
  left: 0; }
  .body .bx-basket .basket-item-amount-btn-minus:before {
    top: 14px;
    left: 8px;
    width: 13px;
    height: 1px;
    content: ' ';
    background-color: black; }
  .body .bx-basket .basket-item-amount-btn-minus:after {
    content: none; }

.body .bx-basket .basket-item-amount-filed-block {
  position: static; }

.body .bx-basket .basket-item-amount-filed {
  display: inline-block;
  float: left;
  width: 29px;
  text-align: center;
  padding: 7px 0 7px;
  background-color: #FFF;
  border: 1px solid #ebebeb;
  border-right: none;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 31px; }
  .body .bx-basket .basket-item-amount-filed:hover, .body .bx-basket .basket-item-amount-filed:hover:focus, .body .bx-basket .basket-item-amount-filed:focus {
    border-color: #ebebeb;
    box-shadow: none; }

.body .bx-basket .basket-item-amount-btn-plus {
  top: 0px;
  right: 0; }
  .body .bx-basket .basket-item-amount-btn-plus:before {
    top: 14px;
    left: 8px;
    width: 13px;
    height: 1px; }
  .body .bx-basket .basket-item-amount-btn-plus:after {
    top: 8px;
    left: 14px;
    width: 1px;
    height: 13px; }

.body .bx-basket .basket-item-amount-field-description {
  display: inline-block;
  float: left;
  width: 29px;
  line-height: 18px;
  text-align: center;
  padding: 5px 0 6px;
  background-color: #FFF;
  border: 1px solid #ebebeb;
  border-left: none;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 31px;
  left: auto;
  color: black;
  font-style: normal; }

.body .bx-soa-empty-cart-container .bx-soa-empty-cart-text {
  line-height: 1; }

@media (max-width: 1199px) {
  .body .bx-basket .basket-items-list-item-container > td {
    display: block;
    width: 100%;
    min-width: 100%;
    border-bottom: none; }
  .body .bx-basket .basket-item-block-price {
    padding-top: 0; }
  .body .bx-basket .basket-items-list-item-container > td.basket-items-list-item-amount {
    height: 60px; }
  .body .bx-basket .basket-items-list-item-container > td.basket-items-list-item-price.basket-items-list-item-price-for-one,
  .body .bx-basket .basket-items-list-item-container > td.basket-items-list-item-remove {
    display: none; }
  .body .bx-basket .basket-item-block-price,
  .body .bx-basket .basket-item-price-difference {
    text-align: left; }
  .body .bx-basket .basket-item-price-old {
    position: static; }
  .body .bx-basket .basket-item-block-info .basket-item-actions-remove {
    position: absolute;
    display: block !important;
    top: -4px;
    right: 0; } }

.pcontent .bx_item_list_you_looked_horizontal {
  display: none; }

.header-basket {
  text-align: left; }
  .header-basket__link {
    display: block;
    color: #000;
    text-decoration: none; }
    .header-basket__link:hover {
      text-decoration: none; }
      .header-basket__link:hover .header-basket__title {
        text-decoration: underline; }
  .header-basket .svg-icon {
    float: left;
    width: 39px;
    height: 36px;
    fill: #4c6ca5; }
  .header-basket__info {
    margin-left: 49px; }
  .header-basket__title {
    font-size: 14px; }
  .header-basket__descr {
    width: 100%;
    max-width: 150px;
    color: #155В89;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

/************************************************************/
.body #bx-soa-order input[type="text"],
.body #bx-soa-order input[type="password"],
.body #bx-soa-order textarea,
.body #bx-soa-order select {
  width: 100%; }

.body #bx-soa-order .bx-soa-editstep {
  text-decoration: none; }
  .body #bx-soa-order .bx-soa-editstep:hover {
    border-bottom: none; }

.body #bx-soa-order .radio-inline {
  padding-left: 0; }
  .body #bx-soa-order .radio-inline input:before, .body #bx-soa-order .radio-inline input:after {
    display: block; }

.body #bx-soa-order .has-error .form-control {
  box-shadow: none; }

.body #bx-soa-order .bx-sls .dropdown-block {
  padding: 0 25px 0 34px;
  border-radius: 0; }

.body #bx-soa-order .bx-sls .dropdown-icon {
  top: 13px;
  left: 14px; }

.body #bx-soa-order .bx-sls .bx-ui-sls-clear {
  margin-top: 6px;
  margin-right: 4px; }

.body #bx-soa-order .bx-soa-section.bx-step-completed {
  border-color: #ebebeb; }

.body #bx-soa-order .bx-soa-section-content {
  padding: 10px 25px; }
  .body #bx-soa-order .bx-soa-section-content > strong {
    font-weight: normal;
    color: #383839; }

.body #bx-soa-order .bx-soa-section.bx-active.bx-selected .bx-soa-section-content {
  padding-bottom: 24px; }

.body #bx-soa-order .bx-soa-section-title-container {
  background-color: #ebebeb; }

.body #bx-soa-order .bx-soa-section-title {
  font-size: inherit;
  font-weight: normal;
  padding: 3px 25px; }

.body #bx-soa-order .bx-soa-location-input-container .form-control .bx-ui-sls-fake {
  width: 100%; }

.body #bx-soa-order .form-group {
  margin: 10px 0; }

.body #bx-soa-order .bx-soa .bx-soa-customer-label,
.body #bx-soa-order .bx-soa .bx-soa-custom-label,
.body #bx-soa-order .bx-soa .form-group label.bx-soa-custom-label {
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 5px; }

.body #bx-soa-order .bx-soa .form-group label {
  font-size: inherit; }

.body #bx-soa-order .bx-soa-section.bx-selected,
.body #bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #4c6ca5; }

.body #bx-soa-order .bx-soa-item-title {
  font-weight: normal; }

.body #bx-soa-order .bx-soa-cart-total {
  padding: 10px 25px; }

.body #bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t,
.body #bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-weight: normal;
  font-size: 16px !important; }

.body #bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-size: 16px !important; }

.body #bx-soa-order .bx-soa-cart-total-button-container .btn-order-save {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #4c6ca5;
  border: 1px solid #4c6ca5;
  border-bottom-color: #344a71; }
  .body #bx-soa-order .bx-soa-cart-total-button-container .btn-order-save:hover {
    color: #fff;
    background-color: #344a71;
    border-color: #344a71;
    text-decoration: none;
    transition: 0s; }

.body #bx-soa-order .bx-soa-section-title-count {
  display: none; }

.body #bx-soa-order .bx-sls .form-control.dropdown-block,
.body #bx-soa-order .bx-slst .form-control.dropdown-block,
.body #bx-soa-order .bx-soa-coupon-input input[type=text].form-control,
.body #bx-soa-order .form-group .form-control:focus {
  border-color: #ebebeb;
  background-color: #fff; }
  .body #bx-soa-order .bx-sls .form-control.dropdown-block:focus,
  .body #bx-soa-order .bx-slst .form-control.dropdown-block:focus,
  .body #bx-soa-order .bx-soa-coupon-input input[type=text].form-control:focus,
  .body #bx-soa-order .form-group .form-control:focus:focus {
    border-color: #4c6ca5; }

.body #bx-soa-order .bx-sls .form-control.dropdown-block.focus {
  border-color: #4c6ca5; }

.body #bx-soa-order .bx-soa-more-btn .btn.btn-default {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #4c6ca5;
  border: 1px solid #4c6ca5;
  border-bottom-color: #344a71; }
  .body #bx-soa-order .bx-soa-more-btn .btn.btn-default:hover {
    color: #fff;
    background-color: #344a71;
    border-color: #344a71;
    text-decoration: none;
    transition: 0s; }
  .body #bx-soa-order .bx-soa-more-btn .btn.btn-default.pull-left {
    position: relative;
    display: inline-block;
    height: auto;
    padding: 5px 21px 6px 21px;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    box-shadow: none;
    transition: 0s;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: #8cba25;
    border: 1px solid #8cba25;
    border-bottom-color: #5c7a18; }
    .body #bx-soa-order .bx-soa-more-btn .btn.btn-default.pull-left:hover {
      color: #fff;
      background-color: #5c7a18;
      border-color: #5c7a18;
      text-decoration: none;
      transition: 0s; }

.body #bx-soa-order #bx-soa-orderSave .btn.btn-default {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #4c6ca5;
  border: 1px solid #4c6ca5;
  border-bottom-color: #344a71; }
  .body #bx-soa-order #bx-soa-orderSave .btn.btn-default:hover {
    color: #fff;
    background-color: #344a71;
    border-color: #344a71;
    text-decoration: none;
    transition: 0s; }

@media (max-width: 767px) {
  .body #bx-soa-order #bx-soa-orderSave .btn.btn-default.hidden-xs {
    display: inline-block !important; } }

.body #bx-soa-order .bx-soa-sidebar .bx-soa-cart-total .btn.btn-default,
.body #bx-soa-order .bx-authform .btn-default {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #4c6ca5;
  border: 1px solid #4c6ca5;
  border-bottom-color: #344a71;
  font-size: 13px !important; }
  .body #bx-soa-order .bx-soa-sidebar .bx-soa-cart-total .btn.btn-default:hover,
  .body #bx-soa-order .bx-authform .btn-default:hover {
    color: #fff;
    background-color: #344a71;
    border-color: #344a71;
    text-decoration: none;
    transition: 0s; }

.body #bx-soa-order .bx_soa_pickup .bx-soa-pickup-list .btn.btn-default,
.body #bx-soa-order .bx-soa-reg-block .btn-default {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #8cba25;
  border: 1px solid #8cba25;
  border-bottom-color: #5c7a18; }
  .body #bx-soa-order .bx_soa_pickup .bx-soa-pickup-list .btn.btn-default:hover,
  .body #bx-soa-order .bx-soa-reg-block .btn-default:hover {
    color: #fff;
    background-color: #5c7a18;
    border-color: #5c7a18;
    text-decoration: none;
    transition: 0s; }

.body #bx-soa-order .bx-soa-cart-total {
  padding: 10px 14px; }

.body #bx-soa-order .bx-soa-cart-total-line {
  padding: 5px 0; }

.body #bx-soa-order .bx-soa-basket-info .bx-price.all,
.body #bx-soa-order .bx-soa-basket-info .bx-price-old {
  font-weight: normal; }

.body #bx-soa-order .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
  background-color: transparent; }
  .body #bx-soa-order .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted .bx-soa-cart-d {
    color: #4c6ca5; }

.body #bx-soa-order .bx-soa-item-imgcontainer {
  border: none;
  border-radius: 0; }

.body #bx-soa-order .bx-soa-auth .row {
  width: 100%; }

.body #bx-soa-order .bx-soa-auth .checkbox {
  padding-left: 20px; }
  .body #bx-soa-order .bx-soa-auth .checkbox .bx-filter-param-label {
    padding-left: 0; }

.body #bx-soa-order .bx-soa-auth .bx-soa-reference {
  margin-left: 15px; }

.body .bx-sls .bx-ui-sls-fake,
.body .bx-sls .bx-ui-sls-route,
.footer .bx-sls .bx-ui-sls-fake,
.footer .bx-sls .bx-ui-sls-route,
.fancybox-container .bx-sls .bx-ui-sls-fake,
.fancybox-container .bx-sls .bx-ui-sls-route,
.gopro-subscribe-window .bx-sls .bx-ui-sls-fake,
.gopro-subscribe-window .bx-sls .bx-ui-sls-route {
  height: 39px; }

.header-fly-active .bx-soa-cart-total.bx-soa-cart-total-fixed {
  top: 80px; }

@media (max-width: 1199px) {
  #bx-soa-order .bx-soa-sidebar {
    display: none; } }

/************************************************************/
.sale-personal-section-index-block {
  opacity: .8;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-size: cover;
  border-radius: 3px;
  height: 87%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  background-color: #7a828e; }

.sale-personal-section-index-block-ico {
  display: inline-block;
  margin-bottom: 15px; }

.sale-personal-section-index-block-ico .icon-svg {
  width: 50px;
  height: 50px;
  fill: #fff; }

@media (max-width: 992px) {
  .sale-personal-section-index-block {
    height: auto;
    margin: 8px 0; } }

.body .sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus,
.sale-personal-section-index-block-link:visited {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 25px 15px;
  color: #fff; }

.sale-personal-section-index-block:hover {
  opacity: 1; }

.sale-personal-section-index-block-link {
  color: #fff; }

.sale-personal-section-index-block-name {
  font-size: 16px; }

.sale-personal-section-account-sub-header {
  margin-top: 40px; }

.sale-personal-section-row-flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sale-personal-section-row-flex:before {
    content: none; }

.body .sale-personal-section-index .sale-personal-section-index-block {
  background: #7a828e; }

.body .sale-personal-account-wallet-title {
  min-height: auto;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #383839;
  padding: 13px 26px 15px;
  vertical-align: middle;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-transform: lowercase; }
  .body .sale-personal-account-wallet-title:first-letter {
    text-transform: uppercase; }

.body .sale-personal-account-wallet-list-container {
  padding: 13px 26px 15px;
  vertical-align: middle;
  color: black;
  background-color: #fff;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ebebeb;
  border-left: none; }

.body .sale-personal-account-wallet-list-item {
  padding: 0; }

.body .sale-personal-account-wallet-currency-item {
  color: #4c6ca5; }

.body .sale-personal-section-account-sub-header {
  min-height: auto;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #383839;
  padding: 13px 26px 15px;
  vertical-align: middle;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }

.body .bx-sap {
  padding: 13px 26px 15px;
  vertical-align: middle;
  color: black;
  background-color: #fff;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ebebeb;
  border-left: none; }

.body .sale-acountpay-block {
  padding-left: 0; }

.body .sale-acountpay-fixedpay-item {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #4c6ca5;
  border: 1px solid #4c6ca5;
  border-bottom-color: #344a71; }
  .body .sale-acountpay-fixedpay-item:hover {
    color: #fff;
    background-color: #344a71;
    border-color: #344a71;
    text-decoration: none;
    transition: 0s; }

.body .sale-acountpay-input {
  max-width: 100%; }

.body .bx-sap .control-label.input-lg {
  line-height: 20px; }

.body .sale-acountpay-pp-company.bx-selected .sale-acountpay-pp-company-graf-container {
  border-color: #4c6ca5; }

.body .sale-acountpay-title {
  font-size: 13px;
  color: #383839; }

.body .sale-account-pay-button {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #8cba25;
  border: 1px solid #8cba25;
  border-bottom-color: #5c7a18; }
  .body .sale-account-pay-button:hover {
    color: #fff;
    background-color: #5c7a18;
    border-color: #5c7a18;
    text-decoration: none;
    transition: 0s; }

.body .bx_my_order_cancel a {
  color: #155В89; }
  .body .bx_my_order_cancel a:hover {
    color: #67adda; }

.body .bx_my_order_cancel input[type="submit"] {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #8cba25;
  border: 1px solid #8cba25;
  border-bottom-color: #5c7a18;
  color: #fff !important; }
  .body .bx_my_order_cancel input[type="submit"]:hover {
    color: #fff;
    background-color: #5c7a18;
    border-color: #5c7a18;
    text-decoration: none;
    transition: 0s; }

.body .sale-order-detail .sale-order-detail-general,
.body .sale-order-detail .sale-order-detail-about-order-inner-container,
.body .sale-order-detail .sale-order-detail-payment-options-inner-container,
.body .sale-order-detail .sale-order-detail-payment-options-shipment-container,
.body .sale-order-detail .sale-order-detail-order-section,
.body .sale-order-detail div.sale-order-detail-payment-options-shipment {
  border: none; }

.body .sale-order-detail .sale-order-detail-general-head {
  display: none; }

.body .sale-order-detail .sale-order-detail-about-order-title,
.body .sale-order-detail .sale-order-detail-payment-options-title,
.body .sale-order-detail .sale-order-detail-payment-options-order-content-title,
.body .sale-order-detail .sale-order-detail-payment-options-shipment-composition-title-element {
  min-height: auto;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #383839;
  padding: 13px 26px 15px;
  vertical-align: middle;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .body .sale-order-detail .sale-order-detail-about-order-title > h3,
  .body .sale-order-detail .sale-order-detail-payment-options-title > h3,
  .body .sale-order-detail .sale-order-detail-payment-options-order-content-title > h3,
  .body .sale-order-detail .sale-order-detail-payment-options-shipment-composition-title-element > h3 {
    font: inherit;
    color: inherit;
    margin: 0; }

.body .sale-order-detail .sale-order-detail-about-order-inner-container-repeat-cancel {
  text-decoration: none;
  color: #155В89; }
  .body .sale-order-detail .sale-order-detail-about-order-inner-container-repeat-cancel:hover {
    color: #67adda; }

.body .sale-order-detail .sale-order-detail-about-order-inner-container-details-title {
  font: inherit;
  color: #383839; }

.body .sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button,
.body .sale-order-detail .sale-order-detail-payment-options-methods-button-element {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #8cba25;
  border: 1px solid #8cba25;
  border-bottom-color: #5c7a18; }
  .body .sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button:hover,
  .body .sale-order-detail .sale-order-detail-payment-options-methods-button-element:hover {
    color: #fff;
    background-color: #5c7a18;
    border-color: #5c7a18;
    text-decoration: none;
    transition: 0s; }

.body .sale-order-detail .sale-order-detail-order-section > .sale-order-detail-order-section-content {
  padding-left: 0;
  padding-right: 0; }

.body .sale-order-detail .sale-order-detail-order-item-td,
.body .sale-order-detail .sale-order-detail-order-item-td-title {
  padding: 13px 26px 15px;
  vertical-align: middle;
  color: black;
  background-color: #fff;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ebebeb;
  border-left: none; }
  .body .sale-order-detail .sale-order-detail-order-item-td > div,
  .body .sale-order-detail .sale-order-detail-order-item-td-title > div {
    padding: 0;
    border: none; }

.body .sale-order-detail .sale-order-detail-total-payment-list-left-item,
.body .sale-order-detail .sale-order-detail-payment-options-shipment-composition-title-element {
  font: inherit;
  color: #383839; }

.body .sale-order-detail .sale-order-detail-about-order-title,
.body .sale-order-detail .sale-order-detail-payment-options-title,
.body .sale-order-detail .sale-order-detail-payment-options-shipment-composition-title,
.body .sale-order-detail .sale-order-detail-payment-options-order-content-title,
.body .sale-order-detail .sale-order-detail-payment-options-order-content-title {
  background: transparent; }

.body .sale-order-detail .sale-order-detail-order-section {
  padding-right: 15px;
  padding-left: 15px; }

.body .sale-order-detail .sale-order-detail-about-order-inner-container-details {
  margin-top: 15px;
  border-left: 1px solid #ebebeb; }

.body .sale-order-detail .sale-order-detail-order-item-title {
  font-weight: normal; }

.body .sale-order-list-container {
  padding: 13px 26px 15px;
  vertical-align: middle;
  color: black;
  background-color: #fff;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ebebeb;
  border-left: none;
  margin: 0;
  border-top: 1px solid #ebebeb;
  transition: all .15s linear;
  z-index: 100; }
  .body .sale-order-list-container:hover {
    box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82);
    z-index: 110; }

.body .sale-order-list-container + .sale-order-list-container {
  border-top: transparent; }

.body .sale-order-list-title-container,
.body .sale-order-list-accomplished-title-container {
  background: transparent; }

.body .sale-order-list-title,
.body .sale-order-list-accomplished-title {
  font: inherit;
  margin: 0 0 15px 0; }

.body .sale-order-list-inner-container,
.body .sale-order-list-inner-accomplished,
.body .sale-order-list-accomplished-date,
.body .sale-order-list-accomplished-date-number {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border: none; }

.body .sale-order-list-inner-title-line,
.body .sale-order-list-inner-title-line,
.body .sale-order-list-inner-row {
  display: none; }

.body .sale-order-list-inner-row:last-of-type {
  display: block; }

.body .sale-order-list-top-border {
  display: none; }

.body .sale-order-list-about-link {
  font: inherit; }

.body .sale-order-list-repeat-container,
.body .sale-order-list-cancel-container {
  text-align: right; }

.body .sale-order-list-shipment-button,
.body .sale-order-list-repeat-link,
.body .sale-order-list-cancel-link,
.body .sale-order-list-about-link,
.body .sale-order-list-change-payment {
  color: #155В89; }
  .body .sale-order-list-shipment-button:hover,
  .body .sale-order-list-repeat-link:hover,
  .body .sale-order-list-cancel-link:hover,
  .body .sale-order-list-about-link:hover,
  .body .sale-order-list-change-payment:hover {
    color: #67adda; }

.body .sale-order-list-accomplished-date-number {
  font: inherit;
  color: #383839; }

.body .sale-profile-detail-form .sale-personal-profile-detail-form-title-row > h4 {
  min-height: auto;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #383839;
  padding: 13px 26px 15px;
  vertical-align: middle;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-top: none;
  border-bottom: none; }
  .body .sale-profile-detail-form .sale-personal-profile-detail-form-title-row > h4 > b {
    font-weight: normal; }

.body .sale-profile-detail-form .form-group label {
  color: #383839; }

.body .sale-profile-detail-form .bx-sls .dropdown-icon {
  top: 11px; }

.body .sale-profile-detail-form .dropdown-block.bx-ui-sls-input-block {
  min-height: 37px;
  border-radius: 0; }

.body .sale-profile-detail-form .bx-ui-sls-fake {
  width: 100%; }

.body .sale-profile-detail-form .bx-sls .bx-ui-sls-clear {
  top: 2px; }

.body .sale-profile-detail-form .form-control:hover {
  border-color: #bebebe;
  -webkit-box-shadow: none;
  box-shadow: none; }

.body .sale-profile-detail-form .form-control:hover:focus {
  border-color: #4c6ca5; }

.body .sale-profile-detail-form .btn-md {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 5px 21px 6px 21px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
  transition: 0s;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #8cba25;
  border: 1px solid #8cba25;
  border-bottom-color: #5c7a18; }
  .body .sale-profile-detail-form .btn-md:hover {
    color: #fff;
    background-color: #5c7a18;
    border-color: #5c7a18;
    text-decoration: none;
    transition: 0s; }
  .body .sale-profile-detail-form .btn-md:first-of-type {
    position: relative;
    display: inline-block;
    height: auto;
    padding: 5px 21px 6px 21px;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    box-shadow: none;
    transition: 0s;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: #4c6ca5;
    border: 1px solid #4c6ca5;
    border-bottom-color: #344a71; }
    .body .sale-profile-detail-form .btn-md:first-of-type:hover {
      color: #fff;
      background-color: #344a71;
      border-color: #344a71;
      text-decoration: none;
      transition: 0s; }

.body .sale-personal-profile-list-container {
  border: none; }
  .body .sale-personal-profile-list-container > tbody > tr > th {
    min-height: auto;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #383839;
    padding: 13px 26px 15px;
    vertical-align: middle;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; }
  .body .sale-personal-profile-list-container > tbody > tr > td {
    padding: 13px 26px 15px;
    vertical-align: middle;
    color: black;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
    border-left: none; }
    .body .sale-personal-profile-list-container > tbody > tr > td > b {
      font-weight: normal; }
  .body .sale-personal-profile-list-container .sale-personal-profile-list-change-button {
    color: #155В89;
    border: none; }
    .body .sale-personal-profile-list-container .sale-personal-profile-list-change-button:hover {
      color: #67adda; }

.search_page .form_search {
  margin-bottom: 15px; }

.search_page .form_search .q {
  margin-right: 10px; }

.search_page .form_search .btn.btn1 {
  padding: 11px 14px; }

.spage {
  margin-top: 20px; }

.spage .iblock .title {
  margin-bottom: 10px;
  font-weight: bold; }

.spage .iblock {
  margin-bottom: 25px;
  border-bottom: 1px solid #F2F2F2; }

.spage .iblock .sitem {
  margin-bottom: 25px; }

.spage .iblock .sitem.catitem {
  display: block;
  width: 100%; }

.spage .iblock .sitem.catitem .pic {
  display: block;
  width: 15%;
  float: left;
  padding: 0 20px 20px 0;
  text-align: center; }

.spage .iblock .sitem.catitem .telo {
  width: 85%;
  float: left; }

.spage .iblock .sitem .name,
.spage .iblock .sitem .description,
.spage .iblock .sitem .price,
.spage .iblock .sitem div.chain {
  margin-bottom: 5px; }

.spage .iblock .sitem.catitem .telo .price {
  font-size: 18px; }

.spage .iblock .sitem.catitem .telo .chain {
  margin-left: 30px; }

.spage .iblock .sitem .chain .icon {
  width: 7px;
  height: 14px;
  margin: 0px 8px 3px 8px;
  /*background-position:0px -545px;*/
  background-position: -21px -545px; }

@media screen and (max-width: 875px) {
  body.adaptive .spage .iblock .sitem .name .nm {
    display: block;
    margin-bottom: 5px; }
  body.adaptive .spage .iblock .sitem.catitem .telo .chain {
    margin-left: 0px; } }

@media screen and (max-width: 480px) {
  body.adaptive .search_page .form_search .q {
    margin-right: 0px;
    margin-bottom: 15px; }
  body.adaptive .search_page .form_search .q,
  body.adaptive .search_page .form_search .btn.btn1 {
    width: 100%;
    padding: 5px 14px; } }

.body .searchinhead {
  min-height: 40px;
  transition: border-color ease-in-out 0.15s; }
  .body .searchinhead form {
    width: 100%;
    overflow: hidden; }
  .body .searchinhead__flex {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    align-items: center;
    width: 100%; }
  .body .searchinhead__flexbox {
    flex: 0 1 auto;
    -webkit-box-flex: 0; }
  .body .searchinhead__btn {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #8cba25;
    background-color: #8cba25; }
    .body .searchinhead__btn:hover {
      color: #fff;
      border-color: #5c7a18;
      background-color: #5c7a18; }
    .body .searchinhead__btn .svg-icon {
      display: block;
      width: 16px;
      height: 14px;
      fill: #fff; }
  .body .searchinhead__zoom, .body .searchinhead__enter {
    cursor: pointer; }
    .body .searchinhead__zoom .svg-icon, .body .searchinhead__enter .svg-icon {
      display: block;
      width: 16px;
      height: 14px; }
  .body .searchinhead__zoom:hover .svg-icon {
    fill: #6c8f1d; }
  .body .searchinhead__zoom .svg-icon {
    fill: #8cba25; }
  .body .searchinhead__enter {
    border: 1px solid #8cba25;
    background-color: #8cba25; }
    .body .searchinhead__enter:hover {
      border-color: #5c7a18;
      background-color: #5c7a18; }
    .body .searchinhead__enter .svg-icon {
      fill: #fff; }
  .body .searchinhead__aroundtext {
    width: 100%; }
  .body .searchinhead__input[type="text"] {
    display: inline-block;
    width: 100%;
    padding: 11px 9px 12px 0;
    background: transparent;
    border: none;
    box-shadow: none; }
    .body .searchinhead__input[type="text"]:focus {
      border: none; }

.body .search-bar .search-open {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999; }
  .body .search-bar .search-open.open {
    display: block; }
  .body .search-bar .search-open.closed {
    display: none; }
    .body .search-bar .search-open.closed .searchinhead__enter {
      display: none; }

@media (min-width: 768px) {
  .body .menu .b-mmenu .navbar-nav.search-bar {
    height: 0; } }

.menu_vertical1 .menu .searchinhead,
.menu_vertical2 .menu .searchinhead {
  margin-left: 250px; }
  @media (max-width: 767px) {
    .menu_vertical1 .menu .searchinhead,
    .menu_vertical2 .menu .searchinhead {
      margin-left: 0; } }
  .menu_vertical1 .menu .searchinhead__zoom, .menu_vertical1 .menu .searchinhead__enter,
  .menu_vertical2 .menu .searchinhead__zoom,
  .menu_vertical2 .menu .searchinhead__enter {
    padding: 13px 12px 11px 12px; }
  .menu_vertical1 .menu .searchinhead__aroundtext,
  .menu_vertical2 .menu .searchinhead__aroundtext {
    height: 40px; }
  .menu_vertical1 .menu .searchinhead__input[type="text"],
  .menu_vertical2 .menu .searchinhead__input[type="text"] {
    padding: 12px 5px 10px 0; }

.menu_horizontal1 .menu .searchinhead__btn {
  position: absolute;
  right: 0;
  top: 0;
  border-color: #4c6ca5;
  background-color: #4c6ca5; }
  .menu_horizontal1 .menu .searchinhead__btn:hover {
    border-color: #344a71;
    background-color: #344a71; }

.menu_horizontal1 .menu .searchinhead__btn, .menu_horizontal1 .menu .searchinhead__zoom, .menu_horizontal1 .menu .searchinhead__enter {
  padding: 17px 16px 14px 16px; }

.menu_horizontal1 .menu .searchinhead__input[type="text"] {
  padding: 16px 5px 14px 0; }

.menu_horizontal1 .menu .search-open {
  height: 47px; }

.header-fly .searchinhead {
  max-width: 390px;
  float: right; }
  .header-fly .searchinhead__btn, .header-fly .searchinhead__zoom, .header-fly .searchinhead__enter {
    padding: 13px 12px 11px 12px; }

@media (max-width: 767px) {
  .header-fly .searchinhead {
    max-width: 100%;
    width: 100%;
    float: none; } }

/******************************************************/
/******************************************************/
/******************************************************/
/* search.title -> results */
.title-search-result {
  display: none;
  margin-top: -3px;
  padding-right: 1px;
  border-collapse: collapse;
  border: none;
  background-color: #fff;
  border-bottom: 2px solid #4c6ca5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow: hidden;
  z-index: 205; }

.stitle {
  padding: 15px 0px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #F2F2F2; }
  .stitle .title {
    color: #4c6ca5;
    margin: 20px 20px 0px 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2; }
    .stitle .title.first {
      margin-top: 0px; }
  .stitle .iblock {
    /* simple items */
    /* /simple items */
    /* products */
    /* /products */ }
    .stitle .iblock .item {
      display: block;
      padding: 6px 20px; }
      .stitle .iblock .item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #899CC7; }
    .stitle .iblock .catitem:hover .name,
    .stitle .iblock .catitem:hover .prs {
      background-color: #899CC7; }
    .stitle .iblock .catitem:hover .prs {
      color: #fff; }
    .stitle .iblock .catitem .pic {
      display: inline-block;
      width: 22px;
      text-align: center;
      margin-right: 10px; }
    .stitle .iblock .catitem img {
      margin-bottom: 1px; }
    .stitle .iblock .catitem .name,
    .stitle .iblock .catitem .prs {
      position: relative;
      display: block;
      background-color: #fff; }
    .stitle .iblock .catitem .name {
      float: left;
      padding-right: 2px; }
    .stitle .iblock .catitem .prs {
      float: right;
      color: #000;
      padding-left: 2px; }
  .stitle.twolines .iblock .catitem .inner {
    background: none; }
  .stitle.twolines .iblock .catitem .name {
    margin-right: 5px; }
  .stitle.twolines .iblock .catitem .pic {
    margin-right: 5px; }
  .stitle.twolines .iblock .catitem .prs {
    float: left; }

.body div.bx-auth-line {
  border: none; }

.body div.bx-auth-service-form {
  background-color: #F3F3F3;
  border: none; }

.body div.bx-auth-services a.bx-ss-selected {
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3; }

.body .socform .bx-ss-icon {
  display: none; }

.body .socform input {
  padding: 3px 5px; }

@media screen and (max-width: 480px) {
  body.adaptive .body .socform span:after {
    display: block;
    clear: both;
    content: " ";
    font-size: 0;
    height: 0;
    visibility: hidden; }
  body.adaptive .body .socform .button {
    margin-top: 10px; }
  body.adaptive .body div.bx-auth-service-form {
    text-align: center; } }

.subscribe .line {
  margin-bottom: 15px;
  line-height: 18px; }

.subscribe .line.border {
  padding-top: 15px;
  border-top: 1px solid #F2F2F2; }

.subscribe .line .title {
  color: #383839;
  margin-bottom: 7px; }

.subscribe .line input {
  width: 100%;
  max-width: 300px; }

.subscribe .line.type label {
  margin-right: 15px; }

.subscribe .item {
  margin-bottom: 5px; }

.subscribe .item b {
  color: #444; }

.subscribe .item .sbscr {
  color: black;
  font-size: 11px; }

.subscribe .note {
  display: block;
  margin-bottom: 7px;
  color: #666; }

.subscribe .line .text {
  margin-right: 15px;
  margin-bottom: 15px; }

.subscribe .line .btn {
  padding: 11px 14px; }

@media screen and (max-width: 480px) {
  body.adaptive .subscribe .line input {
    max-width: 500px; } }

.footersubscribe .title {
  margin-bottom: 6px;
  text-transform: uppercase; }

.footersubscribe .inp input {
  width: 100%; }

.footersubscribe .btn {
  display: block;
  width: 100%;
  margin-top: 6px;
  text-align: center; }

.pcontent.thisisauthpage {
  padding-left: 0px; }

.authinhead {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 9px;
  color: #fff;
  text-align: right; }
.authinhead a {
  color: #fff;
}
  .authinhead .guest .svg-icon {
    width: 12px;
    height: 12px;
    margin: 0 3px 3px 0; }
  .authinhead .logged .svg-icon {
    width: 10px;
    height: 10px;
    margin: 0 5px 3px 15px;
    transform: scale(-1, 1); }
  .authinhead .svg-icon {
    fill: #fff; }

@media screen and (max-width: 480px) {
  body.adaptive .authinhead {
    display: block;
    float: right;
    padding-top: 9px; } }

.authinhead2__icon {
  display: inline-block;
  padding: 5px 0;
  margin-right: 5px;
  border-radius: 50%; }

.authinhead2 .svg-icon {
  position: relative;
  bottom: 2px;
  width: 16px;
  height: 16px; }

@media (max-width: 991px) {
  .authinhead2 .authorized .authinhead2__icon {
    padding: 5px 7px;
    border: 1px solid #4c6ca5; } }

.navigation {
  float: right;
  padding-top: 12px;
  font-size: 14px; }

.navigation .arrow .icon {
  width: 7px;
  height: 14px; }

.navigation span,
.navigation a {
  display: inline-block;
  padding: 0px 5px; }

.navigation a.arrow.left .icon {
  background-position: -14px -531px; }

.navigation span.arrow.left .icon {
  background-position: 0px -531px; }

.navigation a.arrow.right .icon {
  background-position: -14px -545px; }

.navigation span.arrow.right .icon {
  background-position: 0px -545px; }

.b-sorter {
  width: 100%;
  padding-top: 8px;
  margin-bottom: 15px; }
  .b-sorter__block-name {
    float: left;
    color: #4c6ca5;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px; }
  .b-sorter__sortaou {
    float: left; }
  .b-sorter__sort, .b-sorter__shortsort {
    float: left;
    margin-right: 25px; }
  .b-sorter__shortsort {
    padding-top: 5px; }
    .b-sorter__shortsort .b-sorter__title {
      padding-top: 5px; }
    .b-sorter__shortsort a {
      margin-right: 2px; }
      .b-sorter__shortsort a:last-of-type {
        margin-right: 0; }
  .b-sorter__output {
    float: right; }
  .b-sorter__title {
    float: left;
    color: #383839;
    padding: 11px 0 11px 0;
    margin-right: 1px;
    border: 1px solid transparent; }
  .b-sorter__dropdown {
    position: relative;
    float: left; }
    .b-sorter__dropdown > a {
      display: inline-block;
      white-space: nowrap;
      padding: 12px 10px 9px 10px;
      background: none;
      border: 1px solid #bdbec0;
      border-radius: 0; }
    .b-sorter__dropdown .svg-icon {
      transition: transform .3s; }
    .b-sorter__dropdown.hover > a, .b-sorter__dropdown:hover > a {
      text-decoration: none;
      border-color: #4c6ca5; }
    .b-sorter__dropdown.hover .svg-icon.rotate, .b-sorter__dropdown:hover .svg-icon.rotate {
      transform: rotate(-180deg); }
    .b-sorter__dropdown.hover > div, .b-sorter__dropdown:hover > div {
      display: block; }
    .b-sorter__dropdown-in {
      position: absolute;
      left: 0;
      display: none;
      min-width: 50px;
      background-color: #FFF;
      border: 1px solid #ebebeb;
      border-bottom: 2px solid #4c6ca5;
      z-index: 991;
      box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82); }
      .b-sorter__dropdown-in > a {
        display: block;
        padding: 11px 10px 11px 10px;
        text-decoration: none; }
        .b-sorter__dropdown-in > a:hover, .b-sorter__dropdown-in > a.selected {
          text-decoration: none;
          background-color: #f3f3f3; }
  .b-sorter__shortsort .svg-icon, .b-sorter__sort .svg-icon {
    width: 8px;
    height: 8px;
    margin-left: 6px;
    margin-bottom: 2px;
    fill: #000; }
    .b-sorter__shortsort .svg-icon.asc, .b-sorter__sort .svg-icon.asc {
      transform: scale(1, -1); }
  .b-sorter__shortsort a:hover .svg-icon,
  .b-sorter__shortsort a.selected .svg-icon,
  .b-sorter__sort .b-sorter__dropdownin a:hover .svg-icon,
  .b-sorter__sort .b-sorter__dropdownin a.selected .svg-icon {
    fill: #fff; }
  .b-sorter__output .svg-icon {
    width: 8px;
    height: 8px;
    margin-left: 6px;
    margin-bottom: 2px;
    fill: #000; }
  .b-sorter__output .b-sorter__dropdownin a .svg-icon {
    display: none; }
  .b-sorter__template a {
    float: right;
    margin-right: 2px; }
    .b-sorter__template a:first-of-type {
      margin-right: 0; }
  .b-sorter__shortsort a {
    float: left; }
  .b-sorter__template a, .b-sorter__shortsort a {
    position: relative;
    display: inline-block;
    height: auto;
    padding: 5px 21px 6px 21px;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    box-shadow: none;
    transition: 0s;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent; }
    .b-sorter__template a:hover, .b-sorter__shortsort a:hover {
      text-decoration: underline; }
    .b-sorter__template a.selected, .b-sorter__shortsort a.selected {
      position: relative;
      display: inline-block;
      height: auto;
      padding: 5px 21px 6px 21px;
      text-decoration: none;
      text-align: center;
      line-height: 18px;
      font-size: 13px;
      font-weight: normal;
      cursor: pointer;
      white-space: nowrap;
      background: none;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-shadow: none;
      box-shadow: none;
      transition: 0s;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      color: #fff;
      background-color: #4c6ca5;
      border: 1px solid #4c6ca5;
      border-bottom-color: #344a71; }
      .b-sorter__template a.selected:hover, .b-sorter__shortsort a.selected:hover {
        color: #fff;
        background-color: #344a71;
        border-color: #344a71;
        text-decoration: none;
        transition: 0s; }
    .b-sorter__template a.selected:hover, .b-sorter__template a:hover, .b-sorter__shortsort a.selected:hover, .b-sorter__shortsort a:hover {
      color: #fff;
      background-color: #344a71;
      border-color: #344a71;
      text-decoration: none;
      transition: 0s; }
  .b-sorter__template {
    float: right;
    padding-top: 5px; }
    .b-sorter__template .svg-icon {
      width: 14px;
      height: 14px;
      margin-right: 8px;
      margin-bottom: 1px;
      fill: #000; }
    .b-sorter__template a {
      color: #155В89; }
      .b-sorter__template a:hover .svg-icon, .b-sorter__template a:active .svg-icon, .b-sorter__template a.selected .svg-icon, .b-sorter__template a.selected:active .svg-icon {
        fill: #fff; }
      .b-sorter__template a:hover > span, .b-sorter__template a:active > span, .b-sorter__template a.selected > span, .b-sorter__template a.selected:active > span {
        border-color: transparent; }
      .b-sorter__template a > span {
        border-bottom: 1px dashed #155В89; }
  .b-sorter__drop {
    display: none; }

.bottom .b-sorter {
  padding-top: 12px; }
  .bottom .b-sorter__sortaou {
    float: right; }

@media (max-width: 767px) {
  .b-sorter__block-name {
    margin-top: 5px; }
  .b-sorter__template .svg-icon {
    margin-right: 0; }
  .b-sorter__template a span {
    display: none; } }

@media (max-width: 650px) {
  .b-sorter__sort, .b-sorter__shortsort, .b-sorter__output {
    margin-right: 10px; } }

@media (max-width: 605px) {
  .b-sorter {
    padding-left: 0; } }

@media (max-width: 991px) and (min-width: 768px) {
  .b-sorter__template, .b-sorter__sortaou {
    float: none;
    display: block; }
  .b-sorter__template + .b-sorter__sortaou {
    margin-top: 15px; }
  .b-sorter__template {
    min-height: 36px; } }

@media (max-width: 767px) {
  .b-sorter__title {
    display: none; } }

.rsfavorite {
  text-align: left; }
  .rsfavorite a {
    display: block;
    color: #000;
    text-decoration: none; }
    .rsfavorite a:hover {
      text-decoration: none; }
      .rsfavorite a:hover .title {
        text-decoration: underline; }
    .rsfavorite a .title {
      font-size: 14px; }
  .rsfavorite .icon {
    display: block;
    float: left;
    width: 23px;
    height: 26px;
    margin-top: 6px;
    margin-right: 10px;
    background-position: 0px -438px; }
  .rsfavorite .svg-icon {
    float: left;
    width: 28px;
    height: 28px;
    margin: 4px 10px 0 0;
    fill: #4c6ca5; }
  .rsfavorite .title,
  .rsfavorite .descr {
    margin-left: 33px; }
  .rsfavorite .descr {
    color: #155В89; }

.c-gruppedprops__group-name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px; }

.c-gruppedprops__prop {
  display: block;
  margin-bottom: 8px; }
  .c-gruppedprops__prop:last-of-type {
    margin-bottom: 0; }

.c-gruppedprops__prop-name {
  color: #383839;
  margin-right: 7px; }

.b-location {
  position: relative;
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  color: #fff;
  font-size: 14px;
}
.b-location .b-topline-location__link,
.tpanel .auth_top_panel-item {
  color: #fff;
  font-size: 14px;
}
  .b-location-confirm {
    position: absolute;
    left: -40px;
    top: 100%;
    background-color: #fff;
    width: 290px;
    padding: 18px 20px;
    border: 1px solid #eeeeee;
    margin-top: -3px;
    text-align: center;
    -webkit-box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82);
    box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82);
    z-index: 250; }
    .b-location-confirm__triangle {
      content: "";
      position: absolute;
      top: -9px;
      width: 0;
      left: 50%;
      -webkit-transform: translateX(-5px);
      -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
      -o-transform: translateX(-5px);
      transform: translateX(-5px);
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #eeeeee; }
      .b-location-confirm__triangle:before {
        content: "";
        position: absolute;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        top: 2px;
        left: -8px; }
    .b-location-confirm__your {
      margin-bottom: 11px; }
    .b-location-confirm__controls .btn {
      padding-top: 5px;
      padding-bottom: 5px;
      margin: 0 3px; }
  .b-location .svg-icon {
    width: 8px;
    height: 8px;
    margin-left: 3px;
    margin-bottom: 1px; }
.b-location .svg-icon {
  fill: #fff;
}

@media (max-width: 480px) {
  .header_type1 .b-location {
    display: block;
    float: left; }
    .header_type1 .b-location span {
      display: none; }
  .b-location__triangle {
    display: none; } }

.b-locations-top__title {
  margin-bottom: 15px;
  text-transform: uppercase; }

.b-locations-top__item {
  margin-bottom: 5px; }

.b-locations-top__line {
  position: relative;
  left: -20px;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 20px;
  background-color: #F2F2F2; }

.b-locations-top__bitrix-search .bx-sls {
  max-width: 500px; }
  .b-locations-top__bitrix-search .bx-sls .bx-ui-sls-container {
    overflow: hidden;
    min-height: 40px; }
    .b-locations-top__bitrix-search .bx-sls .bx-ui-sls-container .bx-ui-sls-fake,
    .b-locations-top__bitrix-search .bx-sls .bx-ui-sls-container .bx-ui-sls-route {
      position: absolute !important;
      top: 0;
      left: 0;
      color: #000 !important;
      opacity: 1 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      background: #f7f7f8 !important;
      border-color: #d7dbdd;
      background-position: right 1px;
      background-repeat: no-repeat;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      height: 40px;
      width: 100%;
      outline: none;
      z-index: 10; }
  .b-locations-top__bitrix-search .bx-sls .bx-ui-sls-quick-locations.quick-locations {
    display: none; }

.bx-ui-sls-pane {
  max-height: 250px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d7dbdd;
  border: 1px solid #d7dbdd;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 1px;
  z-index: 99999; }

.bx-ui-sls-variants .bx-ui-sls-variant:hover {
  text-decoration: none; }

.bx-ui-sls-variants .dropdown-item-text {
  display: block;
  padding: 11px 22px 10px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  white-space: nowrap;
  cursor: pointer; }
  .bx-ui-sls-variants .dropdown-item-text:hover, .bx-ui-sls-variants .dropdown-item-text:active {
    background-color: #f5f5f5; }

/* svg icons */
.svg-icon {
  display: inline-block;
  fill-rule: evenodd;
  vertical-align: middle; }

html, body, p, ul, ol, img, small, form, table td, hr, input {
  border: 0;
  margin: 0;
  padding: 0; }

body {
  font: 13px/18px 'Open Sans', Arial, Helvetica, sans-serif;
  /*font:13px 'Open Sans',sans-serif,Arial,Helvetica;*/
  overflow-y: scroll;
  text-align: center;
  min-width: 1260px; }

body.adaptive {
  min-width: 0px; }

p {
  margin: 0 0 10px; }

b {
  font-weight: 600;
  font-family: Arial; }

ul,
ol {
  list-style: none outside none; }

ul,
ol {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 9.5px; }

ul {
  list-style: circle; }

ol {
  list-style: decimal; }

ul > li, ol > li {
  list-style-type: inherit;
  line-height: 19px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px; }

.fancybox-wrap, .jspScrollable {
  outline: -webkit-focus-ring-color auto 0; }

/* disable selection */
.disableSelection {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

/* title */
h1.pagetitle {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  margin: 5px 0px 28px; }

/* global styles */
.icon {
  display: inline-block;
  font-size: 0;
  vertical-align: middle; }

hr {
  border-top: 1px solid #E5E5E5; }

.nowrap {
  white-space: nowrap; }

.pngicons,
.view_showcase .share .b-share-icon,
.rsgppopup .share .b-share-icon,
.pngicons.b-share-icon {
  background-image: url("/bitrix/templates/prostroy_default/assets/css/../img/icons.png?v100"); }

.animashka,
#fancybox-loading div {
  background: transparent url("/bitrix/templates/prostroy_default/assets/css/../img/loading.gif?v100") center center no-repeat; }

.catalogmenu a.parent .icon.menu,
.catalogmenusmall a.parent .icon.menu {
  background-image: url("/bitrix/templates/prostroy_default/assets/css/../img/menu.png"); }

.boxsizing,
.column1,
.searchinhead,
.searchinhead .aroundtext,
.location,
.mainsections .section,
.presscentermainn,
.presscentermainn .item,
.presscentermainn .item .img,
.sections .section,
.catalog .prods .sectinfo .img,
.rsgppopup .block.left,
.showcaseitem .block.left,
.elementdetail .pictures,
.light .js-element,
.detailtabs .docs,
.detailtabs .set .fullpanel .block,
.detailtabs .set .fullpanel .block .prices,
.detailtabs .set .fullpanel .block .arounddiscount,
.footer .line1 .block,
.footer .catmenu .aroundlevel,
.body input,
.body textarea,
.body span.likeinput,
.footer input,
.footer textarea,
.footer span.likeinput,
.fancybox-container input,
.fancybox-container textarea,
.fancybox-container span.likeinput,
.iblocklist .item .pic,
.iblockdetail .pic,
.arfiles .files .docs,
.locationbig .item,
.body .pmenu a,
.body .pcontent,
.orderforma .body,
.orderforma .body .line,
.orderforma .body .line .description .in,
.someform.orderforma .body .line.f_select .nm,
.someform.orderforma .body .line.f_select .vl,
.orderlist .item,
div.table div.td,
div.table div.full,
.brandslist .item,
.brandsdetail .description,
.brandbig .item,
.spage .iblock .sitem.catitem .pic,
.showcase .js-element .in,
.showcase .js-element .padd,
.mix .compare,
.mix .catalogsorter,
.body .aroundjssorslider1 .item.product .text,
.body .aroundjssorslider1 .item.product .image,
.body .aroundowlslider1 .item.product .text,
.body .aroundowlslider1 .item.product .image,
.body .bx_ordercart .bx_ordercart_order_table_container table,
.body .bx_ordercart .bx_ordercart_order_table_container table *,
.body .quantity,
.body .quantity * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.body img, .footer img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /*ie8*/ }

.ajax_loader {
  display: block;
  margin: 0 auto; }

label {
  margin-bottom: 0;
  font-weight: normal; }

/* global styles - clear */
.clearfix:after {
  display: block;
  clear: both;
  content: " ";
  font-size: 0;
  height: 0;
  visibility: hidden; }

/*
BUG: style not compiling
* html .clearfix{//zoom: 1;}IE6
*:first-child+html .clearfix{//zoom: 1;}IE7
*/
.clear {
  clear: both; }

/* global styles - hidden */
.nonep {
  height: 1px;
  left: -10000px;
  position: absolute;
  width: 1px; }

.noned {
  display: none; }

/* global styles - links */
a,
.like-a {
  color: #155В89;
  text-decoration: none;
  outline-width: 0; }
  a:hover,
  .like-a:hover {
    color: #52a2d5;
    text-decoration: underline; }

a.fullback .icon {
  width: 7px;
  height: 14px;
  margin-right: 5px;
  margin-bottom: 3px;
  background-position: 0px -531px; }

a.fullback:hover .icon {
  background-position: -21px -531px; }

.link-dashed a,
a.link-dashed {
  text-decoration: none;
  border-bottom: 1px dashed #155В89; }
  .link-dashed a:hover,
  a.link-dashed:hover {
    border-bottom: none; }
  .link-dashed a-in,
  a.link-dashed-in {
    text-decoration: none;
    border-bottom: none; }
    .link-dashed a-in:hover .link-dashed-in,
    a.link-dashed-in:hover .link-dashed-in {
      border-bottom: none; }
    .link-dashed a-in .link-dashed-in,
    a.link-dashed-in .link-dashed-in {
      border-bottom: 1px dashed #155В89; }

/* global styles - area2darken (overlay on ajax request) */
.area2darken {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 990; }

.area2darken .animashka {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 31px;
  margin: -15px 0px 0px -15px; }

/* global styles - compare checkbox */
.add2compare .icon {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  margin-bottom: 2px;
  background-position: 0px -255px; }

.add2compare .svg-icon {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  margin-bottom: 2px; }

.add2compare.in .icon {
  background-position: -13px -255px; }

/* global styles - errors and messages */
.errortext,
.reviews-note-error,
.notetext {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px 14px; }

.errortext {
  color: red;
  border: 1px solid red; }

.notetext {
  border: 1px solid green; }

/* page */
.centering {
  width: 100%;
  max-width: 1260px;
  min-width: 1260px;
  margin: 0 auto;
  text-align: left; }

.adaptive .centering {
  min-width: 320px; }

.centeringin {
  margin: 0px 15px; }

/* header */
.tline {
  width: 100%;
  height: 8px;
  background-color: #4c6ca5; }

.tpanel {
  /* height: 48px */ }
  .tpanel__flex {
    display: flex;
    align-items: center;
    height: 50px;
    padding-bottom: 4px; }
  .tpanel.mod-background {
    background-color: #0e5724; }
  .tpanel.mod-bot-line .bot-line {
    border-bottom: 1px solid #ebebeb; }
  .tpanel__block {
    margin-right: 20px; }
    .tpanel__block:last-child {
      margin-right: 0; }
  .tpanel .right-part a {
    text-decoration: none; }
    .tpanel .right-part a:hover {
      text-decoration: none; }

.svg-icon-header {
  position: relative;
  bottom: 1px;
  width: 16px;
  height: 16px;
  margin-bottom: 1px;
  margin-left: 3px; }

.compare .svg-icon-header {
  margin-right: 3px; }

.favorite .svg-icon-header {
  margin-right: 2px; }

.basket .svg-icon-header {
  margin-right: 4px; }

.authandlocation {
  float: right; }

.header .logo a,
.header .logo a:hover {
  text-decoration: none; }

.header .logo a img {
  width: 100%;
  float: left; }

.header .phone {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: center; }

.header .phone .icon {
  line-height: 36px;
  width: 17px;
  height: 21px;
  margin-right: 8px;
  margin-bottom: 10px;
  background-position: 0px -33px; }

.header .phone .svg-icon {
  width: 20px;
  height: 21px;
  fill: #6d6d6d;
  line-height: 36px;
  margin-right: 5px;
  margin-bottom: 10px; }

/* .header .phone a, .header .phone a:hover {
  line-height: 36px;
  font-size: 26px;
  color: #000;
  text-decoration: none; } */

.header .schedule {
  color: #888888; }

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

.header .callback a {
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  border: 1px solid #e5e5e5; }

.header .callback .icon {
  width: 8px;
  height: 4px;
  margin-left: 12px;
  background-position: 0px -4px; }

.header .callback .svg-icon {
  width: 8px;
  height: 8px;
  margin: 0 0 2px 12px; }

.header__flex {
  display: flex;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 11px; }

.header__circle {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  padding: 1px 2px 0;
  text-align: center;
  color: black;
  background-color: #e6e6e6;
  border-radius: 13px; }
  .header__circle.js-more-than-zero {
    color: #fff;
    background-color: #8cba25; }

/* /header */
/* content */
.content {
  line-height: 18px; }

/* /content */
/* footer */
.footer {
  margin-top: 50px;
  background-color: #fafafa; }

/* footer -> line1 */
.footer .line1 {
  padding: 30px 0; }

.footer .line1 .block {
  float: left;
  padding-right: 30px; }

.footer .line1 .block.one {
  width: 20%; }

.footer .line1 .block.two {
  width: 51%; }

.footer .line1 .block.three {
  width: 15%; }

.footer .line1 .block.four {
  width: 14%;
  padding-right: 0px; }

.footer .line1 .block.one img {
  width: auto; }

.footer .line1 .contacts {
  margin-top: 25px; }

.footer .line1 .contacts .phone a {
  color: #000;
  font-size: 24px; }

.footer .line1 .contacts .recall,
.footer .line1 .contacts .feedback {
  display: inline-block;
  margin-bottom: 4px;
  text-decoration: none; }

.footer .line1 .contacts .feedback {
  display: inline-block;
  margin-top: 25px; }

.footer .line1 .contacts .recall .svg-icon,
.footer .line1 .contacts .feedback .svg-icon {
  width: 15px;
  height: 15px;
  fill: #4c6ca5;
  margin-right: 5px; }

.footer .line1 .contacts .recall:hover,
.footer .line1 .contacts .feedback:hover {
  text-decoration: underline; }

/* /footer -> line1 */
/* footer -> line2 */
.footer .line2 {
  padding: 12px 0px;
  font-size: 11px;
  border-top: 1px solid #E5E5E5; }

.footer .line2 .sitecopy {
  float: left; }

.footer .line2 .developercopy {
  float: right; }

/* /footer -> line2 */
/* /footer */
/* pmenu & pcontent */
.pmenu,
.pcontent {
  float: left; }

.pmenu {
  width: 20%; }

.pcontent {
  width: 80%;
  padding-left: 25px; }

/* /pmenu & pcontent */
/* forms */
/* forms -> universal */
.someform {
  width: 100%;
  max-width: 300px; }

.someform input[type="text"],
.someform input[type="password"],
.someform textarea,
.someform select {
  width: 100%; }

.someform .line {
  margin-bottom: 10px; }

.someform.secure .line.password .text {
  background: url("/bitrix/templates/prostroy_default/assets/css/../img/sec.png") 96% 10px no-repeat; }

.someform .line.buttons .btn {
  width: 100%;
  padding: 11px 14px; }

.someform .line.notes {
  padding-top: 10px;
  border-top: 1px solid #f2f2f2; }

.someform .line.notes div {
  margin-bottom: 5px; }

/* forms -> auth */
.someform.auth .line.password .text {
  width: 58%;
  float: left; }

.someform.auth .line.password .btn {
  width: 38%;
  float: right;
  padding: 8px 14px 9px; }

.someform.auth .line.buttons a {
  float: right; }

.someform.auth .line.forgot span {
  display: inline-block;
  float: left;
  padding-top: 11px; }

.someform.auth .line.forgot a {
  float: right;
  padding: 11px 18px; }

/* forms -> register  */
.someform .line.captcha input {
  width: 108px; }

.someform .line.captcha img {
  float: right; }

/* forms */
/* tabes */
.table {
  width: 100%; }

.table .tr {
  width: 100%; }

.table .full,
.table .tr,
.table .td {
  float: left; }

.table .full,
.table .td {
  padding: 5px 10px; }

.table .td {
  width: 50%; }

.table .full {
  width: 100%; }

.table .full.name {
  color: #4c6ca5; }

.table .full.header {
  margin-top: 15px;
  font-weight: bold;
  border-bottom: 1px solid #F2F2F2; }

/* /tabes */
/* additional styles */
.description {
  overflow-x: hidden; }

.elementdetail .prices table td .price.old {
  min-height: 18px;
  display: block; }

/* /additional styles */
/* main page */
.sorter_and_name {
  margin-top: 30px;
  margin-bottom: 15px; }
  .sorter_and_name .name {
    float: left;
    padding: 0px 17px;
    margin: 0;
    color: #4c6ca5;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase; }
  .sorter_and_name .sorter {
    float: right; }

/* /main page */
.num-404-error {
  font-size: 200px;
  margin-top: 50px;
  line-height: 160px;
  color: #4c6ca5; }

.text-404-error {
  font-size: 30px;
  padding: 35px 0 35px; }

.errorpagein {
  margin-bottom: 70px;
  text-align: center; }

.charactersiticSKU {
  margin-bottom: 15px; }

.name_prop_sku {
  font-weight: 600;
  margin-right: 5px;
  font-family: Arial; }

.rsgopro-lockscroll {
  overflow: hidden; }
  .rsgopro-lockscroll body {
    overflow: visible;
    height: 100%; }

.fancybox-toolbar .fancybox-button--thumbs {
  display: none; }

#paginator {
  display: inline-block;
  width: 100%; }

@media (min-width: 992px) {
  .tab-pane-in2 .tab-sorter {
    position: absolute;
    top: 1px;
    right: 18px;
    display: inline-block; } }

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center !important; } }

div.bx-debug-summary {
  bottom: 50px !important; }

.bigdata .b-sorter__template {
  display: none; }

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

/* End */


/* Start:/bitrix/templates/prostroy_default/assets/lib/fancybox3/jquery.fancybox.min.css?169219111815344*/
@charset "UTF-8";.fancybox-container,.fancybox-slide{-webkit-backface-visibility:hidden;height:100%}.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;z-index:99993;-webkit-tap-highlight-color:transparent;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;-webkit-transition:opacity .25s,visibility .25s linear;transition:opacity .25s,visibility .25s linear;-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;-webkit-transition:opacity .25s,visibility;transition:opacity .25s,visibility}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;color:#ddd;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translate3d(0,0,0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;overflow:auto;outline:0;white-space:normal;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;backface-visibility:hidden;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide::before{content:'';display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image::before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-image,.fancybox-slide .fancybox-image-wrap,.fancybox-spaceball{margin:0;-moz-user-select:none;padding:0;border:0;top:0;position:absolute;left:0}.fancybox-slide .fancybox-image-wrap{z-index:99995;background:0 0/100% 100% no-repeat;cursor:default;overflow:visible;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-button,.fancybox-close-small{margin:0;border:0;cursor:pointer;outline:0}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;border-radius:0;background:0 0;z-index:10}.fancybox-close-small:after,body .popup-window-close-icon:after{content:'×';position:absolute;top:6px;right:6px;width:30px;height:30px;font:300 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;color:#888;text-align:center;border-radius:50%;border-width:0;background:#fff;-webkit-transition:background .25s;transition:background .25s;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);outline:0}.fancybox-close-small:focus:after{outline:0}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:0 0;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(20%,rgba(0,0,0,.1)),color-stop(40%,rgba(0,0,0,.2)),color-stop(80%,rgba(0,0,0,.6)),to(rgba(0,0,0,.8)));background:-webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8) 100%);background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8) 100%);pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid rgba(255,255,255,.4);font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;padding:0;width:44px;height:44px;line-height:44px;text-align:center;color:#ddd;border-radius:0;vertical-align:top}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button::after,.fancybox-button::before{content:'';pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]::after,.fancybox-button[disabled]::before{opacity:.3}.fancybox-button--left::after,.fancybox-button--right::after{top:18px;width:6px;height:6px;background:0 0;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left::after{left:20px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right::after{right:20px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close::after,.fancybox-button--close::before{content:'';display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:0;background:0 0;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .25s;transition:opacity .25s}.fancybox-arrow::after{content:'';position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center center;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left::after,.fancybox-arrow--right::after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid rgba(100,100,100,.4);border-top:6px solid rgba(255,255,255,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:.8s linear infinite fancybox-rotate;animation:.8s linear infinite fancybox-rotate;background:0 0;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes fancybox-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fancybox-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}@media all and (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen::before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:0 0}.fancybox-button--pause::before,.fancybox-button--play::before{top:calc(50% - 6px);left:calc(50% - 4px);background:0 0}.fancybox-button--play::before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause::before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media all and (min-width:800px){.fancybox-thumbs,.fancybox-thumbs>ul>li{margin:0;-webkit-tap-highlight-color:transparent}.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs::before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);-webkit-box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,0 0 0 32px inset,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,0 0 0 32px inset,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;width:105px;height:75px;position:relative;cursor:pointer;outline:0;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;-webkit-transition:.2s cubic-bezier(.25,.46,.45,.94);transition:.2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
/* End */


/* Start:/bitrix/templates/prostroy_default/assets/lib/owl2-2.2.1/owl.carousel.min.css?16921911183289*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/prostroy_default/assets/lib/owl2-2.2.1/../lib/owl2-2.2.1/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s;transition:opacity .4s}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/prostroy_default/assets/lib/scrollbar/jquery.scrollbar.css?169219111816515*/
.scroll-wrapper{overflow:hidden!important;padding:0!important;position:relative}.scroll-wrapper>.scroll-content{border:none!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important;height:auto;left:0;margin:0;max-height:none;max-width:none!important;overflow:scroll!important;padding:0;position:relative!important;top:0;width:auto!important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-wrapper.scroll--rtl{direction:rtl}.scroll-element{-webkit-box-sizing:content-box;box-sizing:content-box;display:none}.scroll-element div{-webkit-box-sizing:content-box;box-sizing:content-box}.scroll-element .scroll-arrow,.scroll-element .scroll-bar{cursor:default}.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-textarea{border:1px solid #ccc;border-top-color:#999}.scroll-textarea>.scroll-content{overflow:hidden!important}.scroll-textarea>.scroll-content>textarea{border:none!important;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%!important;margin:0;max-height:none!important;max-width:none!important;overflow:scroll!important;outline:0;padding:2px;position:relative!important;top:0;width:100%!important}.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-outer>.scroll-element .scroll-element_outer{overflow:hidden}.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar{height:0;width:0}.scrollbar-inner>.scroll-element,.scrollbar-inner>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-inner>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-inner>.scroll-element.scroll-x{bottom:2px;height:8px;left:0;width:100%}.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-12px}.scrollbar-inner>.scroll-element.scroll-y{height:100%;right:2px;top:0;width:8px}.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-12px}.scrollbar-inner>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-inner>.scroll-element .scroll-element_track{border-radius:8px}.scrollbar-inner>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element .scroll-element_track{opacity:.4}.scrollbar-inner>.scroll-element .scroll-element_track{background-color:#e0e0e0}.scrollbar-inner>.scroll-element .scroll-bar{background-color:#c2c2c2}.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar,.scrollbar-inner>.scroll-element:hover .scroll-bar{background-color:#919191}.scrollbar-outer>.scroll-element,.scrollbar-outer>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-outer>.scroll-element{background-color:#fff}.scrollbar-outer>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-outer>.scroll-element.scroll-x{bottom:0;height:12px;left:0;width:100%}.scrollbar-outer>.scroll-element.scroll-y{height:100%;right:0;top:0;width:12px}.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer{height:8px;top:2px}.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer{left:2px;width:8px}.scrollbar-outer>.scroll-element .scroll-element_track{background-color:#eee}.scrollbar-outer>.scroll-element .scroll-bar,.scrollbar-outer>.scroll-element .scroll-element_outer,.scrollbar-outer>.scroll-element .scroll-element_track{border-radius:8px}.scrollbar-outer>.scroll-element .scroll-bar{background-color:#d9d9d9}.scrollbar-outer>.scroll-element .scroll-bar:hover{background-color:#c2c2c2}.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191}.scrollbar-outer>.scroll-content.scroll-scrolly_visible{left:-12px;margin-left:12px}.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-14px}.scrollbar-outer>.scroll-content.scroll-scrollx_visible{top:-12px;margin-top:12px}.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-14px}.scrollbar-outer>.scroll-element.scroll-x .scroll-bar{min-width:10px}.scrollbar-outer>.scroll-element.scroll-y .scroll-bar{min-height:10px}.scrollbar-macosx>.scroll-element,.scrollbar-macosx>.scroll-element div{background:0 0;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-macosx>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-macosx>.scroll-element .scroll-element_track{display:none}.scrollbar-macosx>.scroll-element .scroll-bar{background-color:#6c6e71;display:block;opacity:0;border-radius:7px;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.scrollbar-macosx:hover>.scroll-element .scroll-bar,.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar{opacity:.7}.scrollbar-macosx>.scroll-element.scroll-x{bottom:0;height:0;left:0;min-width:100%;overflow:visible;width:100%}.scrollbar-macosx>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:0}.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar{height:7px;min-width:10px;top:-9px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar{left:-9px;min-height:10px;width:7px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer{left:2px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer{top:2px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-light>.scroll-element,.scrollbar-light>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-light>.scroll-element{background-color:#fff}.scrollbar-light>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-light>.scroll-element .scroll-element_outer{border-radius:10px}.scrollbar-light>.scroll-element .scroll-element_size{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,right top,color-stop(0,#dbdbdb),color-stop(100%,#e8e8e8));background:-webkit-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#dbdbdb),to(#e8e8e8));background:linear-gradient(to right,#dbdbdb 0,#e8e8e8 100%);border-radius:10px}.scrollbar-light>.scroll-element.scroll-x{bottom:0;height:17px;left:0;min-width:100%;width:100%}.scrollbar-light>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:17px}.scrollbar-light>.scroll-element .scroll-bar{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,right top,color-stop(0,#fefefe),color-stop(100%,#f5f5f5));background:-webkit-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#fefefe),to(#f5f5f5));background:linear-gradient(to right,#fefefe 0,#f5f5f5 100%);border:1px solid #dbdbdb;border-radius:10px}.scrollbar-light>.scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-light>.scroll-content.scroll-scrollx_visible{top:-17px;margin-top:17px}.scrollbar-light>.scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:0}.scrollbar-light>.scroll-element.scroll-y .scroll-bar{left:0;min-height:10px;width:10px}.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer{height:12px;left:2px;top:2px}.scrollbar-light>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer{left:2px;top:2px;width:12px}.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}.scrollbar-rail>.scroll-element,.scrollbar-rail>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-rail>.scroll-element{background-color:#fff}.scrollbar-rail>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-rail>.scroll-element .scroll-element_size{background-color:rgba(0,0,0,.3)}.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size{background-color:rgba(0,0,0,.5)}.scrollbar-rail>.scroll-element.scroll-x{bottom:0;height:12px;left:0;min-width:100%;padding:3px 0 2px;width:100%}.scrollbar-rail>.scroll-element.scroll-y{height:100%;min-height:100%;padding:0 2px 0 3px;right:0;top:0;width:12px}.scrollbar-rail>.scroll-element .scroll-bar{background-color:#d0b9a0;border-radius:2px;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.5);box-shadow:1px 1px 3px rgba(0,0,0,.5)}.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar{-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.6);box-shadow:1px 1px 3px rgba(0,0,0,.6)}.scrollbar-rail>.scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-rail>.scroll-content.scroll-scrollx_visible{margin-top:17px;top:-17px}.scrollbar-rail>.scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:1px}.scrollbar-rail>.scroll-element.scroll-y .scroll-bar{left:1px;min-height:10px;width:10px}.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer{height:15px;left:5px}.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size{height:2px;left:-10px;top:5px}.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer{top:5px;width:15px}.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size{left:5px;top:-10px;width:2px}.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-25px}.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-25px}.scrollbar-dynamic>.scroll-element,.scrollbar-dynamic>.scroll-element div{background:0 0;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-dynamic>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-dynamic>.scroll-element.scroll-x{bottom:2px;height:7px;left:0;min-width:100%;width:100%}.scrollbar-dynamic>.scroll-element.scroll-y{height:100%;min-height:100%;right:2px;top:0;width:7px}.scrollbar-dynamic>.scroll-element .scroll-element_outer{opacity:.3;border-radius:12px}.scrollbar-dynamic>.scroll-element .scroll-element_size{background-color:#ccc;opacity:0;border-radius:12px;-webkit-transition:opacity .2s;transition:opacity .2s}.scrollbar-dynamic>.scroll-element .scroll-bar{background-color:#6c6e71;border-radius:7px}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar{bottom:0;height:7px;min-width:24px;top:auto}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar{left:auto;min-height:24px;right:0;width:7px}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer{bottom:0;top:auto;left:2px;-webkit-transition:height .2s;transition:height .2s}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer{left:auto;right:0;top:2px;-webkit-transition:width .2s;transition:width .2s}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer,.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer{overflow:hidden;opacity:.7}.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size{opacity:1}.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar{height:100%;width:100%;border-radius:12px}.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer{height:20px;min-height:7px}.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer{min-width:7px;width:20px}.scrollbar-chrome>.scroll-element,.scrollbar-chrome>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-chrome>.scroll-element{background-color:#fff}.scrollbar-chrome>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-chrome>.scroll-element .scroll-element_track{background:#f1f1f1;border:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-x{bottom:0;height:16px;left:0;min-width:100%;width:100%}.scrollbar-chrome>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:16px}.scrollbar-chrome>.scroll-element .scroll-bar{background-color:#d9d9d9;border:1px solid #bdbdbd;cursor:default;border-radius:2px}.scrollbar-chrome>.scroll-element .scroll-bar:hover{background-color:#c2c2c2;border-color:#a9a9a9}.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191;border-color:#7e7e7e}.scrollbar-chrome>.scroll-content.scroll-scrolly_visible{left:-16px;margin-left:16px}.scrollbar-chrome>.scroll-content.scroll-scrollx_visible{top:-16px;margin-top:16px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar{height:8px;min-width:10px;top:3px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar{left:3px;min-height:10px;width:8px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer{border-left:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track{height:14px;left:-3px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size{height:14px;left:-4px}.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer{border-top:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track{top:-3px;width:14px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size{top:-4px;width:14px}.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}
/* End */


/* Start:/bitrix/templates/prostroy_default/assets/js/glass/style.css?1692191118298*/
.glass{
	position:relative;
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.glass_lupa{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:295px;
	height:295px;
	border:4px solid #F2F2F2;
	cursor:pointer;
	z-index:110;
	background-color:#fff;
}
.js_picture_glass{
	cursor:pointer;
}
/* End */


/* Start:/bitrix/templates/prostroy_default/assets/lib/node-waves/waves.css?16921911183087*/
/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(0,0,0,.2);background:-webkit-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);-webkit-transition:-webkit-transform .5s ease-out,opacity .5s ease-out;-webkit-transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:transform .5s ease-out,opacity .5s ease-out;transition:transform .5s ease-out,opacity .5s ease-out,-webkit-transform .5s ease-out;-webkit-transform:scale(0) translate(0,0);-ms-transform:scale(0) translate(0,0);transform:scale(0) translate(0,0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background:rgba(255,255,255,.4);background:-webkit-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%)}.waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,.2)}.waves-effect.waves-classic.waves-light .waves-ripple{background:rgba(255,255,255,.4)}.waves-notransition{-webkit-transition:none!important;transition:none!important}.waves-button,.waves-circle{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 100%)}.waves-button,.waves-button-input,.waves-button:hover,.waves-button:visited{white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;outline:0;color:inherit;background-color:rgba(0,0,0,0);font-size:1em;line-height:1em;text-align:center;text-decoration:none;z-index:1}.waves-button{padding:.85em 1.1em;border-radius:.2em}.waves-button-input{margin:0;padding:.85em 1.1em}.waves-input-wrapper{border-radius:.2em;vertical-align:bottom}.waves-input-wrapper.waves-button{padding:0}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%}.waves-float{-webkit-mask-image:none;-webkit-box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);-webkit-transition:.3s;transition:.3s}.waves-float:active{-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.3);box-shadow:0 8px 20px 1px rgba(0,0,0,.3)}.waves-block{display:block}
/* End */


/* Start:/bitrix/templates/prostroy_default/custom/style.css?17485137885904*/
@media screen and (max-width: 1010px) {
  .body .best-offers-container {
    width: 100%;
  }
  .body .list-showcase__element.mod-short {
    min-height: 520px;
  }
}

.body .c-quantity__measure {
  width: 40px;
}

.body .c-quantity,
.body .c-quantity__inner {
  width: 135px;
}

/* Общие стили */
.phone-wrapper {
  position: relative;
  display: inline-block;
}

.phone-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.phone-numbers {
  display: inline-block;
}

.phone-numbers a {
  display: block;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.phone-numbers a:hover {
  color: #0d5723;
}



/* Мобильная версия */
@media (max-width: 767px) {
  #header .clearfix::before,
  #header .clearfix::after {
    display: none;
  }
  #header > .centering > .centeringin {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    justify-content: space-between;
  }
  #header .phone .svg-icon {
    fill: none;
    width: 40px;
    height: 32px;
  }
  #header .column1 .header-basket .svg-icon {
    height: 44px;
  }
  body.adaptive .logo.column1,
  #header .phone.column1,
  body.adaptive .favorite.column1,
  body.adaptive .basket.column1 {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    /* padding-right: 10px; */
  }
  body.adaptive .logo.column1 {
    min-width: fit-content;
    max-width: 180px;
  }

  #header .header-basket__info,
  #header .favorite .title,
  #header .favorite .descr {
    display: none;
  }

  #header .column1 .column1inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header .column1 .svg-icon {
    display: flex;
    padding: 0;
    margin: 0;
  }

  #header .phone.column1 .column1inner,
  #header .column1inner .rsfavorite > a,
  #header .column1inner .header-basket > a,
  #header .phone .column1inner > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }

  .phone-numbers {
    position: absolute;
    top: 100%;
    right: -70px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 180px;
    padding: 8px 0;
    display: none;
  }

  .phone-numbers.active {
    display: block;
  }

  .phone-numbers a {
    padding: 6px 12px;
    text-align: right;
  }

  .phone-numbers a:first-child {
    border-bottom: 1px solid #f0f0f0;
  }

  .phone-icon.active {
    transform: rotate(15deg);
  }
}

@media screen and (max-width: 420px) {
  body.adaptive .logo.column1 {
    min-width: unset;
    max-width: 180px;
  }
}

.header .phone a {
  font-size: 18px;
  line-height: 1.1;
}

@media screen and (max-width: 768px) and (min-width: 627px) {
  body.adaptive .column1 .svg-icon {
    display: flex;
  }
}

/* Общие стили для телефонов */
.phone.column1 {
  cursor: pointer;
  position: relative;
}

.phone-numbers {
  display: inline-block;
  transition: all 0.3s ease;
}

.phone-numbers > span {
  text-align: center;
  margin-right: 10px;
  width: 100%;
  display: inline-block;
}

@media (max-width: 1200px) {
  .rsfavorite #inheadfavorite .title.opensansbold,
  .rsfavorite #inheadfavorite .descr,
  .header-basket__info {
    display: none;
  }
}

.b2c .phone-link a {
  font-weight: bold;
}

.b2b .phone-link a {
  font-size: 28px;
}

/* Стили для мобильных */
@media (max-width: 767px) {
  .phone-numbers {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 180px;
    padding: 8px 0;
    display: none;
    margin-top: 5px;
  }

  .phone-numbers.active {
    display: block;
    animation: fadeIn 0.3s ease;
  }
  .phone-numbers.b2b.active {
    top: calc(100% + 105px);
  }

  .phone-link a {
    padding: 8px 15px;
    text-align: right;
    display: block;
    color: #333;
    text-decoration: none;
  }

  .phone-link:first-child a {
    border-bottom: 1px solid #f0f0f0;
  }

  /* Анимация появления */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .adaptive .centering {
    max-width: 100%;
  }
  .line-cards {
    max-width: 100%;
  }
  .line-cards img {
    height: auto;
    width: 95%;
    margin: auto;
  }
}

/* Десктопные стили */
@media (min-width: 768px) {

  #header .centering .centeringin::after,
  #header .centering .centeringin::before {
    display: none;
  }

  #header .centering,
  #header > .centering > .centeringin {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  #header .basket.column1,
  #header .favorite.column1 {
    width: min-content;
  }

  .phone-numbers {
    display: inline-block !important;
    margin-left: 10px;
    /* margin-top: -20px; */
  }

  .phone-link {
    display: inline-block;
    margin-right: 10px;
  }

  .phone-link:last-child {
    margin-right: 0;
  }
}

#header .callback.column1 {
  display: none;
}

@media screen and (min-width: 768px) {
  #header .phone-numbers.b2c {
    margin-right: 20px;
  }
  #header .phone-numbers {
    display: flex !important;
    flex-direction: column;
  }
  #header .phone.column1,
  #header .phone.column1 .column1inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header .phone .svg-icon {
    width: 40px;
    height: 32px;
    fill: none;
    margin-right: 0;
    margin-bottom: 0;
    cursor: default;
  }

  a:hover,
  .like-a,
  .rsfavorite a .title {
    transition: 0.2s;
  }
  a:hover,
  .like-a:hover,
  #header .rsfavorite a:hover .title {
    color: #0d5723;
  }
}

/* End */


/* Start:/bitrix/templates/prostroy_default/components/bitrix/menu/tpanel/style.css?16921911201164*/
.tpanel_menu {
  overflow: visible;
}

.tpanel_menu, .tpanel_menu ul {
  list-style: none;
}

.tpanel_menu li {
  position: relative;
  display: inline-block;
}

.tpanel_menu > li > a {
  color: #fff;
  font-size: 14px;
}

.tpanel_menu li:before {
  display: none;
}

.tpanel_menu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.tpanel_menu ul {
  position: absolute;
  min-width: 200px;
  top: 100%;
  left: 0;
  margin-top: 10px;
  padding: 15px 15px 5px 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 10000;
}

.tpanel_menu ul:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
}

.tpanel_menu ul li {
  display: block;
  margin: 0 0 10px 0;
}

.tpanel_menu ul li a {
  margin: 0;
  float: none;
  font-size: 14px;
}

@media (max-width: 992px) {
  body.adaptive .mobile_hide {
    display: none;
  }
  .header-fly__body-padding {
    padding-top: 61px;
  }
  .header-fly.document-ready {
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .header-fly__body-padding {
    padding-top: 42px;
  }
}
/* End */


/* Start:/bitrix/components/bitrix/search.title/templates/catalog/style.css?17460156532174*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/components/bitrix/search.title/templates/catalog/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?16921912732729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/bitrix/templates/prostroy_default/styles.css?1744295420109*/
.c-scroll2top.js-scroll2top.visible {
  display: flex;
  width: 100px;
  height: 50px;
  margin: 20px auto;
}
/* End */


/* Start:/bitrix/templates/prostroy_default/template_styles.css?16921911191019*/

.list-showcase__element.mod-short {
    height: 501px;
}


.list-showcase__element.mod-short .list-showcase__part-main {
    min-height: 501px;
}


@media (max-width: 991px) {
    .list-table__pay .b-pay__quantity {
        display: inline-block;
    }
}

.c-ajaxpages {
    line-height: 120px;
    padding: 0;
}

.catalogmenu2 li a.first {
    font-size: 15px;
    font-weight: 700;
    color: #0e5724;
}

.catalogmenu2 li a.sub {
    font-size: 15px;
    font-weight: 400;
}

.catalogmenu2 .lvl3 li a.sub {
    font-size: 13px;
    font-weight: 400;
}

.best-offers-wrapper {
    margin-top: 25px;
}

.best-offers-container {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
}

.presscentermainn {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-tabs > li > a {
    font-size: 17px;
}

.nav-tabs > li.active > a {
    color: #fff!important;
}

.nav.nav-tabs > li.active {
    background: #0e5724!important;
}
/* End */


/* Start:/include/tuning/color.css?169219138450032*/
/* main */
/* buttons */
/* forms */
/* links */
/* text */
/* grid */
/** -- hard color color.scss -- **/
/* main */
/* buttons */
/* forms */
/* links */
/* text */
/* grid */
/** /-- hard color color.scss -- **/
/**************************************
label_description_start
**************************************/
/* line 7, source/style/sass/css/macros.scss */
.nothinSelectorJustColorTheme {
  /* color1 - $color1 - GOPRO_QQ147632GOPRO_ZZ */
  color: #147632;
  /* darken color1 - $btn1-bg-color-hover - GOPRO_QQ0d4a20GOPRO_ZZ */
  color: #0d4a20;
  /* color2 - $color2 - GOPRO_QQf73434GOPRO_ZZ */
  color: #f73434;
  /* darken color2 - $btn2-bg-color-hover - GOPRO_QQef0909GOPRO_ZZ */
  color: #ef0909; }

/**************************************
label_description_finish
**************************************/
/**************************************
label_macros_file_start
**************************************/
/* line 3, source/style/sass/css/color/.macros/_bitrix.sale.basket.basket.scss */
.rsgopro .body .bx-basket .basket-item-property-scu-image .basket-item-scu-item:hover,
.rsgopro .body .bx-basket .basket-item-property-scu-image .basket-item-scu-item.selected,
.rsgopro .body .bx-basket .basket-item-property-scu-text .basket-item-scu-item:hover,
.rsgopro .body .bx-basket .basket-item-property-scu-text .basket-item-scu-item.selected {
  border-color: #147632; }

/* line 3, source/style/sass/css/color/.macros/_brands.scss */
.brandbig .item .name {
  color: #147632; }

/* line 2, source/style/sass/css/color/.macros/_btn.scss */
.rsgopro .rsgopro .shops2 .shops2-panel .btn-primary.active {
  color: #fff;
  background-color: #0d4a20;
  border-color: #0d4a20; }

/* line 8, source/style/sass/css/color/.macros/_btn.scss */
.rsgopro .btn1, .rsgopro .btn-primary,
.rsgopro .menu-sidebar li a:hover,
.rsgopro .shops2 .shops2-panel .btn1.active {
  color: #fff;
  background-color: #147632;
  border-color: #147632;
  border-bottom-color: #0d4a20; }
  /* line 16, source/style/sass/css/color/.macros/_btn.scss */
  .rsgopro .btn1:hover, .rsgopro .btn-primary:hover,
  .rsgopro .menu-sidebar li a:hover:hover,
  .rsgopro .shops2 .shops2-panel .btn1.active:hover {
    color: #fff;
    background-color: #0d4a20;
    border-color: #0d4a20; }

/* line 23, source/style/sass/css/color/.macros/_btn.scss */
.rsgopro .btn1-darken, .rsgopro .btn-primary-darken {
  color: #fff;
  background-color: #0d4a20;
  border-color: #0d4a20;
  border-bottom-color: #147632; }
  /* line 29, source/style/sass/css/color/.macros/_btn.scss */
  .rsgopro .btn1-darken:hover, .rsgopro .btn-primary-darken:hover {
    color: #fff;
    background-color: #147632;
    border-color: #0d4a20; }

/* line 36, source/style/sass/css/color/.macros/_btn.scss */
.rsgopro .btn2, .rsgopro .btn-default {
  color: #fff;
  background-color: #f73434;
  border-color: #f73434;
  border-bottom-color: #ef0909; }
  /* line 42, source/style/sass/css/color/.macros/_btn.scss */
  .rsgopro .btn2:hover, .rsgopro .btn-default:hover {
    color: #fff;
    background-color: #ef0909;
    border-color: #ef0909; }

/* line 49, source/style/sass/css/color/.macros/_btn.scss */
.rsgopro .btn3 {
  color: #fff;
  background-color: #899CC7;
  border-color: #899CC7;
  border-bottom-color: #5570ae; }
  /* line 55, source/style/sass/css/color/.macros/_btn.scss */
  .rsgopro .btn3:hover {
    color: #fff;
    background-color: #5570ae;
    border-color: #5570ae; }

/* line 64, source/style/sass/css/color/.macros/_btn.scss */
.rsgopro .body .sale-acountpay-fixedpay-item,
.rsgopro .body .bx_profile .btn-md.main-profile-submit,
.rsgopro .body .sale-profile-detail-form .btn-md:first-of-type,
.rsgopro .body .bx-soa-more-btn .btn.btn-default,
.rsgopro .body .bx-soa-sidebar .bx-soa-cart-total .btn.btn-default,
.rsgopro .body #bx-soa-order #bx-soa-orderSave .btn.btn-default,
.rsgopro .body #bx-soa-order .bx-soa-sidebar .bx-soa-cart-total .btn.btn-default,
.rsgopro .body #bx-soa-order .bx-authform .btn-default,
.rsgopro .body .bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout,
.rsgopro .body .bx-basket.bx-blue .btn.btn-default {
  color: #fff !important;
  background-color: #147632 !important;
  border-color: #147632 !important;
  border-bottom-color: #0d4a20 !important; }
  /* line 79, source/style/sass/css/color/.macros/_btn.scss */
  .rsgopro .body .sale-acountpay-fixedpay-item:hover,
  .rsgopro .body .bx_profile .btn-md.main-profile-submit:hover,
  .rsgopro .body .sale-profile-detail-form .btn-md:first-of-type:hover,
  .rsgopro .body .bx-soa-more-btn .btn.btn-default:hover,
  .rsgopro .body .bx-soa-sidebar .bx-soa-cart-total .btn.btn-default:hover,
  .rsgopro .body #bx-soa-order #bx-soa-orderSave .btn.btn-default:hover,
  .rsgopro .body #bx-soa-order .bx-soa-sidebar .bx-soa-cart-total .btn.btn-default:hover,
  .rsgopro .body #bx-soa-order .bx-authform .btn-default:hover,
  .rsgopro .body .bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout:hover,
  .rsgopro .body .bx-basket.bx-blue .btn.btn-default:hover {
    color: #fff !important;
    background-color: #0d4a20 !important;
    border-color: #0d4a20 !important; }

/* line 86, source/style/sass/css/color/.macros/_btn.scss */
.rsgopro .body .sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button,
.rsgopro .body .sale-order-detail .sale-order-detail-payment-options-methods-button-element,
.rsgopro .body .bx_my_order_cancel input[type="submit"],
.rsgopro .body .bx_profile .btn-md,
.rsgopro .body .sale-profile-detail-form .btn-md,
.rsgopro .body #bx-soa-orderSave .btn.btn-default,
.rsgopro .body .bx-soa-more-btn .btn.btn-default:first-child,
.rsgopro .body .bx-soa-sidebar .bx-soa-cart-total .btn.btn-default,
.rsgopro .body #bx-soa-order .bx-soa-more-btn .btn.btn-default,
.rsgopro .body #bx-soa-order .bx-soa-reg-block .btn-default,
.rsgopro .body .bx_ordercart .bx_ordercart_order_pay .bx_ordercart_coupon .bx_bt_button {
  color: #fff !important;
  background-color: #f73434 !important;
  border-color: #f73434 !important;
  border-bottom-color: #ef0909 !important; }
  /* line 102, source/style/sass/css/color/.macros/_btn.scss */
  .rsgopro .body .sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button:hover,
  .rsgopro .body .sale-order-detail .sale-order-detail-payment-options-methods-button-element:hover,
  .rsgopro .body .bx_my_order_cancel input[type="submit"]:hover,
  .rsgopro .body .bx_profile .btn-md:hover,
  .rsgopro .body .sale-profile-detail-form .btn-md:hover,
  .rsgopro .body #bx-soa-orderSave .btn.btn-default:hover,
  .rsgopro .body .bx-soa-more-btn .btn.btn-default:first-child:hover,
  .rsgopro .body .bx-soa-sidebar .bx-soa-cart-total .btn.btn-default:hover,
  .rsgopro .body #bx-soa-order .bx-soa-more-btn .btn.btn-default:hover,
  .rsgopro .body #bx-soa-order .bx-soa-reg-block .btn-default:hover,
  .rsgopro .body .bx_ordercart .bx_ordercart_order_pay .bx_ordercart_coupon .bx_bt_button:hover {
    color: #fff !important;
    background-color: #ef0909 !important;
    border-color: #ef0909 !important; }

/* line 109, source/style/sass/css/color/.macros/_btn.scss */
.rsgopro .body .sale-personal-account-wallet-currency-item {
  color: #147632; }

/* line 113, source/style/sass/css/color/.macros/_btn.scss */
.rsgopro .body .sale-acountpay-pp-company.bx-selected .sale-acountpay-pp-company-graf-container {
  border-color: #147632; }

/* catalog.element */
/* line 3, source/style/sass/css/color/.macros/_catalog.element.scss */
.detail__prices__title {
  color: #147632; }

/* line 7, source/style/sass/css/color/.macros/_catalog.element.scss */
.detail__previewtext__go-to__link {
  color: #147632; }
  /* line 10, source/style/sass/css/color/.macros/_catalog.element.scss */
  .detail__previewtext__go-to__link:hover {
    color: #0d4a20; }

/* line 17, source/style/sass/css/color/.macros/_catalog.element.scss */
.detail__pic__dots .owl-dot:hover, .detail__pic__dots .owl-dot.active {
  border-color: #147632; }

/* line 25, source/style/sass/css/color/.macros/_catalog.element.scss */
.detail .c-important-props__title {
  color: #147632; }

/* line 35, source/style/sass/css/color/.macros/_catalog.element.scss */
.body .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #147632; }

/* line 41, source/style/sass/css/color/.macros/_catalog.element.scss */
.body .scrollbar-inner > .scroll-element .scroll-bar:hover {
  background-color: #147632; }

/* line 50, source/style/sass/css/color/.macros/_catalog.element.scss */
.body .set .js-element:hover {
  border-color: #147632; }

/* line 57, source/style/sass/css/color/.macros/_catalog.element.scss */
.body .set .fullpanel .block.myset .svg-icon {
  fill: #147632; }

/* line 66, source/style/sass/css/color/.macros/_catalog.element.scss */
.body .tab-custom-content__files__svg {
  fill: #f73434; }

/* line 3, source/style/sass/css/color/.macros/_catalog.section.scss */
.list-showcase__preview-text__more a {
  color: #147632; }

/* catalog.sorter */
/* line 3, source/style/sass/css/color/.macros/_catalog.sorter.scss */
.b-sorter__block-name {
  color: #147632; }

/* line 7, source/style/sass/css/color/.macros/_catalog.sorter.scss */
.b-sorter__template a.selected,
.b-sorter__shortsort a.selected {
  color: #fff;
  background-color: #147632;
  border-color: #147632; }

/* line 13, source/style/sass/css/color/.macros/_catalog.sorter.scss */
.b-sorter__template a.selected {
  border-bottom-color: #0d4a20; }

/* line 17, source/style/sass/css/color/.macros/_catalog.sorter.scss */
.b-sorter__template a.selected:hover,
.b-sorter__template a:hover,
.b-sorter__shortsort a.selected:hover,
.b-sorter__shortsort a:hover {
  color: #fff;
  background-color: #0d4a20;
  border-color: #0d4a20; }

/* line 26, source/style/sass/css/color/.macros/_catalog.sorter.scss */
.b-sorter__dropdown.hover > a,
.b-sorter__dropdown:hover > a {
  border-color: #0d4a20; }

/* line 31, source/style/sass/css/color/.macros/_catalog.sorter.scss */
.b-sorter__dropdown-in {
  border-bottom-color: #0d4a20; }

/* line 1, source/style/sass/css/color/.macros/_easycart.scss */
body #rs_easycart .rsec_headers a.rsec_online,
body #rs_easycart .rsec_headers span.rsec_color {
  color: #147632; }

/* line 6, source/style/sass/css/color/.macros/_easycart.scss */
body #rs_easycart .rsec_headers a.rsec_online span.rsec_name {
  border-color: #147632; }

/* line 10, source/style/sass/css/color/.macros/_easycart.scss */
body #rs_easycart .rsec_btn1,
body #rs_easycart table.rsec_table tr:hover td.rsec_hov,
body #rs_easycart .rsec_btn1 {
  background-color: #147632; }

/* line 16, source/style/sass/css/color/.macros/_easycart.scss */
body #rs_easycart .rsec_content .rsec_tyanya .rsec_close .svg-icon,
body #rs_easycart .rsec_thistab_compare .rsec_delete .svg-icon,
body #rs_easycart .rsec_thistab_favorite .rsec_delete .svg-icon,
body #rs_easycart .rsec_thistab_basket .rsec_delete .svg-icon,
body #rs_easycart .rsec_headers a.rsec_online .svg-icon {
  fill: #147632; }

/* line 9, source/style/sass/css/color/.macros/_form_control.scss */
.body input[type="text"],
.body input[type="password"],
.body textarea,
.body select,
.footer input[type="text"],
.footer input[type="password"],
.footer textarea,
.footer select,
.fancybox-container input[type="text"],
.fancybox-container input[type="password"],
.fancybox-container textarea,
.fancybox-container select,
.popup-window input[type="text"],
.popup-window input[type="password"],
.popup-window textarea,
.popup-window select,
.rsgppopup input[type="text"],
.rsgppopup input[type="password"],
.rsgppopup textarea,
.rsgppopup select,
.rs_easycart input[type="text"],
.rs_easycart input[type="password"],
.rs_easycart textarea,
.rs_easycart select,
.gopro-subscribe-window input[type="text"],
.gopro-subscribe-window input[type="password"],
.gopro-subscribe-window textarea,
.gopro-subscribe-window select {
  border-color: #ebebeb; }
  /* line 15, source/style/sass/css/color/.macros/_form_control.scss */
  .body input[type="text"]:hover,
  .body input[type="password"]:hover,
  .body textarea:hover,
  .body select:hover,
  .footer input[type="text"]:hover,
  .footer input[type="password"]:hover,
  .footer textarea:hover,
  .footer select:hover,
  .fancybox-container input[type="text"]:hover,
  .fancybox-container input[type="password"]:hover,
  .fancybox-container textarea:hover,
  .fancybox-container select:hover,
  .popup-window input[type="text"]:hover,
  .popup-window input[type="password"]:hover,
  .popup-window textarea:hover,
  .popup-window select:hover,
  .rsgppopup input[type="text"]:hover,
  .rsgppopup input[type="password"]:hover,
  .rsgppopup textarea:hover,
  .rsgppopup select:hover,
  .rs_easycart input[type="text"]:hover,
  .rs_easycart input[type="password"]:hover,
  .rs_easycart textarea:hover,
  .rs_easycart select:hover,
  .gopro-subscribe-window input[type="text"]:hover,
  .gopro-subscribe-window input[type="password"]:hover,
  .gopro-subscribe-window textarea:hover,
  .gopro-subscribe-window select:hover {
    border-color: #147632; }
  /* line 19, source/style/sass/css/color/.macros/_form_control.scss */
  .body input[type="text"]:hover:focus, .body input[type="text"]:focus,
  .body input[type="password"]:hover:focus,
  .body input[type="password"]:focus,
  .body textarea:hover:focus,
  .body textarea:focus,
  .body select:hover:focus,
  .body select:focus,
  .footer input[type="text"]:hover:focus,
  .footer input[type="text"]:focus,
  .footer input[type="password"]:hover:focus,
  .footer input[type="password"]:focus,
  .footer textarea:hover:focus,
  .footer textarea:focus,
  .footer select:hover:focus,
  .footer select:focus,
  .fancybox-container input[type="text"]:hover:focus,
  .fancybox-container input[type="text"]:focus,
  .fancybox-container input[type="password"]:hover:focus,
  .fancybox-container input[type="password"]:focus,
  .fancybox-container textarea:hover:focus,
  .fancybox-container textarea:focus,
  .fancybox-container select:hover:focus,
  .fancybox-container select:focus,
  .popup-window input[type="text"]:hover:focus,
  .popup-window input[type="text"]:focus,
  .popup-window input[type="password"]:hover:focus,
  .popup-window input[type="password"]:focus,
  .popup-window textarea:hover:focus,
  .popup-window textarea:focus,
  .popup-window select:hover:focus,
  .popup-window select:focus,
  .rsgppopup input[type="text"]:hover:focus,
  .rsgppopup input[type="text"]:focus,
  .rsgppopup input[type="password"]:hover:focus,
  .rsgppopup input[type="password"]:focus,
  .rsgppopup textarea:hover:focus,
  .rsgppopup textarea:focus,
  .rsgppopup select:hover:focus,
  .rsgppopup select:focus,
  .rs_easycart input[type="text"]:hover:focus,
  .rs_easycart input[type="text"]:focus,
  .rs_easycart input[type="password"]:hover:focus,
  .rs_easycart input[type="password"]:focus,
  .rs_easycart textarea:hover:focus,
  .rs_easycart textarea:focus,
  .rs_easycart select:hover:focus,
  .rs_easycart select:focus,
  .gopro-subscribe-window input[type="text"]:hover:focus,
  .gopro-subscribe-window input[type="text"]:focus,
  .gopro-subscribe-window input[type="password"]:hover:focus,
  .gopro-subscribe-window input[type="password"]:focus,
  .gopro-subscribe-window textarea:hover:focus,
  .gopro-subscribe-window textarea:focus,
  .gopro-subscribe-window select:hover:focus,
  .gopro-subscribe-window select:focus {
    border-color: #147632; }

/* line 27, source/style/sass/css/color/.macros/_form_control.scss */
.body .bx-sls .dropdown-block,
.body .bx-slst .dropdown-block,
.footer .bx-sls .dropdown-block,
.footer .bx-slst .dropdown-block,
.fancybox-container .bx-sls .dropdown-block,
.fancybox-container .bx-slst .dropdown-block,
.popup-window .bx-sls .dropdown-block,
.popup-window .bx-slst .dropdown-block,
.rsgppopup .bx-sls .dropdown-block,
.rsgppopup .bx-slst .dropdown-block,
.rs_easycart .bx-sls .dropdown-block,
.rs_easycart .bx-slst .dropdown-block,
.gopro-subscribe-window .bx-sls .dropdown-block,
.gopro-subscribe-window .bx-slst .dropdown-block {
  border: 1px solid #ebebeb; }
  /* line 30, source/style/sass/css/color/.macros/_form_control.scss */
  .body .bx-sls .dropdown-block.focus,
  .body .bx-slst .dropdown-block.focus,
  .footer .bx-sls .dropdown-block.focus,
  .footer .bx-slst .dropdown-block.focus,
  .fancybox-container .bx-sls .dropdown-block.focus,
  .fancybox-container .bx-slst .dropdown-block.focus,
  .popup-window .bx-sls .dropdown-block.focus,
  .popup-window .bx-slst .dropdown-block.focus,
  .rsgppopup .bx-sls .dropdown-block.focus,
  .rsgppopup .bx-slst .dropdown-block.focus,
  .rs_easycart .bx-sls .dropdown-block.focus,
  .rs_easycart .bx-slst .dropdown-block.focus,
  .gopro-subscribe-window .bx-sls .dropdown-block.focus,
  .gopro-subscribe-window .bx-slst .dropdown-block.focus {
    border: #147632; }

/* line 36, source/style/sass/css/color/.macros/_form_control.scss */
.body [type="checkbox"]:checked + label:after,
.body [type="checkbox"]:checked + .label:after,
.body a.checkbox.in > label:after,
.body a.checkbox.in > .label:after,
.body #bx-soa-orderSave [type="checkbox"]:checked + a:after,
.body .form-group .soa-property-container [type="checkbox"]:checked:after,
.body .bx-authform [type="checkbox"]:checked:after,
.footer [type="checkbox"]:checked + label:after,
.footer [type="checkbox"]:checked + .label:after,
.footer a.checkbox.in > label:after,
.footer a.checkbox.in > .label:after,
.footer #bx-soa-orderSave [type="checkbox"]:checked + a:after,
.footer .form-group .soa-property-container [type="checkbox"]:checked:after,
.footer .bx-authform [type="checkbox"]:checked:after,
.fancybox-container [type="checkbox"]:checked + label:after,
.fancybox-container [type="checkbox"]:checked + .label:after,
.fancybox-container a.checkbox.in > label:after,
.fancybox-container a.checkbox.in > .label:after,
.fancybox-container #bx-soa-orderSave [type="checkbox"]:checked + a:after,
.fancybox-container .form-group .soa-property-container [type="checkbox"]:checked:after,
.fancybox-container .bx-authform [type="checkbox"]:checked:after,
.popup-window [type="checkbox"]:checked + label:after,
.popup-window [type="checkbox"]:checked + .label:after,
.popup-window a.checkbox.in > label:after,
.popup-window a.checkbox.in > .label:after,
.popup-window #bx-soa-orderSave [type="checkbox"]:checked + a:after,
.popup-window .form-group .soa-property-container [type="checkbox"]:checked:after,
.popup-window .bx-authform [type="checkbox"]:checked:after,
.rsgppopup [type="checkbox"]:checked + label:after,
.rsgppopup [type="checkbox"]:checked + .label:after,
.rsgppopup a.checkbox.in > label:after,
.rsgppopup a.checkbox.in > .label:after,
.rsgppopup #bx-soa-orderSave [type="checkbox"]:checked + a:after,
.rsgppopup .form-group .soa-property-container [type="checkbox"]:checked:after,
.rsgppopup .bx-authform [type="checkbox"]:checked:after,
.rs_easycart [type="checkbox"]:checked + label:after,
.rs_easycart [type="checkbox"]:checked + .label:after,
.rs_easycart a.checkbox.in > label:after,
.rs_easycart a.checkbox.in > .label:after,
.rs_easycart #bx-soa-orderSave [type="checkbox"]:checked + a:after,
.rs_easycart .form-group .soa-property-container [type="checkbox"]:checked:after,
.rs_easycart .bx-authform [type="checkbox"]:checked:after,
.gopro-subscribe-window [type="checkbox"]:checked + label:after,
.gopro-subscribe-window [type="checkbox"]:checked + .label:after,
.gopro-subscribe-window a.checkbox.in > label:after,
.gopro-subscribe-window a.checkbox.in > .label:after,
.gopro-subscribe-window #bx-soa-orderSave [type="checkbox"]:checked + a:after,
.gopro-subscribe-window .form-group .soa-property-container [type="checkbox"]:checked:after,
.gopro-subscribe-window .bx-authform [type="checkbox"]:checked:after {
  border-color: #147632;
  background-color: #147632; }

/* line 47, source/style/sass/css/color/.macros/_form_control.scss */
.body [type="checkbox"]:not(:checked) + label:hover:after,
.body [type="checkbox"]:not(:checked) + .label:hover:after,
.body a.checkbox > label:hover:after,
.body a.checkbox > .label:hover:after,
.body #bx-soa-orderSave [type="checkbox"]:not(:checked) + a:hover:after,
.body .form-group .soa-property-container [type="checkbox"]:not(:checked):hover:after,
.body .bx-authform [type="checkbox"]:not(:checked):hover:after,
.footer [type="checkbox"]:not(:checked) + label:hover:after,
.footer [type="checkbox"]:not(:checked) + .label:hover:after,
.footer a.checkbox > label:hover:after,
.footer a.checkbox > .label:hover:after,
.footer #bx-soa-orderSave [type="checkbox"]:not(:checked) + a:hover:after,
.footer .form-group .soa-property-container [type="checkbox"]:not(:checked):hover:after,
.footer .bx-authform [type="checkbox"]:not(:checked):hover:after,
.fancybox-container [type="checkbox"]:not(:checked) + label:hover:after,
.fancybox-container [type="checkbox"]:not(:checked) + .label:hover:after,
.fancybox-container a.checkbox > label:hover:after,
.fancybox-container a.checkbox > .label:hover:after,
.fancybox-container #bx-soa-orderSave [type="checkbox"]:not(:checked) + a:hover:after,
.fancybox-container .form-group .soa-property-container [type="checkbox"]:not(:checked):hover:after,
.fancybox-container .bx-authform [type="checkbox"]:not(:checked):hover:after,
.popup-window [type="checkbox"]:not(:checked) + label:hover:after,
.popup-window [type="checkbox"]:not(:checked) + .label:hover:after,
.popup-window a.checkbox > label:hover:after,
.popup-window a.checkbox > .label:hover:after,
.popup-window #bx-soa-orderSave [type="checkbox"]:not(:checked) + a:hover:after,
.popup-window .form-group .soa-property-container [type="checkbox"]:not(:checked):hover:after,
.popup-window .bx-authform [type="checkbox"]:not(:checked):hover:after,
.rsgppopup [type="checkbox"]:not(:checked) + label:hover:after,
.rsgppopup [type="checkbox"]:not(:checked) + .label:hover:after,
.rsgppopup a.checkbox > label:hover:after,
.rsgppopup a.checkbox > .label:hover:after,
.rsgppopup #bx-soa-orderSave [type="checkbox"]:not(:checked) + a:hover:after,
.rsgppopup .form-group .soa-property-container [type="checkbox"]:not(:checked):hover:after,
.rsgppopup .bx-authform [type="checkbox"]:not(:checked):hover:after,
.rs_easycart [type="checkbox"]:not(:checked) + label:hover:after,
.rs_easycart [type="checkbox"]:not(:checked) + .label:hover:after,
.rs_easycart a.checkbox > label:hover:after,
.rs_easycart a.checkbox > .label:hover:after,
.rs_easycart #bx-soa-orderSave [type="checkbox"]:not(:checked) + a:hover:after,
.rs_easycart .form-group .soa-property-container [type="checkbox"]:not(:checked):hover:after,
.rs_easycart .bx-authform [type="checkbox"]:not(:checked):hover:after,
.gopro-subscribe-window [type="checkbox"]:not(:checked) + label:hover:after,
.gopro-subscribe-window [type="checkbox"]:not(:checked) + .label:hover:after,
.gopro-subscribe-window a.checkbox > label:hover:after,
.gopro-subscribe-window a.checkbox > .label:hover:after,
.gopro-subscribe-window #bx-soa-orderSave [type="checkbox"]:not(:checked) + a:hover:after,
.gopro-subscribe-window .form-group .soa-property-container [type="checkbox"]:not(:checked):hover:after,
.gopro-subscribe-window .bx-authform [type="checkbox"]:not(:checked):hover:after {
  border-color: #147632; }

/* line 57, source/style/sass/css/color/.macros/_form_control.scss */
.body [type="radio"]:checked + label:before,
.body [type="radio"]:checked + .label:before,
.body [type="radio"]:checked + label:after,
.body [type="radio"]:checked + .label:after,
.body [type="radio"]:not(:checked) + label:hover:before,
.body [type="radio"]:not(:checked) + .label:hover:before,
.body [type="radio"]:not(:checked) + label:hover:after,
.body [type="radio"]:not(:checked) + .label:hover:after,
.body .bx_soa_location .radio-inline label [type="radio"]:checked:before,
.body .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.body .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:before,
.body .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:after,
.body .form-group .soa-property-container label [type="radio"]:checked:before,
.body .form-group .soa-property-container label [type="radio"]:checked:after,
.body .form-group .soa-property-container label [type="radio"]:not(:checked):hover:before,
.body .form-group .soa-property-container label [type="radio"]:not(:checked):hover:after,
.footer [type="radio"]:checked + label:before,
.footer [type="radio"]:checked + .label:before,
.footer [type="radio"]:checked + label:after,
.footer [type="radio"]:checked + .label:after,
.footer [type="radio"]:not(:checked) + label:hover:before,
.footer [type="radio"]:not(:checked) + .label:hover:before,
.footer [type="radio"]:not(:checked) + label:hover:after,
.footer [type="radio"]:not(:checked) + .label:hover:after,
.footer .bx_soa_location .radio-inline label [type="radio"]:checked:before,
.footer .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.footer .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:before,
.footer .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:after,
.footer .form-group .soa-property-container label [type="radio"]:checked:before,
.footer .form-group .soa-property-container label [type="radio"]:checked:after,
.footer .form-group .soa-property-container label [type="radio"]:not(:checked):hover:before,
.footer .form-group .soa-property-container label [type="radio"]:not(:checked):hover:after,
.fancybox-container [type="radio"]:checked + label:before,
.fancybox-container [type="radio"]:checked + .label:before,
.fancybox-container [type="radio"]:checked + label:after,
.fancybox-container [type="radio"]:checked + .label:after,
.fancybox-container [type="radio"]:not(:checked) + label:hover:before,
.fancybox-container [type="radio"]:not(:checked) + .label:hover:before,
.fancybox-container [type="radio"]:not(:checked) + label:hover:after,
.fancybox-container [type="radio"]:not(:checked) + .label:hover:after,
.fancybox-container .bx_soa_location .radio-inline label [type="radio"]:checked:before,
.fancybox-container .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.fancybox-container .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:before,
.fancybox-container .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:after,
.fancybox-container .form-group .soa-property-container label [type="radio"]:checked:before,
.fancybox-container .form-group .soa-property-container label [type="radio"]:checked:after,
.fancybox-container .form-group .soa-property-container label [type="radio"]:not(:checked):hover:before,
.fancybox-container .form-group .soa-property-container label [type="radio"]:not(:checked):hover:after,
.popup-window [type="radio"]:checked + label:before,
.popup-window [type="radio"]:checked + .label:before,
.popup-window [type="radio"]:checked + label:after,
.popup-window [type="radio"]:checked + .label:after,
.popup-window [type="radio"]:not(:checked) + label:hover:before,
.popup-window [type="radio"]:not(:checked) + .label:hover:before,
.popup-window [type="radio"]:not(:checked) + label:hover:after,
.popup-window [type="radio"]:not(:checked) + .label:hover:after,
.popup-window .bx_soa_location .radio-inline label [type="radio"]:checked:before,
.popup-window .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.popup-window .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:before,
.popup-window .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:after,
.popup-window .form-group .soa-property-container label [type="radio"]:checked:before,
.popup-window .form-group .soa-property-container label [type="radio"]:checked:after,
.popup-window .form-group .soa-property-container label [type="radio"]:not(:checked):hover:before,
.popup-window .form-group .soa-property-container label [type="radio"]:not(:checked):hover:after,
.rsgppopup [type="radio"]:checked + label:before,
.rsgppopup [type="radio"]:checked + .label:before,
.rsgppopup [type="radio"]:checked + label:after,
.rsgppopup [type="radio"]:checked + .label:after,
.rsgppopup [type="radio"]:not(:checked) + label:hover:before,
.rsgppopup [type="radio"]:not(:checked) + .label:hover:before,
.rsgppopup [type="radio"]:not(:checked) + label:hover:after,
.rsgppopup [type="radio"]:not(:checked) + .label:hover:after,
.rsgppopup .bx_soa_location .radio-inline label [type="radio"]:checked:before,
.rsgppopup .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.rsgppopup .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:before,
.rsgppopup .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:after,
.rsgppopup .form-group .soa-property-container label [type="radio"]:checked:before,
.rsgppopup .form-group .soa-property-container label [type="radio"]:checked:after,
.rsgppopup .form-group .soa-property-container label [type="radio"]:not(:checked):hover:before,
.rsgppopup .form-group .soa-property-container label [type="radio"]:not(:checked):hover:after,
.rs_easycart [type="radio"]:checked + label:before,
.rs_easycart [type="radio"]:checked + .label:before,
.rs_easycart [type="radio"]:checked + label:after,
.rs_easycart [type="radio"]:checked + .label:after,
.rs_easycart [type="radio"]:not(:checked) + label:hover:before,
.rs_easycart [type="radio"]:not(:checked) + .label:hover:before,
.rs_easycart [type="radio"]:not(:checked) + label:hover:after,
.rs_easycart [type="radio"]:not(:checked) + .label:hover:after,
.rs_easycart .bx_soa_location .radio-inline label [type="radio"]:checked:before,
.rs_easycart .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.rs_easycart .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:before,
.rs_easycart .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:after,
.rs_easycart .form-group .soa-property-container label [type="radio"]:checked:before,
.rs_easycart .form-group .soa-property-container label [type="radio"]:checked:after,
.rs_easycart .form-group .soa-property-container label [type="radio"]:not(:checked):hover:before,
.rs_easycart .form-group .soa-property-container label [type="radio"]:not(:checked):hover:after,
.gopro-subscribe-window [type="radio"]:checked + label:before,
.gopro-subscribe-window [type="radio"]:checked + .label:before,
.gopro-subscribe-window [type="radio"]:checked + label:after,
.gopro-subscribe-window [type="radio"]:checked + .label:after,
.gopro-subscribe-window [type="radio"]:not(:checked) + label:hover:before,
.gopro-subscribe-window [type="radio"]:not(:checked) + .label:hover:before,
.gopro-subscribe-window [type="radio"]:not(:checked) + label:hover:after,
.gopro-subscribe-window [type="radio"]:not(:checked) + .label:hover:after,
.gopro-subscribe-window .bx_soa_location .radio-inline label [type="radio"]:checked:before,
.gopro-subscribe-window .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.gopro-subscribe-window .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:before,
.gopro-subscribe-window .bx_soa_location .radio-inline label [type="radio"]:not(:checked):hover:after,
.gopro-subscribe-window .form-group .soa-property-container label [type="radio"]:checked:before,
.gopro-subscribe-window .form-group .soa-property-container label [type="radio"]:checked:after,
.gopro-subscribe-window .form-group .soa-property-container label [type="radio"]:not(:checked):hover:before,
.gopro-subscribe-window .form-group .soa-property-container label [type="radio"]:not(:checked):hover:after {
  border-color: #147632; }

/* line 75, source/style/sass/css/color/.macros/_form_control.scss */
.body [type="radio"]:checked + label:after,
.body [type="radio"]:checked + .label:after,
.body .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.body .form-group .soa-property-container label [type="radio"]:checked:after,
.footer [type="radio"]:checked + label:after,
.footer [type="radio"]:checked + .label:after,
.footer .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.footer .form-group .soa-property-container label [type="radio"]:checked:after,
.fancybox-container [type="radio"]:checked + label:after,
.fancybox-container [type="radio"]:checked + .label:after,
.fancybox-container .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.fancybox-container .form-group .soa-property-container label [type="radio"]:checked:after,
.popup-window [type="radio"]:checked + label:after,
.popup-window [type="radio"]:checked + .label:after,
.popup-window .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.popup-window .form-group .soa-property-container label [type="radio"]:checked:after,
.rsgppopup [type="radio"]:checked + label:after,
.rsgppopup [type="radio"]:checked + .label:after,
.rsgppopup .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.rsgppopup .form-group .soa-property-container label [type="radio"]:checked:after,
.rs_easycart [type="radio"]:checked + label:after,
.rs_easycart [type="radio"]:checked + .label:after,
.rs_easycart .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.rs_easycart .form-group .soa-property-container label [type="radio"]:checked:after,
.gopro-subscribe-window [type="radio"]:checked + label:after,
.gopro-subscribe-window [type="radio"]:checked + .label:after,
.gopro-subscribe-window .bx_soa_location .radio-inline label [type="radio"]:checked:after,
.gopro-subscribe-window .form-group .soa-property-container label [type="radio"]:checked:after {
  background-color: #147632; }

/* line 4, source/style/sass/css/color/.macros/_header.scss */
.body .tline {
  background-color: #147632; }

/* line 9, source/style/sass/css/color/.macros/_header.scss */
.body .tpanel__menu2 a .svg-icon {
  fill: #147632; }

/* line 17, source/style/sass/css/color/.macros/_header.scss */
.body .header-basket .svg-icon {
  fill: #147632; }

/* line 24, source/style/sass/css/color/.macros/_header.scss */
.body .header__circle.js-more-than-zero {
  background-color: #f73434; }

/* line 32, source/style/sass/css/color/.macros/_header.scss */
.body .b-mmenu.navbar-default {
  background-color: #147632; }
  /* line 35, source/style/sass/css/color/.macros/_header.scss */
  .body .b-mmenu.navbar-default .b-mmenu__toggle,
  .body .b-mmenu.navbar-default .navbar-nav > li.other > a {
    color: #fff;
    background-color: #147632; }
  /* line 41, source/style/sass/css/color/.macros/_header.scss */
  .body .b-mmenu.navbar-default .search-bar .search-btn.svg-icon:hover,
  .body .b-mmenu.navbar-default .b-mmenu__toggle:hover,
  .body .b-mmenu.navbar-default .navbar-nav > li.lvl1:hover > a,
  .body .b-mmenu.navbar-default .navbar-nav > li.lvl1 > a:hover,
  .body .b-mmenu.navbar-default .navbar-nav > li.other:hover > a,
  .body .b-mmenu.navbar-default .navbar-nav > li.other > a:hover,
  .body .b-mmenu.navbar-default .navbar-nav > .active > a,
  .body .b-mmenu.navbar-default .navbar-nav > .active > a:hover,
  .body .b-mmenu.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #0d4a20; }
  /* line 54, source/style/sass/css/color/.macros/_header.scss */
  .body .b-mmenu.navbar-default .dropdown-menu {
    border-color: #0d4a20; }
  /* line 59, source/style/sass/css/color/.macros/_header.scss */
  .body .b-mmenu.navbar-default .searchinhead {
    border-color: #147632; }
    /* line 62, source/style/sass/css/color/.macros/_header.scss */
    .body .b-mmenu.navbar-default .searchinhead .search-btn:hover .svg-icon {
      fill: #0d4a20; }

/* line 68, source/style/sass/css/color/.macros/_header.scss */
.body .b-mmenu .dropdown-menu {
  border-bottom-color: #147632; }

/* line 77, source/style/sass/css/color/.macros/_header.scss */
.body .gopro-banners__text1.product:after {
  background-color: #147632; }

/* line 82, source/style/sass/css/color/.macros/_header.scss */
.body .gopro-banners__text2 {
  color: #147632; }

/* line 88, source/style/sass/css/color/.macros/_header.scss */
.body .owl-dots .owl-dot:hover, .body .owl-dots .owl-dot.active:hover {
  background-color: #0d4a20; }

/* line 92, source/style/sass/css/color/.macros/_header.scss */
.body .owl-dots .owl-dot.active {
  background-color: #147632; }

/* line 100, source/style/sass/css/color/.macros/_header.scss */
.body .hamburger.is-active {
  background-color: #147632; }

/* line 106, source/style/sass/css/color/.macros/_header.scss */
.header-fly {
  border-top-color: #147632; }
  /* line 109, source/style/sass/css/color/.macros/_header.scss */
  .header-fly__panel {
    border-bottom-color: #147632; }

@media (max-width: 991px) {
  /* line 115, source/style/sass/css/color/.macros/_header.scss */
  .authinhead2 .authorized .authinhead2__icon {
    border-color: #147632; } }

@media (max-width: 768px) {
  /* line 124, source/style/sass/css/color/.macros/_header.scss */
  .body .b-mmenu.navbar-default .dropdown-menu > li > a {
    color: #fff;
    background-color: #147632; }
  /* line 130, source/style/sass/css/color/.macros/_header.scss */
  .body .menu .b-mmenu .dropdown-menu > li > a,
  .body .menu .b-mmenu .navbar-nav > li > a {
    color: #fff;
    background-color: #147632; } }

/* line 1, source/style/sass/css/color/.macros/_other.scss */
.body div.sale-order-detail-payment-options-methods-template,
.body .sale-paysystem-wrapper,
.body .fichi__inner,
.body .c-attributes.view-buttons .c-attributes__option:not(.disabled):hover,
.body .c-attributes.view-buttons .c-attributes__option:not(.disabled).selected,
.body .filtren .lvl2 .smartf-div:not(.disabled) label.pic:hover,
.body .filtren .cwpal .lvl2 .smartf-div:not(.disabled):hover label.pic,
.body .filtren .cwp .lvl2 .smartf-div:not(.disabled):hover label.pic,
.body .filtren .dd.open > .lvl2 .smartf-div:not(.disabled),
.body .filtren .dd.wpal.open > .lvl2 .smartf-div:not(.disabled),
.body .filtren .lvl2 .active label.pic,
.body .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul > .sku_prop:hover > a,
.body .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul > .sku_prop.bx_active > a,
.body .c-attributes.view-list .c-attributes__prop.open .c-attributes__current-value__pseudo-option,
.body .link-dashed.m-color-primary a,
.body .suggestion-items-popup,
.body a.link-dashed.m-color-primary {
  border-color: #147632; }

/* line 21, source/style/sass/css/color/.macros/_other.scss */
.body .suggestion-items-spinner {
  border-top-color: #147632;
  border-bottom-color: #147632;
  border-left-color: #147632; }

/* line 27, source/style/sass/css/color/.macros/_other.scss */
.body .filtren .dd .dropdown > .dropdown,
.body .c-attributes.view-list .c-attributes__options {
  border-bottom-color: #147632; }

/* titles */
/* line 33, source/style/sass/css/color/.macros/_other.scss */
.primary-color,
.brandslist span,
.sorter_and_name .name,
.brandslist.mainstyles .title a,
.brandslistimg.mainstyles .title a,
.mods h3.title2,
.bigdata h3.title2,
.detailcollection h3.title2,
.detailtabs .contents .content .switcher,
.sections a.parent,
.b-section-list__title,
.presscentermainn .title,
.sorter_and_name .name,
.brandslistimgowl1.mainstyles .title a,
.b-section-list a.parent,
.b-section-list__show-more,
.presscentermainn .item .blockname a,
.presscentermainn .item a.blockname,
.catalogmenu2 a.sub,
.price.new,
.table .full.name,
.acc_title,
.sale-personal-account-wallet-currency-item,
.nice-title,
.body #bx-soa-order .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted .bx-soa-cart-d,
.body .link-dashed.m-color-primary a,
.body a.link-dashed.m-color-primary {
  color: #147632; }

/* jScroll */
/* line 67, source/style/sass/css/color/.macros/_other.scss */
.body .jspDrag,
.body .sale-paysystem-yandex-button-item,
.fancybox-container .jspDrag,
.fancybox-container .sale-paysystem-yandex-button-item,
.rsgppopup .jspDrag,
.rsgppopup .sale-paysystem-yandex-button-item {
  background-color: #147632; }

/* line 75, source/style/sass/css/color/.macros/_other.scss */
.body .jspDrag.jspHover,
.body .jspDrag.jspActive,
.fancybox-container .jspDrag.jspHover,
.fancybox-container .jspDrag.jspActive,
.rsgppopup .jspDrag.jspHover,
.rsgppopup .jspDrag.jspActive {
  background-color: #0d4a20; }

/* line 82, source/style/sass/css/color/.macros/_other.scss */
body.rsgopro .js-pseudo-focus-blur.js-pseudo-focus .js-pseudo-border,
body.rsgopro .js-pseudo-focus-blur.js-pseudo-focus .js-pseudo-border-top,
body.rsgopro .js-pseudo-focus-blur.js-pseudo-focus .js-pseudo-border-right,
body.rsgopro .js-pseudo-focus-blur.js-pseudo-focus .js-pseudo-border-bottom,
body.rsgopro .js-pseudo-focus-blur.js-pseudo-focus .js-pseudo-border-left,
body.rsgopro .js-pseudo-focus-blur.js-pseudo-border .js-pseudo-border,
body.rsgopro .js-pseudo-focus-blur.js-pseudo-border .js-pseudo-border-top,
body.rsgopro .js-pseudo-focus-blur.js-pseudo-border .js-pseudo-border-right,
body.rsgopro .js-pseudo-focus-blur.js-pseudo-border .js-pseudo-border-bottom,
body.rsgopro .js-pseudo-focus-blur.js-pseudo-border .js-pseudo-border-left {
  border-color: #147632; }

/* svg-icons */
/* line 97, source/style/sass/css/color/.macros/_other.scss */
.rsfavorite .svg-icon,
.artables.view_gallery table.products .add2basketform .submit .svg-icon,
.artables.view_gallery table.products .add2basketform .inbasket .svg-icon,
.artables.view_gallery .add2basketform .tick,
.artables.view_table table.products .add2basketform .submit .svg-icon,
.artables.view_table table.products .add2basketform .inbasket .svg-icon,
.artables.view_table .add2basketform .tick,
.footer .line1 .contacts .recall .svg-icon,
.footer .line1 .contacts .feedback .svg-icon,
.picslider.horizontal a:hover .svg-icon,
.elementdetail .prices a:hover .svg-icon,
.picslider.vertical a:hover .svg-icon,
.elementdetail .zoom .svg-icon,
.body .set .js-element .plusik .svg-icon,
.body .basket a.delete .svg-icon,
.body .basket a.delay .svg-icon,
.body .basket a.add .svg-icon {
  fill: #147632; }

/* line 116, source/style/sass/css/color/.macros/_other.scss */
.artables table.products .add2basketform .add2subscribe .svg-icon {
  fill: #f73434; }

/* smart.filter */
/* line 121, source/style/sass/css/color/.macros/_other.scss */
.filtren .dd .lvl2:not(.selected) div.active label {
  color: #fff;
  background-color: #147632; }

/* line 128, source/style/sass/css/color/.macros/_other.scss */
.c-prices__value-old:after {
  background-color: #147632; }

/* line 133, source/style/sass/css/color/.macros/_other.scss */
.c-prices__more-link {
  color: #147632; }

/* line 139, source/style/sass/css/color/.macros/_other.scss */
.b-stores .svg-icon.empty {
  fill: #147632; }

/* line 144, source/style/sass/css/color/.macros/_other.scss */
.num-404-error {
  color: #147632; }

/*********************************************/
/* additional styles
BACKGROUND COLOR*/
/* line 151, source/style/sass/css/color/.macros/_other.scss */
.pmenu a:hover,
.light .js-element .buy .go2detail,
.catalogsorter .dropdownin a:hover,
.catalogsorter .dropdownin a.selected:hover,
.comparelist a:hover {
  color: #fff !important;
  background-color: #0d4a20 !important; }

/* line 159, source/style/sass/css/color/.macros/_other.scss */
.catalogsorter .dropdownin a.selected,
.propvision1 .offer_prop .div_options .div_option.selected,
.propvision1 .offer_prop .div_options .div_option.selected span {
  color: #fff !important;
  background-color: #147632 !important; }

/* line 165, source/style/sass/css/color/.macros/_other.scss */
.propvision1 .offer_prop .div_options .div_option:hover:not(.disabled),
.propvision1 .offer_prop .div_options .div_option:hover:not(.disabled) span {
  background-color: #0d4a20 !important; }

/* line 170, source/style/sass/css/color/.macros/_other.scss */
.filtren .modef .data a {
  color: #fff !important; }

/*additional styles
ACTIVE BACKGROUND COLOR*/
/* line 176, source/style/sass/css/color/.macros/_other.scss */
.body .pmenu a:hover {
  background-color: #0d4a20; }

/* line 179, source/style/sass/css/color/.macros/_other.scss */
.body .pmenu a.selected,
.body .pmenu a.selected:active,
.body .pmenu a:active {
  background-color: #147632; }

/* slider of filter BACKGROUND LINEAR GRADIENT */
/* line 186, source/style/sass/css/color/.macros/_other.scss */
.ui-slider .ui-slider-range,
.smartfilter .bx_ui_slider_handle,
.smartfilter .bx_ui_slider_pricebar_V {
  background-color: #147632 !important; }

/* line 192, source/style/sass/css/color/.macros/_other.scss */
.erorpage .errorbutton a {
  color: #fff !important;
  background: #147632; }

@media screen and (max-width: 480px) {
  /* line 198, source/style/sass/css/color/.macros/_other.scss */
  body.adaptive .detailtabs .content.selected .switcher {
    color: #fff !important;
    background-color: #147632 !important; } }

/* personal.order.list */
/* line 4, source/style/sass/css/color/.macros/_personal.order.list.scss */
.orderlist .item:hover {
  border-color: #147632; }

/* line 11, source/style/sass/css/color/.macros/_personal.order.list.scss */
.orderlist .switch a.selected {
  color: #fff;
  background-color: #147632; }

/* line 16, source/style/sass/css/color/.macros/_personal.order.list.scss */
.orderlist .switch a:hover {
  color: #fff;
  background-color: #0d4a20; }

/* line 2, source/style/sass/css/color/.macros/_product.delivery.scss */
.product-delivery {
  border-color: #147632; }

/* line 2, source/style/sass/css/color/.macros/_sale.order.ajax.scss */
.body #bx-soa-order .bx-soa-section.bx-selected,
.body #bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container,
.body #bx-soa-order .bx-sls .form-control.dropdown-block.focus,
.body #bx-soa-order .form-group .form-control:focus:focus,
.body #bx-soa-order .bx-soa-coupon-input input[type=text].form-control:focus {
  border-color: #147632; }

/* line 3, source/style/sass/css/color/.macros/_search.title.scss */
.body .searchinhead__btn {
  border-color: #f73434;
  background-color: #f73434; }
  /* line 7, source/style/sass/css/color/.macros/_search.title.scss */
  .body .searchinhead__btn:hover {
    color: #fff;
    border-color: #ef0909;
    background-color: #ef0909; }
  /* line 13, source/style/sass/css/color/.macros/_search.title.scss */
  .body .searchinhead__btn .svg-icon {
    fill: #fff; }

/* line 20, source/style/sass/css/color/.macros/_search.title.scss */
.body .searchinhead__zoom:hover .svg-icon {
  fill: #910109; }

/* line 25, source/style/sass/css/color/.macros/_search.title.scss */
.body .searchinhead__zoom .svg-icon {
  fill: #147632; }

/* line 30, source/style/sass/css/color/.macros/_search.title.scss */
.body .searchinhead__enter {
  border-color: #f73434;
  background-color: #f73434; }
  /* line 34, source/style/sass/css/color/.macros/_search.title.scss */
  .body .searchinhead__enter:hover {
    border-color: #ef0909;
    background-color: #ef0909; }

/* line 44, source/style/sass/css/color/.macros/_search.title.scss */
.menu_horizontal1 .menu .searchinhead__btn {
  border-color: #147632;
  background-color: #147632; }
  /* line 48, source/style/sass/css/color/.macros/_search.title.scss */
  .menu_horizontal1 .menu .searchinhead__btn:hover {
    border-color: #0d4a20;
    background-color: #0d4a20; }

/******************************************************/
/******************************************************/
/******************************************************/
/* line 61, source/style/sass/css/color/.macros/_search.title.scss */
.title-search-result {
  border-color: #147632; }
  /* line 65, source/style/sass/css/color/.macros/_search.title.scss */
  .title-search-result .stitle .title {
    color: #147632; }

/* line 72, source/style/sass/css/color/.macros/_search.title.scss */
.stitle .title {
  color: #147632; }

/* line 79, source/style/sass/css/color/.macros/_search.title.scss */
.stitle .iblock .catitem:hover .name,
.stitle .iblock .catitem:hover .prs {
  background-color: #899CC7; }

/* line 2, source/style/sass/css/color/.macros/_upbutton.scss */
.rsgopro .c-scroll2top {
  background-color: #147632; }
  /* line 5, source/style/sass/css/color/.macros/_upbutton.scss */
  .rsgopro .c-scroll2top:hover {
    background-color: #0d4a20; }

/**************************************
label_macros_file_finish
**************************************/
body .rstuning a.active,
body .rstuning a:hover,
body .rstuning a:focus,
body .rstuning a:active {
	color: ##TUNING_COLOR#; }
body .rstuning__tabs__link.active > span,
body .rstuning__tabs__link:hover > span {
	color: ##TUNING_COLOR#; }
body .rstuning .spinner-layer {
	border-color: ##TUNING_COLOR#; }
body .rstuning__close-button__link svg {
	fill: ##TUNING_COLOR#; }
body .rstuning__hamburger.is-active .rstuning__hamburger-inner,
body .rstuning__hamburger.is-active .rstuning__hamburger-inner::before,
body .rstuning__hamburger.is-active .rstuning__hamburger-inner::after {
	background-color: ##TUNING_COLOR#; }
body .rstuning__hamburger-inner,
body .rstuning__hamburger-inner:before,
body .rstuning__hamburger-inner:after {
	background-color: ##TUNING_COLOR#; }
body .rstuning__option__colorpicker__alone-color:hover .rstuning__option__colorpicker__before-paint,
body .rstuning__option__colorpicker__alone-color.active .rstuning__option__colorpicker__before-paint {
	border-color: ##TUNING_COLOR#; }
body .rstuning__option__radio.mod-images input:hover + label .rstuning__option__radio__div,
body .rstuning__option__radio.mod-images input:checked + label .rstuning__option__radio__div,
body .rstuning__option__radio.mod-buttons input:hover + label .rstuning__option__radio__div,
body .rstuning__option__radio.mod-buttons input:checked + label .rstuning__option__radio__div {
    border-color: ##TUNING_COLOR#; }
body .rstuning .switch label input[type=checkbox]:checked + .lever {
	background-color: ##TUNING_COLOR#; }
body .rstuning .rstuning__option__switch.active .rstuning__option__switch-borders {
	border-color: ##TUNING_COLOR#; }

/* End */
/* /bitrix/templates/prostroy_default/assets/css/style.css?1744386033439471 */
/* /bitrix/templates/prostroy_default/assets/lib/fancybox3/jquery.fancybox.min.css?169219111815344 */
/* /bitrix/templates/prostroy_default/assets/lib/owl2-2.2.1/owl.carousel.min.css?16921911183289 */
/* /bitrix/templates/prostroy_default/assets/lib/scrollbar/jquery.scrollbar.css?169219111816515 */
/* /bitrix/templates/prostroy_default/assets/js/glass/style.css?1692191118298 */
/* /bitrix/templates/prostroy_default/assets/lib/node-waves/waves.css?16921911183087 */
/* /bitrix/templates/prostroy_default/custom/style.css?17485137885904 */
/* /bitrix/templates/prostroy_default/components/bitrix/menu/tpanel/style.css?16921911201164 */
/* /bitrix/components/bitrix/search.title/templates/catalog/style.css?17460156532174 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?16921912732729 */
/* /bitrix/templates/prostroy_default/styles.css?1744295420109 */
/* /bitrix/templates/prostroy_default/template_styles.css?16921911191019 */
/* /include/tuning/color.css?169219138450032 */
