/* main */
/* 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;
}
.centeringin .catalog .prods .ajaxpages_gmci p{
    text-align: center;
}
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;
}



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


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

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

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    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: #ee8131;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 129, 49, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 129, 49, 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;
}

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



.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: #333333;
    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: #308ac4;
}

.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;
    }
    #paginator {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
    .content .col-xs-12.col-md-9 {
        width: 100% !important;

        /* float: right!important; */

    }

    .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;
    }
}
.list-table__prices-сustom {
    margin-bottom: 10px;
}
@media (min-width: 550px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .list-table__prices-сustom {
        display: none;
    }
}


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

.mainsections .main-section-name {
    width: 89%;
    text-align: center;
}

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;
    margin-bottom:20px;
}

.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: transparent url("../../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("../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("../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: #308ac4;
    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: #ee8131;
}

#rs_easycart .rsec_content .rsec_tabs {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    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: #878787;
    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("../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("../img/emptycompare.png");
}

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

#rs_easycart .rsec_thistab_basket .rsec_emptytab .rsec_emptytab_icon {
    background-image: url("../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: #ee8131;
}

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

/* /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: #ee8131;
}

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

/* /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 #ee8131;
}

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

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

/* /themes -> /orange (default) */
/* /themes */


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

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

.c-attributes.view-list .c-attributes__prop.open .c-attributes__current-value__pseudo-option {
    border-color: #ee8131;
}

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

__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: #878787;
    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: #308ac4;
    cursor: pointer;
    white-space: nowrap;
    padding: 4px;
    background: transparent;
    border: none;
}

.c-attributes__value {
    display: inline-block;
    color: #308ac4;
    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: #878787;
    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 #308ac4;
}

.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 #308ac4;
}

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

.c-compare .svg-icon {
    width: 20px;
    height: 20px;
    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;
}

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

.c-favorite .svg-icon {
    width: 20px;
    height: 20px;
    fill: #91918f;
}
.detail__social{
    position: relative;
}
.detail__shared-trigger svg{
    width: 20px;
    height: 20px;
    fill: #91918f;
	margin-top: 3px;
}
.detail__shared-trigger{
    cursor: pointer;
}
.detail__social:hover .share{
    display: block;
}
.detail__social .share{
    display: none;
    position: absolute;
    z-index: 5;
    bottom: 100%;
    left: 0;
}
.detail__social .share .ya-share2.ya-share2_inited{
    padding: 5px 5px;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin-bottom: 5px;
}
.detail__social .share .ya-share2__list.ya-share2__list_direction_horizontal{
    display: flex;
    align-items: center;
    gap: 5px;
}
.c-prices.view-line .c-prices__value {
    display: inline-block;
}

.c-prices.view-list .c-prices__price {
    display: flex;
    align-items: center;
}

.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: #878787;
    white-space: pre-wrap;
    margin-right: 3px;
}

.c-prices__value {
    white-space: nowrap;
}

.c-prices__value-old {
    position: relative;
    color: #878787;
    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: #ee8131;
}

.c-prices__value-discount {
    white-space: nowrap;
}

.c-prices__more-link {
    color: #ee8131;
}

.c-prices__more-link:hover {
    color: #c25c10;
}

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

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

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

.c-stickers {
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.list-detail__licencies{
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 3;
}
.list-showcase__licencies{
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
}
.list-table__inner .row.no-gutter.row-space-between {
    padding: 10px 0;
}
.list-table__licencies{
    display: flex;
    gap: 6px;
    margin-top: 3px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.licenceSticker{
    border: 1px solid grey;
    padding: 2px 4px;
    display: block;
    color: #333333;
    background: #ffffff;
    text-align: center;
    font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-size: 12px;
}
.c-stickers__sticker {
    display: inline-block;
    min-width: 57px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 2px 3px;
    margin-right: 2px;
    background-color: #c58b00;
}

.c-stickers__sticker.code_prodweek {
    background-color: #66b132;
}

.c-stickers__sticker.code_stock {
    background-color: #D61516;
}

.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;
    margin: 0;
}

.c-stickers__tv {
    background-color: #2db437;
}

.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('../img/timer_da2.jpg');*/
}

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

.timer i {
    background-image: url("../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: #308ac4;
    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: #308ac4;
    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 !important;
}

.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: #878787;
    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: #308ac4;
    border-bottom: 1px dashed #308ac4;
}

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

.b-stores .svg-icon.empty {
    fill: #ee8131;
}

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

@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 #ee8131;
    border-bottom: 2px solid #ee8131;
    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 #ee8131;
    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: #ee8131;
}

.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 #ee8131;
    background-color: #ee8131;
    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 #ee8131;
    border-bottom: 2px solid #ee8131;
    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 #ee8131;
    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: #ee8131;
}

#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 #ee8131;
    background-color: #ee8131;
    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 #ee8131;
    border-bottom: 2px solid #ee8131;
    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 #ee8131;
    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: #ee8131;
}

.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 #ee8131;
    background-color: #ee8131;
    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 #ee8131;
    border-bottom: 2px solid #ee8131;
    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 #ee8131;
    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: #ee8131;
}

.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 #ee8131;
    background-color: #ee8131;
    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;
}
.footer{margin-top:0px !important;}
/* 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: #ee8131;
}

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

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

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

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

.bx_soa_location .radio-inline label [type="radio"]:checked:after,
.form-group .soa-property-container label [type="radio"]:checked:after {
    background-color: #ee8131;
}

.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: #ee8131;
    border: 1px solid #ee8131;
    border-bottom-color: #c25c10;
}
.body .list-showcase__small-button .b-pay__button {
    padding: 5px 10px 6px;
}
.col-xs-12.col-lg-7.pl-0.list-showcase__pay.list-showcase__small-button{
    padding-right: 7px;
}
.body .list-showcase__small-button .b-pay__inner {
    display: flex;
    justify-content: space-between;
}
.body .list-showcase__small-button  .c-quantity__measure {
    width: 20px;
}
.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: #c25c10;
    border-color: #c25c10;
    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,
.btn-primary-salat,
.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: #c25c10;
    border: 1px solid #c25c10;
    border-bottom-color: #ee8131;
}

.body .btn1-darken:hover, .body .btn-primary-darken:hover,
.footer .btn1-darken:hover,
.footer .btn-primary-darken:hover,
.btn-primary-salat: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: #ee8131;
    border-color: #ee8131;
    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: #3e9add;
    border: 1px solid #3e9add;
    border-bottom-color: #1f73b0;
}

.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: #1f73b0;
    border-color: #1f73b0;
    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: #f5b383;
    border: 1px solid #f5b383;
    border-bottom-color: #ef883c;
}

.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: #ef883c;
    border-color: #ef883c;
    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("../fonts/eot/OpenSans-Regular.eot"); // EOT file for IE
}
@font-face{
	font-family: Opensans;
	src: url("../fonts/ttf/OpenSans-Regular.ttf"); // TTF file for CSS3 browsers
}
@font-face{
	font-family: Opensanslight;
	src: url("../fonts/eot/OpenSans-Light.eot"); // EOT file for IE
}
@font-face{
	font-family: Opensanslight;
	src: url("../fonts/ttf/OpenSans-Light.ttf"); // TTF file for CSS3 browsers
}
@font-face{
	font-family: Opensansbold;
	src: url("../fonts/eot/OpenSans-Bold.eot"); // EOT file for IE
}
@font-face{
	font-family: Opensansbold;
	src: url("../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: 130px;
}

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

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

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

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

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

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

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




.list-showcase__pay-mobile {height:65px;}

.ajaxpages_main_hit .list-showcase__element {
    min-height: 400px;
}

.owl-preview {
    display: none;
}

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

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: 2px solid #ebebeb;
}

body.rsgopro .js-pseudo-border-top {
    border-top: 2px solid #4d4d4d;
}

body.rsgopro .js-pseudo-border-right {
    border-right: 2px solid #4d4d4d;
}

body.rsgopro .js-pseudo-border-bottom {
    border-bottom: 2px solid #4d4d4d;
}

body.rsgopro .js-pseudo-border-left {
    border-left: 2px solid #4d4d4d;
}

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

.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: #878787;
    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: #878787;
    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: #878787;
    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: #308ac4;
    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: #308ac4;
    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: #308ac4;
    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: #308ac4;
    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: #308ac4;
    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: #308ac4;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}

.tab-pane-in {
    padding: 0px 0 0px 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: #ee8131;
}

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

.main-page-news-section .img {
    min-height: auto;
}

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

.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: 19px 0px 19px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .rsbreadcrumb {
        padding: 0 !important;
    }
}

.rsbreadcrumb__free {
    color: #308ac4;
    padding: 0 7px 0;
}

.rsbreadcrumb li {
    display: inline;
}

.rsbreadcrumb li:last-of-type {
    color: #878787;
}

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

.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: 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;
    }
    .catalog .prods .ajaxpages_gmci {
        margin-bottom: 0px;
    }
    .gopro-container {margin-bottom:27px;}
    .block--news .name {min-height:0px !important;}
}

.comparelist .title {
    float: left;
    color: #878787;
    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;
}
.mobile-filtr{display:none;}
.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: #ee8131;
}

.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: #878787;
    text-align: center;
    margin-bottom: 15px;
}

.detail__pic__zoom .svg-icon {
    position: relative;
    bottom: 1px;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    fill: #3e9add;
}

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

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

.product {
    /*BOX DELIVERY block*/
    /*BOX DELIVERY block*/
}

