<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "roboto-example";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-example";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-example";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src: url("../fonts/RobotoLight/RobotoLight.eot") format("embedded-opentype"), url("../fonts/RobotoLight/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-example";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/RobotoThin/RobotoThin.eot");
  src: url("../fonts/RobotoThin/RobotoThin.eot") format("embedded-opentype"), url("../fonts/RobotoThin/RobotoThin.woff") format("woff"), url("../fonts/RobotoThin/RobotoThin.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-example";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium/RobotoMedium.eot") format("embedded-opentype"), url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype"); }

@font-face {
  font-family: "ruble";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Ruble/PTRoubleSans.eot");
  src: url("../fonts/Ruble/PTRoubleSans.eot") format("embedded-opentype"), url("../fonts/Ruble/PTRoubleSans.woff") format("woff"), url("../fonts/Ruble/PTRoubleSans.ttf") format("truetype"); }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/docs/3.3/customize/?id=b77f971bb76102dde0695912db6edb0c)
 * Config saved to config.json and https://gist.github.com/b77f971bb76102dde0695912db6edb0c
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;  background: #0A3465}

body {
  margin: 0;
  background: #0A3465 }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  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;
  -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; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #0A3465; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {  margin-right: auto;   margin-left: auto;   padding-left: 10px;   padding-right: 10px; }
.container1 {  margin-right: auto;   margin-left: auto;   padding-left: 25px;   padding-right: 25px; }


@media (min-width: 768px) {
  .container {     width: 740px; }
/*  .container1 {     width: 740px; } */
   }

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

@media (min-width: 1260px) {
  .container {     width: 1260px; }
  .container1 {     width: 1340px; }
   }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10;
  padding-right: 10; }

.row {
  margin-left: -10;
  margin-right: -10; }

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

.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-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

.col-xs-1 {
  width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@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-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1260px) {
  .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-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row: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; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 13px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px;
  background: url(../img/carousel-arrow-prev-8x13.png) 0 0 no-repeat; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: ''; }

[dir='rtl'] .slick-prev:before {
  content: ''; }

.slick-next {
  right: -25px;
  background: url(../img/carousel-arrow-next-8x13.png) 0 0 no-repeat; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: ''; }

[dir='rtl'] .slick-next:before {
  content: ''; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto&nbsp;*/ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside &gt; .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_scrollTools, .mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside &gt; .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside &gt; .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal &gt; .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper &gt; .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden &gt; .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden &gt; .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCS-autoHide &gt; .mCustomScrollBox &gt; .mCSB_scrollTools, .mCS-autoHide &gt; .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover &gt; .mCustomScrollBox &gt; .mCSB_scrollTools, .mCS-autoHide:hover &gt; .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover &gt; .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar &gt; .mCustomScrollBox &gt; .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar &gt; .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl &gt; .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl &gt; .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse; }

*:first-child + html .arcticmodal-container {
  height: 100%; }

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto; }

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle; }

.arcticmodal-error {
  padding: 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #000;
  color: #fff; }

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #000 url(loading.gif) no-repeat 50% 50%; }

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em; }

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/raty.eot");
  src: url("fonts/raty.eot") format("embedded-opentype");
  src: url("fonts/raty.svg") format("svg");
  src: url("fonts/raty.ttf") format("truetype");
  src: url("fonts/raty.woff") format("woff"); }

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none; }

.cancel-on-png:before {
  content: "\e600"; }

.cancel-off-png:before {
  content: "\e601"; }

.star-on-png:before {
  content: "\f005"; }

.star-off-png:before {
  content: "\f006"; }

.star-half-png:before {
  content: "\f123"; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0; }

.fancybox-slide:before, .fancybox-slide &gt; * {
  display: inline-block;
  vertical-align: middle; }

.fancybox-slide &gt; * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: -webkit-calc(100% - 88px);
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #0A3465;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .2s;
  transition: background .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: .5; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.fancybox-button--left {
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px; }

.fancybox-button--right {
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  background: transparent; }

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent; }

.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
          box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-thumbs &gt; ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs &gt; ul &gt; li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs &gt; ul &gt; li &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs &gt; ul &gt; li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs &gt; ul &gt; li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0; } }

@media only screen and (min-width: 992px) {
  .product-card {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .product-card .product-card-wrap {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
    .product-card:hover {
      z-index: 1;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
      .product-card:hover .product-card-wrap {
        border-left: 1px solid transparent !important;
        border-right: 1px solid transparent !important;
        -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
                box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease;
        background: #fff;
        z-index: 999; }
  .carousel-images-cell-wrap {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .carousel-images-cell-wrap:hover {
      -webkit-transform: scale(1.14);
          -ms-transform: scale(1.14);
              transform: scale(1.14);
      -webkit-box-shadow: 0 0 62px rgba(0, 0, 0, 0.52);
              box-shadow: 0 0 62px rgba(0, 0, 0, 0.52);
      position: relative;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease;
      z-index: 1; }
      .carousel-images-cell-wrap:hover:after {
        opacity: 1;
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease; }
  .carousel-images .slick-list.draggable {
    padding: 65px 0 !important; }
  .main-menu li {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .main-menu li:hover {
      background: #094994;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
    .main-menu li a:hover, .main-menu li a:active, .main-menu li a:focus {
      text-decoration: none; }
  .main-menu .sub-nav li:hover {
    background: transparent;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .main-menu .sub-nav li:hover a {
      color: #353535;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .header-menu a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .header-menu a:hover {
      color: #002d62;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .header-city .header-city-selected span {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .header-city .header-city-selected span:hover {
      color: #002d62;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .auth-nav .sign-in span,
  .auth-nav .sign-up span {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .auth-nav .sign-in span:hover,
    .auth-nav .sign-up span:hover {
      color: #002d62;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .cart .title {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
  .cart:hover .title {
    color: #002d62;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
  .header-search .header-search-example a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .header-search .header-search-example a:hover {
      color: #353535;
      border-color: #353535;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .main-slider .main-slider-info .btn-more {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .main-slider .main-slider-info .btn-more:hover {
      color: #fff;
      text-decoration: none;
      background: #094994;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .product-card .btn-buy {
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease; }
    .product-card .btn-buy:hover {
      background-color: #002d62;
      -webkit-transition: background-color 250ms ease;
      transition: background-color 250ms ease; }
      .product-card .btn-buy:hover:before {
        background-position: 0 -18px; }
  .product-card .in-favourite a.add-in-favourite:hover {
    background-position: 0 -18px; }
  .product-card .name {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .product-card .name:hover {
      color: #002d62;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .header-line a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .header-line a:hover {
      color: #002d62;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .news-item .news-item-body .title {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .news-item .news-item-body .title:hover {
      color: #002d62;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .subscribe .btn-subscribe {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .subscribe .btn-subscribe:hover {
      color: #fff;
      text-decoration: none;
      background: #094994;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .portal-btn {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .portal-btn:hover {
      color: #fff;
      text-decoration: none;
      background: #094994;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .footer-menu .footer-menu-col li a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .footer-menu .footer-menu-col li a:hover {
      color: #353535;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .footer-phone .our-stores-link a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .footer-phone .our-stores-link a:hover {
      color: #353535;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .footer-third-floor .designer a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .footer-third-floor .designer a:hover {
      color: #353535;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .subscribe input[type="text"] {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .subscribe input[type="text"]:focus {
      background: #f8f9fb;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .carousel-cell:focus {
    outline: none; }
  .all-trends {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .all-trends:hover {
      color: #002d62;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .breadcrumbs .links li a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .breadcrumbs .links li a:hover {
      color: #002d62;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .breadcrumbs .links li:last-child a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .breadcrumbs .links li:last-child a:hover {
      color: #2d2d31;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .jq-selectbox__select {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .jq-selectbox__select:hover {
      background: #dcdee0;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .quantity-button {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .quantity-button:hover {
      background: #002d62;
      border-color: #002d62;
      color: #fff;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .cart-table tbody .in-favourite a.add-in-favourite:hover {
    background-position: 0 -18px; }
  .cart-table tbody .close:hover:before {
    background-position: 0 -14px; }
  .box-modal_close:hover {
    background-position: 0 -14px; }
  .remove-all-product:hover:before {
    background-position: 0 -14px; }
  .add-in-favourite-cart:hover:before {
    background-position: 0 -18px; }
  .promo a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .promo a:hover {
      color: #000623;
      border-color: #000623;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .btn-checkout {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .btn-checkout:hover {
      color: #fff;
      text-decoration: none;
      background: #094994;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .btn-w {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .btn-w:hover {
      color: #fff;
      text-decoration: none;
      background: #002d62;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .section-carousel-sign-in .btn-sign-in {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .section-carousel-sign-in .btn-sign-in:hover {
      color: #fff;
      text-decoration: none;
      background: #094994;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  #my-data input[type="submit"] {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    #my-data input[type="submit"]:hover {
      color: #fff;
      text-decoration: none;
      background: #094994;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .my-avatar .download-avatar a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .my-avatar .download-avatar a:hover {
      color: #000623;
      border-color: #000623;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .tabs-wrapper.lk-tabs .label-wrap label .tabs-title {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .tabs-wrapper.lk-tabs .label-wrap label .tabs-title:hover {
      color: #000623;
      border-color: #000623;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .my-order-table .tbody .tr .td:nth-of-type(2) a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .my-order-table .tbody .tr .td:nth-of-type(2) a:hover {
      color: #000623;
      border-color: #000623;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .self-removal-list a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .self-removal-list a:hover {
      color: #000623;
      border-color: #000623;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .checkout input[type="submit"] {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .checkout input[type="submit"]:hover {
      color: #fff;
      text-decoration: none;
      background: #094994;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .tabs-wrapper.product-card-tabs .label-wrap .tabs-title {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .tabs-wrapper.product-card-tabs .label-wrap .tabs-title:hover {
      color: #000623;
      border-color: #000623;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .purchase-block .operations .add-to-card-btn {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .purchase-block .operations .add-to-card-btn:hover {
      color: #fff;
      text-decoration: none;
      background: #094994;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .purchase-block .operations .add-in-favourite:hover:before {
    background-position: 0 -18px; }
  .purchase-block .availability span {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .purchase-block .availability span:hover {
      color: #000623;
      border-color: #000623;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .cc-cell label,
  .m-color-body label {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .cc-cell label:hover,
    .m-color-body label:hover {
      border: 3px solid #eceef2;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .add-review-btn {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .add-review-btn:hover {
      color: #fff;
      text-decoration: none;
      background: #094994;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .qa-item span {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .qa-item span:hover {
      color: #002d62;
      border-color: #002d62;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .box-modal input[type="submit"] {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .box-modal input[type="submit"]:hover {
      color: #fff;
      text-decoration: none;
      background: #094994;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .purchase-block .operations .go-to-card-btn {
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease; }
    .purchase-block .operations .go-to-card-btn:focus, .purchase-block .operations .go-to-card-btn:hover {
      text-decoration: none;
      background: #094994;
      -webkit-transition: background 250ms ease;
      transition: background 250ms ease; }
  .header-search input[type="text"] {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .header-search input[type="text"]:focus {
      background: #f8f9fb;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .review-rule {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .review-rule:hover {
      color: #353535;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .search-list .search-list-info .search-all-btn {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .search-list .search-list-info .search-all-btn:hover {
      background: #094994;
      text-decoration: none;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; } }

.jq-selectbox.jqselect.dropdown.opened .jq-selectbox__select {
  background: #ebedf1; }

.jq-selectbox__select {
  height: 35px;
  padding: 0 30px 0 12px;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  font: 14px/35px "roboto-example", sans-serif;
  color: #000623;
  cursor: pointer;
  background: #ebedf1; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ebedf1;
  color: #b9beca; }

.jq-selectbox__select-text {
  display: block;
  width: 100%; }

.jq-selectbox .placeholder {
  color: #000623; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 12px;
  height: 7px;
  background: url(../img/select-shevron-12x7.svg) 0 0 no-repeat; }

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #ebedf1;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #fff;
  font: 14px/19px Arial, sans-serif; }

.jq-selectbox ul {
  margin: 0 0px;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #000623;
  cursor: pointer;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  -webkit-transition: all 140ms ease;
  transition: all 140ms ease; }

.jq-selectbox li.selected {
  background-color: #ebedf1;
  color: #000623; }

.jq-selectbox li:hover {
  -webkit-transition: all 140ms ease;
  transition: all 140ms ease;
  background-color: #ebedf1;
  color: #000623; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.checkout .jq-selectbox__select {
  background: #fff !important; }

.checkout .jq-selectbox__select {
  width: 420px;
  height: 35px;
  padding: 0 30px 0 12px;
  -webkit-border-radius: 0;
          border-radius: 0;
  font: 14px/35px "roboto-example", sans-serif;
  color: #000623;
  cursor: pointer;
  border: 1px solid #cbcbcb;
  background: #fff; }

.checkout .jq-selectbox__dropdown {
  border-bottom: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb; }

/* arcticmodal */
.modal-overlay,
.arcticmodal-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6); }

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0; }

*:first-child + html .arcticmodal-container {
  height: 100%; }

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto; }

.arcticmodal-container_i2 {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0; }

.arcticmodal-error {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #000; }

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #000 url(loading.gif) no-repeat 50% 50%; }

.box-modal_close {
  content: '';
  background: url(../img/close-14x14.svg) 0 0 no-repeat;
  background-size: 14px 28px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  margin: auto;
  top: 12px;
  right: 12px; }

textarea {
  border: 1px solid #c5cad6;
  padding: 0 10px; }

.box-modal {
  height: auto;
  padding: 38px 47px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0px 40px rgba(87, 91, 102, 0.15);
          box-shadow: 0 0px 40px rgba(87, 91, 102, 0.15); }
  .box-modal h2,
  .box-modal .heading {
    font-family: "roboto-example", sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    color: #212121;
    text-align: left;
    display: block;
    margin-bottom: 35px; }
  .box-modal label {
    font: 14px/19px "roboto-example", sans-serif;
    color: #000623; }
  .box-modal input[type="text"],
  .box-modal input[type="password"],
  .box-modal input[type="tel"] {
    border: 1px solid #cbcbcb;
    height: 35px;
    width: 100%;
    padding: 0 12px; }
  .box-modal select,
  .box-modal .jq-selectbox {
    width: 100%; }
  .box-modal input[type="submit"] {
    display: block;
    width: 100%;
    height: 45px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
    font: 600 15px/45px "roboto-example", sans-serif;
    margin-top: 17px;
    border: 0;
    background: #002d62;
    text-transform: uppercase; }
  .box-modal textarea {
    width: 100%;
    border: 1px solid #cbcbcb;
    padding: 0 12px; }
  .box-modal span,
  .box-modal a {
    font: 14px/19px "roboto-example", sans-serif;
    color: #0a3465;
    text-decoration: none; }
  .box-modal .input-group {
    margin-bottom: 25px; }

#signin-modal {
  width: 375px;
  display: block; }
  #signin-modal .password {
    margin-bottom: 3px; }
  #signin-modal .remember-me {
    margin-top: 10px;
    display: block; }

.sign-in-soc {
  padding: 40px 0 0; }
  .sign-in-soc .heading {
    text-align: center;
    font: 300 21px/24px "roboto-example", sans-serif;
    color: #212121;
    margin-bottom: 20px; }
  .sign-in-soc a {
    display: block;
    width: 100%;
    height: 45px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-bottom: 10px;
    font: 14px/45px "roboto-example", sans-serif;
    color: #fff;
    padding-left: 80px;
    position: relative; }
  .sign-in-soc .sisvk {
    background: #4D75A1; }
    .sign-in-soc .sisvk:before {
      content: '';
      background: url(../img/sysvk.png) 0 0 no-repeat;
      position: absolute;
      left: 20px;
      top: 8px;
      display: block;
      width: 30px;
      height: 30px; }
  .sign-in-soc .sisfb {
    background: #3C5996; }
    .sign-in-soc .sisfb:before {
      content: '';
      background: url(../img/sysfb.png) 0 0 no-repeat;
      position: absolute;
      left: 20px;
      top: 8px;
      display: block;
      width: 30px;
      height: 30px; }

#call-me-modal {
  width: 390px;
  display: block; }

#add-review-modal {
  width: 396px;
  display: block; }
  #add-review-modal .review {
    margin-bottom: 3px; }
  #add-review-modal .mark label {
    margin-bottom: 0; }

#add-qa-modal {
  width: 396px;
  display: block; }
  #add-qa-modal textarea {
    min-height: 200px; }

#quick-buy-modal {
  width: 736px;
  display: block; }
  #quick-buy-modal .left-col {
    padding-right: 40px; }
    #quick-buy-modal .left-col .img-wrap {
      position: relative;
      height: 230px; }
      #quick-buy-modal .left-col .img-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: auto; }
    #quick-buy-modal .left-col .price {
      font: 18px/19px "roboto-example", sans-serif; }
      #quick-buy-modal .left-col .price .currency {
        font: 18px/19px "ruble", sans-serif; }
    #quick-buy-modal .left-col span {
      font: 300 16px/19px "roboto-example", sans-serif;
      color: #000623;
      display: block;
      margin-bottom: 10px; }
  #quick-buy-modal .product-info {
    display: none;
    margin-bottom: 20px; }
    #quick-buy-modal .product-info .price {
      font: 18px/19px "roboto-example", sans-serif; }
      #quick-buy-modal .product-info .price .currency {
        font: 18px/19px "ruble", sans-serif; }
    #quick-buy-modal .product-info span {
      font: 300 16px/19px "roboto-example", sans-serif;
      color: #000623;
      display: block;
      margin-bottom: 10px; }

#in-fav-not-reg-modal {
  width: 390px;
  display: block;
  text-align: center; }

#product-add-cart-modal,
#product-add-favorite-modal {
  width: 390px;
  display: block;
  text-align: center; }

#error-checkout-modal .heading {
  font-family: "roboto-example", sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  color: #212121;
  text-align: center;
  display: block;
  margin-bottom: 35px; }

#error-checkout-modal span {
  font: 14px/19px "roboto-example", sans-serif;
  color: #000623;
  text-align: center; }

#error-checkout-modal .btn-ok {
  display: block;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #fff;
  font: 600 15px/45px "roboto-example", sans-serif;
  margin-top: 17px;
  border: 0;
  background: #002d62;
  text-transform: uppercase;
  text-align: center; }

#change-color-modal {
  width: 600px; }
  #change-color-modal .btn-ok {
    display: block;
    width: 100%;
    height: 45px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
    font: 600 15px/45px "roboto-example", sans-serif;
    margin-top: 30px;
    border: 0;
    background: #002d62;
    text-transform: uppercase;
    text-align: center; }

@media only screen and (max-width: 992px) {
  #quick-buy-modal .product-info {
    display: block; }
  #quick-buy-modal .left-col {
    display: none; }
  #quick-buy-modal .right-col {
    float: none; }
  .box-modal {
    padding: 30px 20px; }
    .box-modal .heading {
      font-size: 28px;
      line-height: 28px;
      margin-bottom: 15px; }
  #quick-buy-modal {
    max-width: 736px;
    width: 100%; }
  #add-review-modal {
    max-width: 396px;
    min-width: 300px;
    width: 100%; }
  #add-qa-modal {
    max-width: 396px;
    min-width: 300px;
    width: 100%; }
  #call-me-modal {
    max-width: 390px;
    width: 100%; }
  #signin-modal {
    max-width: 375px;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  #change-color-modal {
    width: auto; } }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