.product-delivery {
    border: 1px solid #3e9add;
    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: #878787;
}

.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: 110px;*/
}

.detail__anchor {
    margin-bottom: 0;
}

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

.detail.da2 .detail__stickers .c-stickers__sticker, .detail.qb .detail__stickers .c-stickers__sticker {
    display: block;
}

.detail__article-rating-brand {
    margin-bottom: 8px;
}

.detail__article .c-article {
    margin-right: 15px;
}

.detail__prices__title {
    color: #ee8131;
}

.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: #878787;
    margin-bottom: 17px;
}

.detail__previewtext__go-to {
    margin: 7px 0;
}

.detail__previewtext__go-to__link {
    color: #ee8131;
}

.detail__previewtext__go-to__link:hover {
    color: #c25c10;
    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 .b-pay__button {
    margin-right: 8px;
}

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

.detail__compare-favorite-cheaper {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.detail__tabs-content {
    margin-bottom: 30px;
}

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

@media (min-width: 768px) {
    .detail__inner {
        margin-top: 0;
    }

    .detail__brand {
        float: right;
    }
}

@media (max-width: 767px) {
    .detail__brand {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .detail__pay {
        margin-bottom: 0px;
    }

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

    .mods,
    .bigdata {
        margin-bottom: 15px;
    }
    #checkboxes {
        display: none;
        border: 1px #dadada solid;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 300;
        background: #fff;
        right: 0;
    }
}

/* 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: 400px;
}

.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;
    height: 100%;
    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: 380px;
}

.list-showcase__mix {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}

.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;
    max-height: 100%;
}

.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 {
    display: none;
    position: absolute;
    top: -4px;
}

.list-showcase__compare .c-compare .svg-icon {
    left: 2px;
    bottom: 1px;
}

.list-showcase__favorite {
    position: absolute;
    top: 0;
    z-index: 5;
}

.list-showcase__compare, .list-showcase__favorite {
    right: 15px;
}

.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: 53px;
    margin-bottom: 7px;
    overflow: hidden;
}

.list-showcase__prices {
    margin-bottom: 7px;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
	min-height: 45px;
    justify-content: space-between;
}

.list-showcase__prices .c-prices.product-alone {
    padding-top: 0px;
    float:left;
}

.list-showcase__stores {
    height: 38px;
    padding: 0px 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: #878787;
    overflow: hidden;
}

.list-showcase__preview-text__more {
    margin-top: 3px;
}

.list-showcase__preview-text__more a {
    color: #ee8131;
}

.list-showcase__preview-text__more a:hover {
    color: #c25c10;
}

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

@media (max-width: 767px) {

    @media (min-width: 768px) {
        .list-showcase__element {
            height: 502px !important;
        }
        .filter-right-inner-bottom {
            margin-top: -70px !important;
        }


    .list-showcase__stores {
        padding: 0;
        margin: 10px 0 14px;
    }



    .b-sorter__template  .js-sorter__a {width:97% !important;}

    #rs_easycart table.rsec_table tbody td{padding: 7px;}
    #rs_easycart table.rsec_table .rsec_padd {padding: 5px;}
    #rs_easycart table.rsec_table thead th{padding: 5px;}
}

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

.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-block;
    padding-top: 4px;
    /* 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: 20px;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .list-gallery__over-mix {
        min-height: 150px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .col-sm-2 {
        width: 15%
    }
    .list-table__prices.col-xs-12.col-sm-2.col-md-2.col-lg-1{display:block;width: 15%;}

    .b-sorter__shortsort .b-sorter__title{display:block;}
    .filter-left {

        width: 100% !important;
    }
    .list-gallery__pay-stores, .list-gallery__more {
        text-align: center;
    }
    .list-showcase__element {
        height: 440px;
    }

    #checkboxes {
        display: none;
        border: 1px #dadada solid;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 300;
        background: #fff;
        right: 0;
    }
}


@media (max-width: 320px) {
    .detail__pay-stores .detail__pay .b-pay__buttons {
        float: left ;
        width: 100px;

    }
}
@media (width: 360px) and (height: 640px){
    .detail__pay-stores .detail__pay .b-pay__buttons {
        float: left !important;
        width: 130px;

    }}
@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;
    }
    .filter-right-right {

    }
    .filter-right-right .b-sorter__template {

    }
    .filter-right-right .b-sorter__template a {


    }
    .filter-right-right .b-sorter__template {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        padding-left: 0px;}
    .filter-right-inner-bottom .b-sorter__shortsort a {
        padding: 8px 2px 8px 0px!important;
        font-size: 12px !important;
    }

    .filter-right-inner-bottom {
        margin-top: -55px;
        /* margin-left: 7px; */
        float: right;
    }
}
.tab {height:0px !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__inner .col-lg-1{width: 20% !important;}
.list-table__inner .col-lg-4 {width:30% !important;}
.list-table .list-table__name-article .list-table__article {
    padding: 5px !important;
}

.list-table__inner  .col-lg-2{
    width:20% !important;}
.list-table__prices .c-prices__name{display:block;}

.list-table .list-table__stickers.sm {
    display: none;
    position: absolute !important;
    /* margin-left: 5px; */
    top: -45px !important;
    right:0px;
}

}

.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;
    justify-content: flex-end;
}

.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__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: 100%;
        margin: auto;
    }

    .list-table__prices .c-prices__name {
        display: block;
    }

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

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

    .list-table__solo-quantity-more:before {
        content: none;
    }

    .list-table__solo-quantity {
        max-height: 31px;
    }
}

@media (max-width: 991px) {
    .list-table {
        border-top: 1px solid #F2F2F2;
    }
    .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__button {
        margin-right: 15px;
    }

    .list-table__pay, .list-table__stores {
        display: inline-block;
    }
}

.list-element {
    position: relative;

}
#view-table .list-table__element{width:100%;}
.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: #878787;
    padding: 15px 26px 15px 0;
    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;
    }
    .list-showcase.view-showcase .list-showcase__element.not-authorized .list-showcase__prices{height:38px !important;}
}

.sections {
    width: 100%;
}

.sections li.section {
    padding: 17px;
}

.sections a {
    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: #ee8131;
}

/*@media (min-width: 480px){
    .around_filtren {
        display: none;
    }
}*/
@media (max-width: 480px) {
    .sections .subsections {
        display: none;
    }
    .c-quantity__inner {
        width: 100%;
    }
    .c-quantity {
        width: 100%;
    }
    .body .list-showcase__small-button .c-quantity__measure {
        width: 30%;
        text-align: left;
    }

    .mobile-filtr{
        display:block;
        width:100%;
        background:#e6e6e6;
        margin-top:5px;
        color: #a7aaa9;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
        display: block;
        line-height:45px;
        border: 1px solid #a7aaa9;
    }

    .smartfilter.block{display:block;}
    .mobile-filtr:hover{
        cursor: pointer;
    }
    .c-ajaxpages {
        margin-top: 0px !important;
    }
    .list-showcase.view-showcase .list-showcase__element.not-authorized .b-pay__inner {
        display: block !important;
        justify-content: space-between;
    }

    .nav.nav-tabs.js-detail-tabs>li>a {font-size:10px !important;}
    .filter-wrapper .filter-left>div:nth-child(1) {
        width: 100%;
    }
    .list-element.list-showcase__element.authorized{height: 400px !important;}
    .list-showcase__element.not-authorized{height:465px !important;}

    .filter-wrapper .filter-left>div:nth-child(2){width: 100%;}

    .filter-right-inner-top {
        display: flex;
        flex-direction: column;
    }



    .b-sorter__sortaou {
        float: right !important;
    }


    .filter-right-right .b-sorter__template {padding-left:0px;}
    .list-table__inner .list-table__prices.col-lg-1{display:none;}
    .list-table .list-table__name-article .list-table__article {

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

}
.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;
}
.tab {height:65px;}
.catalog .sidebar ul.menu-sidebar {
    margin-bottom: 0px;
}

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



.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: #ee8131;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.mainsections li.section {
    display: block;
    width: 14.28%;
    float: left;
    margin: -1px 0 0 -1px;
    padding: 5px;
    padding-top:0px;
    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%;
    overflow: hidden;
}

.mainsections a.parent {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #ee8131;
    margin-bottom: 11px;
}

.mainsections a.main
.mainsections .around_image {
    position: relative;
    display: block;
    height: 160px;
    margin-bottom: 6px;
    overflow: hidden;
    text-align: center;
}

.mainsections .around_image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mainsections .around_image img {
    /*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;*/
    width: 60%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mainsections .subsections li a {
    line-height: 13px;
}

.mainsections__show-more {
    color: #ee8131;
}

.mainsections__show-more:hover {
    color: #c25c10;
}
.b-sorter__template.wo-breadcrumbs .b-sorter__title2{display:none;}


@media screen and (max-width: 1400px){
    .mainsections li.section{
        width: 16.666%;
    }
}
@media screen and (max-width: 1010px) {
    body.adaptive .mainsections {
        width: 100%;
        float: none;
    }
    .tab-sorter .b-sorter__title2{display:none;}
    .list-table__inner.js-element__shadow .col-xs-6.col-sm-2.col-md-1.col-lg-1{    width: 15%;    text-align: center !important;}
    .list-table__inner.js-element__shadow .col-xs-6.col-sm-4.col-md-3.col-lg-4 {
        width: 25% !important;
    }
    .list-table__inner.js-element__shadow .list-table__prices.col-xs-12.col-sm-2.col-md-2.col-lg-2{    width: 15%; text-align: center !important;}

    .list-table__inner.js-element__shadow .list-table__prices.col-xs-12.col-sm-2.col-md-2.col-lg-1{    width: 15%;   text-align: center !important;}
    .list-table__inner.js-element__shadow .col-xs-12.col-sm-2.col-md-4.col-lg-4 {
        width: 21% !important;

    }
    .col-12.col-md-9.col-xs-9.col-xxs-12.novinki-white-space{float:right !important;margin-left:0px !important; width:60%;}
    .content .col-xs-12.col-md-9{
        width: 100% !important;

    }

}
@media (max-width: 950px) and (min-width:750px){


    .gopro-banners {
        overflow: hidden;
        margin-top: -25px;
    }

}
@media screen and (max-width: 750px) {
    body.adaptive .mainsections li.section {
        width: 33%;
    }
    .tab-sorter .b-sorter__title2{display:none;}
    .gopro-banners {
        overflow: hidden;
        margin-top: -20px;
    }
}
@media (max-width: 767px) {
    .catalog .prods .sectinfo,
    .menu-sidebar {
        display: none;
    }

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

    body.adaptive .mainsections .subsections {
        display: none;
    }
    .gopro-banners {

        margin-top: -25px;
    }
    .sub-list-items-wrap.flowers{display:none !important;}

}
@media screen and (max-width: 550px) {
    .not_authorized .b-pay__quantity {
        float: left !important;
    }
    .list-showcase.view-showcase .list-showcase__element.not-authorized {
        height: 360px !important;
    }
}
@media (max-width: 767px) {
    body.adaptive .mainsections a {
        font-size: 13px;
        line-height: 18px;
    }

    body.adaptive .mainsections a.around_image {
        height: 143px;
    }

    body.adaptive .mainsections .around_image img {
        position: static;
        width: 100%;
        max-width: auto;
        min-width: none;
        min-height: auto;
    }

    body.adaptive #content .mainsections a.main-section-name {
        position: static;
    }
    /*.footer {*/
    /*    margin-top: -40px !important;*/
    /*}*/

}

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

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

.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 (max-width: 460px) {
    .body .list-showcase__small-button .b-pay__inner {
        flex-direction: column;
    }
}

@media (max-width: 1050px) and (min-width:1000px){


    .list-showcase__prices .detail__stores{    float: right;
        margin-right: 0px;
        width: 100%;
    }
    .ajaxpages_doweb_search .list-showcase__element{height:450px !important;}

}
.list-showcase.view-showcase .list-showcase__element.not-authorized .b-pay__inner {
    display: block !important;
    justify-content: space-between;
}
.js-element.list-showcase__element.not-authorized{height:440px;}
.list-showcase .js-stores__title{
    margin-right:10px;
    
}