html {
  min-height: 100%; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

body {
  font-size: 15px;
  position: relative;
  line-height: 1.75;
  font-family: "roboto-example", sans-serif;
  overflow-x: hidden;
  opacity: 1;

  z-index: 0;
  min-height: 100%; }

h2 {
  font: 26px/49px "roboto-example", sans-serif;
  color: #212121; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both; }

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

.main-ct {
  position: relative;
  background: #EBF5FF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 10;
  overflow: hidden; margin:38px 0;

  box-shadow:
   0 1px 4px rgba(0, 0, 0, .14),
   -23px 0 20px -23px rgba(0, 0, 0, .4),
   23px 0 20px -23px rgba(0, 0, 0, .4),
   0 0 40px rgba(0, 0, 0, .1) inset;

/*  border: 3px solid #FF0033 */}

.main-ct.active {
  left: 0; }

.mobile-menu {
  display: block;
  width: 100%;
  height: 0px;
  background-color: #ebedf1;
  position: absolute;
  top: 56px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  left: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  z-index: -10;
  opacity: 0;
  visibility: hidden; }
  .mobile-menu .m-search {
    width: 100%;
    position: relative;
    padding: 0 20px;
    margin-top: 20px; }
    .mobile-menu .m-search input[type="text"] {
      width: 100%;
      height: 33px;
      border: 1px solid #bbbdc0;
      font: 14px/19px "roboto-example", sans-serif;
      color: #8e8f8f;
      padding: 0 12px; }
    .mobile-menu .m-search button {
      position: absolute;
      top: 0;
      right: 20px;
      width: 32px;
      height: 32px;
      background: url(../img/mglass-16x16.svg) center center no-repeat;
      background-size: 16px 16px;
      border: 0; }
  .mobile-menu .category-menu {
    list-style: none;
    margin: 20px 0;
    padding: 0 20px; }
    .mobile-menu .category-menu li {
      display: block;
      margin-bottom: 20px; }
      .mobile-menu .category-menu li:last-of-type {
        margin-bottom: 0; }
      .mobile-menu .category-menu li a {
        font: 600 15px/15px "roboto-example", sans-serif;
        color: #002d62;
        text-decoration: none;
        text-transform: uppercase;
        display: block; }
  .mobile-menu .sub-nav {
    background: #fff;
    display: none;
    margin: 10px -20px; }
    .mobile-menu .sub-nav .sub-nav-col {
      padding: 0 0;
      margin: 0px 20px; }
      .mobile-menu .sub-nav .sub-nav-col li {
        padding: 0 20px;
        border-bottom: 1px solid #ebedf1;
        margin-bottom: 0;
        display: block;
        margin: 0 -20px; }
        .mobile-menu .sub-nav .sub-nav-col li a {
          font: 400 13px/15px "roboto-example", sans-serif;
          color: #002d62;
          text-decoration: none;
          text-transform: uppercase;
          display: block;
          padding: 10px 20px; }
      .mobile-menu .sub-nav .sub-nav-col .subParent {
        padding: 0 20px;
        display: block;
        margin: 0 0px;
        font: 600 15px/15px "roboto-example", sans-serif;
        color: #000623;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 10px 0; }
      .mobile-menu .sub-nav .sub-nav-col li.active {
        background: #ebedf1;
        display: block; }
      .mobile-menu .sub-nav .sub-nav-col:last-of-type .subParent {
        border-bottom: 0 !important; }
  .mobile-menu .sub-nav-2 {
    display: none;
    padding: 0;
    margin: 0; }
    .mobile-menu .sub-nav-2.active {
      display: block; }
    .mobile-menu .sub-nav-2 li {
      padding: 0 20px;
      border-bottom: 1px solid #ebedf1;
      margin-bottom: 0;
      display: block;
      margin: 0 -20px;
      background: #fff; }
      .mobile-menu .sub-nav-2 li:first-of-type {
        border-top: 1px solid #ebedf1; }
      .mobile-menu .sub-nav-2 li:last-of-type {
        border-bottom: 0; }
      .mobile-menu .sub-nav-2 li a {
        font: 400 13px/15px "roboto-example", sans-serif !important;
        color: #002d62 !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        display: block !important;
        padding: 10px 20px !important; }
  .mobile-menu .other-categories {
    list-style: none;
    margin: 0;
    padding: 12px 20px;
    background: #fff; }
    .mobile-menu .other-categories li {
      display: block;
      margin-bottom: 20px; }
      .mobile-menu .other-categories li:last-of-type {
        margin-bottom: 0; }
      .mobile-menu .other-categories li a {
        font: 400 15px/15px "roboto-example", sans-serif;
        color: #002d62;
        text-decoration: none;
        text-transform: uppercase;
        display: block; }
  .mobile-menu .m-auth-block {
    list-style: none;
    margin: 20px 0;
    padding: 0 20px; }
    .mobile-menu .m-auth-block li {
      display: block;
      margin-bottom: 20px;
      padding-left: 25px; }
      .mobile-menu .m-auth-block li:first-of-type {
        position: relative; }
        .mobile-menu .m-auth-block li:first-of-type:before {
          content: '';
          background: url(../img/locked-15x15.svg) 0 0 no-repeat;
          width: 15px;
          height: 15px;
          display: block;
          position: absolute;
          top: -2px;
          left: 0; }
      .mobile-menu .m-auth-block li:last-of-type {
        margin-bottom: 0; }
      .mobile-menu .m-auth-block li a {
        font: 600 15px/15px "roboto-example", sans-serif;
        color: #002d62;
        text-decoration: none;
        text-transform: uppercase;
        display: block; }
  .mobile-menu .phone-block-wrap {
    background: #fff;
    padding: 12px 20px; }
    .mobile-menu .phone-block-wrap .phone-block {
      width: 230px; }
      .mobile-menu .phone-block-wrap .phone-block .time {
        text-align: left; }

.mobile-menu.active {
  display: block;
  height: auto;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.right-col {
  float: right;
  position: relative; }

.left-col {
  float: left;
  position: relative; }

.icon {
  position: relative; }
  .icon:before {
    display: block; }

.header {
  position: relative;
  z-index: 999; }

.header-first-floor {
  height: 35px;
  border-bottom: 1px solid #d2d2d2;
  background: #fff;
  padding-top: 4px; }

.header-inner .main-menu {
  margin-bottom: 25px; }

.header-city {
  display: block;
  float: left;
  margin-right: 100px; }
  .header-city .header-city-selected {
    position: relative;
    padding-left: 17px; }
    .header-city .header-city-selected .header-map-point {
      display: inline-block;
      position: absolute;
      top: 5px;
      left: 0; }
      .header-city .header-city-selected .header-map-point:before {
        content: '';
        background: url(../img/header-map-point-11x15.svg) 0 0 no-repeat;
        background-size: 11px 15px;
        width: 11px;
        height: 15px; }
    .header-city .header-city-selected span {
      font: 12px/19px "roboto-example", sans-serif;
      color: #2d2d31;
      border-bottom: 1px dashed #2d2d31;
      cursor: pointer; }

.header-menu {
  display: block;
  float: left; }
  .header-menu a {
    font: 12px/19px "roboto-example", sans-serif;
    color: #2d2d31;
    display: inline;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 28px; }
    .header-menu a:last-of-type {
      margin-right: 0; }

.auth-nav {
  float: right;
  position: relative; }
  .auth-nav .lk {
    cursor: pointer;
    border-bottom: 1px dashed #2d2d31; }
  .auth-nav .lk-menu {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 150px;
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    z-index: 10;
    padding: 20px; }
    .auth-nav .lk-menu ul {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0; }
      .auth-nav .lk-menu ul li {
        display: block;
        text-align: left; }
        .auth-nav .lk-menu ul li a {
          font: bold 13px/18px "roboto-example", sans-serif;
          text-transform: uppercase;
          color: #212121;
          -webkit-transition: all 250ms ease;
          transition: all 250ms ease; }
          .auth-nav .lk-menu ul li a:hover {
            color: #002d62;
            text-decoration: none;
            -webkit-transition: all 250ms ease;
            transition: all 250ms ease; }
    .auth-nav .lk-menu .exit {
      display: block;
      font: bold 12px/19px "roboto-example", sans-serif;
      color: #212121; }
      .auth-nav .lk-menu .exit:hover {
        color: #002d62;
        text-decoration: none;
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease; }
  .auth-nav span {
    font: bold 12px/19px "roboto-example", sans-serif;
    color: #2d2d31; }
  .auth-nav .sign-in {
    display: inline-block;
    position: relative;
    padding-left: 20px; }
    .auth-nav .sign-in:before {
      content: '';
      background: url(../img/header-locked-14x15.svg) 0 0 no-repeat;
      background-size: 14px 15px;
      display: block;
      width: 14px;
      height: 15px;
      position: absolute;
      left: 0;
      top: 4px; }
    .auth-nav .sign-in span {
      border-bottom: 1px dashed #2d2d31;
      cursor: pointer; }
  .auth-nav .sign-up {
    display: inline-block; }
    .auth-nav .sign-up span {
      border-bottom: 1px solid #2d2d31;
      cursor: pointer; }
  .auth-nav .auth-nav-sep {
    padding: 0 4px; }

.header-second-floor {
  height: 97px;
  padding-top: 30px; }

.header-second-floor-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header-logo {
  max-width: 294px;
  width: 100%; }
  .header-logo img {
    width: 100%; }

.phone-block {
  padding-left: 17px;
  position: relative;
  display: block; }
  .phone-block:before {
    content: '';
    background: url(../img/phone-9x16.svg) 0 0 no-repeat;
    background-size: 9px 16px;
    width: 9px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .phone-block .phone {
    font: 300 24px/21px "roboto-example", sans-serif;
    color: #000623;
    text-decoration: none;
    display: block; }
  .phone-block .time {
    display: block;
    text-align: right;
    font: 12px/19px "roboto-example", sans-serif;
    color: #000623; }

.header-search {
  display: block; line-height:1.1}
  .header-search .header-search-wrap {
    position: relative; }
    .header-search .header-search-wrap button {
      position: absolute;
      top: 0;
      right: 0;
      width: 32px;
      height: 32px;
      background: url(../img/mglass-16x16.svg) center center no-repeat;
      background-size: 16px 16px;
      border: 0; }
  .header-search input[type="text"] {
    background: #ebedf1;
    width: 347px;
    height: 32px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    border: 1px solid #ebedf1;
    font: 16px/19px "roboto-example", sans-serif;
    color: #777777;
    padding: 0 32px 0 16px;
    margin-bottom: 4px; }
    .header-search input[type="text"]:focus {
      outline: none; }
  .header-search .header-search-example {
    font: 12px/19px "roboto-example", sans-serif;
    color: #797979; }
    .header-search .header-search-example a {
      font: 12px/19px "roboto-example", sans-serif;
      color: #797979;
      display: inline;
      border-bottom: 1px dashed #797979;
      text-decoration: none;
      cursor: pointer; }

.cart {
  padding-left: 43px;
  position: relative; }
/*  .cart:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/cart-30x34.svg) center center no-repeat;
    background-size: 30px 34px;
    width: 30px;
    height: 34px;
    display: block; }*/
  .cart a:hover {
    text-decoration: none; }
  .cart .amount {
    padding: 0 8px;
    background: #cf0000;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    display: block;
    color: #fff;
    font: bold 11px/13px "roboto-example", sans-serif;
    text-align: center;
    position: absolute;
    top: -6px;
    left: 16px; }
  .cart .title {
    font: 18px/19px "roboto-example", sans-serif;
    display: block;
    color: #000623; }
  .cart .total-sum {
    font: 12px/19px "roboto-example", sans-serif;
    display: block;
    color: #5a5a5a; }
    .cart .total-sum .currency {
      color: #5a5a5a;
      font: 12px/19px "ruble", sans-serif; }

.main-menu &gt; ul &gt; li {
  list-style: none;
  vertical-align: middle;
  vertical-align: top;
  display: table-cell; }

.main-menu {
  background: #002d62;
  height: 54px;
  text-align: center;
  width: 100%; }
  .main-menu li:nth-of-type(1) .sub-nav .sub-nav-col {
    width: 20%; }
  .main-menu li:nth-of-type(2) .sub-nav {
    width: 70%;
    left: 150px; }
  .main-menu li:nth-of-type(3) .sub-nav {
    width: 15%;
    left: 294px; }
    .main-menu li:nth-of-type(3) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-menu li:nth-of-type(4) .sub-nav {
    width: 15%;
    left: 427px; }
    .main-menu li:nth-of-type(4) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-menu li:nth-of-type(5) .sub-nav {
    width: 20%;
    left: 542px; }
    .main-menu li:nth-of-type(5) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-menu li:nth-of-type(6) .sub-nav {
    width: 15%;
    left: 759px; }
    .main-menu li:nth-of-type(6) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-menu li:nth-of-type(7) .sub-nav {
    width: 16%;
    left: 906px; }
    .main-menu li:nth-of-type(7) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-menu li:nth-of-type(8) .sub-nav {
    width: 16%;
    left: 1042px; }
    .main-menu li:nth-of-type(8) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-menu .ins {
    border-top: 1px solid #d1d1d1;
    background: #f2f4f7;
    border-bottom: 1px solid #d1d1d1; }
  .main-menu ul {
    position: relative;
    display: table;
    width: 100%;
    padding: 0; }
    .main-menu ul a {
      font: bold 15px/54px "roboto-example", sans-serif;
      color: #fff;
      text-transform: uppercase;
      padding: 0 20px; }
  .main-menu li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    top: 54px;
    -webkit-transition: all 140ms ease;
    transition: all 140ms ease; }
  .main-menu .sub-nav {
    position: absolute;
    background: #fff;
    opacity: 0;
    top: 70px;
    visibility: hidden;
    -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.23);
            box-shadow: 0 9px 9px rgba(0, 0, 0, 0.23);
    text-align: left;
    padding: 5px;
    z-index: 9;
    left: 0;
    width: 100%;
    -webkit-transition: all 140ms ease;
    transition: all 140ms ease; }
    .main-menu .sub-nav .sub-nav-col {
      border: none;
      position: static;
      display: block;
      width: 25%;
      float: left;
      padding: 0px 16px 0px 16px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 16px;
      margin-top: 10px; }
      .main-menu .sub-nav .sub-nav-col:before {
        content: '';
        width: 1px;
        background: #ededed;
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin-left: -25px; }
      .main-menu .sub-nav .sub-nav-col:first-of-type:before {
        content: none; }
      .main-menu .sub-nav .sub-nav-col .subParent {
        padding-top: 5px;
        font-weight: bold;
        margin-bottom: 5px; }
        .main-menu .sub-nav .sub-nav-col .subParent a {
          color: #000623;
          text-decoration: none;
          font: 600 16px/21px "roboto-example", sans-serif;
          padding: 0; }
    .main-menu .sub-nav li {
      list-style: none; }
      .main-menu .sub-nav li a {
        color: #616161;
        text-decoration: none;
        font: 13px/21px arial, sans-serif;
        padding: 0;
        text-transform: none; }
        .main-menu .sub-nav li a:hover {
          text-decoration: underline; }

.main-slider {
  position: relative;
  width: auto;
  margin: -9px -50px 0;
  z-index: 0; }
  .main-slider:before {
    content: '';
    position: absolute;
    background: url(../img/main-slider-brush-left.png) 0 0 no-repeat;
    width: 58px;
    height: 399px;
    display: block;
    left: 0;
    top: 0;
    z-index: 1; }
  .main-slider:after {
    content: '';
    position: absolute;
    background: url(../img/main-slider-brush-right.png) 0 0 no-repeat;
    width: 58px;
    height: 399px;
    display: block;
    right: 0;
    top: 0;
    z-index: 1; }
  .main-slider .slick-list {
    position: relative; }
    .main-slider .slick-list:before {
      content: '';
      height: 9px;
      width: -webkit-calc(100% - 115px);
      width: calc(100% - 115px);
      display: block;
      background: #fff;
      margin: auto;
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      z-index: 1;
      -webkit-border-radius: 0 0 2px 2px;
              border-radius: 0 0 2px 2px; }
    .main-slider .slick-list:after {
      content: '';
      height: 7px;
      width: -webkit-calc(100% - 115px);
      width: calc(100% - 115px);
      display: block;
      background: #fff;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      -webkit-border-radius: 2px 2px 0 0;
              border-radius: 2px 2px 0 0; }
  .main-slider .slick-dots {
    bottom: 45px;
    left: 120px;
    text-align: left; }
    .main-slider .slick-dots li button:before {
      font-size: 40px;
      color: #fff;
      opacity: 1;
      margin-top: 0px;
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
      -webkit-transition: margin-top 150ms ease;
      transition: margin-top 150ms ease; }
    .main-slider .slick-dots .slick-active button:before {
      color: #002d62;
      margin-top: -3px;
      -webkit-transition: margin-top 250ms ease;
      transition: margin-top 250ms ease; }
  .main-slider .main-slider-cell {
    position: relative; }
    .main-slider .main-slider-cell img {
      position: relative;
      z-index: 0; }
  .main-slider .main-slider-info {
    background: #fff;
    padding: 38px 35px;
    width: 370px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 80px;
    z-index: 1; }
    .main-slider .main-slider-info span {
      font: 300 48px/49px "roboto-example", sans-serif;
      color: #212121;
      margin-bottom: 30px;
      display: block; }
    .main-slider .main-slider-info .btn-more {
      padding: 12px 22px;
      width: 175px; }
  .main-slider .img-lg {
    display: block; }
  .main-slider .img-md,
  .main-slider .img-sm,
  .main-slider .img-xs {
    display: none; }

.btn {
  display: block; }

.btn-b {
  background: #002d62;
  color: #fff;
  font: bold 14px/19px "roboto-example", sans-serif;
  text-transform: uppercase; }
  .btn-b:hover {
    text-decoration: none; }

.btn-ar {
  position: relative; }
  .btn-ar:after {
    content: '';
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/btn-arrow.svg) 0 0 no-repeat;
    width: 8px;
    height: 11px;
    display: block; }

.hot-news {
  margin-bottom: 25px; }
  .hot-news .hot-news-col {
    width: 50%;
    position: relative; }
    .hot-news .hot-news-col:nth-of-type(1) {
      float: left; }
    .hot-news .hot-news-col:nth-of-type(2) {
      float: right; }
      .hot-news .hot-news-col:nth-of-type(2) img {
        float: right; }
    .hot-news .hot-news-col img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }

.main-trend {
  height: 324px;
  width: 100%;
  background: #5AB1A9;
  margin-bottom: 40px;
  position: relative; }
  .main-trend img {
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.main-trend-video-preview {
  position: absolute;
  width: 336px;
  height: 255px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.41);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.41);
  top: 34px;
  right: 47px;
  overflow: hidden; }

.main-trend-video-preview {
  position: absolute; }

.main-trend-video-preview-wrap {
  border: 1px solid #fff;
  width: -webkit-calc(100% - 12px);
  width: calc(100% - 12px);
  height: -webkit-calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  .main-trend-video-preview-wrap .title {
    font: 300 42px/48px "roboto-example", sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-table;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }

.main-trend-video-preview-button {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer; }

.main-trend-video-preview-button-play {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto !important;
  width: 40px;
  height: 42px;
  display: block; }

.arrow-triangle {
  background-color: #dd1116;
  text-align: left;
  margin: 2.2em; }

.arrow-triangle:before,
.arrow-triangle:after {
  content: '';
  position: absolute;
  background-color: inherit; }

.arrow-triangle,
.arrow-triangle:before,
.arrow-triangle:after {
  width: 2em;
  height: 2em;
  -webkit-border-top-right-radius: 30%;
          border-top-right-radius: 30%; }

.arrow-triangle.right {
  -webkit-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
      -ms-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
          transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); }

.arrow-triangle:before {
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
      -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
          transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); }

.arrow-triangle:after {
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
      -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
          transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); }

.r-t {
  text-align: right; }

.all-trends {
  font: 12px/19px "roboto-example", sans-serif;
  color: #2d2d31;
  text-decoration: underline; }

.footer-first-floor {
  height: 102px;
  background: #fff;
  border-bottom: 1px solid #c9c9c9;
  padding-top: 32px; }

.social-buttons {
  float: left; }
  .social-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .social-buttons ul li {
      display: inline-block;
      margin-right: 18px;
      width: 41px;
      height: 41px; }
      .social-buttons ul li:last-of-type {
        margin-right: 0; }
      .social-buttons ul li a {
        width: 41px;
        height: 41px;
        display: block; }
      .social-buttons ul li #fb {
        background: url(../img/fb.png) 0 0 no-repeat;
        display: block; }
      .social-buttons ul li #vk {
        background: url(../img/vk.png) 0 0 no-repeat;
        display: block; }
      .social-buttons ul li #yt {
        background: url(../img/yt.png) 0 0 no-repeat;
        display: block; }
      .social-buttons ul li #inst {
        background: url(../img/inst.png) 0 0 no-repeat;
        display: block; }

.subscribe {
  float: right; }
  .subscribe span {
    display: inline-block;
    font: 18px/19px "roboto-example", sans-serif;
    color: #000623;
    margin-right: 27px;
    margin-top: 9px; }
  .subscribe input[type="text"] {
    display: inline-block;
    background: #ebedf1;
    width: 407px;
    height: 35px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    border: 1px solid #ebedf1;
    font: 16px/35px "roboto-example", sans-serif;
    color: #777777;
    padding: 0 16px;
    margin-right: 30px; }
    .subscribe input[type="text"]:focus {
      outline: none; }
  .subscribe .btn-subscribe {
    width: 144px;
    height: 35px;
    display: inline-block;
    font: 16px/35px "roboto-example", sans-serif;
    color: #fff;
    background: #002d62;
    text-align: center; }

.footer-second-floor {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9; }

.portal-btn {
  display: block;
  background: #002d62;
  width: 234px;
  height: 54px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 10px;
  position: relative;
  float: left;
  margin-right: 120px; }
  .portal-btn:before {
    content: '';
    background: url(../img/portal-btn.png) 0 0 no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px; }
  .portal-btn span {
    font: 14px/16px "roboto-example", sans-serif;
    padding-left: 50px;
    color: #fff;
    display: inline-block; }

.footer-menu {
  float: left; }
  .footer-menu .footer-menu-col {
    display: inline-block;
    margin: 0 70px 0 0;
    padding: 0;
    list-style: none; }
    .footer-menu .footer-menu-col:last-of-type {
      margin: 0; }
    .footer-menu .footer-menu-col li {
      margin-bottom: 10px; }
      .footer-menu .footer-menu-col li a {
        font: 13px/15px "roboto-example", sans-serif;
        color: #616161; }

.footer-phone {
  float: right;
  color: #616161; }
  .footer-phone a, .footer-phone span {
    color: #616161;
    text-align: right; }
  .footer-phone .title {
    display: block;
    font: 14px/28px "roboto-example", sans-serif;
    margin-bottom: 15px; }
  .footer-phone .phone {
    display: block;
    font: 24px/19px "roboto-example", sans-serif;
    text-decoration: none;
    margin-bottom: 5px; }
  .footer-phone .time,
  .footer-phone .email {
    font: 12px/19px "roboto-example", sans-serif;
    display: block; }
  .footer-phone .email {
    margin-bottom: 20px; }
  .footer-phone .our-stores-link {
    display: block;
    font: 14px/21px "roboto-example", sans-serif; }
    .footer-phone .our-stores-link a {
      text-decoration: underline; }

.footer-third-floor {
  height: 86px;
  padding-top: 30px; }
  .footer-third-floor .footer-logo {
    opacity: 49;
    margin-right: 34px;
    float: left; }
  .footer-third-floor .org-slogan {
    width: 345px;
    font: 12px/19px "roboto-example", sans-serif;
    color: #616161;
    float: left;
    margin-top: -5px; }
  .footer-third-floor .designer {
    float: right;
    font: 14px/21px "roboto-example", sans-serif;
    color: #616161; }
    .footer-third-floor .designer a {
      font: 14px/21px "roboto-example", sans-serif;
      color: #616161;
      text-decoration: underline; }

.product-card {
  width: 20%;
  height: 373px;
  padding: 15px 0 15px 0;
  position: relative;
  margin-left: -1px;
  z-index: 0; }
  .product-card .product-card-wrap {
    padding: 0 20px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background: #fff;
    z-index: 0;
    height: 100%; }
  .product-card .product-card-img {
    position: relative;
    height: 220px;
    width: 100%;
    display: block;
    z-index: 0;
    overflow: hidden; }
    .product-card .product-card-img a {
      width: 100%;
      height: 100%;
      display: block; }
      .product-card .product-card-img a img {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
  .product-card .label {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1; }
    .product-card .label span {
      font: 11px/25px "roboto-example", sans-serif;
      color: #fff;
      display: block; }
  .product-card .label-hit {
    width: 49px;
    height: 29px;
    background: url(../img/label-hit-49x29.png) 0 0 no-repeat; }
  .product-card .label-discount {
    width: 49px;
    height: 29px;
    background: url(../img/label-discount-49x29.png) 0 0 no-repeat; }
  .product-card .label-new {
    width: 90px;
    height: 30px;
    background: url(../img/label-new-90x30.png) 0 0 no-repeat; }
  .product-card .in-favourite {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 21px;
    height: 18px;
    z-index: 1; }
    .product-card .in-favourite a.add-in-favourite {
      display: block;
      background: url(../img/in-favourite-17x15.svg) 0 0 no-repeat;
      background-size: 21px 36px;
      width: 21px;
      height: 18px; }
      .product-card .in-favourite a.add-in-favourite:focus {
        outline: none; }
  .product-card .name {
    font: 16px/19px "roboto-example", sans-serif;
    color: #000623;
    display: block;
    height: 40px; }
  .product-card .price {
    font: 18px/19px "roboto-example", sans-serif;
    color: #000623; }
    .product-card .price .currency {
      font: 18px/19px "ruble", sans-serif; }
  .product-card .btn-buy {
    position: absolute;
    bottom: 25px;
    right: 20px;
    width: 35px;
    height: 32px;
    border: 1px solid #002d62;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    display: block; }
    .product-card .btn-buy:before {
      content: '';
      background: url(../img/btn-buy-17x19.svg) 0 0 no-repeat;
      background-size: 17px 36px;
      width: 17px;
      height: 18px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .product-card .product-color {
    margin-bottom: 8px; }
    .product-card .product-color ul {
      margin: 0;
      padding: 0; }
      .product-card .product-color ul li {
        list-style: none;
        display: block;
        float: left;
        margin-right: 4px;
        width: 16px;
        height: 16px;
        line-height: 16px; }
        .product-card .product-color ul li:last-of-type span {
          font: 12px/16px "roboto-example", sans-serif;
          color: #746868;
          display: block; }
        .product-card .product-color ul li img {
          width: 16px;
          height: 16px; }
  .product-card .old-price {
    display: inline;
    font: 14px/19px "roboto-example", sans-serif;
    color: #454545;
    text-decoration: line-through; }
    .product-card .old-price .currency {
      font: 14px/19px "ruble", sans-serif;
      color: #454545; }

.product-card:hover .product-action .product-card-wrap {
  border: 0 !important; }

.product-card .product-action {
  display: block;
  width: 100%;
  height: 342px;
  position: relative; }
  .product-card .product-action .product-card-wrap {
    padding: 0;
    width: 214px;
    margin: auto;
    border: 0; }
  .product-card .product-action img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.carousel-hits .slick-list.draggable {
  padding: 15px 0; }

.carousel-hits .slick-list {
  overflow-x: hidden;
  overflow-y: visible; }

.carousel-hits .slick-prev,
.carousel-hits .slick-next {
  top: -13px; }

.carousel-hits .slick-prev {
  left: 205px; }

.carousel-hits .slick-next {
  left: 230px; }

.carousel-heading {
  display: block; }
  .carousel-heading .title {
    font: 300 30px/30px "roboto-example", sans-serif;
    color: #000623;
    display: block; }
    .carousel-heading .title a {
      font: 300 30px/30px "roboto-example", sans-serif;
      color: #000623;
      text-decoration: underline; }
  .carousel-heading .warning-message {
    display: block;
    font: 16px/19px "roboto-example", sans-serif;
    color: #dd1116;
    margin-top: 10px; }

.rating img {
  display: inline; }

.info-block {
  margin-bottom: 40px; }
  .info-block .left-col,
  .info-block .right-col {
    width: 50%; }
  .info-block .news-item:last-of-type {
    margin-bottom: 0; }
  .info-block .left-col a:first-of-type {
    float: left;
    margin-right: 12px; }

header {
  position: relative;
  z-index: 2; }

.header-line {
  display: block; }
  .header-line .title {
    font: 24px/19px "roboto-example", sans-serif;
    color: #000623;
    display: inline;
    margin-right: 18px; }
  .header-line a {
    font: 12px/19px "roboto-example", sans-serif;
    color: #000623;
    display: inline;
    text-decoration: underline; }

.main-news .header-line {
  margin-bottom: 20px; }

.news-item {
  display: table;
  margin-bottom: 30px; }
  .news-item .news-item-thumb {
    display: table-cell;
    vertical-align: top;
    min-width: 150px; }
    .news-item .news-item-thumb img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .news-item .news-item-body {
    display: table-cell;
    padding-left: 23px; }
    .news-item .news-item-body .date {
      font: 11px/21px "roboto-example", sans-serif;
      color: #717171;
      display: block; }
    .news-item .news-item-body .title {
      font: 18px/21px "roboto-example", sans-serif;
      color: #000623;
      display: block;
      text-decoration: underline;
      margin-bottom: 16px; }
    .news-item .news-item-body p {
      font: 14px/21px "roboto-example", sans-serif;
      color: #585858;
      margin: 0; }

.carousel-images-section {
  margin-bottom: 50px; }
  .carousel-images-section .carousel-heading .title a {
    font: 24px/19px "roboto-example", sans-serif; }

.carousel-images {
  margin-top: -30px;
  margin-bottom: -50px;
  margin-left: -7px;
  margin-right: -7px; }
  .carousel-images .carousel-cell {
    z-index: 0;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease; }
    .carousel-images .carousel-cell:hover {
      z-index: 1;
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease; }
  .carousel-images .carousel-cell.slick-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }
  .carousel-images .carousel-cell.slick-slide.slick-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease; }
  .carousel-images .carousel-cell {
    margin: 0 7px; }
  .carousel-images .slick-list.draggable {
    padding: 15px 0; }
  .carousel-images .slick-list {
    overflow-x: visible;
    overflow-y: visible; }
  .carousel-images .slick-prev,
  .carousel-images .slick-next {
    top: 19px;
    z-index: 1; }
  .carousel-images .slick-prev {
    left: 215px; }
  .carousel-images .slick-next {
    left: 240px; }

.carousel-images-cell-wrap {
  position: relative; }
  .carousel-images-cell-wrap:after {
    content: '';
    background: url(../img/gallery-bg-335x296.png) 0 0 no-repeat;
    opacity: 0;
    background-size: 335px 296px;
    width: 335px;
    height: 296px;
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1; }
  .carousel-images-cell-wrap .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#b3000000',GradientType=0 ); }
  .carousel-images-cell-wrap span {
    font: 16px/19px "roboto-example", sans-serif;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2; }
  .carousel-images-cell-wrap img {
    position: relative;
    z-index: 0;
    width: 100%; }

.carousel-advice-section {
  margin-bottom: 70px; }
  .carousel-advice-section .carousel-heading .title a {
    font: 24px/19px "roboto-example", sans-serif; }

.carousel-advice {
  margin-top: 20px;
  margin-left: -7px;
  margin-right: -7px; }
  .carousel-advice .carousel-cell {
    z-index: 0;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease; }
    .carousel-advice .carousel-cell:hover {
      z-index: 1;
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease; }
  .carousel-advice .carousel-cell.slick-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }
  .carousel-advice .carousel-cell.slick-slide.slick-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease; }
  .carousel-advice .carousel-cell {
    margin: 0 7px; }
  .carousel-advice .slick-list.draggable {
    padding: 15px 0; }
  .carousel-advice .slick-list {
    overflow-x: visible;
    overflow-y: visible; }
  .carousel-advice .slick-prev,
  .carousel-advice .slick-next {
    top: -31px; }
  .carousel-advice .slick-prev {
    left: 215px; }
  .carousel-advice .slick-next {
    left: 240px; }

.carousel-advice-cell-wrap {
  position: relative; }
  .carousel-advice-cell-wrap .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#b3000000',GradientType=0 ); }
  .carousel-advice-cell-wrap span {
    font: 16px/19px "roboto-example", sans-serif;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2; }
  .carousel-advice-cell-wrap img {
    position: relative;
    z-index: 0;
    width: 100%; }

.partner-carousel-section {
  height: 8px;
  background: #002d62;
  padding:1px 0;
  overflow: hidden;
  position: relative; }
  .partner-carousel-section .partner-carousel-bg.top {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../img/partner-bg-top-1101x20.png) 0 0 no-repeat;
    background-size: 1240px 20px;
    width: 1240px;
    height: 20px;
    display: block; }
  .partner-carousel-section .partner-carousel-bg.bottom {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/partner-bg-bottom-1101x18.png) 0 0 no-repeat;
    background-size: 1240px 18px;
    width: 1240px;
    height: 18px;
    display: block; }
  .partner-carousel-section .partner-carousel {
    height: 134px;
    background: #fff;
    padding: 30px 0;
    position: relative; }
    .partner-carousel-section .partner-carousel:after {
      content: '';
      background: url(../img/partner-bg-right-45x150.png) 0 0 no-repeat;
      background-size: 45px 150px;
      width: 45px;
      height: 150px;
      display: block;
      position: absolute;
      top: -11px;
      right: -45px;
      z-index: 1; }
    .partner-carousel-section .partner-carousel:before {
      content: '';
      background: url(../img/partner-bg-left-36x149.png) 0 0 no-repeat;
      background-size: 36px 149px;
      width: 36px;
      height: 149px;
      display: block;
      position: absolute;
      top: -11px;
      left: -36px;
      z-index: 1; }
    .partner-carousel-section .partner-carousel .carousel-cell {
      position: relative;
      height: 74px;
      border-right: 1px solid #d9d9d9; }
      .partner-carousel-section .partner-carousel .carousel-cell img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }

.header-page h1 {
  font: 48px/49px "roboto-example", sans-serif;
  color: #212121;
  margin: 0; }

.breadcrumbs {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 11; }
  .breadcrumbs:after, .breadcrumbs:before {
    content: '';
    display: table;
    clear: both; }
  .breadcrumbs .links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 100%; }
    .breadcrumbs .links li {
      display: inline-block;
      margin-right: 22px;
      font: 12px/19px Arial;
      color: #2d2d31; }
      .breadcrumbs .links li a {
        white-space: nowrap; }
      .breadcrumbs .links li:after {
        content: '/';
        position: relative;
        font: 12px/19px Arial;
        color: #929292;
        left: 11px; }
      .breadcrumbs .links li:last-of-type {
        margin-right: 0; }
        .breadcrumbs .links li:last-of-type:after {
          content: '';
          margin-right: 12px; }
        .breadcrumbs .links li:last-of-type a {
          text-decoration: none; }
      .breadcrumbs .links li a {
        font: 12px/19px Arial;
        color: #2d2d31;
        text-decoration: underline; }

.catalog-control {
  margin-top: 38px;
  margin-bottom: 25px;
  display: block; }

.catalog-control-bottom {
  margin-top: 20px;
  margin-bottom: 40px; }

.show-filter {
  display: none; }

.sorting span,
.show-count-item span {
  font: 14px/35px "roboto-example", sans-serif;
  color: #000623;
  display: block;
  margin-right: 12px;
  float: left; }

.sorting .jq-selectbox,
.show-count-item .jq-selectbox {
  display: block;
  float: left; }

.sorting {
  float: left;
  margin-right: 45px; }

.show-count-item {
  float: right; }

.input-numbers {
  float: left;
  margin-right: 55px; }
  .input-numbers input[type="text"] {
    width: 66px;
    height: 34px;
    border: 1px solid #cbcbcb;
    font: 14px/19px "roboto-example", sans-serif;
    color: #8e8f8f;
    padding: 0 10px; }
    .input-numbers input[type="text"]:focus {
      color: #000623; }
  .input-numbers span {
    font: 14px/19px "roboto-example", sans-serif;
    color: #000623; }
  .input-numbers .currency {
    font: 18px/19px "ruble", sans-serif;
    color: #000623; }

/* pagination */
.pagination {
  margin: 4px 40px 0 0;
  padding: 0;
  list-style: none;
  cursor: default;
  float: right; }
  .pagination li {
    display: inline-block;
    cursor: pointer;
    padding: 0px 6px;
    margin: 0 2px;
    -webkit-transition: all 90ms ease;
    transition: all 90ms ease; }
    .pagination li.active {
      background-color: #002d62;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
      .pagination li.active a {
        color: #fff; }
    .pagination li:hover {
      background-color: #002d62;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      -webkit-transition: all 90ms ease;
      transition: all 90ms ease; }
      .pagination li:hover a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 90ms ease;
        transition: all 90ms ease; }
    .pagination li a {
      font: 400 15px/24px "roboto-example", sans-serif;
      color: #000623;
      text-decoration: none; }
  .pagination .prev {
    padding: 0 6px; }
    .pagination .prev:before {
      content: '';
      background: url(../img/pag-shevron-12x7.svg) 0 0 no-repeat;
      background-size: 12px 14px;
      width: 12px;
      height: 7px;
      display: inline-block;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      position: relative;
      top: -2px; }
    .pagination .prev:hover {
      padding-left: 6px; }
      .pagination .prev:hover:before {
        background-position: 0 -7px; }
  .pagination .next {
    padding: 0 6px; }
    .pagination .next:after {
      content: '';
      background: url(../img/pag-shevron-12x7.svg) 0 0 no-repeat;
      background-size: 12px 14px;
      width: 12px;
      height: 7px;
      display: inline-block;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      position: relative;
      top: -1px; }
    .pagination .next:hover:after {
      background-position: 0 -7px; }
    .pagination .next a {
      padding-right: 6px; }

.catalog {
  border-top: 1px solid #d9d9d9;
  padding: 17px 0; }
  .catalog .product-card {
    float: left;
    border-bottom: 1px solid #d9d9d9; }

.catalog-desc {
  margin-bottom: 50px;
  font: 16px/24px "roboto-example", sans-serif;
  color: #424242; }

/* cart-table */
.cart-wrap {
  display: block;
  margin-bottom: 40px; }

.cart-table {
  width: 100%;
  margin-bottom: 25px; }
  .cart-table thead th {
    text-align: center;
    font: 12px/19px "roboto-example", sans-serif;
    color: #2d2d31;
    border-top: 1px solid #d9dde0;
    border-bottom: 1px solid #d9dde0;
    padding: 10px 0;
    background: #f4f5f6; }
    .cart-table thead th:first-of-type {
      border-left: 1px solid #d9dde0; }
    .cart-table thead th:last-of-type {
      border-right: 1px solid #d9dde0; }
  .cart-table tbody td {
    padding: 15px 0 15px 0;
    vertical-align: top;
    border-bottom: 1px solid #d9dde0; }
    .cart-table tbody td:first-of-type {
      border-left: 1px solid #d9dde0;
      position: relative; }
    .cart-table tbody td:last-of-type {
      border-right: 1px solid #d9dde0;
      text-align: right; }
    .cart-table tbody td:nth-of-type(2) {
      vertical-align: middle;
      text-align: center; }
    .cart-table tbody td:nth-of-type(3) {
      vertical-align: middle;
      text-align: center;
      font: 13px/19px "roboto-example", sans-serif;
      color: #000623; }
    .cart-table tbody td:nth-of-type(4) {
      vertical-align: middle;
      text-align: right; }
    .cart-table tbody td:nth-of-type(5) {
      vertical-align: middle;
      text-align: center; }
      .cart-table tbody td:nth-of-type(5) span {
        color: #dd1116;
        font: 18px/19px "roboto-example", sans-serif; }
    .cart-table tbody td:nth-of-type(6) {
      vertical-align: middle;
      text-align: center; }
    .cart-table tbody td:nth-of-type(7) {
      position: relative;
      vertical-align: middle;
      text-align: center; }
    .cart-table tbody td:nth-of-type(8) {
      text-align: center;
      vertical-align: middle; }
  .cart-table tbody .cart-table-item-label {
    position: absolute;
    top: 10px;
    left: 10px;
    vertical-align: middle; }
  .cart-table tbody .cart-table-thumb {
    display: table-cell;
    min-width: 130px;
    vertical-align: middle; }
  .cart-table tbody .cart-table-body {
    display: table-cell;
    padding-right: 10px; }
  .cart-table tbody .product-name {
    font: 16px/19px "roboto-example", sans-serif;
    color: #000623;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 6px;
    display: inline-block; }
  .cart-table tbody .sku {
    font: 14px/19px "roboto-example", sans-serif;
    margin-bottom: 8px; }
    .cart-table tbody .sku span {
      color: #7a7a7a; }
  .cart-table tbody .color {
    font: 13px/19px "roboto-example", sans-serif;
    color: #000623; }
    .cart-table tbody .color img {
      display: inline;
      margin-right: 8px;
      margin-top: -3px; }
  .cart-table tbody .price {
    font: 18px/19px "roboto-example", sans-serif;
    color: #000623; }
    .cart-table tbody .price .currency {
      font: 18px/19px "ruble", sans-serif; }
  .cart-table tbody .old-price {
    display: block;
    font: 14px/19px "roboto-example", sans-serif;
    color: #454545;
    text-decoration: line-through; }
    .cart-table tbody .old-price .currency {
      font: 14px/19px "ruble", sans-serif;
      color: #454545; }
  .cart-table tbody img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    margin: auto;
    display: block; }
  .cart-table tbody .in-favourite {
    width: 21px;
    height: 18px;
    z-index: 1;
    display: inline; }
    .cart-table tbody .in-favourite a.add-in-favourite {
      display: inline-block;
      background: url(../img/in-favourite-17x15.svg) 0 0 no-repeat;
      background-size: 21px 36px;
      width: 21px;
      height: 18px; }
  .cart-table tbody .close {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block; }
    .cart-table tbody .close:before {
      content: '';
      background: url(../img/close.svg) 0 0 no-repeat;
      background-size: 14px 28px;
      width: 14px;
      height: 14px;
      display: block;
      cursor: pointer; }
  .cart-table tbody .amount {
    display: block;
    font: 600 24px/24px "roboto-example", sans-serif;
    color: #272727;
    text-align: center; }

/* quantity */
.quantity {
  position: relative;
  margin-left: 24px;
  clear: both;
  height: 28px;
  width: 100px;
  display: inline-block; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.quantity input {
  width: 45px;
  height: 24px;
  font: 600 18px/24px "roboto-example", sans-serif;
  color: #2d2d31;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0; }

.quantity input:focus {
  outline: 0; }

.quantity-nav {
  float: left;
  position: relative;
  height: 48px; }

.quantity-button {
  position: relative;
  cursor: pointer;
  border: 1px solid #b1b1b1;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #fff;
  color: #cccccc;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.quantity-button.quantity-up {
  position: absolute;
  top: 0;
  right: -48px; }

.quantity-button.quantity-down {
  position: absolute;
  top: 0px;
  left: -45px; }

.order {
  text-align: left;
  display: block;
  height: 110px; }
  .order .total-amount,
  .order .total-weight,
  .order .total-sum-without-discount {
    font: 14px/19px "roboto-example", sans-serif;
    color: #000623;
    display: block; }
  .order .total-amount,
  .order .total-weight {
    margin-bottom: 4px; }
  .order .total-sum-without-discount {
    margin-bottom: 20px; }
    .order .total-sum-without-discount .currency {
      font: 14px/19px "ruble", sans-serif;
      color: #000623; }
  .order .total-sum {
    font: 800 24px/19px "roboto-example", sans-serif;
    color: #000623;
    clear: both; }
    .order .total-sum .price {
      display: inline;
      font: 800 24px/19px "roboto-example", sans-serif;
      color: #000623; }
      .order .total-sum .price .currency {
        font: 800 24px/19px "ruble", sans-serif;
        color: #000623; }
  .order .btn-checkout {
    float: left; }
  .order .btn-order-wrap {
    width: 100%;
    display: block;
    float: left;
    margin-top: 20px; }
  .order .order-desc {
    font: 12px/18px "roboto-example", sans-serif;
    color: #929292;
    text-align: center;
    display: block;
    margin: 4px 0; }
  .order .total-discount {
    font: 14px/19px "roboto-example", sans-serif;
    color: #c90000; }
    .order .total-discount .currency {
      font: 14px/19px "ruble", sans-serif; }

.btn-order-wrap {
  margin-bottom: 40px; }

.btn-checkout {
  float: right;
  margin-right: 20px;
  display: block;
  width: 268px;
  height: 44px;
  font: 600 18px/44px "roboto-example", sans-serif;
  background: #002d62;
  color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-align: center;
  text-transform: uppercase; }

.btn-checkout-w-reg {
  float: right;
  display: block;
  width: 389px;
  height: 44px;
  font: 600 18px/44px "roboto-example", sans-serif;
  background: #fff;
  color: #002d62;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #002d62; }

.remove-all-product {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  margin-right: 30px;
  display: inline-block; }
  .remove-all-product:before {
    content: '';
    background: url(../img/close.svg) 0 0 no-repeat;
    background-size: 14px 28px;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 4px;
    left: 0; }
  .remove-all-product span {
    font: 300 13px/19px "roboto-example", sans-serif;
    color: #000623;
    border-bottom: 1px dashed #000623; }

.add-in-favourite-cart {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block; }
  .add-in-favourite-cart:before {
    content: '';
    background: url(../img/in-favourite-17x15.svg) 0 0 no-repeat;
    background-size: 21px 36px;
    width: 21px;
    height: 18px;
    display: block;
    position: absolute;
    top: 4px;
    left: 0; }
  .add-in-favourite-cart span {
    font: 300 13px/19px "roboto-example", sans-serif;
    color: #000623;
    border-bottom: 1px dashed #000623; }

.promo {
  display: block;
  margin-top: 40px; }
  .promo span {
    display: block;
    font: 16px/19px "roboto-example", sans-serif;
    margin-bottom: 12px; }
  .promo a {
    font: 14px/19px "roboto-example", sans-serif;
    color: #002d62;
    border-bottom: 1px dashed #002d62;
    margin-left: 6px; }
    .promo a:hover {
      text-decoration: none; }
  .promo input[type="text"] {
    width: 162px; }

input[type="text"],
input[type="tel"],
input[type="password"] {
  border: 1px solid #cbcbcb;
  padding: 0 14px;
  height: 34px; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus {
    outline: none; }

textarea {
  border: 1px solid #cbcbcb;
  padding: 0 14px; }
  textarea:focus {
    outline: none; }

.need-purchase-section {
  margin-bottom: 40px; }
  .need-purchase-section .carousel-hits .slick-next {
    left: 380px; }
  .need-purchase-section .carousel-hits .slick-prev {
    left: 355px; }
  .need-purchase-section .carousel-hits .slick-prev,
  .need-purchase-section .carousel-hits .slick-next {
    top: -42px; }

.favourite-product-section {
  margin-bottom: 40px; }
  .favourite-product-section .carousel-hits .slick-next {
    left: 380px; }
  .favourite-product-section .carousel-hits .slick-prev {
    left: 355px; }
  .favourite-product-section .carousel-hits .slick-prev,
  .favourite-product-section .carousel-hits .slick-next {
    top: -13px; }

.steps {
  display: block;
  height: 40px;
  margin: 20px 0; }
  .steps .step {
    display: block;
    float: left;
    width: 33.3333%;
    height: 45px;
    font-size: 0;
    text-align: center;
    position: relative; }
    .steps .step:nth-of-type(1) {
      z-index: 3; }
      .steps .step:nth-of-type(1):before {
        content: '';
        background: url(../img/checkout-step-arrow-415x45.svg) 0 0 no-repeat;
        background-size: 445px 90px;
        width: 445px;
        height: 45px;
        display: block;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0; }
    .steps .step:nth-of-type(1).active {
      z-index: 3; }
      .steps .step:nth-of-type(1).active:before {
        content: '';
        background: url(../img/checkout-step-arrow-415x45.svg) 0 -45px no-repeat;
        background-size: 445px 90px;
        width: 445px;
        height: 45px;
        display: block;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0; }
    .steps .step:nth-of-type(2) {
      z-index: 2; }
      .steps .step:nth-of-type(2):before {
        content: '';
        background: url(../img/checkout-step-arrow-415x45.svg) 0 0 no-repeat;
        background-size: 445px 90px;
        width: 445px;
        height: 45px;
        display: block;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0; }
    .steps .step:nth-of-type(2).active {
      z-index: 2; }
      .steps .step:nth-of-type(2).active:before {
        content: '';
        background: url(../img/checkout-step-arrow-415x45.svg) 0 -45px no-repeat;
        background-size: 445px 90px;
        width: 445px;
        height: 45px;
        display: block;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0; }
    .steps .step:nth-of-type(3) {
      z-index: 1; }
      .steps .step:nth-of-type(3):before {
        content: '';
        background: url(../img/checkout-step-rectangle-415x45.svg) 0 0 no-repeat;
        background-size: 415px 90px;
        width: 415px;
        height: 45px;
        display: block;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0; }
    .steps .step:nth-of-type(3).active {
      z-index: 1; }
      .steps .step:nth-of-type(3).active:before {
        content: '';
        background: url(../img/checkout-step-rectangle-415x45.svg) 0 -45px no-repeat;
        background-size: 415px 90px;
        width: 415px;
        height: 45px;
        display: block;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0; }
    .steps .step span {
      display: inline-block;
      line-height: 45px;
      position: relative;
      z-index: 1; }
    .steps .step .count {
      font: 14px/23px "roboto-example", sans-serif;
      color: #2d2d31;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
              box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
      width: 24px;
      height: 24px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #fff;
      margin-right: 12px; }

.section-carousel-sign-in {
  display: block;
  border: 1px solid #d9d9d9;
  height: 100px;
  width: 100%;
  text-align: center;
  margin: 60px 0 70px 0;
  padding: 35px 0; }
  .section-carousel-sign-in span {
    font: 13px/19px "roboto-example", sans-serif;
    color: #000623;
    margin-right: 20px; }
  .section-carousel-sign-in .btn-sign-in {
    width: 144px;
    height: 35px;
    display: inline-block;
    font: 16px/35px "roboto-example", sans-serif;
    color: #fff;
    background: #002d62;
    text-align: center; }

.tabs-wrapper.lk-tabs {
  clear: both;
  margin-top: 30px;
  margin-bottom: 45px; }
  .tabs-wrapper.lk-tabs .tabs {
    margin-top: 0;
    display: inline-block;
    width: 100%; }
  .tabs-wrapper.lk-tabs .label-wrap {
    display: block;
    float: left; }
    .tabs-wrapper.lk-tabs .label-wrap label {
      display: block;
      width: 250px;
      margin-right: 0px;
      background-color: #fff;
      padding: 15px 11px;
      border-top: 1px solid transparent;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      border-bottom: 1px solid transparent;
      cursor: pointer;
      z-index: 1; }
      .tabs-wrapper.lk-tabs .label-wrap label:before {
        content: none; }
      .tabs-wrapper.lk-tabs .label-wrap label .tabs-title {
        font: 600 15px/19px "roboto-example", sans-serif;
        color: #002d62;
        text-transform: uppercase;
        cursor: pointer;
        border-bottom: 1px dashed #002d62; }
    .tabs-wrapper.lk-tabs .label-wrap .tabs-title-icon {
      color: #fff;
      font: 600 15px/24px "roboto-example", sans-serif;
      background: url(../img/tabs-title-icon-24x24.png) 0 0 no-repeat;
      width: 24px;
      height: 24px;
      text-align: center;
      display: inline-block;
      margin-left: 10px; }
    .tabs-wrapper.lk-tabs .label-wrap label.active {
      background-color: #fff;
      border-top: 1px solid #d2d3d7;
      border-left: 1px solid #d2d3d7;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #d2d3d7;
      position: relative;
      z-index: 1; }
      .tabs-wrapper.lk-tabs .label-wrap label.active:after {
        content: '';
        width: 3px;
        height: 100%;
        display: block;
        background: #fff;
        position: absolute;
        right: -3px;
        top: 0; }
      .tabs-wrapper.lk-tabs .label-wrap label.active .tabs-title {
        color: #212121;
        border-bottom: 0; }
  .tabs-wrapper.lk-tabs .level-1 .tabs-content {
    float: left;
    width: 950px;
    height: 100%;
    min-height: 144px;
    margin-left: 0;
    padding: 25px 40px;
    background: #fff;
    line-height: 24px;
    font-size: 14px;
    color: #363636;
    border: 1px solid #d2d3d7;
    display: none;
    position: relative; }
    .tabs-wrapper.lk-tabs .level-1 .tabs-content.active {
      display: block; }
  .tabs-wrapper.lk-tabs .level-2 label {
    width: auto;
    height: 42px;
    margin-right: 16px;
    border: 0 !important;
    display: block;
    float: left;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 2px;
    cursor: pointer; }
    .tabs-wrapper.lk-tabs .level-2 label:after {
      content: none; }
    .tabs-wrapper.lk-tabs .level-2 label &gt; span {
      font: 300 16px/19px "roboto-example", sans-serif !important;
      color: #000623 !important;
      display: block;
      text-transform: unset !important; }
  .tabs-wrapper.lk-tabs .level-2 label.active {
    border: 0 !important; }
    .tabs-wrapper.lk-tabs .level-2 label.active &gt; span {
      color: #002d62;
      border-bottom: 1px dashed #002d62; }
  .tabs-wrapper.lk-tabs .level-2 .tabs-content {
    float: left;
    width: 100%;
    height: 100%;
    min-height: 144px;
    margin-left: 0;
    padding: 0;
    background: #fff;
    line-height: 24px;
    font-size: 14px;
    color: #363636;
    border: 0; }
    .tabs-wrapper.lk-tabs .level-2 .tabs-content.active {
      display: block; }

.red {
  color: #c20e0e !important; }

form label {
  display: block;
  font: 14px/19px "roboto-example", sans-serif;
  color: #000623;
  padding: 0;
  margin-bottom: 8px; }
  form label span {
    border: 0; }

form .input-group {
  margin-bottom: 30px;
  position: relative; }

form .input-group-wrap {
  position: relative; }

.input-ok {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background: url(../img/input-ok.svg) 0 0 no-repeat;
  background-size: 10px 9px;
  width: 10px;
  height: 9px; }

#my-data .input-group {
  width: 200px; }
  #my-data .input-group input[type="text"],
  #my-data .input-group input[type="password"],
  #my-data .input-group input[type="tel"] {
    width: 200px; }

#my-data .name {
  float: left;
  margin-right: 30px; }

#my-data .surname {
  float: left; }

#my-data .phone {
  clear: both; }

#my-data .title {
  font: 24px/49px "roboto-example", sans-serif;
  color: #212121;
  display: block;
  margin-bottom: 30px; }

#my-data .old-password {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px; }

#my-data .new-password {
  float: left;
  margin-bottom: 15px; }

#my-data .rss-news-checkbox {
  clear: both; }

#my-data input[type="submit"] {
  width: 153px;
  height: 35px;
  display: block;
  font: 600 15px/35px "roboto-example", sans-serif;
  color: #fff;
  background: #002d62;
  text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-transform: uppercase;
  border: 0;
  margin-top: 30px; }
  #my-data input[type="submit"]:focus {
    outline: none; }

.checkbox {
  margin-bottom: 5px;
  width: 100%; }
  .checkbox label {
    width: auto !important;
    font: 13px/18px "roboto-example", sans-serif;
    color: #474748;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    display: block; }
    .checkbox label:before {
      content: '';
      background: url(../img/checkbox-19x38.svg) 0 0 no-repeat;
      background-size: 19px 38px;
      position: absolute;
      width: 19px;
      height: 19px;
      left: 0;
      top: 0px; }
  .checkbox input[type="checkbox"] {
    display: none; }
  .checkbox input[type="checkbox"]:checked + label:before {
    background-position: 0 -19px; }

.radiobox {
  margin-bottom: 10px;
  width: 100%; }
  .radiobox label {
    width: auto !important;
    font: 14px/18px "roboto-example", sans-serif;
    color: #2d2d31;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: block; }
    .radiobox label:before {
      content: '';
      background: url(../img/radiobox-16x16.svg) 0 0 no-repeat;
      background-size: 16px 32px;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 1px; }
  .radiobox input[type="radio"] {
    display: none; }
  .radiobox input[type="radio"]:checked + label:before {
    background-position: 0 -16px; }

.my-avatar {
  position: absolute;
  top: 25px;
  right: 33px; }
  .my-avatar .avatar-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.14);
            box-shadow: 0 0 27px rgba(0, 0, 0, 0.14);
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    .my-avatar .avatar-remove .close {
      position: absolute;
      width: 14px;
      height: 14px;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      .my-avatar .avatar-remove .close:before {
        content: '';
        background: url(../img/close.svg) 0 0 no-repeat;
        background-size: 14px 28px;
        width: 14px;
        height: 14px;
        display: block;
        cursor: pointer; }
      .my-avatar .avatar-remove .close:hover:before {
        background-position: 0 -14px; }
  .my-avatar img {
    display: block; }
  .my-avatar .download-avatar {
    display: block;
    text-align: center; }
    .my-avatar .download-avatar a {
      font: 14px/19px "roboto-example", sans-serif;
      color: #002d62;
      border-bottom: 1px dashed #002d62; }
      .my-avatar .download-avatar a:hover {
        text-decoration: none; }

.my-order-table .thead .tr {
  width: 100%;
  display: table;
  height: 35px;
  background: #f4f5f6;
  border-top: 1px solid #e1e4e6;
  font: 12px/35px "roboto-example", sans-serif; }
  .my-order-table .thead .tr .th {
    display: table-cell; }
    .my-order-table .thead .tr .th:nth-of-type(1) {
      width: 38px; }
    .my-order-table .thead .tr .th:nth-of-type(2) {
      width: 154px; }
    .my-order-table .thead .tr .th:nth-of-type(3) {
      width: 260px; }
    .my-order-table .thead .tr .th:nth-of-type(4) {
      width: 290px; }
    .my-order-table .thead .tr .th:nth-of-type(5) {
      width: 103px; }

.my-order-table .tbody .tr {
  width: 100%;
  display: table;
  height: 40px;
  background: #fff;
  font: 300 16px/40px "roboto-example", sans-serif;
  border-top: 1px solid #dee2e4;
  cursor: pointer; }
  .my-order-table .tbody .tr:nth-of-type(2n-1) {
    background: #fff; }
  .my-order-table .tbody .tr:nth-of-type(2n) {
    background: #f4f5f6; }
  .my-order-table .tbody .tr:first-of-type {
    border-top: 0; }
  .my-order-table .tbody .tr:last-of-type {
    border-bottom: 1px solid #e1e4e6; }
  .my-order-table .tbody .tr .td {
    display: table-cell; }
    .my-order-table .tbody .tr .td:nth-of-type(1) {
      width: 38px;
      position: relative; }
      .my-order-table .tbody .tr .td:nth-of-type(1) .my-order-table-shevron {
        width: 38px;
        height: 40px;
        display: block;
        position: absolute;
        background: url(../img/my-order-table-shevron-12x7.svg) center center no-repeat;
        background-size: 12px 7px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease; }
        .my-order-table .tbody .tr .td:nth-of-type(1) .my-order-table-shevron.active {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          -webkit-transition: all 250ms ease;
          transition: all 250ms ease; }
    .my-order-table .tbody .tr .td:nth-of-type(2) {
      width: 154px; }
      .my-order-table .tbody .tr .td:nth-of-type(2) a {
        font: 300 16px/40px "roboto-example", sans-serif;
        color: #002d62;
        border-bottom: 1px dashed #002d62; }
        .my-order-table .tbody .tr .td:nth-of-type(2) a:hover {
          text-decoration: none; }
    .my-order-table .tbody .tr .td:nth-of-type(3) {
      font: 300 16px/40px "roboto-example", sans-serif;
      color: #424242;
      width: 260px; }
    .my-order-table .tbody .tr .td:nth-of-type(4) {
      font: 300 16px/40px "roboto-example", sans-serif;
      width: 290px; }
      .my-order-table .tbody .tr .td:nth-of-type(4) span {
        font: 300 16px/40px "roboto-example", sans-serif; }
        .my-order-table .tbody .tr .td:nth-of-type(4) span.accepted {
          color: #2d950d; }
        .my-order-table .tbody .tr .td:nth-of-type(4) span.rejected {
          color: #eb0909; }
    .my-order-table .tbody .tr .td:nth-of-type(5) {
      width: 103px; }
      .my-order-table .tbody .tr .td:nth-of-type(5) span {
        font: 300 16px/40px "roboto-example", sans-serif; }
        .my-order-table .tbody .tr .td:nth-of-type(5) span .currency {
          font: 300 16px/40px "ruble", sans-serif; }

.my-order-table .tbody .tr-hidden {
  height: auto;
  display: none;
  padding: 10px 35px 30px;
  cursor: default !important; }
  .my-order-table .tbody .tr-hidden .tr {
    border-top: 0; }
  .my-order-table .tbody .tr-hidden .tr-top {
    background: #fff;
    height: 30px;
    display: table;
    border-top: 0;
    width: 100%;
    cursor: default !important; }
    .my-order-table .tbody .tr-hidden .tr-top .td {
      display: table-cell;
      font: 12px/30px "roboto-example", sans-serif;
      color: #2d2d31; }
      .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(1) {
        width: 105px; }
      .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(2) {
        width: 355px; }
      .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(3) {
        width: 80px;
        text-align: center; }
      .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(4) {
        width: 80px;
        text-align: right; }
      .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(5) {
        width: 120px;
        text-align: center; }
      .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(6) {
        width: 75px;
        text-align: center; }
  .my-order-table .tbody .tr-hidden .tr-tbody {
    cursor: default !important; }
    .my-order-table .tbody .tr-hidden .tr-tbody .td {
      vertical-align: middle;
      line-height: 30px;
      padding: 10px 0; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(1) {
        width: 105px; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(2) {
        width: 355px; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(3) {
        width: 80px;
        text-align: center; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(4) {
        width: 80px;
        text-align: right; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(5) {
        width: 120px;
        text-align: center; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(6) {
        width: 75px;
        text-align: center; }
  .my-order-table .tbody .tr-hidden .td {
    display: table-cell;
    background: #fff; }
  .my-order-table .tbody .tr-hidden .product-name {
    font: 16px/19px "roboto-example", sans-serif !important;
    color: #000623 !important;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    border-bottom: 0 !important; }
  .my-order-table .tbody .tr-hidden .sku {
    font: 14px/19px "roboto-example", sans-serif;
    margin-bottom: 0px; }
    .my-order-table .tbody .tr-hidden .sku span {
      color: #7a7a7a; }
  .my-order-table .tbody .tr-hidden .color {
    font: 13px/19px "roboto-example", sans-serif;
    color: #000623; }
    .my-order-table .tbody .tr-hidden .color img {
      display: inline;
      margin-right: 8px;
      margin-top: -3px; }
  .my-order-table .tbody .tr-hidden .price {
    font: 18px/19px "roboto-example", sans-serif !important;
    color: #000623; }
    .my-order-table .tbody .tr-hidden .price .currency {
      font: 18px/19px "ruble", sans-serif !important; }
  .my-order-table .tbody .tr-hidden .old-price {
    display: block;
    font: 14px/19px "roboto-example", sans-serif !important;
    color: #454545;
    text-decoration: line-through; }
    .my-order-table .tbody .tr-hidden .old-price .currency {
      font: 14px/19px "ruble", sans-serif !important;
      color: #454545; }
  .my-order-table .tbody .tr-hidden img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    margin: auto;
    display: block; }

.checkout {
  background: #f1f5fa;
  padding: 36px;
  margin-bottom: 50px; }
  .checkout .checkout-wrap {
    padding: 35px 65px;
    background: #fff; }

.tabs-wrapper.checkout-tabs {
  clear: both;
  margin-top: 30px; }
  .tabs-wrapper.checkout-tabs .tabs {
    margin-top: 0;
    display: inline-block;
    width: 100%; }
  .tabs-wrapper.checkout-tabs .label-wrap {
    display: block;
    float: left; }
    .tabs-wrapper.checkout-tabs .label-wrap label {
      width: auto;
      height: 42px;
      margin-right: 16px;
      border: 0 !important;
      display: block;
      float: left;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      padding: 2px;
      cursor: pointer; }
      .tabs-wrapper.checkout-tabs .label-wrap label:after {
        content: none; }
      .tabs-wrapper.checkout-tabs .label-wrap label &gt; span {
        font: 300 16px/19px "roboto-example", sans-serif !important;
        color: #000623 !important;
        display: block;
        text-transform: unset !important;
        border-bottom: 1px dashed #002d62; }
    .tabs-wrapper.checkout-tabs .label-wrap label.active &gt; span {
      color: #002d62;
      border: 0 !important; }
  .tabs-wrapper.checkout-tabs .level-1 .tabs-content {
    float: left;
    width: 100%;
    height: 100%;
    min-height: 144px;
    margin-left: 0;
    padding: 25px 0px 0;
    background: #fff;
    line-height: 24px;
    font-size: 14px;
    color: #363636;
    display: none;
    position: relative; }
    .tabs-wrapper.checkout-tabs .level-1 .tabs-content.active {
      display: block; }
  .tabs-wrapper.checkout-tabs .level-2 .label-wrap label {
    width: auto;
    height: 42px;
    margin-right: 16px;
    border: 0 !important;
    display: block;
    float: left;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 2px;
    cursor: pointer; }
    .tabs-wrapper.checkout-tabs .level-2 .label-wrap label:after {
      content: none; }
    .tabs-wrapper.checkout-tabs .level-2 .label-wrap label &gt; span {
      font: 300 16px/19px "roboto-example", sans-serif !important;
      color: #000623 !important;
      display: block;
      text-transform: unset !important; }
  .tabs-wrapper.checkout-tabs .level-2 .label-wrap label.active {
    border: 0 !important; }
    .tabs-wrapper.checkout-tabs .level-2 .label-wrap label.active &gt; span {
      color: #002d62;
      border-bottom: 1px dashed #002d62; }
  .tabs-wrapper.checkout-tabs .level-2 .tabs-content {
    float: left;
    width: 100%;
    height: 100%;
    min-height: 144px;
    margin-left: 0;
    padding: 0;
    background: #fff;
    line-height: 24px;
    font-size: 14px;
    color: #363636;
    border: 0; }
    .tabs-wrapper.checkout-tabs .level-2 .tabs-content.active {
      display: block; }

.checkout .checkout-wrap {
  position: relative;
  z-index: 0; }

.checkout form .title {
  font: 300 32px/49px "roboto-example", sans-serif;
  color: #212121;
  margin-bottom: 25px;
  display: block; }

.checkout form .name {
  float: left;
  margin-right: 30px; }

.checkout form .surname {
  float: left; }

.checkout form .email {
  clear: both; }

.checkout form .delivery {
  margin-top: 40px; }

.checkout form .address {
  width: 420px; }

.checkout form .office,
.checkout form .entrance,
.checkout form .intercom,
.checkout form .floor {
  float: left; }
  .checkout form .office input[type="text"],
  .checkout form .entrance input[type="text"],
  .checkout form .intercom input[type="text"],
  .checkout form .floor input[type="text"] {
    width: 82px; }

.checkout form .office,
.checkout form .entrance,
.checkout form .intercom {
  margin-right: 30px; }

.checkout form .comment {
  clear: both; }
  .checkout form .comment textarea {
    width: 420px;
    height: 70px; }

.checkout .date-time-wrap {
  margin-bottom: 30px; }
  .checkout .date-time-wrap .left-col:nth-of-type(1) {
    margin-right: 40px; }
  .checkout .date-time-wrap label {
    font: 14px/19px "roboto-example", sans-serif;
    color: #2d2d31; }

.checkout .payment {
  margin-bottom: 30px; }

.checkout .self-removal-list {
  margin-bottom: 10px; }

.confirm-order {
  width: 267px;
  height: 44px;
  display: block;
  font: 18px/43px "roboto-example", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #002d62;
  text-align: center;
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  clear: both;
  cursor: pointer; }

.receipt-date {
  display: inline-block;
  font: 12px/19px "roboto-example", sans-serif;
  color: #2d2d31;
  margin-right: 20px;
  margin-bottom: 6px; }

.shelf-life {
  display: inline-block;
  font: 12px/19px "roboto-example", sans-serif;
  color: #2d2d31;
  margin-bottom: 6px; }

.self-removal-list {
  width: 100%;
  height: 380px;
  overflow: hidden; }
  .self-removal-list .self-removal-item {
    padding: 18px 15px;
    border-bottom: 1px solid #e4e5e9; }
    .self-removal-list .self-removal-item.active {
      background: #f1f5fa; }
  .self-removal-list .self-removal-info {
    padding-left: 35px;
    max-width: 330px;
    width: 100%;
    display: block;
    float: left; }
  .self-removal-list a {
    float: right;
    font: 600 14px/14px "roboto-example", sans-serif;
    color: #002d62;
    border-bottom: 1px dashed #002d62; }
    .self-removal-list a:hover {
      text-decoration: none; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  background: #e4e5e9;
  width: 12px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: #002d62; }

.mCSB_scrollTools {
  width: 12px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.order-cost {
  width: 376px;
  height: 182px;
  background: #fff;
  -webkit-box-shadow: 0 17px 46px rgba(54, 92, 143, 0.14);
          box-shadow: 0 17px 46px rgba(54, 92, 143, 0.14);
  padding: 30px;
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 1;
  -webkit-border-radius: 10px;
          border-radius: 10px; }
  .order-cost:before {
    content: '';
    position: absolute;
    display: block;
    top: 30px;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #ffffff transparent transparent; }
  .order-cost .title {
    font: 300 24px/24px "roboto-example", sans-serif;
    color: #212121;
    display: block;
    margin-bottom: 15px; }
  .order-cost ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0; }
    .order-cost ul li {
      display: block; }
      .order-cost ul li div {
        font: 14px/19px "roboto-example", sans-serif;
        float: left; }
        .order-cost ul li div:first-of-type {
          width: 160px; }
        .order-cost ul li div .price {
          font: 14px/19px "roboto-example", sans-serif; }
          .order-cost ul li div .price .currency {
            font: 14px/19px "ruble", sans-serif; }
  .order-cost .total-sum {
    font: 800 24px/19px "roboto-example", sans-serif;
    color: #000623;
    display: block;
    clear: both; }
    .order-cost .total-sum .price {
      font: 800 24px/19px "roboto-example", sans-serif; }
      .order-cost .total-sum .price .currency {
        font: 800 24px/19px "ruble", sans-serif; }

.recommended {
  margin-bottom: 50px; }
  .recommended .carousel-hits .slick-prev {
    left: 285px; }
  .recommended .carousel-hits .slick-next {
    left: 310px; }

.watched {
  margin-bottom: 50px; }

.tabs-wrapper.product-card-tabs {
  display: block;
  width: 100%;
  margin-bottom: 50px; }
  .tabs-wrapper.product-card-tabs .tabs {
    margin-top: 0;
    display: inline-block;
    width: 100%; }
  .tabs-wrapper.product-card-tabs .label-wrap {
    display: block;
    margin-bottom: 25px; }
    .tabs-wrapper.product-card-tabs .label-wrap label {
      margin-right: 50px;
      margin-bottom: 0;
      padding: 0px;
      position: relative;
      z-index: 0; }
      .tabs-wrapper.product-card-tabs .label-wrap label:last-of-type {
        margin-right: 0; }
    .tabs-wrapper.product-card-tabs .label-wrap .tabs-title {
      border-bottom: 1px dashed #002d62; }
      .tabs-wrapper.product-card-tabs .label-wrap .tabs-title:hover {
        color: #212121;
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease; }
    .tabs-wrapper.product-card-tabs .label-wrap label.active {
      background-color: #fff; }
      .tabs-wrapper.product-card-tabs .label-wrap label.active span {
        color: #212121;
        border-bottom: 0; }
      .tabs-wrapper.product-card-tabs .label-wrap label.active .count {
        color: #fff; }
    .tabs-wrapper.product-card-tabs .label-wrap span {
      color: #002d62;
      font: 800 15px/19px "roboto-example", sans-serif;
      cursor: pointer;
      text-transform: uppercase;
      border-bottom: 1px dashed #002d62; }
    .tabs-wrapper.product-card-tabs .label-wrap .count {
      font: 11px/14px "roboto-example", sans-serif;
      background: #cf0000;
      border-bottom: 0;
      color: #fff;
      position: absolute;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      height: 14px;
      padding: 0 7px;
      top: -8px;
      right: -12px; }
  .tabs-wrapper.product-card-tabs .tabs-content {
    display: none;
    float: right;
    width: 100%;
    margin: -1px 0 0 -100%;
    background: #fff;
    line-height: 24px;
    font-size: 14px;
    color: #272727;
    position: relative;
    padding: 0;
    z-index: 1; }
    .tabs-wrapper.product-card-tabs .tabs-content.active {
      display: inline-block;
      width: 100%; }
  .tabs-wrapper.product-card-tabs .radio-select-item-label {
    padding: 5px 50px; }
    .tabs-wrapper.product-card-tabs .radio-select-item-label:before {
      top: 7px; }
  .tabs-wrapper.product-card-tabs .carousel-images {
    margin-top: 0 !important; }
    .tabs-wrapper.product-card-tabs .carousel-images .slick-prev,
    .tabs-wrapper.product-card-tabs .carousel-images .slick-next {
      display: none !important; }
  .tabs-wrapper.product-card-tabs h2 {
    margin-top: 0; }

.review-item,
.qa-item {
  display: table;
  margin-bottom: 25px;
  clear: both; }
  .review-item .review-avatar,
  .review-item .review-body,
  .review-item .qa-avatar,
  .review-item .qa-body,
  .qa-item .review-avatar,
  .qa-item .review-body,
  .qa-item .qa-avatar,
  .qa-item .qa-body {
    display: table-cell;
    float: left; }
  .review-item .review-avatar,
  .review-item .qa-avatar,
  .qa-item .review-avatar,
  .qa-item .qa-avatar {
    width: 13%; }
    .review-item .review-avatar .name,
    .review-item .qa-avatar .name,
    .qa-item .review-avatar .name,
    .qa-item .qa-avatar .name {
      font: 300 14px/19px "roboto-example", sans-serif;
      color: #212121;
      display: block; }
    .review-item .review-avatar .date,
    .review-item .qa-avatar .date,
    .qa-item .review-avatar .date,
    .qa-item .qa-avatar .date {
      font: 11px/21px "roboto-example", sans-serif;
      color: #717171;
      display: block; }
  .review-item .review-body,
  .review-item .qa-body,
  .qa-item .review-body,
  .qa-item .qa-body {
    width: 87%;
    padding: 15px 30px;
    background: #f3f5f9;
    position: relative; }
    .review-item .review-body:before,
    .review-item .qa-body:before,
    .qa-item .review-body:before,
    .qa-item .qa-body:before {
      content: '';
      position: absolute;
      display: block;
      top: 20px;
      left: -30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 30px 30px 0;
      border-color: transparent #f3f5f9 transparent transparent; }
    .review-item .review-body p,
    .review-item .qa-body p,
    .qa-item .review-body p,
    .qa-item .qa-body p {
      margin: 0;
      font: 300 16px/24px "roboto-example", sans-serif;
      color: #424242; }
  .review-item .avatar,
  .qa-item .avatar {
    width: 80px;
    height: 80px;
    border: 2px solid #e2e2e2;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: block;
    position: relative;
    margin-bottom: 15px; }
    .review-item .avatar img,
    .qa-item .avatar img {
      width: 22px;
      height: 32px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto; }

.review-item-answer,
.qa-item-answer {
  padding-left: 130px; }
  .review-item-answer .avatar,
  .qa-item-answer .avatar {
    border: 2px solid #002e60; }
    .review-item-answer .avatar img,
    .qa-item-answer .avatar img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .review-item-answer .review-body,
  .review-item-answer .qa-body,
  .qa-item-answer .review-body,
  .qa-item-answer .qa-body {
    background: #f5f6f4; }
    .review-item-answer .review-body:before,
    .review-item-answer .qa-body:before,
    .qa-item-answer .review-body:before,
    .qa-item-answer .qa-body:before {
      border-color: transparent #f5f6f4 transparent transparent; }

.add-review-btn,
.add-qa-btn {
  width: 198px;
  height: 44px;
  display: inline-block;
  font: 600 15px/44px "roboto-example", sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #002d62;
  text-align: center;
  cursor: pointer; }

.review-rule,
.qa-rule {
  margin-right: 20px;
  font: 13px/15px "roboto-example", sans-serif;
  color: #616161; }
  .review-rule:hover,
  .qa-rule:hover {
    color: #353535; }

.review-add-wrap,
.qa-add-wrap {
  margin-bottom: 22px;
  margin-top: -70px;
  float: right; }

.video-item {
  width: 30%;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }
  .video-item:nth-of-type(2) {
    margin: 15px 3%; }
  .video-item a img {
    width: auto;
    max-width: 100%; }

.slider-wrap {
  width: 580px;
  margin: 30px auto 50px; }

.slider-nav {
  float: none;
  width: 375px;
  height: 86px;
  margin: 0 auto; }
  .slider-nav .sn-cell {
    width: 107px !important;
    height: 86px !important;
    border: 2px solid transparent;
    padding-bottom: 12px;
    cursor: pointer;
    margin: 0 9px; }
    .slider-nav .sn-cell.slick-current {
      opacity: 2;
      border: 2px solid #ebedf1; }
    .slider-nav .sn-cell:focus {
      outline: none; }
  .slider-nav img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto; }

.slider-for {
  width: 100%;
  height: auto;
  float: none;
  left: 0px;
  position: relative;
  cursor: pointer;
  margin: 0 auto 60px;
  display: block; }
  .slider-for .sf-cell {
    position: relative; }
  .slider-for img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto; }

.product-card-left {
  width: 580px;
  position: relative;
  float: left; }
  .product-card-left .label {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1; }
    .product-card-left .label span {
      font: 11px/25px "roboto-example", sans-serif;
      color: #fff;
      display: block; }
  .product-card-left .label-hit {
    width: 49px;
    height: 29px;
    background: url(../img/label-hit-49x29.png) 0 0 no-repeat; }
  .product-card-left .label-discount {
    width: 49px;
    height: 29px;
    background: url(../img/label-discount-49x29.png) 0 0 no-repeat; }
  .product-card-left .label-new {
    width: 90px;
    height: 30px;
    background: url(../img/label-new-90x30.png) 0 0 no-repeat; }

.product-card-right {
  float: right;
  width: 600px;
  margin-bottom: 65px; }
  .product-card-right .rating {
    margin-top: -10px;
    margin-bottom: 10px; }
  .product-card-right .product-name {
    clear: both; }
    .product-card-right .product-name h1 {
      font: 300 36px/49px "roboto-example", sans-serif;
      color: #212121; }

.share {
  float: right; }
  .share ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .share ul li {
      display: inline-block;
      margin-right: 2px;
      width: 24px;
      height: 24px; }
      .share ul li:last-of-type {
        margin-right: 0; }
      .share ul li a {
        width: 24px;
        height: 24px;
        display: block; }
      .share ul li #fb {
        background: url(../img/fb.png) 0 0 no-repeat;
        display: block;
        background-size: 24px 24px; }
      .share ul li #vk {
        background: url(../img/vk.png) 0 0 no-repeat;
        display: block;
        background-size: 24px 24px; }
      .share ul li #yt {
        background: url(../img/yt.png) 0 0 no-repeat;
        display: block;
        background-size: 24px 24px; }
      .share ul li #inst {
        background: url(../img/inst.png) 0 0 no-repeat;
        display: block;
        background-size: 24px 24px; }

.purchase-block .prices-wrap {
  float: left;
  margin-right: 30px; }

.purchase-block .prices .old-price {
  display: block;
  font: 18px/19px "roboto-example", sans-serif;
  color: #8a8a8a;
  text-decoration: line-through;
  margin-bottom: 10px; }
  .purchase-block .prices .old-price .currency {
    font: 18px/19px "ruble", sans-serif; }

.purchase-block .prices .price {
  display: block;
  font: 30px/19px "roboto-example", sans-serif;
  color: #000623;
  margin-bottom: 12px; }
  .purchase-block .prices .price .currency {
    font: 30px/19px "ruble", sans-serif; }

.purchase-block .availability span {
  font: 12px/12px "roboto-example", sans-serif;
  color: #002d62;
  border-bottom: 1px dashed #002d62;
  clear: both;
  display: inline-block;
  cursor: pointer; }

.purchase-block .quantity {
  display: block;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
  clear: none; }

.purchase-block .operations {
  float: left; }
  .purchase-block .operations .go-to-card-btn {
    display: block;
    width: 153px;
    height: 45px;
    display: inline-block;
    font: 600 12px/45px "roboto-example", sans-serif;
    color: #fff;
    background: #8294a9;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 15px; }
  .purchase-block .operations .add-to-card-btn {
    display: block;
    width: 153px;
    height: 45px;
    display: inline-block;
    font: 600 15px/45px "roboto-example", sans-serif;
    color: #fff;
    background: #002d62;
    text-align: center;
    position: relative;
    padding-left: 35px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 15px; }
    .purchase-block .operations .add-to-card-btn:before {
      content: '';
      background: url(../img/locked-2-17x20.svg) center center no-repeat;
      background-size: 17px 20px;
      width: 45px;
      height: 45px;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .purchase-block .operations .add-in-favourite {
    padding-left: 23px;
    position: relative; }
    .purchase-block .operations .add-in-favourite:before {
      content: '';
      display: block;
      background: url(../img/in-favourite-17x15.svg) 0 0 no-repeat;
      background-size: 21px 36px;
      width: 21px;
      height: 18px;
      position: absolute;
      top: 2px;
      left: 0; }
    .purchase-block .operations .add-in-favourite:hover {
      text-decoration: none; }
    .purchase-block .operations .add-in-favourite span {
      border-bottom: 1px dashed #2d2d31;
      font: 12px/12px "roboto-example", sans-serif;
      color: #2d2d31; }

.characteristics {
  margin: 35px 0; }
  .characteristics ul {
    margin: 0 0;
    padding: 0;
    list-style: none; }
    .characteristics ul li {
      display: block;
      clear: both; }
      .characteristics ul li span {
        font: 14px/24px "roboto-example", sans-serif;
        float: left; }
      .characteristics ul li .name {
        width: 125px;
        display: inline-block;
        position: relative; }
        .characteristics ul li .name:before {
          content: '';
          background: url(../img/dotted.png) 0 0 repeat-x;
          display: block;
          height: 1px;
          width: 100%;
          position: absolute;
          bottom: 7px;
          left: 0; }
        .characteristics ul li .name b {
          font: 400 14px/24px "roboto-example", sans-serif;
          background: #fff;
          height: 24px;
          float: left;
          padding: 0 4px 0 0;
          position: relative;
          z-index: 2; }
      .characteristics ul li .value {
        padding-left: 2px; }

.cc-cell:focus,
.m-color-body:focus {
  outline: none; }

.cc-cell label,
.m-color-body label {
  width: 80px;
  height: 90px;
  display: block;
  border: 3px solid transparent;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  cursor: pointer;
  float: left;
  position: relative; }
  .cc-cell label.active,
  .m-color-body label.active {
    border: 3px solid #eceef2; }
  .cc-cell label span,
  .m-color-body label span {
    display: block;
    font: 12px/19px "roboto-example", sans-serif;
    color: #000623;
    display: block;
    text-align: center; }
  .cc-cell label input[type="radio"],
  .m-color-body label input[type="radio"] {
    display: none; }
  .cc-cell label img,
  .m-color-body label img {
    display: block;
    width: 51px;
    height: 51px;
    margin: 10px auto 3px; }
  .cc-cell label .percent,
  .m-color-body label .percent {
    font: 18px/24px "roboto-example", sans-serif;
    background: #ff0000;
    width: 24px;
    height: 24px;
    display: block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 10px;
    color: #fff;
    text-align: center; }

.color-carousel-section {
  margin-top: 44px;
  display: block;
  clear: both;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d2d2d2; }
  .color-carousel-section .color-carousel .slick-prev,
  .color-carousel-section .color-carousel .slick-next {
    top: -40px;
    background-color: #fff;
    width: 40px; }
  .color-carousel-section .slick-next {
    background: url(../img/carousel-arrow-next-8x13.png) center no-repeat; }
  .color-carousel-section .slick-prev {
    background: url(../img/carousel-arrow-prev-8x13.png) center no-repeat; }
  .color-carousel-section .color-carousel .slick-prev {
    left: unset;
    right: 20px; }
  .color-carousel-section .color-carousel .slick-next {
    right: -15px; }
  .color-carousel-section .carousel-heading {
    font: 21px/49px "roboto-example", sans-serif;
    color: #212121;
    border-top: 1px solid #d2d2d2;
    height: 40px; }
    .color-carousel-section .carousel-heading .title {
      background: #fff;
      position: relative;
      z-index: 1;
      top: -25px;
      padding-right: 10px;
      display: inline-block; }
    .color-carousel-section .carousel-heading .warning-message {
      font: 14px/19px "roboto-example", sans-serif;
      top: -45px;
      position: relative; }

.header-mobile {
  display: none;
  height: 56px;
  padding: 0 17px 0 0;
  position: relative;
  background: #002d62; }
  .header-mobile .menu-button {
    width: 56px;
    height: 56px;
    padding: 19px 0;
    position: relative; }
    .header-mobile .menu-button span {
      background: #fff;
      width: 27px;
      height: 4px;
      display: block;
      position: relative;
      margin-top: 8px;
      left: 17px; }
      .header-mobile .menu-button span:before {
        content: '';
        background: #fff;
        width: 27px;
        height: 4px;
        display: block;
        position: absolute;
        top: -8px; }
      .header-mobile .menu-button span:after {
        content: '';
        background: #fff;
        width: 27px;
        height: 4px;
        display: block;
        position: absolute;
        top: 8px; }
    .header-mobile .menu-button.active {
      background: #ebedf1; }
      .header-mobile .menu-button.active:before {
        content: '';
        background: url(../img/menu-close-20x20.svg) center center no-repeat;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .header-mobile .menu-button.active span {
        display: none; }
  .header-mobile .hm-favourite {
    padding: 15px 0;
    position: absolute;
    right: 60px;
    z-index: 1; }
    .header-mobile .hm-favourite .hm-cart-icon {
      background: url(../img/in-favourite-28x24.svg) center no-repeat;
      width: 28px;
      height: 24px;
      display: block;
      cursor: pointer;
      position: relative;
      z-index: 0; }
    .header-mobile .hm-favourite .count {
      position: absolute;
      background: #cf0000;
      display: block;
      text-align: center;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      padding: 0 8px;
      height: 14px;
      font: 600 11px/16px "roboto-example", sans-serif;
      color: #fff;
      top: 12px;
      right: -12px;
      z-index: 1; }
  .header-mobile .hm-cart {
    padding: 15px 0;
    position: relative;
    z-index: 1; }
    .header-mobile .hm-cart .hm-cart-icon {
      background: url(../img/header-mobile-cart-25x28.svg) center no-repeat;
      width: 25px;
      height: 28px;
      display: block;
      cursor: pointer;
      position: relative;
      z-index: 0; }
    .header-mobile .hm-cart .count {
      position: absolute;
      background: #cf0000;
      display: block;
      text-align: center;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      padding: 0 8px;
      height: 14px;
      font: 600 11px/16px "roboto-example", sans-serif;
      color: #fff;
      top: 12px;
      right: -12px;
      z-index: 1; }
  .header-mobile .hm-logo {
    margin: 19px 0;
    width: 174px;
    height: 22px; }
    .header-mobile .hm-logo img {
      width: 174px;
      height: 22px; }

.m-main-trend {
  display: none;
  position: relative; }

.footer-slide-menu {
  display: none;
  width: auto;
  margin: 0 -10px; }
  .footer-slide-menu .fsm-control {
    width: 100%;
    display: block; }
    .footer-slide-menu .fsm-control .fsm-control-col {
      width: 50%;
      float: left;
      background: #fff;
      height: 60px;
      cursor: pointer; }
      .footer-slide-menu .fsm-control .fsm-control-col span {
        font: 600 14px/60px "roboto-example", sans-serif;
        color: #022754;
        text-transform: uppercase;
        text-align: center;
        display: block;
        position: relative; }
        .footer-slide-menu .fsm-control .fsm-control-col span:before {
          content: '';
          background: url(../img/fsm-control-btn.svg) 0 0 no-repeat;
          width: 27px;
          height: 22px;
          display: block;
          position: absolute;
          left: -120px;
          right: 0;
          top: 18px;
          margin: auto; }
      .footer-slide-menu .fsm-control .fsm-control-col:first-of-type span:before {
        left: -130px; }
      .footer-slide-menu .fsm-control .fsm-control-col:last-of-type span:before {
        left: -120px; }
      .footer-slide-menu .fsm-control .fsm-control-col.active {
        background: #022754; }
        .footer-slide-menu .fsm-control .fsm-control-col.active span {
          color: #fff; }
          .footer-slide-menu .fsm-control .fsm-control-col.active span:after {
            content: '';
            background: url(../img/fsm-control-close.svg) 0 0 no-repeat !important;
            width: 23px;
            height: 23px;
            display: block;
            position: absolute;
            left: -120px;
            right: 0;
            top: 18px;
            margin: auto; }
          .footer-slide-menu .fsm-control .fsm-control-col.active span:before {
            content: none; }
        .footer-slide-menu .fsm-control .fsm-control-col.active:first-of-type span:after {
          left: -134px; }
        .footer-slide-menu .fsm-control .fsm-control-col.active:last-of-type span:after {
          left: -124px; }
  .footer-slide-menu .fsm-content {
    background: #022754;
    padding: 34px 20px;
    display: none; }
    .footer-slide-menu .fsm-content a {
      display: block;
      font: 600 15px/30px "roboto-example", sans-serif;
      color: #fff;
      text-transform: uppercase; }

.m-product-name {
  display: none; }

.m-color-body {
  height: 180px;
  overflow: hidden;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease; }

.m-control {
  display: none; }

.product-card-tabs-accordion {
  display: none;
  width: auto;
  margin: 0 -10px 30px; }
  .product-card-tabs-accordion .pcta-heading {
    height: 38px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    position: relative; }
    .product-card-tabs-accordion .pcta-heading:after {
      content: '';
      background: url(../img/pcta-shevron.svg) 0 0 no-repeat;
      background-size: 16px 11px;
      width: 16px;
      height: 11px;
      display: block;
      position: absolute;
      top: 12px;
      right: 18px;
      -webkit-transition: -webkit-transform 250ms ease;
      transition: -webkit-transform 250ms ease;
      transition: transform 250ms ease;
      transition: transform 250ms ease, -webkit-transform 250ms ease; }
    .product-card-tabs-accordion .pcta-heading:first-of-type {
      border-top: 1px solid #d4d4d4; }
    .product-card-tabs-accordion .pcta-heading .title {
      display: block;
      font: 800 15px/38px "roboto-example", sans-serif;
      color: #002d62;
      padding: 0 18px;
      text-transform: uppercase; }
    .product-card-tabs-accordion .pcta-heading.active:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      transiition: transform 250ms ease; }
    .product-card-tabs-accordion .pcta-heading.active .title {
      color: #212121; }
  .product-card-tabs-accordion .pcta-content {
    padding: 0 18px;
    display: none;
    border-bottom: 1px solid #d4d4d4; }
    .product-card-tabs-accordion .pcta-content .reviews h2 {
      display: none; }
    .product-card-tabs-accordion .pcta-content .add-review-btn,
    .product-card-tabs-accordion .pcta-content .add-qa-btn {
      float: none;
      margin: 20px auto;
      display: block;
      cursor: pointer; }
    .product-card-tabs-accordion .pcta-content .review-item .review-avatar,
    .product-card-tabs-accordion .pcta-content .review-item .review-body,
    .product-card-tabs-accordion .pcta-content .review-item .qa-avatar,
    .product-card-tabs-accordion .pcta-content .review-item .qa-body,
    .product-card-tabs-accordion .pcta-content .qa-item .review-avatar,
    .product-card-tabs-accordion .pcta-content .qa-item .review-body,
    .product-card-tabs-accordion .pcta-content .qa-item .qa-avatar,
    .product-card-tabs-accordion .pcta-content .qa-item .qa-body {
      width: 100%;
      display: block;
      float: none; }
    .product-card-tabs-accordion .pcta-content .review-item .review-avatar .avatar,
    .product-card-tabs-accordion .pcta-content .review-item .qa-avatar .avatar,
    .product-card-tabs-accordion .pcta-content .qa-item .review-avatar .avatar,
    .product-card-tabs-accordion .pcta-content .qa-item .qa-avatar .avatar {
      float: left;
      margin-right: 20px;
      width: 60px;
      height: 60px; }
    .product-card-tabs-accordion .pcta-content .review-item .review-avatar .name,
    .product-card-tabs-accordion .pcta-content .review-item .qa-avatar .name,
    .product-card-tabs-accordion .pcta-content .qa-item .review-avatar .name,
    .product-card-tabs-accordion .pcta-content .qa-item .qa-avatar .name {
      margin-top: 10px; }
    .product-card-tabs-accordion .pcta-content .review-item .review-body,
    .product-card-tabs-accordion .pcta-content .review-item .qa-body,
    .product-card-tabs-accordion .pcta-content .qa-item .review-body,
    .product-card-tabs-accordion .pcta-content .qa-item .qa-body {
      padding: 10px;
      clear: both; }
      .product-card-tabs-accordion .pcta-content .review-item .review-body:before,
      .product-card-tabs-accordion .pcta-content .review-item .qa-body:before,
      .product-card-tabs-accordion .pcta-content .qa-item .review-body:before,
      .product-card-tabs-accordion .pcta-content .qa-item .qa-body:before {
        content: none; }
      .product-card-tabs-accordion .pcta-content .review-item .review-body p,
      .product-card-tabs-accordion .pcta-content .review-item .qa-body p,
      .product-card-tabs-accordion .pcta-content .qa-item .review-body p,
      .product-card-tabs-accordion .pcta-content .qa-item .qa-body p {
        font: 300 14px/21px "roboto-example", sans-serif; }
    .product-card-tabs-accordion .pcta-content .review-item-answer,
    .product-card-tabs-accordion .pcta-content .qa-item-answer {
      padding-left: 15%; }
    .product-card-tabs-accordion .pcta-content .video-item {
      width: 100%;
      float: none;
      display: block;
      text-align: center;
      margin: 20px auto; }

.m-color-section {
  display: none; }

.price {
  white-space: nowrap; }

.inn {
  float: left;
  margin-right: 30px; }

.kpp {
  float: left; }

.caddress {
  clear: both;
  float: left;
  margin-right: 30px; }

.cfaddress {
  float: left; }

.checking-acc {
  clear: both; }

.bank-name {
  clear: both;
  float: left;
  margin-right: 30px; }

.bank-city {
  float: left; }

.corr-acc {
  clear: both; }

.change-color {
  margin-top: 8px;
  font: 300 13px/13px "roboto-example", sans-serif;
  color: #002d62;
  display: inline-block;
  text-transform: unset !important;
  border-bottom: 1px dashed #002d62; }
  .change-color:hover {
    text-decoration: none;
    color: #002d62; }

a:active, a:focus {
  text-decoration: none; }

.search-list {
  display: none;
  width: 327px;
  height: 465px;
  position: absolute;
  background-color: #fff;
  top: 35px;
  left: 11px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.32);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.32);
  z-index: 999; }
  .search-list .search-list-scroll {
    position: relative;
    overflow: hidden;
    height: 465px; }
  .search-list .search-list-item {
    display: table;
    width: 100%;
    height: 130px;
    border-bottom: 1px solid #c5c4cb;
    padding: 0; }
    .search-list .search-list-item:last-of-type {
      border-bottom: 0; }
    .search-list .search-list-item .product-card {
      width: 100%;
      float: none;
      overflow: hidden;
      height: auto;
      padding: 0; }
      .search-list .search-list-item .product-card:hover .product-card-wrap {
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1); }
      .search-list .search-list-item .product-card .product-card-wrap {
        display: table;
        width: 100%;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent; }
      .search-list .search-list-item .product-card .product-card-img {
        width: 20%;
        height: 100px;
        display: table-cell;
        float: left; }
      .search-list .search-list-item .product-card .product-card-body {
        width: 80%;
        display: table-cell;
        float: left;
        margin-top: 20px;
        padding-left: 20px; }
      .search-list .search-list-item .product-card .name {
        height: auto;
        display: inline-block;
        font: 14px/19px "roboto-example", sans-serif; }
      .search-list .search-list-item .product-card .product-color ul li {
        margin-bottom: 4px; }
  .search-list .search-list-info {
    border-bottom: 1px solid #c5c4cb;
    height: 50px;
    padding: 10px 15px; }
    .search-list .search-list-info span {
      font: 12px/30px "roboto-example", sans-serif;
      color: #272727;
      display: inline-block;
      float: left;
      margin-right: 20px; }
      .search-list .search-list-info span i {
        font-style: normal;
        font: 600 15px/30px "roboto-example", sans-serif;
        color: #002d62; }
    .search-list .search-list-info .search-all-btn {
      display: block;
      float: left;
      width: 60px;
      height: 30px;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      font: 400 12px/29px "roboto-example", sans-serif;
      color: #ffffff;
      text-align: center;
      background: #002d62; }
  .search-list .mCSB_inside &gt; .mCSB_container {
    margin-right: 12px; }

.notifyjs-foo-base {
  margin-bottom: 10px;
  display: block;
  width: 270px;
  height: 105px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 8px !important;
          border-radius: 8px !important;
  padding: 10px 20px !important;
  background: #fff !important; }
  .notifyjs-foo-base .title {
    display: block;
    width: auto;
    float: none;
    margin: 0;
    text-align: left; }
    .notifyjs-foo-base .title span {
      font: 17px/21px "roboto-example", sans-serif;
      color: #000623; }
  .notifyjs-foo-base .product {
    display: table;
    height: 60px; }
    .notifyjs-foo-base .product .product-thumb {
      display: table-cell;
      position: relative; }
      .notifyjs-foo-base .product .product-thumb img {
        height: 60px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .notifyjs-foo-base .product .product-body {
      display: table-cell;
      padding-left: 40px;
      vertical-align: middle; }
      .notifyjs-foo-base .product .product-body a {
        display: block;
        font: 13px/16px "roboto-example", sans-serif;
        text-decoration: underline;
        margin-bottom: 2px;
        color: #002d62; }
      .notifyjs-foo-base .product .product-body span {
        display: block;
        font: 13px/16px "roboto-example", sans-serif; }
        .notifyjs-foo-base .product .product-body span a {
          display: inline;
          text-decoration: none;
          margin-bottom: 0; }
  .notifyjs-foo-base .close {
    position: absolute;
    width: 7px;
    height: 7px;
    top: 8px;
    right: 8px; }
    .notifyjs-foo-base .close:before {
      content: '';
      background: url(../img/close.svg) 0 0 no-repeat;
      background-size: 7px 14px;
      width: 7px;
      height: 7px;
      display: block;
      cursor: pointer; }

/*==========  Desktop First  ==========*/
/* Super Large Devices, Wide Screens */
@media only screen and (max-width: 1390px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1260px) {
  .main-menu li:nth-of-type(1) .sub-nav .sub-nav-col {
    width: 20%; }
  .main-menu li:nth-of-type(2) .sub-nav {
    width: 80%;
    left: 113px; }
  .main-menu li:nth-of-type(3) .sub-nav {
    width: 15%;
    left: 224px; }
    .main-menu li:nth-of-type(3) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-menu li:nth-of-type(4) .sub-nav {
    width: 15%;
    left: 324px; }
    .main-menu li:nth-of-type(4) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-menu li:nth-of-type(5) .sub-nav {
    width: 20%;
    left: 411px; }
    .main-menu li:nth-of-type(5) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-menu li:nth-of-type(6) .sub-nav {
    width: 15%;
    left: 575px; }
    .main-menu li:nth-of-type(6) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-menu li:nth-of-type(7) .sub-nav {
    width: 16%;
    left: 688px; }
    .main-menu li:nth-of-type(7) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-menu li:nth-of-type(8) .sub-nav {
    width: 16%;
    left: 790px; }
    .main-menu li:nth-of-type(8) .sub-nav .sub-nav-col {
      width: 100%; }
  .main-trend-video-preview {
    width: 282px;
    height: 215px; }
  .search-list {
    width: 257px; }
    .search-list .search-list-info {
      height: 90px; }
      .search-list .search-list-info span {
        display: block;
        float: none;
        font: 12px/16px "roboto-example", sans-serif;
        margin-bottom: 8px; }
        .search-list .search-list-info span i {
          font: 600 15px/16px "roboto-example", sans-serif; }
      .search-list .search-list-info .search-all-btn {
        float: none; }
  .hidden-lg {
    display: none; }
  .visible-lg {
    display: block; }
  .subscribe input[type="text"] {
    width: 217px; }
  .portal-btn {
    margin-right: 40px; }
  .footer-menu .footer-menu-col {
    margin: 0 40px 0 0; }
  .header-logo {
    max-width: 235px; }
  .header-search input[type="text"] {
    width: 277px; }
  .info-block .left-col {
    width: 60%; }
  .info-block .right-col {
    width: 40%; }
  .news-item .news-item-thumb {
    display: none; }
  .news-item .news-item-body {
    padding-left: 0; }
  .main-trend {
    height: 277px; }
  .main-slider .img-lg {
    display: none; }
  .main-slider .img-md {
    display: block; }
  .product-card-left {
    width: 380px; }
  .slider-wrap {
    width: 100%; }
  .slider-for {
    margin: 0 auto 20px; }
  .product-card-right {
    width: 530px; }
  .product-card {
    width: 25%;
    height: 385px; }
  .catalog-control .pagination {
    display: none; }
  .catalog-control-bottom .pagination {
    display: block; }
  .order-cost {
    width: 326px;
    padding: 20px;
    right: 20px; }
  .tabs-wrapper.lk-tabs .level-1 .tabs-content {
    width: 690px; }
  .tabs-wrapper.lk-tabs .level-2 .tabs-content.active {
    width: 610px; }
  .my-order-table .thead .tr .th:nth-of-type(3) {
    width: 150px; }
  .my-order-table .thead .tr .th:nth-of-type(4) {
    width: 160px; }
  .my-order-table .tbody .tr .td:nth-of-type(3) {
    width: 150px; }
  .my-order-table .tbody .tr .td:nth-of-type(4) {
    width: 160px; }
  .my-order-table .tbody .tr-hidden {
    padding: 10px; }
    .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(1),
    .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(1) {
      width: 95px; }
    .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(2),
    .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(2) {
      width: 195px; }
    .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(3),
    .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(3) {
      width: 80px; }
    .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(4),
    .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(4) {
      width: 70px; }
    .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(5),
    .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(5) {
      width: 96px; }
    .my-order-table .tbody .tr-hidden .tr-top .td:nth-of-type(6),
    .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(6) {
      width: 70px; }
  .partner-carousel-section .partner-carousel-bg.top {
    width: 940px;
    background-size: 940px 20px; }
  .partner-carousel-section .partner-carousel-bg.bottom {
    width: 940px;
    background-size: 940px 18px; }
  .carousel-images-cell-wrap:after {
    background-size: 265px 226px;
    width: 265px;
    height: 226px;
    left: -40px; }
  .steps .step:nth-of-type(1) {
    z-index: 3; }
    .steps .step:nth-of-type(1):before {
      content: '';
      background: url(../img/checkout-step-arrow-315x45.svg) 0 0 no-repeat;
      background-size: 343px 90px;
      width: 343px; }
  .steps .step:nth-of-type(1).active:before {
    content: '';
    background: url(../img/checkout-step-arrow-315x45.svg) 0 -45px no-repeat;
    background-size: 343px 90px;
    width: 343px; }
  .steps .step:nth-of-type(2):before {
    content: '';
    background: url(../img/checkout-step-arrow-315x45.svg) 0 0 no-repeat;
    background-size: 343px 90px;
    width: 343px; }
  .steps .step:nth-of-type(2).active:before {
    content: '';
    background: url(../img/checkout-step-arrow-315x45.svg) 0 -45px no-repeat;
    background-size: 343px 90px;
    width: 343px; }
  .steps .step:nth-of-type(3):before {
    content: '';
    background: url(../img/checkout-step-rectangle-315x45.svg) 0 0 no-repeat;
    background-size: 313px 90px;
    width: 313px; }
  .steps .step:nth-of-type(3).active:before {
    content: '';
    background: url(../img/checkout-step-rectangle-315x45.svg) 0 -45px no-repeat;
    background-size: 313px 90px;
    width: 313px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .product-card-right .rating {
    display: table;
    margin: -10px auto 40px; }
  .purchase-block.clearfix {
    display: table;
    margin: auto; }
  .catalog-desc {
    display: none; }
  .partner-carousel .slick-next {
    right: -10px;
    z-index: 10;
    width: 33px;
    height: 135px;
    background-position: center center; }
  .partner-carousel .slick-prev {
    left: -10px;
    z-index: 10;
    width: 33px;
    height: 135px;
    background-position: center center; }
  .m-main-trend .main-trend-video-preview {
    top: 20px;
    width: 182px;
    height: 135px; }
  .m-main-trend .main-trend-video-preview-button-play {
    width: 40px !important; }
  .m-main-trend .main-trend-video-preview-wrap .title {
    font: 300 22px/28px "roboto-example", sans-serif; }
  .steps .step:nth-of-type(1) {
    z-index: 3; }
    .steps .step:nth-of-type(1):before {
      content: '';
      background: url(../img/checkout-step-arrow-270x45.svg) 0 0 no-repeat;
      background-size: 270px 90px;
      width: 270px; }
  .steps .step:nth-of-type(1).active:before {
    content: '';
    background: url(../img/checkout-step-arrow-270x45.svg) 0 -45px no-repeat;
    background-size: 270px 90px;
    width: 270px; }
  .steps .step:nth-of-type(2):before {
    content: '';
    background: url(../img/checkout-step-arrow-270x45.svg) 0 0 no-repeat;
    background-size: 270px 90px;
    width: 270px; }
  .steps .step:nth-of-type(2).active:before {
    content: '';
    background: url(../img/checkout-step-arrow-270x45.svg) 0 -45px no-repeat;
    background-size: 270px 90px;
    width: 270px; }
  .steps .step:nth-of-type(3):before {
    content: '';
    background: url(../img/checkout-step-rectangle-240x45.svg) 0 0 no-repeat;
    background-size: 240px 90px;
    width: 240px; }
  .steps .step:nth-of-type(3).active:before {
    content: '';
    background: url(../img/checkout-step-rectangle-240x45.svg) 0 -45px no-repeat;
    background-size: 240px 90px;
    width: 240px; }
  .hidden-md {
    display: none; }
  .visible-md {
    display: block; }
  .header-inner,
  .header-main {
    display: none; }
  .header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .partner-carousel-section {
    height: 134px;
    padding: 0;
    background: #fff; }
    .partner-carousel-section .partner-carousel-bg.top {
      display: none; }
    .partner-carousel-section .partner-carousel-bg.bottom {
      display: none; }
    .partner-carousel-section .partner-carousel:before, .partner-carousel-section .partner-carousel:after {
      display: none; }
    .partner-carousel-section .partner-carousel .carousel-cell {
      border-right: 0; }
  .social-buttons {
    float: none;
    width: 230px;
    margin: 0 auto; }
  .footer-first-floor {
    border-top: 1px solid #c9c9c9;
    border-bottom: 0;
    padding-top: 30px;
    height: 72px; }
  .subscribe {
    display: none; }
  .footer-second-floor {
    padding: 0; }
  .footer-menu {
    display: none; }
  .portal-btn {
    display: none; }
  .footer-phone {
    width: 210px;
    float: none;
    margin: 20px auto; }
    .footer-phone .title {
      display: none; }
    .footer-phone span,
    .footer-phone a {
      text-align: center; }
    .footer-phone .email {
      margin-bottom: 10px; }
    .footer-phone .time {
      margin-top: 10px; }
  .footer-third-floor {
    height: auto; }
    .footer-third-floor .footer-logo {
      width: 202px;
      float: none;
      margin: 0 auto 20px;
      display: block; }
    .footer-third-floor .org-slogan {
      display: none; }
    .footer-third-floor .designer {
      display: none; }
  .main-slider:before, .main-slider:after {
    content: none; }
  .main-slider .slick-list:after, .main-slider .slick-list:before {
    content: none; }
  .main-slider .main-slider-info {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 12px 25px; }
    .main-slider .main-slider-info span {
      font: 300 24px/49px "roboto-example", sans-serif;
      display: block;
      text-align: center;
      margin-bottom: 10px; }
    .main-slider .main-slider-info .btn-more {
      width: 300px;
      margin: 0 auto;
      text-align: center; }
  .hot-news,
  .main-trend {
    display: none; }
  .product-card {
    width: 50%;
    float: left;
    height: 373px;
    padding: 15px 0 15px 0; }
  .carousel-heading {
    margin-bottom: 20px; }
    .carousel-heading .title {
      display: block;
      text-align: center; }
  .all-trends {
    display: none; }
  .info-block {
    margin-bottom: 0px; }
    .info-block .left-col,
    .info-block .right-col {
      width: 100%;
      float: none; }
    .info-block .right-col {
      display: none; }
    .info-block .m-banner-1 {
      float: left;
      width: 50%; }
    .info-block .m-banner-2 {
      float: right;
      width: 50%; }
    .info-block .m-banner-1 img,
    .info-block .m-banner-2 img {
      width: 100%; }
  .m-main-trend {
    display: block; }
    .m-main-trend img {
      width: 100%; }
  .m-hot-news {
    display: block; }
    .m-hot-news .hot-news-col {
      width: 50%;
      float: left; }
    .m-hot-news img {
      width: 100%; }
/*  .carousel-images-section,
  .carousel-advice-section {
    display: none; }*/
  .partner-carousel-section {
    border-top: 1px solid #c9c9c9; }
  .main-slider {
    margin: 0 -10px; }
    .main-slider .img-lg {
      display: none; }
    .main-slider .img-md {
      display: none; }
    .main-slider .img-sm {
      display: block; }
  .carousel-hits-section {
    margin-bottom: 20px; }
  .footer-slide-menu {
    display: block; }
  .m-product-name {
    display: block; }
    .m-product-name h1 {
      text-align: center;
      font: 300 28px/36px "roboto-example", sans-serif; }
  .breadcrumbs {
    display: none; }
  .product-card-left,
  .product-card-right {
    width: 100%;
    float: none; }
  .product-card-left .label {
    top: 85px; }
  .slider-wrap {
    width: 100%; }
  .slider-nav {
    display: none; }
  .product-card-right {
    margin-bottom: 0; }
    .product-card-right .product-name,
    .product-card-right .share,
    .product-card-right .operations,
    .product-card-right .quantity,
    .product-card-right .color-carousel-section,
    .product-card-right .characteristics {
      display: none;
      margin-bottom: 0px; }
    .product-card-right .prices-wrap {
      margin-bottom: 30px;
      padding: 0 18px;
      display: table; }
      .product-card-right .prices-wrap .availability {
        padding-left: 30px; }
      .product-card-right .prices-wrap .prices,
      .product-card-right .prices-wrap .availability {
        display: table-cell;
        vertical-align: middle; }
  .tabs-wrapper.product-card-tabs {
    display: none; }
  .warning-message {
    text-align: center;
    font: 14px/19px "roboto-example", sans-serif; }
  .m-color-section {
    display: block; }
    .m-color-section .carousel-heading .title {
      font: 300 21px/21px "roboto-example", sans-serif; }
    .m-color-section .see-more {
      display: block;
      text-align: center;
      position: relative;
      margin-top: 15px; }
      .m-color-section .see-more:after {
        content: '';
        background: url(../img/see-more-shevron.svg) 0 0 no-repeat;
        background-size: 12px 7px;
        width: 12px;
        height: 7px;
        display: block;
        position: absolute;
        top: 10px;
        right: -120px;
        left: 0;
        margin: auto;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
      .m-color-section .see-more span {
        font: 14px/14px "roboto-example", sans-serif;
        color: #002d62;
        border-bottom: 1px dashed #002d62;
        cursor: pointer; }
      .m-color-section .see-more.active:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        right: -90px; }
  .m-control {
    display: block;
    width: 310px;
    margin: 30px auto 20px; }
    .m-control .quantity,
    .m-control .operations {
      display: block; }
      .m-control .quantity .in-favourite,
      .m-control .operations .in-favourite {
        display: none; }
    .m-control .quantity {
      display: block;
      float: left;
      margin-top: 20px;
      margin-right: 30px;
      clear: none; }
    .m-control .operations {
      float: left; }
      .m-control .operations .add-to-card-btn {
        display: block;
        width: 153px;
        height: 45px;
        display: inline-block;
        font: 600 15px/45px "roboto-example", sans-serif;
        color: #fff;
        background: #002d62;
        text-align: center;
        position: relative;
        padding-left: 35px;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: 15px; }
        .m-control .operations .add-to-card-btn:before {
          content: '';
          background: url(../img/locked-2-17x20.svg) center center no-repeat;
          background-size: 17px 20px;
          width: 45px;
          height: 45px;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
      .m-control .operations .add-in-favourite {
        padding-left: 23px;
        position: relative; }
        .m-control .operations .add-in-favourite:before {
          content: '';
          display: block;
          background: url(../img/in-favourite-17x15.svg) center center no-repeat;
          background-size: 17px 15px;
          width: 17px;
          height: 15px;
          position: absolute;
          top: 2px;
          left: 0; }
        .m-control .operations .add-in-favourite span {
          border-bottom: 1px dashed #2d2d31;
          font: 12px/12px "roboto-example", sans-serif;
          color: #2d2d31; }
  .product-card-tabs-accordion {
    display: block; }
  h2 {
    font: 26px/30px "roboto-example", sans-serif; }
  .input-numbers {
    margin-right: 0; }
  .header-page {
    margin-top: 30px;
    display: block;
    text-align: center; }
    .header-page h1 {
      font: 32px/40px "roboto-example", sans-serif; }
  .catalog-all-product {
    display: block;
    text-align: center; }
  .checkout .order-cost {
    position: relative;
    width: 100%;
    padding: 0px;
    right: 0px;
    top: 0;
    height: auto;
    margin: 40px 0 20px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .checkout .order-cost:before {
      content: none; }
    .checkout .order-cost li {
      display: block;
      width: 100%;
      clear: both; }
  .tabs-wrapper.lk-tabs .label-wrap {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
    .tabs-wrapper.lk-tabs .label-wrap label {
      width: 100%;
      text-align: center; }
      .tabs-wrapper.lk-tabs .label-wrap label.active {
        border-right: 1px solid #d2d3d7; }
        .tabs-wrapper.lk-tabs .label-wrap label.active:after {
          content: none; }
  .tabs-wrapper.lk-tabs .level-1 .tabs-content {
    width: 100%; }
  .tabs-wrapper.lk-tabs .level-2 label &gt; span {
    display: inline-block; }
  .order {
    margin-top: 40px;
    height: auto; }
  .btn-order-wrap .btn-checkout-w-reg,
  .btn-order-wrap .btn-checkout {
    float: none;
    margin: 0 auto; }
  .btn-order-wrap .btn-checkout-w-reg {
    margin-bottom: 20px;
    height: 66px;
    font: 600 18px/24px "roboto-example", sans-serif;
    width: 300px;
    padding: 8px 0; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
  .section-carousel-sign-in {
    height: auto; }
  .section-carousel-sign-in span {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
  .product-card-right .prices-wrap .prices, .product-card-right .prices-wrap .availability {
    display: block; }
  .purchase-block .prices .old-price {
    float: left;
    margin-right: 20px; }
  .recommended .carousel-hits-cell:nth-of-type(1) {
    display: block; }
  .recommended .carousel-hits-cell {
    display: none; }
  .recommended .carousel-hits-cell.active {
    display: block; }
  .watched .carousel-hits-cell:nth-of-type(1) {
    display: block; }
  .watched .carousel-hits-cell {
    display: none; }
  .watched .carousel-hits-cell.active {
    display: block; }
  .need-purchase-section .carousel-hits-cell:nth-of-type(1) {
    display: block; }
  .need-purchase-section .carousel-hits-cell {
    display: none; }
  .need-purchase-section .carousel-hits-cell.active {
    display: block; }
  .favourite-product-section .carousel-hits-cell:nth-of-type(1) {
    display: block; }
  .favourite-product-section .carousel-hits-cell {
    display: none; }
  .favourite-product-section .carousel-hits-cell.active {
    display: block; }
  .hidden-sm {
    display: none; }
  .visible-sm {
    display: block; }
  .more-products {
    display: block;
    width: 280px;
    border: 1px solid #AFB1B5;
    height: 42px;
    text-align: center;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin: 0 auto;
    font: 14px/42px "roboto-example", sans-serif;
    color: #000623;
    cursor: pointer;
    position: relative;
    padding-left: 20px; }
    .more-products:before {
      content: '';
      background: url(../img/pcta-shevron.svg) 0 0 no-repeat;
      background-size: 16px 11px;
      width: 16px;
      height: 11px;
      display: block;
      position: absolute;
      top: 16px;
      left: 22px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .more-products.active:before {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .product-card {
    width: 100%;
    float: none;
    overflow: hidden;
    height: auto; }
    .product-card .product-card-wrap {
      display: table;
      width: 100%;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent; }
    .product-card .label {
      top: 45px; }
    .product-card .in-favourite {
      right: unset;
      left: 20px; }
    .product-card .product-card-img {
      width: 20%;
      height: 160px;
      display: table-cell;
      float: left; }
    .product-card .product-card-body {
      width: 80%;
      display: table-cell;
      float: left;
      margin-top: 20px;
      padding-left: 20px; }
    .product-card .name {
      height: auto;
      display: inline-block; }
    .product-card .product-color ul li {
      margin-bottom: 4px; }
  .info-block,
  .m-main-trend,
  .m-hot-news {
    width: auto;
    margin: 0 -10px; }
  .product-card:nth-of-type(2n) .product-card-wrap {
    border-right: 0;
    border-left: 0; }
  .carousel-hits-section {
    width: auto;
    margin: 0 -10px; }
  .show-filter {
    display: inline-block;
    font: 18px/18px "roboto-example", sans-serif;
    color: #032E60;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px dashed #032E60;
    margin: 0 auto 20px;
    position: relative; }
    .show-filter:before {
      content: '';
      background: url(../img/filter.svg) 0 0 no-repeat;
      background-size: 18px 18px;
      width: 18px;
      height: 18px;
      display: block;
      position: absolute;
      left: -30px;
      top: 2px; }
  .catalog-control-wrap {
    display: none; }
    .catalog-control-wrap .show-count-item {
      float: left !important; }
  .catalog-control {
    margin: 20px auto 20px;
    display: table;
    text-align: center; }
    .catalog-control .sorting {
      width: 125px;
      display: block;
      float: none;
      margin: 0 auto 10px;
      float: left; }
      .catalog-control .sorting span {
        float: none;
        display: block; }
      .catalog-control .sorting .jq-selectbox {
        float: none;
        display: block;
        width: 115px;
        position: relative; }
    .catalog-control .input-numbers {
      width: 165px;
      margin: 0 auto 10px;
      float: none;
      display: block;
      clear: both; }
      .catalog-control .input-numbers span:first-of-type {
        display: block;
        text-align: center;
        margin-bottom: 10px; }
    .catalog-control .show-count-item {
      width: 120px;
      display: block;
      margin: 0 auto;
      float: none; }
      .catalog-control .show-count-item span {
        float: none;
        display: block;
        text-align: center;
        margin-right: 0; }
      .catalog-control .show-count-item .jq-selectbox {
        float: none; }
  .catalog-control-bottom {
    position: relative; }
    .catalog-control-bottom .pagination {
      width: 301px;
      margin: 15px auto 0;
      display: block;
      float: none; }
      .catalog-control-bottom .pagination .prev span,
      .catalog-control-bottom .pagination .next span {
        display: none; }
      .catalog-control-bottom .pagination li {
        margin: 0 1px; }
  .checkout {
    padding: 0; }
    .checkout form .title {
      margin-bottom: 15px;
      font: 300 32px/36px "roboto-example", sans-serif; }
    .checkout form .address {
      width: 100%;
      display: block; }
    .checkout form .office,
    .checkout form .entrance,
    .checkout form .intercom,
    .checkout form .floor {
      width: 48%;
      margin-right: 0; }
      .checkout form .office input[type="text"],
      .checkout form .entrance input[type="text"],
      .checkout form .intercom input[type="text"],
      .checkout form .floor input[type="text"] {
        width: 100%; }
    .checkout form .office,
    .checkout form .intercom {
      margin-right: 4%; }
    .checkout form .comment textarea {
      width: 100%; }
    .checkout .checkout-wrap {
      padding: 0; }
    .checkout .jq-selectbox,
    .checkout .jq-selectbox__select {
      width: 100%;
      display: block; }
  form .input-group {
    margin-bottom: 10px; }
  .order-cost ul {
    width: 250px;
    margin: 0 auto 15px; }
  .order-cost .total-sum {
    text-align: center; }
  .confirm-order {
    margin: 0 auto; }
  .date-time-wrap .left-col:first-of-type {
    margin-bottom: 20px; }
  .tabs-wrapper.checkout-tabs .label-wrap {
    text-align: center;
    float: none; }
    .tabs-wrapper.checkout-tabs .label-wrap label {
      float: none;
      display: inline-block; }
  .tabs-wrapper.checkout-tabs .level-2 .label-wrap {
    text-align: center;
    float: none; }
    .tabs-wrapper.checkout-tabs .level-2 .label-wrap label {
      float: none;
      display: inline-block; }
  .steps {
    display: none; }
  form .title {
    display: block;
    text-align: center; }
  .input-group input[type="text"],
  .input-group input[type="tel"] {
    width: 100%; }
  .checkout form .name,
  .checkout form .surname {
    float: none;
    margin-right: 0; }
  .tabs-wrapper.lk-tabs {
    width: auto;
    margin: 30px -10px 45px; }
    .tabs-wrapper.lk-tabs .label-wrap label.active {
      border-left: 0;
      border-right: 0; }
    .tabs-wrapper.lk-tabs .level-1 .tabs-content {
      border-top: 1px solid #d2d3d7;
      border-bottom: 0;
      border-left: 0;
      border-right: 0;
      padding: 25px 10px; }
  .my-avatar {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px; }
  #my-data {
    position: relative;
    margin-top: 200px; }
    #my-data .name {
      float: none;
      margin-right: 0; }
    #my-data .input-group {
      width: 100%; }
      #my-data .input-group input[type="text"],
      #my-data .input-group input[type="password"],
      #my-data .input-group input[type="tel"] {
        width: 100%; }
    #my-data .title {
      margin-top: 30px;
      margin-bottom: 10px; }
    #my-data input[type="submit"] {
      margin: 30px auto 0; }
  .tabs-wrapper.lk-tabs .level-2 .tabs-content.active {
    width: 100%;
    padding: 25px 0; }
  .cart-table {
    margin-top: 30px; }
    .cart-table thead {
      display: none; }
    .cart-table tbody .sku {
      margin-bottom: 0; }
    .cart-table tbody .weight {
      color: #7a7a7a; }
    .cart-table tbody .color {
      color: #7a7a7a;
      margin-bottom: 15px; }
    .cart-table tbody tr:first-of-type td:nth-of-type(1) {
      border-top: 1px solid #d9dde0; }
    .cart-table tbody td {
      padding: 35px 0 15px 0; }
      .cart-table tbody td:nth-of-type(2), .cart-table tbody td:nth-of-type(3) {
        display: none; }
      .cart-table tbody td:nth-of-type(1) {
        display: block;
        width: 100%; }
      .cart-table tbody td:nth-of-type(4) {
        border-left: 1px solid #d9dde0; }
      .cart-table tbody td:nth-of-type(4), .cart-table tbody td:nth-of-type(5), .cart-table tbody td:nth-of-type(6) {
        display: block;
        width: 33.3333%;
        float: left;
        height: 100px;
        text-align: center;
        padding: 5px 0; }
        .cart-table tbody td:nth-of-type(4) .title, .cart-table tbody td:nth-of-type(5) .title, .cart-table tbody td:nth-of-type(6) .title {
          font: 14px/32px "roboto-example", sans-serif;
          color: #000623; }
      .cart-table tbody td:nth-of-type(7), .cart-table tbody td:nth-of-type(8) {
        width: 0;
        height: 0;
        font-size: 0;
        position: relative; }
      .cart-table tbody td .in-favourite {
        position: absolute;
        top: 12px;
        right: 40px; }
      .cart-table tbody td .close {
        position: absolute;
        top: 12px;
        right: 10px; } }

@media only screen and (max-width: 600px) {
  .main-trend-video-preview {
    display: none; }
  .hidden-xs {
    display: none; }
  .visible-xs {
    display: block; }
  .info-block .m-banner-1 {
    float: none;
    width: 100%; }
  .info-block .m-banner-2 {
    float: none;
    width: 100%; }
  .m-hot-news .hot-news-col {
    width: 100%;
    float: none; }
  .main-slider .hidden-xs {
    display: none; }
  .self-removal-list .self-removal-info {
    float: none; }
  .self-removal-list a {
    float: none;
    margin-left: 35px; }
  .my-order-table .thead .tr .th {
    font: 300 12px/40px "roboto-example", sans-serif; }
    .my-order-table .thead .tr .th:nth-of-type(1) {
      width: 5%; }
    .my-order-table .thead .tr .th:nth-of-type(2), .my-order-table .thead .tr .th:nth-of-type(3), .my-order-table .thead .tr .th:nth-of-type(4), .my-order-table .thead .tr .th:nth-of-type(5) {
      width: 24%;
      text-align: center; }
  .my-order-table .tbody .tr .td:nth-of-type(2) a {
    font: 300 12px/40px "roboto-example", sans-serif; }
  .my-order-table .tbody .tr .td:nth-of-type(3) {
    font: 300 12px/40px "roboto-example", sans-serif; }
  .my-order-table .tbody .tr .td:nth-of-type(4) span {
    font: 300 12px/40px "roboto-example", sans-serif; }
  .my-order-table .tbody .tr .td:nth-of-type(5) span {
    font: 300 12px/40px "roboto-example", sans-serif; }
  .my-order-table .tbody .tr .td:nth-of-type(5) i {
    font: 300 12px/40px "ruble", sans-serif; }
  .my-order-table .tbody .tr .td:nth-of-type(1) {
    width: 5%; }
  .my-order-table .tbody .tr .td:nth-of-type(2), .my-order-table .tbody .tr .td:nth-of-type(3), .my-order-table .tbody .tr .td:nth-of-type(4), .my-order-table .tbody .tr .td:nth-of-type(5) {
    width: 24%; }
  .my-order-table .tbody .tr .td:nth-of-type(3), .my-order-table .tbody .tr .td:nth-of-type(4), .my-order-table .tbody .tr .td:nth-of-type(5) {
    text-align: center; }
  .my-order-table .tbody .tr .td:nth-of-type(2) {
    text-align: left; }
  .my-order-table .tbody .tr .td:nth-of-type(1) .my-order-table-shevron {
    position: relative;
    width: 18px;
    height: 7px; }
  .my-order-table .tbody .tr-hidden {
    background: #f4f5f6; }
    .my-order-table .tbody .tr-hidden .tr {
      height: auto; }
    .my-order-table .tbody .tr-hidden .tr-top {
      display: none; }
    .my-order-table .tbody .tr-hidden .tr-tbody {
      background: #fff; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td {
        display: table-cell;
        float: left; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(1) {
        width: 25%; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(2) {
        width: 75%; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(3) {
        width: 50%;
        height: 90px; }
        .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(3) span:first-of-type {
          font: 600 12px/19px "roboto-example", sans-serif; }
        .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(3) span {
          font: 300 14px/19px "roboto-example", sans-serif; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(4) {
        width: 50%;
        text-align: center;
        height: 90px; }
        .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(4) span:first-of-type {
          font: 600 12px/19px "roboto-example", sans-serif; }
        .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(4) span {
          font: 300 14px/19px "roboto-example", sans-serif; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(5) {
        width: 50%;
        height: 90px; }
        .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(5) span:first-of-type {
          font: 600 12px/19px "roboto-example", sans-serif; }
        .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(5) span {
          font: 300 14px/19px "roboto-example", sans-serif; }
      .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(6) {
        width: 50%;
        height: 90px; }
        .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(6) span {
          font: 300 14px/19px "roboto-example", sans-serif; }
        .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(6) i {
          font: 300 14px/19px "ruble", sans-serif; }
        .my-order-table .tbody .tr-hidden .tr-tbody .td:nth-of-type(6) span:first-of-type {
          font: 600 12px/19px "roboto-example", sans-serif; }
  .my-order-table .tbody .tr-hidden .old-price {
    font: 300 12px/19px "roboto-example", sans-serif !important; }
    .my-order-table .tbody .tr-hidden .old-price i {
      font: 300 12px/19px "ruble", sans-serif !important; }
  .my-order-table .tbody .tr-hidden .price {
    font: 300 16px/19px "roboto-example", sans-serif !important; }
    .my-order-table .tbody .tr-hidden .price i {
      font: 300 16px/19px "ruble", sans-serif !important; }
  .my-order-table .tbody .tr-hidden .product-name {
    font: 400 14px/19px "roboto-example", sans-serif !important; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .product-card .product-card-img {
    width: 30%; }
  .product-card .product-card-body {
    width: 70%; }
  .main-slider .img-lg {
    display: none; }
  .main-slider .img-md {
    display: none; }
  .main-slider .img-sm {
    display: none; }
  .main-slider .img-xs {
    display: block; }
  .header-mobile .hm-logo {
    margin: 19px 0;
    width: 184px;
    height: 22px; }
  .header-mobile .hm-logo img {
    width: 124px;
    height: 22px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 720px) {
    .main-ct {
  position: relative;
  background: #EBF5FF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 10;
  overflow: hidden; margin:11px 0;

  box-shadow:
   0 1px 4px rgba(0, 0, 0, .14),
   -23px 0 20px -23px rgba(0, 0, 0, .4),
   23px 0 20px -23px rgba(0, 0, 0, .4),
   0 0 40px rgba(0, 0, 0, .1) inset;

/*  border: 3px solid #FF0033 */}
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
  .recommended .more-products,
  .watched .more-products,
  .need-purchase-section .more-products,
  .favourite-product-section .more-products {
    display: none; }
  .carousel-hits-cell {
    display: block; }
  .hidden-sm {
    display: none; }
  .visible-sm {
    display: block; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
  .m-hot-news {
    display: none; }
  .catalog-control-wrap {
    display: block !important; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1260px) {
  .hidden-lg {
    display: none; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1366px) {
  /**/ }

.news-one {
    height: 430px;
    overflow: hidden;
    box-shadow: 0 15px 30px 0 rgba(33, 60, 117, 0.15);
    border-radius: 4px;
    margin-bottom: 25px;
    position: relative;
}

.news-one .card-label {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .5px;
    padding: 4px 10px;
}

.news-one__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(20, 27, 42, 0.3) 0%, rgba(20, 27, 42, 0.7) 100%);
}

.news-one__main {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    color: #fff;
    max-width: 510px;
}

.news-one__title {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}

.news-one__title:hover {
    text-decoration: none;
}

.news-one__desc {
    display: block;
    color: #DCDFE4;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.news-one__desc:hover {
    text-decoration: none;
}

.news-one__date {
    color: #B3BAC8;
    font-size: 14px;
    line-height: 22px;
}

.news-one &gt; img {
    min-width: 100%;
    min-height: 100%;
    max-width: 170%;
}

.news-one_set {
    display: inline-block;
    width: 22.4%;
    margin-right: 2%;
    height: 390px;
}

/*.news-one_set:nth-child(4n) {      margin-right:0; } */
.rer {
    margin-left:30px;
  overflow:hidden !important;
}



.news-one_set .news-one__desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}

.news-one_set .news-one__main {
    padding: 22px;
    height: 100%;
    bottom: 0;
}

.news-one_set .link-line {
    color: #fff;
}

.news-one_set .link-line:hover {
    color: #14CD89;
}

.news-one_set .news-one__overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(16, 27, 41, 0.6) 100%);
}

.news-one_set__info {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
}


.col-set14 {
    display: inline-block;
    vertical-align: middle;
    width: 48.8%;
    margin-right: 10.5%;
}

.col-set15 {
    display: inline-block;
    vertical-align: middle;
    width: 40.2%;
}

 .item-advantage {
    display: inline-block;
    vertical-align: top;
    width: 30.4%;
    margin-right: 4.0%;
    position: relative;
}

.item-advantage:nth-child(3n) {
    margin-right: 0;
}

.item-advantage__main {
    display: inline-block;
    vertical-align: middle;
    width:71%;
}

.item-advantage__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4.5%;
    border-radius: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 5px 10px 2px rgba(33, 60, 117, 0.08);
}

.item-advantage__icon span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 47px;
    height: 47px;
}

.item-advantage_full-width {
    width: 100%;
    margin: 0 0 11px;
}

.item-advantage_full-width:last-child {
    margin-bottom: 0;
}

.item-advantage_full-width .item-advantage__main {
    width: 80%;
}

.item-advantage_full-width .item-advantage__icon span {
    width: 47px;
    height: 47px;
}

.item-advantage_full-width .item-advantage__icon img {
    margin-top: 7px;
}
.slide-set {
    padding-top:0px;
    padding-bottom:30px;
}

.slide-set_last {
    padding-bottom: 0;
}
@media (max-width: 992px) {
  .news-one_set {
        width: 48.7%;
    }
    .news-one_set:nth-child(4n) {
        margin-right: 2%;
    }
    .news-one_set:nth-child(2n) {
        margin-right: 0;
    }
     .item-advantage_inline {
        width: 45%;
        margin-bottom: 30px;
    }
    .item-advantage_inline:nth-child(2n) {
        margin-right: 0;
    }
    .item-advantage_inline:nth-child(3n) {
        margin-right: 4%;
    }
    }



 @media (max-width: 660px) {
    .news-one__main {
        padding: 30px 15px;
    }
      .news-one_set {
        width: 97.7%;
    }

        .col-set14 {
        width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }
    .col-set15 {
        width: 100%;
        margin: 0;

    }
 .item-advantage {
        width: 100%;
        margin-right: 0;
    }




   }
.btn {
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.btn:hover {
    text-decoration: none;
}
  .btn_style2 {
    padding: 7px 16px;
    border: 1px solid #E0E8F4;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 500;
}

.btn_style2:hover {
    border-color: #B3BAC8;
}

.btn_style2:active {
    border-color: #2E3E5E;
}
.btn-wrap {
    text-align: center;
    margin-top: 12px;
}




</pre></body></html>