@media screen and (max-width: 1000px) 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%;
    }
    .col-md-9 {
        width: 65% !important;
        float:left !important;
        margin-left:20px;
    }

    .col-md-3 {width: 33% !important;}
    .list-table__inner .b-pay__inner{margin-top:-40px;}
    .list-showcase__inner .b-pay__buttons{float:left;}
    .list-showcase__payhidden-sm {padding-right: 0px !important;}
    .gopro-container{margin-bottom:0px !important;}
    .list-table__inner .col-xs-12.col-sm-2.col-md-4.col-lg-4 .list-table__solo-quantity.hidden-xs {display:none;}
    .col-md-4 {width: 25% !important;padding-top: 40px;}
    .mainsections a.parent {min-height: 85px !important;}
    .js-element.authorized{height:465px !important;width:33% !important;}
    .smartf-div input[type=text] {
        width: 70px !important;}
    .b-sorter {
        z-index:-1000;
        padding-top: 0px !important;

    }
    .list-table__inner.js-element__shadow .list-table__prices.col-xs-12.col-sm-2.col-md-2.col-lg-2 {
        width: 17% !important;
        text-align: center !important;
    }
    .list-table__inner.js-element__shadow .list-table__prices.col-xs-12.col-sm-2.col-md-2.col-lg-1 {
        width: 22% !important;
        text-align: center !important;
    }
    .js-element.list-showcase__element.not-authorized{height: 410px;}
    .list-showcase__inner.js-element__shadow{height: 410px !important;}
    .catalog .prods .ajaxpages_gmci {
        margin-bottom: -10px !important;
    }
}
.tab-sorter .b-sorter__title2{display:none;}
@media screen and (max-width: 950px) {
    body.adaptive .set .fullpanel .block.prs .arounddiscount.x1 {
        display: none;
    }
    .gopro-container{margin-bottom:0px !important;}
    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;
    }
    .not_authorized .b-pay__quantity {
        float: right !important;
    }
    .ajaxpages_doweb_search .js-stores__title{float:right;margin-right:10px;}
    .block.two{display:none;}
    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;
    }
    .mainsections a.parent {
        min-height: 75px !important;}
}

@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;
    }
    .list-table__prices {
        display: none;
    }
    .row-space-between {
        justify-content: space-between;
    }
    .c-prices.view-list.product-alone .c-prices__value {
        margin-right: 0px;
    }
    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;
    }
}


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

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

}

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

.filtren .dd .dropdown > .dropdown {
    position: absolute;
    display: none;
    max-width: 250px;
    top: 42px;
    left: -2px;
    padding: 0;
    background-color: #FFF;
    border-bottom: 2px solid #ee8131;
    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: #308ac4;
}

.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: transparent url("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("img/all.jpg");
}

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

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

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

/* 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: #ee8131;
}

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

.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: #878787;
    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: 7px 7px 7px;
    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:hover {
    text-decoration: none;
}

.filtren .buttons .filter-reset:hover span {
    border-color: transparent;
}


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

.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("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: #ee8131;
    border-radius: 50%;
}

.smartfilter .bx_ui_slider_pricebar_V {
    background: #ee8131;
}

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



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

.b-review__name + .b-review__date {
    margin-left: 15px;
}

.b-review__date {
    color: #878787;
}

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

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

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

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

.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: #ee8131;
    border: 1px solid #ee8131;
    border-bottom-color: #c25c10;
}

.body .bx_profile .btn-md.main-profile-submit:hover {
    color: #fff;
    background-color: #c25c10;
    border-color: #c25c10;
    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: #3e9add;
    border: 1px solid #3e9add;
    border-bottom-color: #1f73b0;
}

.body .bx_profile .btn-md:hover {
    color: #fff;
    background-color: #1f73b0;
    border-color: #1f73b0;
    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 248px;
}

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

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

.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.33333333%;
        max-width: 33.33333333%;
    }
}

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

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

.fly-menu.dropdown-menu > .fly-menu__li > a:hover,
.fly-menu .dropdown-menu > .fly-menu__li > a:hover {
    color: #2db437;
}

.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: #ee8131;
    border: 1px solid transparent;
    border-radius: 0;
}

.b-mmenu .navbar-nav {
    display: flex;
    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: #2db437;
    font-weight: 700;
}


@media (max-width: 767px) {
    .b-mmenu .b-mmenu__toggle {
        display: block;
    }
}

.b-mmenu.navbar-default {
    position: relative;
    margin-top: 8px;
    background: #ee8131;
}


.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 #c25c10;
    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: none;
    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 {
        flex-direction: column;
    }
    .b-mmenu .navbar-nav .open .dropdown-menu > li > ul > li > a {
        padding-left: 55px;
    }
    .navbar-nav > .active > a, .body .b-mmenu.navbar-default .navbar-nav > .active > a:hover {
        background-color: #2db437!important;
    }

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

@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: #308ac4;
        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) {
    .body .b-mmenu.navbar-desk .dropdown-menu > li > a,
    .body .b-mmenu.navbar-desk .navbar-nav > li > a {
        color: #fff;
        background-color: #ee8131;
        font-weight: 400;
    }
    #element-menu-3 a {
        color: #ffffff!important;
    }
}
.mobile_search {
    position: relative;
    width: 100%;
}
@media (max-width: 767px) {
    .mobile_search {
        position: static;
        width: 100%;
    }
    .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;
    }
    .centering .col-md-9 {
        width: 100% !important;
        float: right;
    }
    body.adaptive .footer .footmenu .item {
        float: left;
        margin-right: 15px;
        width:100%;
        margin: 13px 0 1px;
        text-align: left;
    }

    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;
    color: #000;
    font-weight: bold;
}

.pmenu a:hover, .pmenu a.selected, .pmenu a.selected:active, .pmenu a:active {
    color: #fff;
    background-color: #c25c10;
    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: #ee8131;
    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: #ee8131;
}

.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 .text a {
    word-break: break-all;
}


.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: 15px 5px 0px 5px;
}

.presscentermainn .item.last {
    padding-bottom: 13px;
}

.presscentermainn .item a.blockname {
    color: #ee8131;
}

.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%;
    }
}
body.adaptive .presscentermainn .item .data {
	 display: none;
 }
@media screen and (max-width: 480px) {
    body.adaptive .presscentermainn .item {
        display: table;
        width: 100%;
    }

    body.adaptive .presscentermainn .item .img {
        max-width: 90px;
        width: 100%;
        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;
        margin: 0 auto;
		display: block;
    }
}

.gopro-banners {
    overflow: hidden;
    margin-bottom: 25px;
    /***************** 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: #ee8131;
}

.gopro-banners__text2 {
    color: #ee8131;
}

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

.gopro-banners .owl-dots .owl-dot:hover, .gopro-banners .owl-dots .owl-dot.active:hover {
    background-color: #c25c10;
}

.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__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__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;
    }
    .c-prices.view-list .c-prices__price {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .gopro-banners__product {
        width: 100%;
    }

    .gopro-banners__product-image {
        margin-right: auto;
        margin-left: auto;
    }

    .gopro-banners__infowrap {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
    }

    .gopro-banners__text {
        text-align: center;
        padding: 3px 6px;
    }

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

@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: #ee8131;
    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: #ee8131;
    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 #ee8131;
    border-bottom: 2px solid #ee8131;
}

.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%;
    }
    .list-table__inner .col-xs-6.col-sm-2.col-md-1.col-lg-1 {
        width: 20%;
    }
    .list-table__inner.js-element__shadow .list-table__prices.col-xs-12.col-sm-2.col-md-2.col-lg-1 {
        width: 22%;
        text-align: center !important;
    }
    .list-table__inner.js-element__shadow .col-xs-6.col-sm-4.col-md-3.col-lg-4 {
        width: 30%;
    }
}

.shops2 .nice-title {
    padding-top: 0;
    padding-bottom: 15px;
}

.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: #c25c10;
    background-color: #c25c10;
}

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

.shops2 .map {
    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: #308ac4;
    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: #308ac4;
    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: #878787;
    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: #308ac4;
    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: #ee8131;
}

.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: #3e9add;
    border: 1px solid #3e9add;
    border-bottom-color: #1f73b0;
    padding: 9px 14px 8px;
}

.body .bx_ordercart.bx_blue .bx_bt_button:hover {
    color: #fff;
    background-color: #1f73b0;
    border-color: #1f73b0;
    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: #308ac4;
}

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

.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: #ee8131;
    border: 1px solid #ee8131;
    border-bottom-color: #c25c10;
    padding: 10px 14px;
}

.body .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover {
    color: #fff;
    background-color: #c25c10;
    border-color: #c25c10;
    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;
    }
}

.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 .header-basket__link .svg-icon{
    position: relative;
    top: 2px;
}
.header-basket .svg-icon {
    float: left;
    width: 39px;
    height: 36px;
    fill: #ee8131;
}

.header-basket__info {
    margin-left: 49px;
}

.header-basket__title {
    font-size: 14px;
}

.header-basket__descr {
    width: 100%;
    max-width: 150px;
    color: #308ac4;
    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 .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: #878787;
}

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

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

.body #bx-soa-order .bx-sls .form-control.dropdown-block.focus {
    border-color: #ee8131;
}

.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: #ee8131;
    border: 1px solid #ee8131;
    border-bottom-color: #c25c10;
}

.body #bx-soa-order .bx-soa-more-btn .btn.btn-default:hover {
    color: #fff;
    background-color: #c25c10;
    border-color: #c25c10;
    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: #3e9add;
    border: 1px solid #3e9add;
    border-bottom-color: #1f73b0;
}

.body #bx-soa-order .bx-soa-more-btn .btn.btn-default.pull-left:hover {
    color: #fff;
    background-color: #1f73b0;
    border-color: #1f73b0;
    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: #ee8131;
    border: 1px solid #ee8131;
    border-bottom-color: #c25c10;
}

.body #bx-soa-order #bx-soa-orderSave .btn.btn-default:hover {
    color: #fff;
    background-color: #c25c10;
    border-color: #c25c10;
    text-decoration: none;
    transition: 0s;
}

.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: #ee8131;
    border: 1px solid #ee8131;
    border-bottom-color: #c25c10;
    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: #c25c10;
    border-color: #c25c10;
    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: #3e9add;
    border: 1px solid #3e9add;
    border-bottom-color: #1f73b0;
}

.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: #1f73b0;
    border-color: #1f73b0;
    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: #ee8131;
}

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

.body .sale-personal-account-wallet-title {
    min-height: auto;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #878787;
    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: #ee8131;
}

.body .sale-personal-section-account-sub-header {
    min-height: auto;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #878787;
    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: #ee8131;
    border: 1px solid #ee8131;
    border-bottom-color: #c25c10;
}

.body .sale-acountpay-fixedpay-item:hover {
    color: #fff;
    background-color: #c25c10;
    border-color: #c25c10;
    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: #ee8131;
}

.body .sale-acountpay-title {
    font-size: 13px;
    color: #878787;
}

.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: #3e9add;
    border: 1px solid #3e9add;
    border-bottom-color: #1f73b0;
}

.body .sale-account-pay-button:hover {
    color: #fff;
    background-color: #1f73b0;
    border-color: #1f73b0;
    text-decoration: none;
    transition: 0s;
}

.body .bx_my_order_cancel a {
    color: #308ac4;
}

.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: #3e9add;
    border: 1px solid #3e9add;
    border-bottom-color: #1f73b0;
    color: #fff !important;
}

.body .bx_my_order_cancel input[type="submit"]:hover {
    color: #fff;
    background-color: #1f73b0;
    border-color: #1f73b0;
    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: #878787;
    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: #308ac4;
}

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

.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: #3e9add;
    border: 1px solid #3e9add;
    border-bottom-color: #1f73b0;
}

.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: #1f73b0;
    border-color: #1f73b0;
    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: #878787;
}

.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: #2db437 !important;
}

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

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

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

.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: #3e9add;
    border: 1px solid #3e9add;
    border-bottom-color: #1f73b0;
}

.body .sale-profile-detail-form .btn-md:hover {
    color: #fff;
    background-color: #1f73b0;
    border-color: #1f73b0;
    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: #ee8131;
    border: 1px solid #ee8131;
    border-bottom-color: #c25c10;
}

.body .sale-profile-detail-form .btn-md:first-of-type:hover {
    color: #fff;
    background-color: #c25c10;
    border-color: #c25c10;
    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: #878787;
    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: #308ac4;
    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 #3e9add;
    background-color: #3e9add;
}

.body .searchinhead__btn:hover {
    color: #fff;
    border-color: #1f73b0;
    background-color: #1f73b0;
}

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

.body .searchinhead__zoom:hover .svg-icon {
    fill: #2381c5;
}

.body .searchinhead__zoom .svg-icon {
    fill: #3e9add;
}

.body .searchinhead__enter {
    border: 2px solid #3e9add;
    background-color: #3e9add;
}

.body .searchinhead__enter:hover {
    border-color: #1f73b0;
    background-color: #1f73b0;
}

.body .searchinhead__enter .svg-icon {
    fill: #fff;
}

.body .searchinhead__aroundtext {
    width: 100%;
}

.body .searchinhead__input[type="text"] {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 16px 9px 17px 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;
}
.header-fly-active #header-fly .searchinhead__input[type="text"]{
    padding: 11px 9px 12px 0;
}

@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: #ee8131;
    background-color: #ee8131;
}

.menu_horizontal1 .menu .searchinhead__btn:hover {
    border-color: #c25c10;
    background-color: #c25c10;
}

.menu_horizontal1 .menu .searchinhead__btn, .menu_horizontal1 .menu .searchinhead__zoom, .menu_horizontal1 .menu .searchinhead__enter {
    color: #ffffff;
    line-height: 15px;
    padding: 16px 25px 15px 25px;
}

.menu_horizontal1 .menu .searchinhead__input[type="text"] {
    padding: 15px 5px 15px 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 #ee8131;
    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: #ee8131;
    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: #f57835;
}

.stitle .iblock .catitem:hover .name,
.stitle .iblock .catitem:hover .prs {
    background-color: #f5b383;
}

.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: #878787;
    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 a.btn1 {
    display: block;
    margin-top: 6px;
    text-align: center;
}

.pcontent.thisisauthpage {
    padding-left: 0px;
}

.authinhead {
    display: inline-block;
    /*padding-top: 16px;*/
    /*padding-bottom: 9px;*/
    /*text-align: right; */
}

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

@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 #ee8131;
    }
}

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

.locationbig .title {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.locationbig .items {
    margin-bottom: 20px;
}

.locationbig .item label:hover,
.locationbig .ajaxlocation label:hover {
    text-decoration: underline;
}

.locationbig .item {
    display: block;
    float: left;
    width: 14%;
    padding-right: 20px;
}

.locationbig .ajaxlocation .line {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F2F2F2;
}

.locationbig .ajaxlocation .cominput input {
    width: 60%;
    float: left;
}

.locationbig .btn.btn1 {
    margin-left: 10px;
    padding: 8px 14px 9px;
}

.fancybox-container .locationbig .items {
    max-height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.fancybox-container .locationbig .item {
    width: 20%;
}

.fancybox-container .locationbig .ajaxlocation .line {
    position: relative;
    left: -20px;
    padding: 0px 20px;
}

@media screen and (max-width: 1260px) and (min-width: 876px) {
    body.adaptive .locationbig .item {
        width: 20%;
    }

    body.adaptive .fancybox-container .locationbig .item {
        width: 25%;
    }
}

@media screen and (max-width: 875px) and (min-width: 676px) {
    body.adaptive .locationbig .item {
        width: 25%;
    }

    body.adaptive .fancybox-container .locationbig .item {
        width: 33%;
    }
}

@media screen and (max-width: 675px) and (min-width: 526px) {
    body.adaptive .locationbig .item {
        width: 33%;
    }

    body.adaptive .fancybox-container .locationbig .item {
        width: 50%;
    }
}

@media screen and (max-width: 525px) and (min-width: 481px) {
    body.adaptive .locationbig .item {
        width: 50%;
    }

    body.adaptive .fancybox-container .locationbig .item {
        width: 100%;
    }

    body.adaptive .fancybox-container .locationbig .ajaxlocation .cominput input {
        width: 100%;
    }

    body.adaptive .fancybox-container .locationbig .btn.btn1 {
        margin-top: 10px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 480px) {
    body.adaptive .locationbig .item {
        width: 100%;
    }

    body.adaptive .locationbig .ajaxlocation .cominput input {
        width: 100%;
    }

    body.adaptive .locationbig .btn.btn1 {
        margin-top: 10px;
        margin-left: 0px;
    }
}

.location {
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
}

.location .svg-icon {
    width: 8px;
    height: 8px;
    margin-left: 3px;
    margin-bottom: 1px;
}

@media screen and (max-width: 480px) {
    body.adaptive .location {
        display: block;
        float: left;
    }

    body.adaptive .location span {
        display: none;
    }
}

.location2 .form {
    display: inline-block;
}

.location2 .svg-icon {
    width: 16px;
    height: 16px;
    fill: #ee8131;
}

.b-sorter {

    padding-top: 8px;
    margin-bottom: 15px;
}

.b-sorter__block-name {
    float: left;
    color: #ee8131;
    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: 0px;
}

.b-sorter__shortsort a:last-of-type {
    margin-right: 0;
}

.b-sorter__output {
    float: right;
}

.b-sorter__title {
    float: left;
    color: #878787;
    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: #ee8131;
}

.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 #ee8131;
    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;
    float: none;
    height: auto;
    padding: 5px 10px 6px 10px;
    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;
    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: #ee8131;
    border: 1px solid #ee8131;
    border-bottom-color: #c25c10;
}

.b-sorter__template a.selected:hover, .b-sorter__shortsort a.selected:hover {
    color: #fff;
    background-color: #c25c10;
    border-color: #c25c10;
    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: #c25c10;
    border-color: #c25c10;
    text-decoration: none;
    transition: 0s;
}

.b-sorter__template {
    display: flex;
    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: #2db437;*/
}

.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 #2db437;*/
}

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

@media (max-width: 650px) {
    .b-sorter__sort, .b-sorter__shortsort, .b-sorter__output {
        margin-right: 10px;
    }
    .b-sorter__template a span {
        display: none;
    }

    .b-sorter__template a span {
        display: none;
    }
    .list-showcase.view-showcase .list-showcase__element.not-authorized{height:360px !important;}
    .list-showcase.view-showcase .list-showcase__element.not-authorized .list-showcase__inner	.list-showcase__inner.js-element__shadow{height:440px !important;}
    .list-table__inner .col-xs-6.col-sm-2.col-md-1.col-lg-1{width: 15%;}
    .list-table__inner.js-element__shadow .col-xs-6.col-sm-4.col-md-3.col-lg-4 {
        width: 30%;
    }
    .list-table__inner.js-element__shadow .list-table__prices.col-xs-12.col-sm-2.col-md-2.col-lg-2 {
        width: 18%;
        text-align: center;
    }
    .list-table__inner.js-element__shadow .list-table__prices.col-xs-12.col-sm-2.col-md-2.col-lg-1 {
        width: 17%;
        text-align: center !important;
    }
    .list-table__inner.js-element__shadow .col-xs-12.col-sm-2.col-md-4.col-lg-4 {
        width: 24%;
    }
}

@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: block;
        margin-top:3px;
    }
}

.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: 30px;
    height: 30px;
    margin: 4px 10px 0 0;
    fill: #ee8131;
}

.rsfavorite .title,
.rsfavorite .descr {
    margin-left: 33px;
}

.rsfavorite .descr {
    color: #308ac4;
}

.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: #878787;
    margin-right: 7px;
}

/* svg icons */
.svg-icon {
    display: inline-block;
    fill-rule: evenodd;
    vertical-align: middle;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Light.eot');
    src: local('Montserrat Light'), local('Montserrat-Light'),
    url('../fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-Light.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-MediumItalic.eot');
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
    url('../fonts/Montserrat/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-MediumItalic.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Thin.eot');
    src: local('Montserrat Thin'), local('Montserrat-Thin'),
    url('../fonts/Montserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-Thin.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraLightItalic.eot');
    src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'),
    url('../fonts/Montserrat/Montserrat-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-ExtraLightItalic.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-BoldItalic.eot');
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
    url('../fonts/Montserrat/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-BoldItalic.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraLight.eot');
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
    url('../fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-ExtraLight.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.eot');
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'),
    url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic.eot');
    src: local('Montserrat Italic'), local('Montserrat-Italic'),
    url('../fonts/Montserrat/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-Italic.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('../fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-LightItalic.eot');
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'),
    url('../fonts/Montserrat/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-LightItalic.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-BlackItalic.eot');
    src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'),
    url('../fonts/Montserrat/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-BlackItalic.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBoldItalic.eot');
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'),
    url('../fonts/Montserrat/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-SemiBoldItalic.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url('../fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.eot');
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
    url('../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Black.eot');
    src: local('Montserrat Black'), local('Montserrat-Black'),
    url('../fonts/Montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-Black.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ThinItalic.eot');
    src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'),
    url('../fonts/Montserrat/Montserrat-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-ThinItalic.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
html, body, p, ul, ol, img, small, form, table td, hr, input {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
    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: 22px;
}

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 19px;
}



/* 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("../img/icons.png?v100");
}

.animashka,
#fancybox-loading div {
    background: transparent url("../img/loading.gif?v100") center center no-repeat;
}

.catalogmenu a.parent .icon.menu,
.catalogmenusmall a.parent .icon.menu {
    background-image: url("../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*/
	
}
.body .detail__pic img {
	max-height: 490px;
}
.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: #2db437;
    text-decoration: none;
    outline-width: 0;
}

a:hover,
.like-a:hover {
    color: #2db437;
    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 #308ac4;*/
}

.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 #308ac4;*/
}

/* 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;
    text-align: center;
}

.notetext {
    border: 1px solid green;
}

/* page */
.centering {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    text-align: left;
}

.adaptive .centering {
    min-width: 320px;
}

.centeringin {
    margin: 0px 15px;
}

/* header */
.tline {
    width: 100%;
    height: 8px;
    background-color: #ee8131;
}

.tpanel {
    /* height: 48px */
}

.tpanel__flex {
    display: flex;
    align-items: center;
    height: 50px;
    padding-bottom: 4px;
}

.tpanel.mod-background {
    background-color: #f3f3f3;
}

.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;
}
.btnToTrading{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ff843d;
    padding: 5px 10px;
    max-width: 180px;
}
.btnToTrading:hover{
    color: #fff;
    text-decoration: none;
}
.btnToTrading svg{
    flex-shrink: 0;
    width: 70px;
}
.btnToTrading > span{
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1;
}
.btnToTrading span > span{
    display: block;
}
.btnToTrading span > span:first-child{
    margin-bottom: 3px;
}
.btnToTrading:hover{
    opacity: 0.8;
}

.header .phone {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    gap: 5px;
}
.header .phone a{
    color: #6d6d6d !important;
}

.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;
    flex-shrink: 0;
}

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

/* /header */
/* content */
.content {
    min-height: 541px;
    line-height: 18px;
}

/* /content */
/* footer */
.footer {
    margin-top: 25px;
    background-color: #414141;
}

/* 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: #ee8131;
    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: 500px;
}

.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("../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: #ee8131;
}

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

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

.presscentermainn {
    margin-bottom: 25px;
}

.fancybox-toolbar .fancybox-button--thumbs {
    display: none;
}

#paginator {
    display: inline-block;
    width: 100%;
}



div.bx-debug-summary {
    bottom: 50px !important;
}

.bigdata .b-sorter__template {
    display: none;
}

.height-auto {
    min-height: auto !important;
    padding: 15px 0 0 15px
}
.list-element.list-showcase__element.authorized{
    height:400px;
}
.pl-0 {
    padding-left: 0 !important;
    /*height: 65px;*/
}


.p2-0 {
    padding-right: 0 !important
}

.list-showcase__inner {
    padding: 15px 0 15px 7px;
}
.list-showcase__payhidden-sm{padding-right:7px;}

.tv_sticker {
    position: absolute;
    width: 70px;
    top: 25px;
    left: 25px;
    z-index: 300;
}



.tv_sticker_cat {
    position: absolute;
    width: 50px;
    top: -13px;
    left: -14px;
    z-index: 300;
}

.row.no-gutter.list-thead.list-table__thead.hidden-xs.hidden-sm {
    display: none;
}

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

.detail__article .c-article {
    margin-right: 0px;
}

.link-dashed a, a.link-dashed{    border-bottom: 1px dashed #2db437;}
@media (max-width: 1400px) {
    .header .phone a{
        font-size: 1rem;
    }
    .btnToTrading svg {
        flex-shrink: 0;
        width: 50px;
    }
    .btnToTrading {
        gap: 5px;
        padding: 5px 5px;
        max-width: 140px;
    }
    .btnToTrading > span {
        font-size: 12px;
    }
}
@media (max-width: 1300px){
    .btnToTrading svg {
        display: none;
    }
    .btnToTrading {
        max-width: 100px;
    }
    #header .centeringin {
        gap: 10px;
    }
    .rsfavorite a .title, .header-basket__title, #header .favorite .rsfavorite .descr, #header .price-list .rsfavorite .descr {
        font-size: 11px;
    }
}
@media (max-width: 450px) {
    .tv_sticker {
        position: absolute;
        width: 55px;
        top: 0;
        left: 0;
        z-index: 300;
    }
}

@media (max-width: 480px) {

    .fichi, #header-fly {
        display: none;
    }

    .header-fly__body-padding {
        padding-top: 0px;
        background-size: 170%;
    }

    .list-showcase__prices .c-prices.product-alone {
        padding-top: 0;
    }

    .list-showcase__prices {

        margin-bottom: 7px;
        /*overflow: hidden;*/
    }

    .list-showcase__stores {
        height: 0px;
        padding: 0;
        margin-bottom: 1px;
        overflow: hidden;
    }

    .not_authorized .b-pay__quantity{float:left !important; margin: 0px 0px 5px 0px;}

    .list-showcase__element {

        margin-top: -4px;
    }
    .list-showcase__inner{}
    .list-showcase__part-main {
        min-height: 365px;
    }

    .list-showcase__picture > a, .list-showcase__picture > span {
        display: block;
        width: 100%;
        height: 193px;
        line-height: 193px;
        text-align: center;
    }
    .list-showcase__pay{/*padding: 0;*/}
    .ajaxpages_main_hit .list-showcase__element {}
    .list-table__prices.col-xs-12.col-sm-2.col-md-2.col-lg-1{display:none;}
    .list-table__inner.js-element__shadow .col-xs-6.col-sm-4.col-md-3.col-lg-4 {
        width: 32% !important;
    }
    .list-table__inner.js-element__shadow .list-table__prices.col-xs-12.col-sm-2.col-md-2.col-lg-2 {
        width: 20% !important;
        text-align: center !important;
    }
    .list-table__inner.js-element__shadow .col-xs-12.col-sm-2.col-md-4.col-lg-4 {
        width: 37% !important;
    }
}
@media (min-width: 992px) {
    .tab-pane-in2 .tab-sorter {
        position: absolute;
        top: 1px;
        right: 18px;
        display: inline-block;
    }
}

@media (min-width: 992px) and (max-width: 1050px){

    .list-showcase__element {
        height: 430px !important;
    }
    .not_authorized .b-pay__quantity{}
    #checkboxes {
        left:0 !important;
        top:30px;
    }
}
@media (max-width: 767px) {
    .text-xs-center {
        text-align: center !important;
    }
    .mainsections a.parent{

        padding-left:0px;
        padding-right:0px;
    }
}
@media (max-width: 768px) {
    h1.pagetitle {
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}


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

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


@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%;
    }
}

@media (max-width: 768px) {
    .col-xxs-12 {
        width: 70%;
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1240px;
    }
}
@media screen and (max-width: 1100px) {
    #rs_easycart .rsec.rsec_headers .rsec_body .rsec_online span {
        display: none;
    }
    .btnToTrading {
        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;
    }
}
@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%;
    }
    .row.sale-personal-section-row-flex .col-md-6{width:33.3%;}
    .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: 1380px) {
    .col-lg-2 {
        width: 20%;
    }
}
@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;
    }
}

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

@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;
    }
}
@media (max-width: 991px) {
    .catalog .compare {
        width: 100%;
        float: none;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

/* 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: 14px;
    }

    .navigation {
        float: right;
        padding-top: 12px;
        font-size: 14px;
        margin-bottom: 15px !important;
    }
}

@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;
    }
    #search-sidebar{display:block;}
    .content .centering .col-md-9{
        float: right;
    }
    .ajaxpages_doweb_search .list-showcase__element{height:425px !important;}
    .addListings, .notStock {
        width: 100%;
        margin: 10px;
    }
    .blockListing .addListings, .notStock {
        margin: 0px;
    }
}

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

/* 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;
    }
    .content {
        line-height: 18px;
        margin-bottom: 40px!important;
        min-height: 0;
    }
    .row .col-12.col-md-9{width:100%;}
    /* /tables */
}

@media screen and (max-width: 885px) and (min-width: 751px) {
    body.adaptive .logo.column1 {
        width: 24%;
    }
    .footer {
        /*margin-top: -25px !important;*/
        background-color: #fafafa;
    }
    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;
    }
    .list-table__solo-quantity.hidden-xs {display:none;}
    .col-sm-2 {width: 25% !important;}

    .list-table__inner .col-sm-4 {
        width: 35%;
    }
    .col-sm-2 {
        width: 15%;
    }
    .header .phone {
        padding: 0 10px;
        margin-left: -15px;
    }
    .rsfavorite {
        text-align: left;
        margin-left: 10px;
    }
    .b-pay__inner.not_authorized .b-pay__buttons{float:left;}
    .list-showcase__element {
        height: 360px !important;
    }
    .main-sidebar:not(.catalog-root) {
        display: none;
    }
    .main-sidebar:(.catalog-root) {
    display: block;
}
    .catalog .prods {
        margin-left: 0px !important;
    }
}

@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: 800px) {
    body.adaptive .footer .line1 .block.one .logo {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    body.adaptive .footer .line1 {
        padding: 5px 0px;
    }

    body.adaptive .footer .line1 .contacts {
        margin-bottom: 0px;
    }

    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;
    }
    .list-showcase__inner .b-pay {margin-top:0px;}
    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;
    }
    .phone1{text-align:center;}
    .block--sale .name {min-height: 20px !important;}
    .menu-sidebar li a .imya {font-size:17px;}
    #header .centeringin{height:40px !important;margin-top:7px;}

    .b-mmenu.navbar-default{margin-top:0px !important;margin-bottom:0px !important;}


}

@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;
    }
    .rsbreadcrumb {

        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 626px) and (min-width: 481px) {
    body.adaptive .logo.column1 {
        width: 30%;
    }
    .footer {
        /*margin-top: -20px !important;*/

    }
    .navigation {
        float: right;
        padding-top: 25px !important;
        font-size: 14px;
    }
    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;
    }
    .rsbreadcrumb {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}

/* for mobile */
@media screen and (max-width: 605px) {
    body.adaptive .pmenu {
        margin-bottom: 15px;
    }
    .footer {
        /*margin-top: -25px !important;*/

    }
    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) {
	
	.header .logo a img {
		width: 50%;	
	}
    
    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;
    }
    .js-element.list-showcase__element.authorized .b-pay {margin-top:0px;}

    .avail-product {
        margin-right: 10px!important;
    }
}

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

.avail-product {
    margin-right: 10px;
    white-space: nowrap;
}

@media (max-width: 380px) {
    .avail-product {
        margin-right: 1px!important;
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    body.adaptive .sitecopy {
        font-size: 9px;
    }
    .filter-right-inner-top {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .filtren {
        border: none;
    }

    .filtren.opened .body {
        display: block;
    }

    .filtren .title,
    .filtren .filtercompare {
        display: block;
    }

    .filtren .body {
        margin-top: 5px;
    }
    .filter-left{width:100% !important;}
    .filter-right{width:100% !important;}

    .list-element.list-showcase__element.authorized{height:400px !important;}
    .list-element.list-showcase__element.authorized .detail__stores{margin-top:7px;}
    .delivery_table{overflow: scroll;display: block;}
}

@media (max-width: 600px) {
    .filtren {
        border: none;
    }

    .filtren.opened .body {
        display: block;
    }

    .filtren .title,
    .filtren .filtercompare {
        display: block;
    }

    .filtren .body {
        display: block;
        margin-top: 5px;
    }
    .filter-left{ margin-left: 10px;}
    .filter-right{width:100% !important;}

    .list-element.list-showcase__element.authorized{height:400px !important;}
    .list-element.list-showcase__element.authorized .detail__stores{margin-top:7px;width:100%;}
    .list-showcase .js-stores__title {
        float: right;
        margin-right: 0px;
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    .filter-right-inner-bottom .b-sorter__title {
        display: none;
    }
}
i.waiting, i.cechbak{
    width: 50px;
    height: 50px;
    display: block;
    background: url('../img/waiting.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
i.cechbak{
    width: 60px;
    height: 50px;
    display: block;
    background: url('../img/cechbak1.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.waiting-p {
    width: 100%;
    height: 90px;
    position: relative;
}
.waiting-p__del{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
.waiting-p:hover .waiting-p__del{
    display: block;
}
.waiting-p .list-showcase__pay {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 22%;/*
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17.5px;*/
}
.total-waiting-clear {
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
}
.waiting-p .list-showcase__pay .b-pay__quantity {
    display: inline-block;
    vertical-align: middle;
}
.waiting-p .list-showcase__stores {display: none;}
.waiting-p .list-showcase__mix {
    width: 85px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.waiting-p .js-stores__title{float:left !important;    margin-top: 20px;margin-right: 20px !important;}
/*.waiting-p .b-pay__buttons{margin-top:-15px;}*/
.waiting-p .list-showcase__name-rating {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 40%;
}
.waiting-p .list-showcase__part-main {
    min-height: auto;
    height: 100%;
}
.waiting-p .list-showcase__picture > a {
    height: 65px;
    width: 65px;
    line-height: 0;
}
.waiting-p .list-showcase__picture img {
    top: 0;
    max-height: 100%;
}
.waiting-p .list-showcase__prices {
    /*display: none;*/
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-width: 75px;
    margin-left: 10px;
}
.waiting-p .list-showcase__prices .c-prices__name {
    display: block;
}
.waiting-p .list-showcase__article {
    display: inline-block;
    vertical-align: middle;
}
.waiting-p .list-showcase__name a{
    font: 13px/18px 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 10px;
}
.waiting-p .list-showcase__pay{display:block;}
.col-sm-12.bx-soa-customer .soa-property-container .btn-sm {
    display: none;
}
.addListings, .notStock{
    display: inline-block;
    vertical-align: middle;
	margin-right: 8px;
    /*width: 45%;*/
}
.addListings__item{
    color: #fff;
    cursor: pointer;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*margin-left: 20px;*/
    padding: 5px 8px 6px;
}
.js-element .addListings__item{
	font-size: 13px;
}
.addListings__item.orange{
    border: 1px solid #e95b0d;
    background-color: #e95b0d;
}
.addListings__item.green{
    border: 1px solid #2db437;
    background-color: #2db437;
}
.pageCech a:first-child{
    color: #2db437;
    background-color: transparent !important;
}
.cechbac {
    text-align: center;
    padding-top: 40px;
    font-size: 24px;
    color: #2db437;
    font-weight: bold;
}
.button_waiting{display: none; width: 100%;}
.button_waiting.addListings{
    display: inline-block;
    margin-top: 30px;
    padding-left: 10px;
}
.basket-item-block-amount.disabled{display: none;}
.button_waiting .addListings__item{
    border: 1px solid #2db437;
    background-color: #2db437;
}
.orange .addListings__item{
    color: #fff;
    background-color: #e95b0d;
    border-color: #e95b0d;
    border-bottom-color: #f47935;
}

.list-address{position: relative;}
.list-address .arrow-adress{
    display: block;
    position: absolute;
    z-index: 7;
    width: 31px;
    height: 31px;
    top: 33px;
    right: 4px;
    transform: rotate(180deg);
    cursor: pointer;
    background: url('/local/templates/proopt_default/assets/img/button_up.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.list-address .soa-property-container{
    height: 42px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.list-address .arrow-adress.opened{transform: rotate(0deg);}
.list-address .soa-property-container.opened{height: auto;}
.list-address .soa-property-container .top-position{
    position: absolute;
    top: 0;
    width: 100%;
}
.list-address .soa-property-container.new-position{padding-top: 47px;}
.list-address input[type="text"] {cursor: pointer;}
.sochial{
    display: block;
    position: relative;
    /*margin-top: 15px;*/
    width: 100%;
    text-align: center;
}
.sochial .sochial_in {
    width: 35px;
    height: 35px;
    background: url('/local/templates/proopt_default/assets/img/fermer/инстаграм.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}
.sochial .sochial_vk {
    width: 35px;
    height: 35px;
    background: url('/local/templates/proopt_default/assets/img/fermer/1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
}
.sochial .sochial_telega {
    width: 35px;
    height: 35px;
    background: url('/local/templates/proopt_default/assets/img/fermer/cib_telegram.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
}
.sochial .sochial_ok {
    width: 35px;
    height: 35px;
    background: url('/local/templates/proopt_default/assets/img/fermer/2.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
}


@media (max-width: 767px) {
    .filter-right-left .filter-right-button {
        width: 100%;
    }
}
