@import "../fonts/avenir/style.css";
@import "../fonts/icomoon/style.css";
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  font-family: "Avenir Next";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
header,
section,
footer {
  clear: both;
}
/* Всегда показывать полосу прокрутки (чтобы сайт не прыгал, когда на других страницах нет данной полосы)
   force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}
/* Добавляем буллеты к UL и цифры к OL, т.к. в контенте могут использоваться стандартные списки
  we can use default ULs & OLs with bullets */
ul {
  list-style: outside disc;
  margin: 15px 0 15px 30px;
}
ol {
  list-style: outside decimal;
  margin: 15px 0 15px 30px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
td img {
  vertical-align: top;
}
/* Сбрасываем отступы у элементов форм
  Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input,
select {
  vertical-align: middle;
}
input[type=radio],
input[type=checkbox] {
  margin: 1px 4px 4px 0;
}
input[type=text],
input[type=password] {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
/* Решение проблемы с обрезанием стилизованных кнопок в IE | make buttons play nice in IE */
button,
input[type=submit] {
  width: auto;
  overflow: visible;
}
*{
  font-weight: 400;
}
a{
  color: #656565;
}
.ie7 input[type=submit],
.ie7 input[type=reset],
.ie7 input[type=button] {
  -webkit-filter: chroma(color=#000000);
  filter: chroma(color=#000000);
}
.vacblock-in img
{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.vacblock-in
{
  width: 320px;
  text-align: justify;
  padding: 20px;
}
.vacblock
{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.vacblock-under
{
  margin-top: 20px;
  color: #a6a6a6;
}
.butvakavn:hover{
  background: #8a8a8a;
}
.butvakavn
{
  color: #fff;
  cursor: pointer;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  background: #ccc;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 30px;
}
body{
  padding-top: 50px;
}
/* Курсор-указатель на кликабельных элементах | hand cursor on clickable elements */
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
/* Стандартизируем моноширные элементы | standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
/* Устанавливаем произвольный цвет для выделения (не забываем убрать тень для текста)
  Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
/* ::-moz-selection{ background:#fcd700; color:#fff; text-shadow:none; } */
/* ::selection { background:#fcd700; color:#fff; text-shadow:none; } */
/* Устанавливаем произвольный цвет подсветки ссылок на Apple устройствах: j.mp/webkit-tap-highlight-color */
/* a:link {-webkit-tap-highlight-color:#fcd700;} */
/* Правильный ресайз картинок в IE7
  scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* Сброс float блоков | let's clear some floats */
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* Coded in LiveHTML :: http://livehtml.io */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Thin.eot');
  src: url('../fonts/lato/Lato-Thin.woff') format('woff'), url('../fonts/lato/Lato-Thin.ttf') format('truetype'), url('../fonts/lato/Lato-Thin.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-ThinItalic.eot');
  src: url('../fonts/lato/Lato-ThinItalic.woff') format('woff'), url('../fonts/lato/Lato-ThinItalic.ttf') format('truetype'), url('../fonts/lato/Lato-ThinItalic.svg') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Light.eot');
  src: url('../fonts/lato/Lato-Light.woff') format('woff'), url('../fonts/lato/Lato-Light.ttf') format('truetype'), url('../fonts/lato/Lato-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-LightItalic.eot');
  src: url('../fonts/lato/Lato-LightItalic.woff') format('woff'), url('../fonts/lato/Lato-LightItalic.ttf') format('truetype'), url('../fonts/lato/Lato-LightItalic.svg') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Regular.eot');
  src: url('../fonts/lato/Lato-Regular.woff') format('woff'), url('../fonts/lato/Lato-Regular.ttf') format('truetype'), url('../fonts/lato/Lato-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-RegularItalic.eot');
  src: url('../fonts/lato/Lato-RegularItalic.woff') format('woff'), url('../fonts/lato/Lato-RegularItalic.ttf') format('truetype'), url('../fonts/lato/Lato-RegularItalic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Medium.eot');
  src: url('../fonts/lato/Lato-Medium.woff') format('woff'), url('../fonts/lato/Lato-Medium.ttf') format('truetype'), url('../fonts/lato/Lato-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-MediumItalic.eot');
  src: url('../fonts/lato/Lato-MediumItalic.woff') format('woff'), url('../fonts/lato/Lato-MediumItalic.ttf') format('truetype'), url('../fonts/lato/Lato-MediumItalic.svg') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Semibold.eot');
  src: url('../fonts/lato/Lato-Semibold.woff') format('woff'), url('../fonts/lato/Lato-Semibold.ttf') format('truetype'), url('../fonts/lato/Lato-Semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-SemiBoldItalic.eot');
  src: url('../fonts/lato/Lato-SemiBoldItalic.woff') format('woff'), url('../fonts/lato/Lato-SemiBoldItalic.ttf') format('truetype'), url('../fonts/lato/Lato-SemiBoldItalic.svg') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Bold.eot');
  src: url('../fonts/lato/Lato-Bold.woff') format('woff'), url('../fonts/lato/Lato-Bold.ttf') format('truetype'), url('../fonts/lato/Lato-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-BoldItalic.eot');
  src: url('../fonts/lato/Lato-BoldItalic.woff') format('woff'), url('../fonts/lato/Lato-BoldItalic.ttf') format('truetype'), url('../fonts/lato/Lato-BoldItalic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Heavy.eot');
  src: url('../fonts/lato/Lato-Heavy.woff') format('woff'), url('../fonts/lato/Lato-Heavy.ttf') format('truetype'), url('../fonts/lato/Lato-Heavy.svg') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-HeavyItalic.eot');
  src: url('../fonts/lato/Lato-HeavyItalic.woff') format('woff'), url('../fonts/lato/Lato-HeavyItalic.ttf') format('truetype'), url('../fonts/lato/Lato-HeavyItalic.svg') format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Black.eot');
  src: url('../fonts/lato/Lato-Black.woff') format('woff'), url('../fonts/lato/Lato-Black.ttf') format('truetype'), url('../fonts/lato/Lato-Black.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-BlackItalic.eot');
  src: url('../fonts/lato/Lato-BlackItalic.woff') format('woff'), url('../fonts/lato/Lato-BlackItalic.ttf') format('truetype'), url('../fonts/lato/Lato-BlackItalic.svg') format('svg');
  font-weight: 900;
  font-style: italic;
}
.forpromoa a
{
  color: #000!important;
}
.bx-sls .dropdown-block{
  padding: 15px 0 15px 25px!important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
.liveselect {
  z-index: 500;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.liveselect.is-opened {
  z-index: 600;
}
.liveselect--element {
  display: none !important;
}
.liveselect--title {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 4px 32px 6px 8px;
  cursor: pointer;
  z-index: 501;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: 300ms border ease;
  -o-transition: 300ms border ease;
  transition: 300ms border ease;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.liveselect--title:before {
  text-align: center;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #dcdcdc;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: 30px;
  width: 32px;
  height: auto;
}
.liveselect--box {
  z-index: 500;
  border: 1px solid #333333;
  opacity: 0;
  background: #ffffff;
  margin: -1px 0 0 !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
}
.liveselect--list {
  overflow: auto;
  padding: 3px 0 4px;
  max-width: initial;
  max-height: 180px;
}
.liveselect--item {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 9px;
  -webkit-transition: 300ms color ease;
  -o-transition: 300ms color ease;
  transition: 300ms color ease;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}
.liveselect--item:hover {
  background: #edf0f2;
  color: #6699cc;
}
.liveselect--item.is-active {
  color: #6699cc;
}
.liveselect--group {
  padding: 8px 9px;
  *zoom: 1;
  font-size: 10px;
  line-height: 10px;
}
.liveselect--group:after {
  clear: both;
}
.liveselect--group:before,
.liveselect--group:after {
  content: " ";
  display: table;
}
.liveselect--group span {
  float: left;
  color: #666666;
  width: 50%;
  height: auto;
  display: block;
}
.liveselect.is-placeholder .liveselect--title {
  color: #666666;
}
.liveselect.is-opened .liveselect--title {
  border-color: #333333;
}
.liveselect.is-opened .liveselect--title:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.liveselect.with-label {
  z-index: 1;
}
.liveselect.with-label.is-opened {
  z-index: 10;
}
.liveselect.with-label .liveselect--title {
  padding: 14px 13px 4px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}
.liveselect.with-label .liveselect--title:before {
  line-height: 48px;
}
.liveselect.is-size .liveselect--item {
  *zoom: 1;
}
.liveselect.is-size .liveselect--item:after {
  clear: both;
}
.liveselect.is-size .liveselect--item:before,
.liveselect.is-size .liveselect--item:after {
  content: " ";
  display: table;
}
.liveselect.is-size .liveselect--item.is-soldout {
  color: #999999;
}
.liveselect.is-size .liveselect--item span {
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
  height: auto;
  display: block;
}
.liveselect.is-size .liveselect--item span:nth-child(3) {
  float: none;
  overflow: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  padding: 0 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e8e8e8;
  text-transform: uppercase;
  color: #000000;
  margin: -8px 0 0;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  font-size: 9px;
  line-height: 16px;
  font-weight: 300;
}
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 2px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  background: #d0d0d0;
  height: 2px;
  top: 0;
}
.irs-bar {
  background: #666666;
  height: 2px;
  top: 0;
  z-index: 1;
}
.irs-bar-edge {
  top: 25px;
  height: 6px;
  width: 7px;
}
.irs-shadow {
  display: none;
}
.lt-ie9 .irs-shadow {
  display: none;
}
.irs-slider {
  width: 8px;
  height: 15px;
  top: 21px;
  background-position: 0 -120px;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background-position: 0 -150px;
}
.irs-min,
.irs-max {
  display: none;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #3654b0;
}
.irs-from,
.irs-to,
.irs-single {
  background: red;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 2px solid #666666;
  background: #ffffff;
  top: -7px;
  z-index: 2;
  font-size: 0;
  line-height: 0;
  width: 16px;
  height: 16px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #d8dff3;
}
.irs-grid-pol {
  background: #777;
}
.irs-grid-text {
  color: #e0e0e0;
}
.picZoomer {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.picZoomer-pic-wp {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
}
.picZoomer-zoom-pic {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.picZoomer-pic {
  cursor: crosshair;
  display: block;
  width: 100% !important;
  height: auto !important;
}
.picZoomer-zoom-wp {
  margin: 0 0 0 1px;
  z-index: 10;
  overflow: hidden;
  display: none;
  width: -webkit-calc(100% + 23px) !important;
  width: calc(100% + 23px) !important;
  height: auto !important;
  position: absolute !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 100% !important;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}
.scroll-element {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
  opacity: 0;
  -webkit-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  transition: 200ms all ease;
}
.scroll-wrapper:hover .scroll-element {
  opacity: 1;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 3px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 3px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
  top: 3px;
  bottom: 3px;
  height: auto;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #bbbbbb;
  cursor: pointer;
  -webkit-transition: 200ms background ease;
  -o-transition: 200ms background ease;
  transition: 200ms background ease;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar,
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #343434;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}
/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
html {
  min-width: auto;
  width: auto;
  height: 100%;
}
body {
  font: normal normal 14px/20px 'Lato', arial, sans-serif;
  background: #ffffff;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  min-height: initial;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
body input,
body textarea,
body button {
  font-family: 'Lato', arial, sans-serif;
}
body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 1130px;
  height: auto;
  min-width: 320px;
  min-height: initial;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
    height: auto;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .container {
    width: 960px;
    height: auto;
  }
}
a,
button {
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}
.row {
  margin: 0 -20px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 1129px) {
  .row {
    margin: 0 -15px;
  }
}
.row.no-gutter {
  margin: 0;
}
.row.no-gutter > * {
  padding-left: 0;
  padding-right: 0;
}
.row.gutter-20 {
  margin: 0 -10px;
}
.row.gutter-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutter-24 {
  margin: 0 -12px;
}
.row.gutter-24 > * {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .row.xs-gutter-16 {
    margin: 0 -8px;
  }
  .row.xs-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.col-xs-0 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 0%;
  height: auto;
}
@media (max-width: 1129px) {
  .item--video
  {
    padding-left: 10px;
  }
  .item--video iframe
  {
    height: 605px!important;
  }
}@media (max-width: 959px) {
  .item--video iframe
  {
    height: 475px!important
  }
}
@media (max-width: 1129px) {
  .col-xs-0 {
    padding: 0 15px;
  }
}
.col-xs-offset-0 {
  margin-right: 0%;
}
.col-xs-offset-l-0 {
  margin-left: 0%;
}
.col-xs-1 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 8.33333333%;
  height: auto;
}
@media (max-width: 1129px) {
  .item--photo img
  {
    padding-left: 10px;
  }
}
@media (max-width: 1129px) {
  .col-xs-1 {
    padding: 0 15px;
  }
}
.col-xs-offset-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-l-1 {
  margin-left: 8.33333333%;
}
.col-xs-2 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 16.66666667%;
  height: auto;
}
@media (max-width: 1129px) {
  .col-xs-2 {
    padding: 0 15px;
  }
}
.col-xs-offset-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-l-2 {
  margin-left: 16.66666667%;
}
.col-xs-3 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 25%;
  height: auto;
}
@media (max-width: 1129px) {
  .col-xs-3 {
    padding: 0 15px;
  }
}
.col-xs-offset-3 {
  margin-right: 25%;
}
.col-xs-offset-l-3 {
  margin-left: 25%;
}
.col-xs-4 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 33.33333333%;
  height: auto;
}
@media (max-width: 1129px) {
  .col-xs-4 {
    padding: 0 15px;
  }
}
.col-xs-offset-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-l-4 {
  margin-left: 33.33333333%;
}
.col-xs-5 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 41.66666667%;
  height: auto;
}
@media (max-width: 1129px) {
  .col-xs-5 {
    padding: 0 15px;
  }
}
.col-xs-offset-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-l-5 {
  margin-left: 41.66666667%;
}
.col-xs-6 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 50%;
  height: auto;
}
@media (max-width: 1129px) {
  .col-xs-6 {
    padding: 0 15px;
  }
}
.col-xs-offset-6 {
  margin-right: 50%;
}
.col-xs-offset-l-6 {
  margin-left: 50%;
}
.col-xs-7 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 58.33333333%;
  height: auto;
}
@media (max-width: 1129px) {
  .col-xs-7 {
    padding: 0 15px;
  }
}
.col-xs-offset-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-l-7 {
  margin-left: 58.33333333%;
}
.col-xs-8 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 66.66666667%;
  height: auto;
}
@media (max-width: 1129px) {
  .col-xs-8 {
    padding: 0 15px;
  }
}
.col-xs-offset-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-l-8 {
  margin-left: 66.66666667%;
}
.col-xs-9 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 75%;
  height: auto;
}
@media (max-width: 1129px) {
  .col-xs-9 {
    padding: 0 15px;
  }
}
.col-xs-offset-9 {
  margin-right: 75%;
}
.col-xs-offset-l-9 {
  margin-left: 75%;
}
.col-xs-10 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 83.33333333%;
  height: auto;
}
@media (max-width: 1129px) {
  .col-xs-10 {
    padding: 0 15px;
  }
}
.col-xs-offset-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-l-10 {
  margin-left: 83.33333333%;
}
.col-xs-11 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 91.66666667%;
  height: auto;
}
@media (max-width: 1129px) {
  .col-xs-11 {
    padding: 0 15px;
  }
}
.col-xs-offset-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-l-11 {
  margin-left: 91.66666667%;
}
.col-xs-12 {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  height: auto;
}
@media (max-width: 1129px) {
  .col-xs-12 {
    padding: 0 15px;
  }
}
.col-xs-offset-12 {
  margin-right: 100%;
}
.col-xs-offset-l-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-0 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 0%;
    height: auto;
  }
  .col-sm-offset-0 {
    margin-right: 0%;
  }
  .col-sm-offset-l-0 {
    margin-left: 0%;
  }
  .col-sm-1 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 8.33333333%;
    height: auto;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-l-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-2 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 16.66666667%;
    height: auto;
  }
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-l-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-3 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 25%;
    height: auto;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
  }
  .col-sm-offset-l-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 33.33333333%;
    height: auto;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-l-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-5 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 41.66666667%;
    height: auto;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-l-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-6 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 50%;
    height: auto;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
  }
  .col-sm-offset-l-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 58.33333333%;
    height: auto;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-l-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-8 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 66.66666667%;
    height: auto;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-l-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-9 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 75%;
    height: auto;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
  }
  .col-sm-offset-l-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 83.33333333%;
    height: auto;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-l-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-11 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 91.66666667%;
    height: auto;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-l-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-12 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: auto;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
  }
  .col-sm-offset-l-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-0 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-1 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-2 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-3 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-4 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-5 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-6 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-7 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-8 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-9 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-10 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-11 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .col-sm-12 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) {
  .col-md-0 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 0%;
    height: auto;
  }
  .col-md-offset-0 {
    margin-right: 0%;
  }
  .col-md-offset-l-0 {
    margin-left: 0%;
  }
  .col-md-1 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 8.33333333%;
    height: auto;
  }
  .col-md-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-l-1 {
    margin-left: 8.33333333%;
  }
  .col-md-2 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 16.66666667%;
    height: auto;
  }
  .col-md-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-l-2 {
    margin-left: 16.66666667%;
  }
  .col-md-3 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 25%;
    height: auto;
  }
  .col-md-offset-3 {
    margin-right: 25%;
  }
  .col-md-offset-l-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 33.33333333%;
    height: auto;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-l-4 {
    margin-left: 33.33333333%;
  }
  .col-md-5 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 41.66666667%;
    height: auto;
  }
  .col-md-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-l-5 {
    margin-left: 41.66666667%;
  }
  .col-md-6 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 50%;
    height: auto;
  }
  .col-md-offset-6 {
    margin-right: 50%;
  }
  .col-md-offset-l-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 58.33333333%;
    height: auto;
  }
  .col-md-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-l-7 {
    margin-left: 58.33333333%;
  }
  .col-md-8 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 66.66666667%;
    height: auto;
  }
  .col-md-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-l-8 {
    margin-left: 66.66666667%;
  }
  .col-md-9 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 75%;
    height: auto;
  }
  .col-md-offset-9 {
    margin-right: 75%;
  }
  .col-md-offset-l-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 83.33333333%;
    height: auto;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-l-10 {
    margin-left: 83.33333333%;
  }
  .col-md-11 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 91.66666667%;
    height: auto;
  }
  .col-md-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-l-11 {
    margin-left: 91.66666667%;
  }
  .col-md-12 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: auto;
  }
  .col-md-offset-12 {
    margin-right: 100%;
  }
  .col-md-offset-l-12 {
    margin-left: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-0 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-1 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-2 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-3 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-4 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-5 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-6 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-7 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-8 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-9 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-10 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-11 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .col-md-12 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) {
  .col-lg-0 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 0%;
    height: auto;
  }
  .col-lg-offset-0 {
    margin-right: 0%;
  }
  .col-lg-offset-l-0 {
    margin-left: 0%;
  }
  .col-lg-1 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 8.33333333%;
    height: auto;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-l-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-2 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 16.66666667%;
    height: auto;
  }
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-l-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-3 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 25%;
    height: auto;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
  }
  .col-lg-offset-l-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 33.33333333%;
    height: auto;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-l-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-5 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 41.66666667%;
    height: auto;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-l-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-6 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 50%;
    height: auto;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
  }
  .col-lg-offset-l-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 58.33333333%;
    height: auto;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-l-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-8 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 66.66666667%;
    height: auto;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-l-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-9 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 75%;
    height: auto;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
  }
  .col-lg-offset-l-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 83.33333333%;
    height: auto;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-l-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-11 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 91.66666667%;
    height: auto;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-l-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-12 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: auto;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
  }
  .col-lg-offset-l-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-0 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-1 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-2 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-3 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-4 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-5 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-6 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-7 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-8 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-9 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-10 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-11 {
    padding: 0 15px;
  }
}
@media (min-width: 1130px) and (max-width: 1129px) {
  .col-lg-12 {
    padding: 0 15px;
  }
}
.mt {
  margin-top: 40px;
}
.mr {
  margin-right: 40px;
}
.mb {
  margin-bottom: 40px;
}
.ml {
  margin-left: 40px;
}
.inner-page {
  overflow: inherit;
}
@media (max-width: 767px) {
  .inner-page {
    padding: 10px 0 0;
  }
}
.header {
  z-index: 1000;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .header {
    border-bottom: 1px solid #edf0f2;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
  }
}
.header--top {
  background: #edf0f2;
  padding: 0 40px;
}
@media (min-width: 768px) and (max-width: 1129px) {
  .header--top {
    padding: 0 15px;
  }
}
.header--menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.header--menu li {
  margin: 0 40px 0 0;
  display: inline-block;
  vertical-align: top;
}
.header--menu a {
  color: #333333;
  text-decoration: none;
  padding: 15px 0;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.header--menu a:hover {
  color: #698593;
}
.header--info.backgriob {
  background-color: #edf0f2;
}
.header--info {
  padding: 0px 20px 0px 40px;
  position: fixed;
  top: 0;
  right: 0;
  //z-index: 1000;
  /* bottom: auto; */
  left: 0;
}
.header--info:after {
  clear: both;
}
.header--info:before,
.header--info:after {
  content: " ";
  display: table;
}
@media (min-width: 768px) and (max-width: 1129px) {
  .header--info {
    /*padding: 19px 15px 21px;*/
  }
}
.header--phone {
  float: left;
  color: #333333;
  text-decoration: none;
  padding: 14px 0 16px 40px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font: 300 20px/30px 'Roboto';
}
.header--phone:hover {
  color: #698593;
}
.header--phone:before {
  content: '\e90b';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 58px;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.header--logo {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #333333;
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 50%;
  display: block;
}
@media (max-width: 767px) {
  .header--logo {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    float: left;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: -webkit-calc(100% - 60px - 60px - 60px);
    width: calc(100% - 60px - 60px - 60px);
    height: auto;
  }
}
.header--logo:hover {
  color: #698593;
}
.header--logo:before {
  display: none;
  /*content: '\e905';*/
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  display: block;
}
@media (max-width: 767px) {
  .header--logo:before {
    font-size: 30px;
    line-height: 60px;
  }
}
.header--btns {
  float: right;
  font-size: 0;
  line-height: 0;
}
.header--btn {
  color: #333333;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 60px;
  height: 50px;
}
@media (max-width: 767px) {
  .header--btn {
    float: right;
  }
}
.header--btn i {
  z-index: 2;
  text-shadow: #ffffff 1px 0px 0px, #ffffff 0.540302px 0.841471px 0px, #ffffff -0.416147px 0.909297px 0px, #ffffff -0.989992px 0.14112px 0px, #ffffff -0.653644px -0.756802px 0px, #ffffff 0.283662px -0.958924px 0px, #ffffff 0.96017px -0.279415px 0px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  font-size: 20px;
  line-height: 50px;
}
.header--btn span {
  background: #333333;
  color: #ffffff;
  padding: 5px 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  z-index: 1;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  position: absolute;
  top: 6px;
  right: -1px;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .header--btn span {
    padding: 0;
    width: 22px;
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    position: absolute;
    top: 10px;
    right: 6px;
    bottom: auto;
    left: auto;
  }
}
.header--btn:hover {
  color: #698593;
}
.header--btn:hover span {
  background: #698593;
}
.header--nav {
  border-top: 1px solid #edf0f2;
  border-bottom: 1px solid #edf0f2;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--nav .container {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (min-width: 768px) and (max-width: 959px) {
  .header--list {
    margin: 0 -15px;
  }
}
.header--item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--item > a {
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  border-bottom: 5px solid transparent;
  text-align: center;
  padding: 28px 0 25px;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 959px) {
  .header--item > a {
    font-size: 13px;
    line-height: 15px;
  }
}
.header--item > ul {
  list-style: none;
  margin: 1px 0 0;
  padding: 28px 40px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: -30px;
  min-width: -webkit-calc(100% + 30px + 30px);
  min-width: calc(100% + 30px + 30px);
  min-height: initial;
}
.header--item > ul li {
  display: block;
}
.header--item > ul a {
  text-decoration: none;
  color: #333333;
  padding: 8px 0;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.header--item > ul a:hover {
  color: #6699cc;
}
.header--item.is-sub {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--item.is-sub.is-simple {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--item.is-active a,
.header--item:hover a {
  border-color: #333333;
}
@media (min-width: 960px) and (max-width: 1129px) {
  .header--item:last-child > ul {
    position: absolute;
    top: 100%;
    right: -10px;
    bottom: auto;
    left: auto;
  }
}
.header--search {
  z-index: 2;
  display: none;
  width: 300px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 145px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .header--search {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    display: block !important;
  }
}
.header--input {
  background: #ffffff;
  color: #333333;
  padding: 12px 49px 16px 20px;
  border: 1px solid #dcdcdc;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header--input {
    border: none;
    background: #edf0f2;
    padding: 19px 60px 21px 20px;
    width: 100%;
    height: 60px;
  }
}
.header--input:hover,
.header--input:focus {
  border-color: #718491;
}
.header--submit {
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  color: #718491;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .header--submit {
    width: 60px;
    height: 60px;
  }
}
.header--submit i {
  display: block;
  font-size: 20px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .header--submit i {
    font-size: 20px;
    line-height: 60px;
  }
}
.header--search.is-error .header--input {
  border-color: #d64d53;
}
.header--sub {
  background: rgba(255, 255, 255, 0.95);
  padding: 35px 0 75px;
  z-index: 20;
  margin: 1px 0 0;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
}
@media (min-width: 960px) and (max-width: 1129px) {
  .header--sub {
    padding: 35px 0 50px;
  }
}
.header--sub-in {
  margin: 0 -20px;
  *zoom: 1;
}
.header--sub-in:after {
  clear: both;
}
.header--sub-in:before,
.header--sub-in:after {
  content: " ";
  display: table;
}
.header--sub-col {
  padding: 0 20px;
  float: left;
}
.header--sub-col.is-col1 {
  width: 480px;
  height: auto;
}
.header--sub-col.is-col2 {
  width: 230px;
  height: auto;
}
.header--sub-col.is-col3 {
  margin-right: 90px;
  width: 600px;
  height: auto;
}
@media (min-width: 960px) and (max-width: 1129px) {
  .header--sub-col.is-col3 {
    margin-right: 0;
    width: 550px;
    height: auto;
  }
}
.header--sub-col.is-col4 {
  width: 180px;
  height: auto;
}
.header--sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 20;
}
.header--sub-list li {
  display: block;
}
.header--sub-list a {
  text-decoration: none;
  color: #333333;
  padding: 8px 0;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.header--sub-list a:hover {
  color: #6699cc;
}
.header--sub-list.with-cols {
  margin: 0 -10px;
  font-size: 0;
  line-height: 0;
}
.header--sub-list.with-cols li {
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.header--sub-list.with-cols.is-cols2 li {
  width: 50%;
  height: auto;
}
.header--sub-list.with-cols.is-cols3 li {
  width: 33.33333333%;
  height: auto;
}
.header--title {
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #333333;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.header--title:hover {
  color: #6699cc;
}
.header--brands {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 15px 0 -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header--brand {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header--brand:hover {
  opacity: 0.6;
}
.header--brand img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: 52px;
}
.header--line {
  *zoom: 1;
}
.header--line:after {
  clear: both;
}
.header--line:before,
.header--line:after {
  content: " ";
  display: table;
}
.header--open {
  float: left;
  text-align: center;
  color: #333333;
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
}
.header--open i {
  display: block;
  font-size: 16px;
  line-height: 60px;
}
.xs-menu {
  z-index: 900;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: -270px;
  width: 270px;
  height: auto;
}
@media (min-width: 768px) {
  .xs-menu {
    display: none !important;
  }
}
.xs-menu.is-shown {
  left: 0;
}
.xs-menu--overlay {
  z-index: 899;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .xs-menu--overlay {
    display: none !important;
  }
}
.xs-menu--in {
  background: #ffffff;
  padding: 60px 0;
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.xs-menu--box {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 0 20px;
  width: auto;
  height: 100%;
}
.xs-menu--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xs-menu--item {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.xs-menu--item > a.is-title {
  text-decoration: none;
  color: #333333;
  border-bottom: 2px solid #edf0f2;
  text-transform: uppercase;
  padding: 13px 0 11px;
  z-index: 1;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 20px;
  font-weight: 900;
}
.xs-menu--item > a.is-arrow {
  text-align: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-decoration: none;
  color: #333333;
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 54px;
  height: auto;
}
.xs-menu--item > a.is-arrow:before {
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 7px;
  line-height: 44px;
}
.xs-menu--sub {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  display: none;
}
.xs-menu--sub > li {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.xs-menu--sub > li > a.is-title {
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid #edf0f2;
  padding: 12px 0 13px;
  z-index: 1;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.xs-menu--sub > li > a.is-arrow {
  text-align: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-decoration: none;
  color: #333333;
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 54px;
  height: auto;
}
.xs-menu--sub > li > a.is-arrow:before {
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 7px;
  line-height: 44px;
}
.xs-menu--sub > li.is-sub > a.is-title {
  padding: 12px 0;
  border-bottom-width: 2px;
  text-transform: uppercase;
}
.xs-menu--sub > li > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  display: none;
}
.xs-menu--sub > li > ul li {
  display: block;
}
.xs-menu--sub > li > ul a {
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid #edf0f2;
  padding: 12px 0 13px;
  display: block;
}
.xs-menu--sub > li.is-sub.is-active > a.is-arrow {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.xs-menu--sub > li.is-sub.is-active > ul {
  display: block;
}
.xs-menu--item.is-sub.is-active > a.is-arrow {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.xs-menu--item.is-sub.is-active > .xs-menu--sub {
  display: block;
}
.xs-menu--profile {
  background: #333333;
  color: #ffffff;
  padding: 19px 50px 21px 20px;
  text-decoration: none;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 60px;
  font-size: 16px;
  line-height: 20px;
}
.xs-menu--profile:before {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  content: '\e909';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 60px;
  width: 50px;
  height: auto;
}
.page {
  padding: 32px 0 80px;
}
@media (max-width: 767px) {
  .page {
    padding: 0 0 50px;
  }
}
.page.no-pb {
  padding-bottom: 0;
}
.page--title {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .page--title {
    padding: 26px 0 21px;
    margin: 0;
    font-size: 26px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .page--title {
    font-size: 42px;
    line-height: 48px;
  }
}
.page--intro {
  margin: 0 0 46px;
  padding: 12px 0 0;
}
@media (max-width: 767px) {
  .page--intro {
    margin: -19px -15px 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .page--intro {
    padding: 0;
  }
}
.page--intro img {
  display: block;
  width: 100%;
  height: auto;
}
.sidenav {
  padding: 5px 0 0;
}
@media (max-width: 767px) {
  .sidenav {
    margin: 0 -15px 24px;
    border-bottom: 2px solid #edf0f2;
    padding: 0;
  }
  .sidenav.without-intro {
    margin-top: -19px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sidenav {
    margin: 0 -10px;
    padding: 0 0 10px;
  }
}
.sidenav--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .sidenav--list {
    padding: 0 15px;
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sidenav--list {
    font-size: 0;
    line-height: 0;
  }
}
.sidenav--item {
  margin: 0 0 21px;
}
@media (max-width: 767px) {
  .sidenav--item {
    margin: 0 22px 0 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sidenav--item {
    margin: 0 10px 20px;
    display: inline-block;
    vertical-align: top;
  }
}
.sidenav--item a {
  text-transform: uppercase;

  padding: 1px 0 0 8px;
  text-decoration: none;
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sidenav--item a {
    padding: 20px 0 19px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sidenav--item a {
    border: none;
    padding: 0;
  }
}
.sidenav--item:hover a {
  color: #b0bfc8;
}
.sidenav--item a{
  text-transform: unset;
  font-size: 17px;
}
.sidenav--item.is-active a:after {
  content: ' ';
  position: absolute;
  right: -22px;
  top: 8px;
  width: 15px;
  height: 1px;
  border-top: 2px #000 solid;
}
.sidenav--item.is-active a {

  display: inline-block;
  position: relative;
}
.tool-btn {
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  z-index: 800;
  -webkit-transition: 300ms color ease, 300ms background ease;
  -o-transition: 300ms color ease, 300ms background ease;
  transition: 300ms color ease, 300ms background ease;
  display: none;
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .tool-btn {
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 60px;
    height: 60px;
  }
}
.tool-btn.is-up {
  background: #ffffff;
  color: #333333;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: auto;
  right: 60px;
  bottom: 160px;
  left: auto;
}
@media (min-width: 768px) and (max-width: 959px) {
  .tool-btn.is-up {
    position: fixed;
    top: auto;
    right: 30px;
    bottom: 130px;
    left: auto;
  }
}
.tool-btn.is-up:hover {
  color: #718491;
}
.tool-btn.is-mail {
  background: #333333;
  color: #ffffff;
  position: fixed;
  top: auto;
  right: 60px;
  bottom: 60px;
  left: auto;
}
@media (max-width: 767px) {
  .tool-btn.is-mail {
    position: absolute;
    top: -12px;
    right: 5px;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .tool-btn.is-mail {
    position: fixed;
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
  }
}
.tool-btn.is-mail:hover {
  background: #718491;
}
.tool-btn i {
  display: block;
  font-size: 20px;
  line-height: 80px;
}
@media (max-width: 767px) {
  .tool-btn i {
    font-size: 16px;
    line-height: 60px;
  }
}
.tool-btn i.is-arrow-up {
  font-size: 16px;
  line-height: 80px;
}
.footer {
  background: #edf0f2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.footer--features {
  *zoom: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.footer--features:after {
  clear: both;
}
.footer--features:before,
.footer--features:after {
  content: " ";
  display: table;
}
.footer--feature {
  color: #666666;
  padding: 25px 0 27px 70px;
  text-decoration: none;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .footer--feature {
    margin: 0 -15px;
    padding: 0!important;
    border-bottom: 2px solid #ffffff;
    width: auto;
    height: 58px;
  }
  .footer--feature.in-main {
    border-color: #edf0f2;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer--feature {
    padding: 31px 0 30px 70px;
  }
}
.footer--feature:nth-child(1) {
  float: left;
  padding-left: 104px;
}
@media (max-width: 767px) {
  .footer--feature:nth-child(1) {
    float: none;
  }
}
.footer--feature:nth-child(2) {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
}
@media (max-width: 767px) {
  .footer--feature:nth-child(2) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.footer--feature:nth-child(3) {
  float: right;
}
@media (max-width: 767px) {
  .footer--feature:nth-child(3) {
    float: none;
  }
}
.footer--feature-i {
  color: #333333;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .footer--feature-i {
    text-align: center;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 75px;
    height: auto;
  }
}
.footer--feature-i:before {
  display: block;
  font-size: 50px !important;
  line-height: 50px !important;
}
@media (max-width: 767px) {
  .footer--feature-i:before {
    font-size: 30px !important;
    line-height: 58px !important;
  }
}
.footer--feature-i.is-delivery:before {
  content: '\e908';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .footer--feature-i.is-delivery:before {
    content: '\e91f';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.footer--feature-i.is-payment:before {
  content: '\e903';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer--feature-i.is-refund:before {
  content: '\e902';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer--feature-t {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer--feature-t {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    bottom: auto;
    left: 75px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer--feature-t {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer--feature-t span {
  font-weight: 800;
  display: block;
}
@media (max-width: 767px) {
  .footer--feature-t span {
    font-weight: inherit;
    display: initial;
  }
}
.footer--feature:hover {
  color: #698593;
}
.footer--feature:hover .footer--feature-i {
  color: #698593;
}
.footer--hr {
  background: #ffffff;
  width: auto;
  height: 1px;
}
.footer--info {
  padding: 55px 0 86px;
  *zoom: 1;
}
.footer--info:after {
  clear: both;
}
.footer--info:before,
.footer--info:after {
  content: " ";
  display: table;
}
@media (max-width: 767px) {
  .footer--info {
    padding: 0 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer--info {
    padding: 50px 0 25px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .footer--info {
    padding: 50px 0 55px;
  }
}
.footer--phone {
  color: #333333;
  text-decoration: none;
  padding: 25px 0 25px 35px;
  margin: 0 0 8px;
  letter-spacing: 1.2px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font: 300 20px/30px 'Roboto';
}
.footer--phone:hover {
  color: #698593;
}
.footer--phone:before {
  content: '\e90b';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 29px;
  right: auto;
  bottom: auto;
  left: 5px;
}
.footer--col {
  float: left;
}
.footer--col:nth-child(1) {
  width: 370px;
  height: auto;
}
.footer--col:nth-child(2) {
  width: 315px;
  height: auto;
}
.footer--col:nth-child(3) {
  width: 180px;
  height: auto;
}
.footer--col:nth-child(4) {
  width: 235px;
  height: auto;
}
@media (max-width: 767px) {
  .footer--col {
    float: none;
    margin: 0 0 37px;
    width: auto !important;
    height: auto !important;
  }
  .footer--col:last-child {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer--col {
    margin: 0 0 30px;
    width: 50% !important;
    height: auto !important;
  }
}
.footer--title {
  text-transform: uppercase;
  margin: 0 0 23px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .footer--title {
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 20px;
  }
}
.footer--subscribe {
  padding: 4px 0 55px;
  width: 300px;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .footer--subscribe {
    padding: 0 0 39px;
    width: auto;
    height: auto;
  }
}
.footer--subscribe.is-success {
  font-style: italic;
  padding: 7px 0 58px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  width: 180px;
  height: auto;
}
.footer--input {
  background: #ffffff;
  color: #333333;
  padding: 12px 46px 16px 20px;
  border: 1px solid #ffffff;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.footer--input:hover,
.footer--input:focus {
  border-color: #718491;
}
.footer--submit {
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  color: #718491;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 47px;
  height: 50px;
}
@media (max-width: 767px) {
  .footer--submit {
    opacity: 1;
  }
}
.footer--submit i {
  display: block;
  font-size: 15px;
  line-height: 50px;
}
.footer--subscribe.is-error .footer--input {
  border-color: #d64d53;
}
.footer--subscribe.has-value .footer--submit {
  opacity: 1;
  pointer-events: initial;
}
.footer--cards {
 # background: url(../img/cards.svg) left bottom no-repeat;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
  width: auto;
  height: 32px;
}
.footer--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--list li {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  display: block;
}
@media (max-width: 767px) {
  .footer--list li {
    margin: 0 0 17px;
  }
}
.footer--list a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.footer--list a:hover {
  color: #698593;
}
.footer--list.is-grey a {
  color: #999999;
}
.footer--list.is-grey a:hover {
  color: #698593;
}
.footer--socials {
  margin: -14px 0 14px;
  *zoom: 1;
}
.footer--socials:after {
  clear: both;
}
.footer--socials:before,
.footer--socials:after {
  content: " ";
  display: table;
}
@media (max-width: 767px) {
  .footer--socials {
    margin: -8px 0 32px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.footer--social {
  float: left;
  color: #333333;
  text-decoration: none;
  margin: 0 30px 0 0;
  display: block;
}
.footer--social:hover {
  color: #698593;
}
.footer--social i {
  display: block;
  font-size: 20px;
  line-height: 36px;
}
.footer--social i.icon-vk {
  font-size: 12px;
  line-height: 36px;
}
.footer--developer {
  color: #333333;
  text-decoration: none;
  margin: 36px 0 0;
  letter-spacing: -0.4px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer--developer {
    margin: 11px 0 0;
  }
}
.footer--developer:hover {
  color: #698593;
}
.cookie-box {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  z-index: 2000000;
  display: none;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.cookie-box--close {
  text-align: center;
  text-decoration: none;
  color: #333333;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 50px;
  height: auto;
}
@media (max-width: 767px) {
  .cookie-box--close {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: auto;
  }
}
.cookie-box--close:hover {
  color: #698593;
}
.cookie-box--close i {
  display: block;
  font-size: 20px;
  line-height: 44px;
}
@media (max-width: 767px) {
  .cookie-box--close i {
    font-size: 18px;
    line-height: 58px;
  }
}
.cookie-box--text {
  padding: 35px 0 45px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cookie-box--text {
    padding: 51px 5px 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.btn {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 3px solid;
  color: #333333;
  padding: 12px 24px;
  cursor: pointer;
  background: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
.btn:hover,
.btn.is-active {
  color: #718491;
}
.btn.is-grey {
  background: #ced6dc;
  border-color: #ced6dc;
  color: #333333;
  font-weight: 500;
}
.btn.is-grey:hover,
.btn.is-grey.is-active {
  background: #718491;
  border-color: #718491;
  color: #ced6dc;
}
.btn.is-lgrey {
  background: #ced6dc;
  border-color: #ced6dc;
  color: #232d35;
}
.btn.is-lgrey:hover,
.btn.is-lgrey.is-active {
  background: #718491;
  border-color: #718491;
  color: #ced6dc;
}
.btn.is-dark {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn.is-dark:hover,
.btn.is-dark.is-active {
  background: #718491;
  border-color: #718491;
}
.btn.is-active {
  cursor: default;
}
.btn.is-block {
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  height: auto;
}
.m-field {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.m-field--label {
  pointer-events: none;
  z-index: 3;
  position: absolute;
  top: 4px;
  right: 13px;
  bottom: auto;
  left: 13px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
.m-field--input {
  border: 1px solid #e4e4e4;
  background: #ffffff;
  padding: 14px 13px 6px;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 40px;
}
.m-field--input:focus,
.m-field--input:hover {
  border-color: #879ea9;
}
textarea.m-field--input {
  resize: none;
  padding-top: 24px;
  padding-bottom: 16px;
  width: 100%;
  height: 160px;
  font-size: 16px;
  line-height: 20px;
}
.m-field--input[disabled] {
  background: #edf0f2;
  border-color: #e4e4e4;
}
.m-field--error {
  color: #f64c52;
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 18px;
}
.m-field.is-error .m-field--input {
  border-color: #f64c52;
}
.m-error {
  color: #f64c52;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 18px;
}
.checkbox {
  cursor: pointer;
  display: block;
}
.checkbox--label {
  padding: 0 0 0 26px;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.checkbox--label:before {
  content: "";
  border: 1px solid;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 16px;
  height: 16px;
}
.checkbox--label:after {
  opacity: 0;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  text-align: center;
  content: '\e91b';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 16px;
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 16px;
  height: auto;
}
.checkbox--label:hover {
  color: #718491;
}
.checkbox--color {
  margin: 3px 10px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
}
.checkbox--input {
  display: none;
}
.checkbox--input:checked + .checkbox--label:after {
  opacity: 1;
}
.radiobox {
  cursor: pointer;
  display: block;
}
.radiobox--label {
  padding: 0 0 0 26px;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.radiobox--label:before {
  content: "";
  border: 1px solid;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  display: block;
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 16px;
  height: 16px;
}
.radiobox--label:after {
  content: "";
  opacity: 0;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  background: #333333;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 3px;
  width: 10px;
  height: 10px;
}
.radiobox--label:hover {
  color: #718491;
}
.radiobox--label:hover:after {
  background: #6699cc;
}
.radiobox--input {
  display: none;
}
.radiobox--input:checked + .radiobox--label:after {
  opacity: 1;
}
.modals {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modals--overlay {
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modals--overlay.is-white {
  background: rgba(176, 191, 200, 0.96);
}
.modals--item {
  z-index: 2;
  background: #edf0f2;
  margin: 0 0 0 -550px;
  display: none;
  position: absolute;
  top: 100px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 1100px;
  height: auto;
}
.frameblockx .item--video iframe {
  height: 451px!important;
}
@media (max-width: 959px) {

  .frameblockx .item--video iframe {
    height: 351px!important;
  }
}
.frameblockx .leftpictblock .item--thumbs::-webkit-scrollbar {
  background: transparent;
  width: 10px;
  height: 6px;
}
.frameblockx .leftpictblock .item--thumbs::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
  box-shadow: inset 0 0 5px #AEAEAE;
}
.frameblockx .leftpictblock .item--thumbs::-webkit-scrollbar-thumb:hover {
  background-color: #8A8A8A;
}
.frameblockx .leftpictblock .item--thumbs::-webkit-scrollbar-thumb:active {
  background-color: #727272;
  box-shadow: inset 0 0 5px #595959;
}
.frameblockx .leftpictblock .item--thumbs::-webkit-scrollbar-track:hover {
  background-color: #E6E6E6;
  border: 1px solid #CFCFCF;
}
.frameblockx .leftpictblock .item--thumbs::-webkit-scrollbar-corner {
  background: transparent;
}
.frameblockx .leftpictblock .item--thumbs{
  overflow-x: auto;
  white-space: nowrap;
}
.frameblockx .leftpictblock{
  width: 39%;
}
.frameblockx .rigthpictblock .item--tabs {
  margin: 0 0 9px;
}
.frameblockx .rigthpictblock .item--boxes {
  max-height: 136px;
  overflow-y: auto;
}
.frameblockx .rigthpictblock .item--field {
  margin: 0 0 0px;
  line-height: 13px
}
.frameblockx .rigthpictblock .item--btn {
  margin: 0 0 36px;
}
.frameblockx .rigthpictblock .item--fields {
  padding: 0 0 16px;
}
.frameblockx .rigthpictblock{
  width: 61%;
}
.modals--item.fastview .m-cart{
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.modals--item.fastview{
  top: 50%;
  margin-top: -360px;
   max-height: 100%;
 }
@media (max-width: 1000px) {
  .button_fast_view2,
  #fastview
  {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .modals--item {
    overflow: auto;
    margin: 0;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: initial;
    max-height: 100vh;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .modals--item {
    margin: 0 0 0 -369px;
    width: 738px;
    height: auto;
    position: absolute;
    top: 50px;
    right: auto;
    bottom: auto;
    left: 50%;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .modals--item {
    margin: 0 0 0 -465px;
    width: 930px;
    height: auto;
    position: absolute;
    top: 50px;
    right: auto;
    bottom: auto;
    left: 50%;
  }
}
.modals--item.is-white {
  background: #ffffff;
}
.modals--item.is-cart {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 500px;
  height: auto;
}
@media (max-width: 767px) {
  .modals--item.is-auth {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
}
.modals--close {
  padding: 20px;
  color: #333333;
  text-decoration: none;
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 26px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .modals--close {
    text-align: center;
    padding: 0;
    font-size: 21px;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}
.modals--head {
  padding: 40px 40px 30px;
  *zoom: 1;
}
.modals--head:after {
  clear: both;
}
.modals--head:before,
.modals--head:after {
  content: " ";
  display: table;
}
@media (min-width: 768px) and (max-width: 959px) {
  .modals--head {
    padding: 20px 20px 20px;
  }
}
.modals--title {
  float: left;
  padding: 14px 30px 16px 0;
  width: 340px;
  height: auto;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 959px) {
  .modals--title {
    width: 280px;
    height: auto;
  }
}
.modals--select {
  float: left;
  width: 340px;
  height: auto;
}
@media (max-width: 767px) {
  .modals--select {
    padding: 15px;
    float: none;
    width: auto;
    height: auto;
  }
}
.modals--map-in {
  overflow: auto;
  width: auto;
  height: 570px;
}
.modals--map-box {
  width: auto;
  height: 570px;
}
.modals--item.is-text .modals--title {
  float: none;
  padding: 45px 140px 31px;
  width: auto;
  height: auto;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .modals--item.is-text .modals--title {
    background: #ffffff;
    padding: 15px;
    width: auto;
    height: 60px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .modals--item.is-text .modals--title {
    padding: 45px 60px 30px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .modals--item.is-text .modals--title {
    padding: 45px 80px 30px;
  }
}
.modals--in {
  overflow: auto;
  max-width: initial;
  max-height: 500px;
}
@media (max-width: 767px) {
  .modals--in {
    background: #ffffff;
    width: auto;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    max-width: initial;
    max-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .modals--in {
    max-width: initial;
    max-height: -webkit-calc(100vh - 50px - 115px - 50px);
    max-height: calc(100vh - 50px - 115px - 50px);
  }
}
.modals--in > .scroll-element.scroll-y {
  right: 20px;
}
@media (max-width: 767px) {
  .modals--in > .scroll-element.scroll-y {
    right: 4px;
  }
}
.modals--text {
  padding: 0 140px 30px;
}
@media (max-width: 767px) {
  .modals--text {
    padding: 0 15px 30px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .modals--text {
    padding: 0 60px 30px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .modals--text {
    padding: 0 80px 30px;
  }
}
.modals--xstitle {
  border-bottom: 2px solid #ced7dc;
  padding: 19px 0 20px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.modals--wrap > .modals-in {
  width: auto;
  height: -webkit-calc(100vh - 151px);
  height: calc(100vh - 151px);
}
.modals--back {
  color: #333333;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 49px;
  height: 59px;
}
.modals--back i {
  -webkit-transform: rotate(-90deg) translate(-50%, -50%);
  -ms-transform: rotate(-90deg) translate(-50%, -50%);
  transform: rotate(-90deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  font-size: 9px;
  line-height: 9px;
}
.m-cart {
  width: auto;
  height: 100%;
}
.m-cart--head {
  padding: 54px 32px 0;
  width: auto;
  height: 148px;
  *zoom: 1;
}
.m-cart--head:after {
  clear: both;
}
.m-cart--head:before,
.m-cart--head:after {
  content: " ";
  display: table;
}
@media (min-width: 768px) and (max-width: 1129px) {
  .m-cart--head {
    padding: 25px 32px 0;
    width: auto;
    height: 100px;
  }
}
.m-cart--icon {
  float: left;
  text-align: center;
  margin: 0 42px 0 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 60px;
}
.m-cart--icon i {
  z-index: 2;
  text-shadow: #ffffff 1px 0px 0px, #ffffff 0.540302px 0.841471px 0px, #ffffff -0.416147px 0.909297px 0px, #ffffff -0.989992px 0.14112px 0px, #ffffff -0.653644px -0.756802px 0px, #ffffff 0.283662px -0.958924px 0px, #ffffff 0.96017px -0.279415px 0px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  font-size: 20px;
  line-height: 62px;
}
.m-cart--icon span {
  background: #333333;
  color: #ffffff;
  padding: 5px 0 5px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  z-index: 1;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 9px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
}
.m-cart--title {
  float: left;
  font-size: 48px;
  line-height: 46px;
  font-weight: 300;
}
.m-cart--body {
  overflow: auto;
  width: auto;
  height: -webkit-calc(100% - 148px - 214px);
  height: calc(100% - 148px - 214px);
}
@media (min-width: 768px) and (max-width: 1129px) {
  .m-cart--body {
    width: auto;
    height: -webkit-calc(100% - 100px - 170px);
    height: calc(100% - 100px - 170px);
  }
}
.m-cart--body > .scroll-element.scroll-y {
  right: 20px;
}
.m-cart--in {
  padding: 0 32px 50px;
}
.m-cart--field {
  text-transform: uppercase;
  margin: 0 0 36px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
.m-cart--field span {
  padding: 0 0 0 13px;
  font-weight: 700;
}
.m-cart--btn {
  width: 240px;
  height: auto;
}
.m-cart--foot {
  padding: 35px 32px 0;
  background: #d7dce1;
  width: auto;
  height: 214px;
}
@media (min-width: 768px) and (max-width: 1129px) {
  .m-cart--foot {
    padding: 25px 32px 0;
    width: auto;
    height: 170px;
  }
}
.s-link {
  color: #999999;
  text-decoration: none;
  padding: 14px 0 16px;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.s-link span {
  border-bottom: 1px dashed;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: inline-block;
  vertical-align: top;
}
.s-link.is-red {
  color: #cc3333;
}
.s-link:hover span {
  border-color: transparent;
}
.m-auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .m-auth {
    overflow: auto;
    display: block;
    width: auto;
    height: -webkit-calc(100% - 61px);
    height: calc(100% - 61px);
  }
}
.m-auth--xs {
  z-index: 5;
  display: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .m-auth--xs {
    display: block;
  }
}
.m-auth--tabs {
  border-bottom: 2px solid #ced7dc;
  z-index: 1;
  padding: 0 15px;
  width: auto;
  height: 61px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.m-auth--tab {
  color: #6699cc;
  text-decoration: none;
  padding: 19px 0 20px;
  z-index: 2;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
}
.m-auth--tab.is-active {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: default;
  color: #333333;
  font-weight: 700;
  z-index: 1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
}
.m-auth--rtitle {
  z-index: 2;
  background: #edf0f2;
  border-bottom: 2px solid #ced7dc;
  padding: 19px 0 20px;
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.m-auth--rtitle.is-shown {
  display: block;
}
.m-auth--rback {
  color: #333333;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 49px;
  height: 59px;
}
.m-auth--rback i {
  -webkit-transform: rotate(-90deg) translate(-50%, -50%);
  -ms-transform: rotate(-90deg) translate(-50%, -50%);
  transform: rotate(-90deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  font-size: 9px;
  line-height: 9px;
}
.m-auth--box {
  padding: 53px 0 60px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .m-auth--box {
    -webkit-box-flex: initial;
    -webkit-flex-grow: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    padding: 23px 15px!important;
    border: none!important;
    background: none!important;
    width: auto;
    height: auto;
    display: none;
  }
  .m-auth--box.xs-shown {
    display: block;
  }
}
.m-auth--box:nth-child(1) {
  border-right: 1px solid #ffffff;
  padding-left: 139px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .m-auth--box:nth-child(1) {
    padding-left: 30px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .m-auth--box:nth-child(1) {
    padding-left: 62px;
  }
}
.m-auth--box:nth-child(2) {
  border-left: 1px solid #ffffff;
  padding-left: 73px;
  background: #dce5ec;
}
@media (min-width: 768px) and (max-width: 959px) {
  .m-auth--box:nth-child(2) {
    padding-left: 30px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .m-auth--box:nth-child(2) {
    padding-left: 62px;
  }
}
.m-auth--recovery {
  display: none;
  width: auto;
  height: 100%;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.m-auth--recovery-s {
  display: none;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .m-auth--recovery-s {
    font-size: 15px;
    line-height: 22px;
  }
}
.m-auth--title {
  margin: 0 0 46px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .m-auth--title {
    display: none;
  }
}
.m-auth--form {
  width: 340px;
  height: auto;
}
@media (max-width: 767px) {
  .m-auth--form {
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .m-auth--form {
    width: 310px;
    height: auto;
  }
}
.m-auth--form-t {
  padding: 0 0 28px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .m-auth--form-t {
    padding: 0 0 15px;
  }
}
.m-auth--form-t a {
  color: #6699cc;
  text-decoration: none;
  font-weight: 400;
}
.m-auth--form-t a:hover {
  color: #698593;
}
.m-auth--field {
  margin: 0 0 26px;
}
@media (max-width: 767px) {
  .m-auth--field {
    margin: 0 0 15px;
  }
}
.m-auth--field.is-checkbox {
  margin: -3px 0 22px;
}
@media (max-width: 767px) {
  .m-auth--field.is-checkbox {
    margin: -3px 0 15px;
  }
}
.m-auth--field a {
  color: #6699cc;
  text-decoration: none;
  margin: 6px 0 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
.m-auth--field a:hover {
  color: #698593;
}
.m-auth--text {
  margin: -6px 0 27px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .m-auth--text {
    font-size: 15px;
    line-height: 22px;
  }
}
.m-auth--back {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -5px;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .m-auth--back {
    display: none;
  }
}
.m-auth--back a {
  color: #6699cc;
  text-decoration: none;
  font-weight: 400;
}
.m-auth--back a:hover {
  color: #698593;
}
.m-auth--form[data-recovery-form].is-success .m-auth--submit {
  display: none;
}
.m-auth--form[data-recovery-form].is-success .m-auth--recovery-s {
  display: block;
}
.m-auth--form[data-recovery-form].is-success + .m-auth--back {
  display: none;
}
.m-auth--submit {
  padding: 11px 0 0;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .m-auth--submit {
    margin: 0 auto;
  }
}
.home-intro {
  overflow: hidden;
  pointer-events: none;
}
.home-intro--in {
  margin: -240px 0 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 100vh;
}
@media (max-width: 767px) {
  .home-intro--in {
    margin: 0;
    padding: 56.25% 0 0;
    width: auto;
    height: auto;
  }
}
.home-intro .bv-video-wrap,
.home-intro .bv-video {
  width: 100%;
  height: 100%;
}
.home-intro .xs-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.home-features {
  border-bottom: 1px solid #edf0f2;
  margin: 0 0 0px;
}
@media (max-width: 767px) {
  .home-features {
    border: none;
    margin: 0;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .home-features {
    margin: 0;
  }
}
.home-slider {
  margin: 0 -50px;
}
@media (max-width: 767px) {
  .home-slider {
    margin: 0 -15px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .home-slider {
    margin: 0 -15px;
  }
}
.home-slider--in .slide {
  display: none;
}
.home-slider--in .slide:first-of-type {
  display: block;
}
.home-slider--in.slick-initialized .slide {
  display: block;
}
.home-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .home-slider .slick-dots {
    position: absolute;
    top: 226px;
    right: 0;
    bottom: auto;
    left: 0;
  }
}
.home-slider .slick-dots li {
  -webkit-border-radius: 14px;
  border-radius: 14px;
  border: 2px solid #ffffff;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  margin: 0 5px;
  pointer-events: initial;
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
}
.home-slider .slick-dots li.slick-active {
  background: #ffffff;
}
.home-slider .slick-dots li button {
  display: none;
}
@media (min-width: 960px) and (max-width: 1129px) {
  .home-slider--item {
    width: auto;
    height: 480px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.catalog--filter {
  padding: 4px 0 0;
}
.catalog--filter-b {
  border-bottom: 1px solid #edf0f2;
  padding: 25px 0 28px;
}
.catalog--filter-b:first-child {
  padding-top: 0;
}
.catalog--filter-b:last-child {
  border: none;
}
.catalog--filter-t {
  text-transform: uppercase;
  margin: 0 0 15px;
}
.catalog--filter-c {
  margin: 0 0 14px;
}
.catalog--filter-c:last-child {
  margin: 0;
}
.catalog--filter-l {
  list-style: none;
  margin: 0 0 -3px;
  padding: 0 0 0;
}
.catalog--filter-l > li {
  margin: 0 0 10px;
  /*margin: 0 0 20px;*/
  display: block;
}
.catalog--filter-l > li:last-child {
  margin: 0;
}
.catalog--filter-l > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 20px;
  /*font-weight: 700;*/
}
.catalog--filter-l > li > a:hover {
  color: #6699cc;
}
.catalog--filter-l > li > ul {
  list-style: none;
  margin: 0;
  padding: 13px 0 0 18px;
  display: none;
}
.catalog--filter-l > li > ul li {
  margin: 0 0 13px;
  display: block;
}
.catalog--filter-l > li > ul li:last-child {
  margin: 0;
}
.catalog--filter-l > li > ul li a {
  text-decoration: none;
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.catalog--filter-l > li > ul li a:hover {
  color: #6699cc;
}
.catalog--filter-l > li > ul li.is-active a {
  color: #6699cc;
}
.catalog--filter-l > li.is-active > a {
  color: #6699cc;
}
.catalog--filter-l > li.is-active > ul {
  display: block;
}
.catalog--filter-l > li.is-open > ul {
  display: block;
}
.catalog--spoiler {
  margin: 0 0 15px;
}
.catalog--spoiler-h {
  text-transform: uppercase;
  padding: 5px 0 5px 26px;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.catalog--spoiler-h:before {
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 13px;
  right: auto;
  bottom: auto;
  left: 0;
}
.catalog--spoiler-h:hover {
  color: #6699cc;
}
.catalog--spoiler-b {
  padding: 10px 0 7px;
  display: none;
}
.catalog--spoiler-c {
  margin: 0 0 14px;
}
.catalog--spoiler-c:last-child {
  margin: 0;
}
.catalog--spoiler.is-active .catalog--spoiler-h:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.catalog--sort {
  margin: 0 0 31px;
  *zoom: 1;
}
.catalog--sort:after {
  clear: both;
}
.catalog--sort:before,
.catalog--sort:after {
  content: " ";
  display: table;
}
.catalog--sort-in {
  *zoom: 1;
}
.catalog--sort-in:after {
  clear: both;
}
.catalog--sort-in:before,
.catalog--sort-in:after {
  content: " ";
  display: table;
}
.catalog--sort-in.is-left {
  float: left;
}
.catalog--sort-in.is-right {
  float: right;
}
@media (min-width: 768px) and (max-width: 959px) {
  .catalog--sort-in {
    float: none!important;
  }
}
.catalog--label {
  float: left;
  color: #666666;
  padding: 4px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.catalog--pref,
.catalog--per {
  float: left;
  font-size: 0;
  line-height: 0;
}
.catalog--pref a,
.catalog--per a {
  text-decoration: none;
  color: #333333;
  padding: 4px 0;
  margin: 0 0 0 26px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
.catalog--pref a.is-active,
.catalog--per a.is-active,
.catalog--pref a:hover,
.catalog--per a:hover {
  color: #6699cc;
}
.catalog--pref a:after {
  content: "";
  border-right: 8px solid transparent;
  margin: 7px 0 0 7px;
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: auto;
}
.catalog--pref a.is-up:after {
  border-bottom: 8px solid #6699cc;
}
.catalog--pref a.is-down:after {
  border-top: 8px solid #6699cc;
}
@media (max-width: 767px) {
  .catalog--intro {
    margin: -19px 0 0;
  }
}
.catalog--masonry {
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .catalog--masonry {
    margin: 0 -15px -48px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .catalog--masonry {
    margin: 0 -10px;
  }
}
.catalog--item {
  padding: 0 20px 40px;
  width: 33.33333333%;
  height: 290px;
}
@media (max-width: 767px) {
  .catalog--item {
    padding: 0;
    width: 100% !important;
    height: 320px !important;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .catalog--item {
    padding: 0 10px 20px;
  }
}
.catalog--item.is-long {
  width: 33.33333333%;
  height: 580px;
}
.catalog--item.is-wide {
  width: 66.66666667%;
  height: 290px;
}
.catalog--item-in {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0 #000000;
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.catalog--item-in:before {
  content: "";
  background: #000000;
  z-index: 1;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .catalog--item-in:before {
    opacity: 0.25;
  }
}
.catalog--item-in span {
  text-transform: uppercase;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: 20px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.catalog--item-in:hover:before {
  opacity: 0.25;
}
.catalog--item-in:hover span {
  opacity: 1;
}
.catalog--wrap {
  margin: 0px -15px 23px;
}
.catalog--wrap.in-men {
  margin: 0 -15px;
}
#bx-panel.bx-panel-folded #bx-panel-top:hover
{
  height: 39px!important;
}
#bx-panel.bx-panel-folded #bx-panel-top
{
  height: 10px!important;
  width: 100%!important;
  position: absolute!important;
}
.catalog--xs {
  border-bottom: 2px solid #edf0f2;
  *zoom: 1;
}
.catalog--xs:after {
  clear: both;
}
.catalog--xs:before,
.catalog--xs:after {
  content: " ";
  display: table;
}
.catalog--xs-n,
.catalog--xs-o,
.catalog--xs-l {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 50%;
  height: auto;
  font-size: 15px;
  line-height: 20px;
}
.catalog--xs-n {
  float: left;
  color: #666666;
  padding: 18px 15px 20px;
}
.catalog--xs-l {
  float: left;
  color: #333333;
  padding: 18px 20px 20px 15px;
  width: auto;
  height: auto;
  max-width: 50%;
  max-height: initial;
}
.catalog--xs-l:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 27px;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 7px;
  line-height: 7px;
}
.catalog--xs-l.is-active:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.catalog--xs-o {
  float: right;
  text-align: right;
  color: #333333;
  padding: 18px 34px 20px 8px;
}
.catalog--xs-o:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 26px;
  right: 15px;
  bottom: auto;
  left: auto;
  font-size: 7px;
  line-height: 7px;
}
.catalog--navi {
  border-bottom: 2px solid #e4e4e4;
  padding: 0 15px;
  display: none;
}
.catalog--navi-l {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #edf0f2;
  padding: 12px 0;
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.catalog--navi-l:last-child {
  border: none;
}
.item-card {
  padding: 0 0 37px;
  color: #333333;
  text-decoration: none;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.item-card:hover {
  color: #6699cc;
}
.item-card--badge {
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 9px;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .item-card--badge {
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 8px;
    line-height: 26px;
    position: absolute;
    top: 6px;
    right: auto;
    bottom: auto;
    left: 6px;
  }
}
.item-card--badge.is-new {
  background: #669933;
}
.item-card--badge.is-sale {
  background: #d5652b;
}
.item-card--photo {
  margin: 0 0 13px;
  display: block;
}
@media (max-width: 767px) {
  .item-card--photo {
    margin: 0 0 2px;
  }
}
.item-card--photo img {
  display: block;
  width: 100%;
  height: auto;
}
.item-card--brand {
  margin: 0 0 1px;
  line-height: 16px;
  height: 18px;
  /*padding: 0!important;*/
  overflow: hidden;
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .item-card--brand {
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 15px;
  }
}
.item-card--desc {
  margin: 0 0 9px;
  color: #666666;
  display: block;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .item-card--desc {
    margin: 0 0 2px;
    font-size: 12px;
    line-height: 16px;
  }
}
.item-card--price {
  color: #333333;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .item-card--price {
    font-size: 13px;
    line-height: 20px;
  }
}
/*.item-card--price.with-old {
  color: red;
}*/
.item-card--price span {
  margin: 0 15px 0 0;
  text-decoration: line-through;
  color: #999999;
}
.item-card.in-also {
  background: #ffffff;
  padding: 8px 8px 14px;
}
@media (max-width: 767px) {
  .item-card.in-also {
    padding: 4px 4px 6px;
  }
}
.item-card.in-also .item-card--badge {
  position: absolute;
  top: 17px;
  right: auto;
  bottom: auto;
  left: 17px;
}
@media (max-width: 767px) {
  .item-card.in-also .item-card--badge {
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
  }
}
.item-card.in-also .item-card--brand,
.item-card.in-also .item-card--desc,
.item-card.in-also .item-card--price {
  padding: 0 3px;
}
@media (max-width: 767px) {
  .item-card.in-also .item-card--brand,
  .item-card.in-also .item-card--desc,
  .item-card.in-also .item-card--price {
    padding: 0;
  }
}
.pagination--list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.pagination--list li {
  text-align: center;
  margin: 0 1px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
.pagination--list a {
  background: #edf0f2;
  color: #333333;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  width: 40px;
  height: 40px;
}
.pagination--list a:hover {
  background: #ced6dc;
  color: #768895;
}
.pagination--list a i {
  display: block;
  font-size: 10px;
  line-height: 20px;
}
.pagination--list span {
  background: #edf0f2;
  color: #6699cc;
  padding: 10px 0;
  display: block;
  width: 40px;
  height: 40px;
}
.item {
  padding: 0 0 54px;
}
@media (max-width: 767px) {
  .item {
    padding: 0 0 38px;
  }
}
.item--photos {
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex;
  flex-direction: row-reverse;
}
.frameblockx .item--photo img
{
  padding-left: 0!important;
}
.frameblockx .item--thumbs
{
  width: 100%;
  max-height: 115px;
  overflow-y: hidden;
}
.frameblockx .item--photos
{
  display: block;
}
.item--badge {
  pointer-events: none;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  z-index: 10;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.item--badge.is-new {
  background: #669933;
}
.item--badge.is-sale {
  background: #d5652b;
}
.item--photo {
  margin: 0 0 4px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 800px;
}
.item--photo img {
  display: block;
  width: 100%;
  height: auto;
}
.item--video {
  z-index: 50;
  background: #ffffff;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.item--video-in {
 height: 100%;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.item--video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 731px;
}
.item--zoom {
  margin: 0 0 0 1px;
  background: red;
  z-index: 10;
  width: -webkit-calc(100% + 23px);
  width: calc(100% + 23px);
  height: auto;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
}
.item--thumbs {
  font-size: 0;
  line-height: 0;
  width: 120px;
  max-height: 825px;
  overflow-x: hidden;
  overflow-y: auto;
}
.item--thumb {
  margin: 0 4px 12px 0;
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  width: 73px;
  height: 101px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.item--thumb.is-video:after {
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  margin: -20px 0 0 -20px;
  color: #ffffff;
  text-align: center;
  padding: 0 0 0 2px;
  content: '\e91e';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.item--thumb.is-active {
  cursor: default;
}
.item--thumb.is-active:before {
  content: "";
  background: #333333;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -6px;
  left: 0;
  width: auto;
  height: 3px;
}
.item--info {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .item--info {
    padding: 15px 0 0;
  }
}
.item--title {
  margin: -7px 0 16px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .item--title {
    margin: -2px 0 22px;
    font-size: 26px;
    line-height: 28px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .item--title {
    font-size: 28px;
    line-height: 32px;
  }
}
.item--code {
  color: #999999;
  padding: 0 0 0 81px;
  margin: 0 0 24px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .catalog--item-in span
  {
    opacity: 1;
  }
  .item--code {
    padding: 0 0 0 66px;
    margin: 0 0 23px;
  }
}
.item--code span {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.item--price {
  margin: 0 0 23px;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .item--price {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 30px;
  }
}/*
.item--price.with-old {
  color: red;
}*/
.item--price span {
  color: #999999;
  text-decoration: line-through;
  padding: 0 0 0 31px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .item--price span {
    padding: 0 0 0 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
.item--fields {
  padding: 0 0 36px;
}
@media (max-width: 767px) {
  .item--fields {
    padding: 0 0 23px;
  }
}
.item--field {
  padding: 4px 0;
  margin: 0 0 8px;
  *zoom: 1;
  font-size: 14px;
  line-height: 14px;
}
.item--field:after {
  clear: both;
}
.item--field:before,
.item--field:after {
  content: " ";
  display: table;
}
@media (max-width: 767px) {
  .item--field {
    margin: 0 0 1px;
  }
}
.item--field:last-child {
  margin: 0;
}
.item--field.is-size {
  padding: 11px 0 4px;
  font-size: 14px;
  line-height: 28px;
}
.item--field-l {
  float: left;
  color: #999999;
  width: 100px;
  height: auto;
}
@media (max-width: 767px) {
  .item--field-l {
    width: 100%;
    height: auto;
  }
}
.item--field-r {
  float: left;
  width: -webkit-calc(100% - 105px);
  width: calc(100% - 105px);
  height: auto;
  *zoom: 1;
}
.item--field-r:after {
  clear: both;
}
.item--field-r:before,
.item--field-r:after {
  content: " ";
  display: table;
}
@media (max-width: 767px) {
  .item--field-r {
    width: -webkit-calc(100% - 66px);
    width: calc(100% - 85px);
    height: auto;
  }
}
.item--field-r > a:not(.is-table) {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid;
  margin: 1px 0 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
.item--field-r > a:not(.is-table):hover {
  border-color: transparent;
}
.item--field-r > a.is-table {
  color: #6699cc;
  text-decoration: none;
  border-bottom: 1px dashed;
  margin: 4px 0 0;
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: block;
}
.item--field-r > a.is-table:hover {
  border-color: transparent;
}
.item--field-s {
  float: left;
  margin: 0 20px 0 0;
  width: 200px;
  height: auto;
}
.item--btn {
  margin: 0 0 46px;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .item--btn {
    margin: 0 0 39px;
  }
}
.item--form {
  margin: 0 0 46px;
  width: 260px;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .item--form {
    margin: 0 0 39px;
  }
}
.item--form-d {
  background: #ffffff;
  z-index: 10;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  padding: 25px 25px 34px 23px;
  display: none;
  position: absolute;
  top: 75px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 380px;
  height: auto;
}
@media (max-width: 767px) {
  .item--form-d {
    padding: 15px 15px 20px 15px;
    width: 290px;
    height: auto;
  }
}
.item--form-d:before,
.item--form-d:after {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: 0 0 0 -15px;
  display: block;
  width: 0;
  height: auto;
}
.item--form-d:before {
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -11px;
  right: auto;
  bottom: auto;
  left: 130px;
}
.item--form-d:after {
  border-bottom: 10px solid #ffffff;
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 130px;
}
.item--form-t {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .item--form-t {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
.item--form-b {
  width: 300px;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .item--form-b {
    width: 260px;
    height: auto;
  }
}
.item--form-input {
  background: #ffffff;
  color: #333333;
  padding: 12px 46px 16px 20px;
  border: 1px solid #718491;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.item--form-input:hover,
.item--form-input:focus {
  border-color: #718491;
}
.item--form-submit {
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  color: #718491;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 47px;
  height: 50px;
}
@media (max-width: 767px) {
  .item--form-submit {
    opacity: 1;
  }
}
.item--form-submit i {
  display: block;
  font-size: 15px;
  line-height: 50px;
}
.item--form-s {
  z-index: 10;
  background: #ffffff;
  margin: 0 0 -9px;
  display: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.item--form-s p {
  margin: 0 0 22px;
}
.item--form-s p:last-child {
  margin: 0;
}
.item--form-f.is-error .item--form-input {
  border-color: #d64d53;
}
.item--form-f.has-value .item--form-submit {
  opacity: 1;
  pointer-events: initial;
}
.item--form-f.is-success > * {
  display: none;
}
.item--form-f.is-success > .item--form-s {
  display: block;
}
.item--tabs {
  border-bottom: 1px solid #f5f7f8;
  margin: 0 0 19px;
  *zoom: 1;
}
.item--tabs:after {
  clear: both;
}
.item--tabs:before,
.item--tabs:after {
  content: " ";
  display: table;
}
@media (max-width: 767px) {
  .item--tabs {
    padding: 0 15px;
    margin: 0 -15px 13px;
    overflow: auto;
    white-space: nowrap;
  }
}
.item--tab {
  float: left;
  color: #999999;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding: 0 0 7px 0;
  margin: 0 39px -1px 0;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .item--tab {
    float: none;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .item--tab {
    margin-right: 15px;
    font-size: 15px;
    line-height: 20px;
  }
}
.item--tab:last-child {
  margin-right: 0;
}
.item--tab.is-active {
  color: #333333;
  border-color: #333333;
}
.item--tab:hover {
  color: #333333;
}
.item--boxes {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .item--boxes {
    margin: 0 0 17px;
  }
}
div[itemprop=description] .content-block{
  margin-bottom: 10px;
}
.item--box {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.item--box.is-shown {
  display: block;
}
.item--share {
  *zoom: 1;
}
.item--share:after {
  clear: both;
}
.item--share:before,
.item--share:after {
  content: " ";
  display: table;
}
.item--share span {
  color: #999999;
  float: left;
  margin: 0 12px 0 0;
  font-size: 14px;
  line-height: 24px;
  display: block;
}
@media (max-width: 767px) {
  .item--share span {
    margin: 0 1px 0 0;
  }
}
.item--share a {
  float: left;
  color: #666666;
  text-decoration: none;
  text-align: center;
  width: 46px;
  height: 24px;
  display: block;
}
@media (max-width: 767px) {
  .item--share a {
    width: 40px;
    height: 24px;
  }
}
.item--share a:hover {
  color: #6699cc;
}
.item--share a i {
  display: block;
  font-size: 20px;
  line-height: 24px;
}
.item--share a i.icon-vk {
  font-size: 12px;
  line-height: 24px;
}
.item--share a i.icon-pt {
  font-size: 24px;
  line-height: 24px;
}
.item--slider {
  margin: 0 -15px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.item--slider-in {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.item--slider-in .slide {
  display: none;
}
.item--slider-in .slide:first-of-type {
  display: block;
}
.item--slider-in.slick-initialized .slide {
  display: block;
}
.item--slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  z-index: 101;
}
.item--slider .slick-dots li {
  -webkit-border-radius: 14px;
  border-radius: 14px;
  border: 2px solid #ffffff;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  margin: 0 5px;
  pointer-events: initial;
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
}
.item--slider .slick-dots li.slick-active {
  background: #ffffff;
}
.item--slider .slick-dots li button {
  display: none;
}
.item--slide img {
  display: block;
  width: 100%;
  height: auto;
}
.item-also {
  padding: 29px 0 26px;
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .item-also {
    padding: 23px 0 0;
    margin: 0;
  }
}
.item-also--title {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .item-also--title {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 24px;
  }
}
.item-also--grid {
  margin: 0 -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width:100%;
}
@media (max-width: 767px) {
  .item-also--grid {
    margin: 0 -15px;
    padding: 0 15px;
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    display: block;
  }
}
.item-also--item {
  padding: 0 12px 24px;
  width: 25%;
  height: auto;
}
@media (max-width: 767px) {
  .item-also--item {
    padding: 0 8px 20px 0;
    white-space: initial;
    display: inline-block;
    vertical-align: top;
    width: 148px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .item-also--item {
    width: 33.33333333%;
    height: auto;
  }
  .item-also--item:nth-child(4) {
    display: none;
  }
}
.item-also.is-grey {
  background: #edf0f2;
  margin: 0;
}
@media (max-width: 767px) {
  .item-also.is-grey {
    padding-top: 21px 0 0;
  }
}
.breadcrumbs {
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 0 -15px 19px;
    padding: 5px 15px 4px;
    border-bottom: 2px solid #edf0f2;
  }
}
.breadcrumbs--list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.breadcrumbs--item,
.breadcrumbs--hr {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .breadcrumbs--item,
  .breadcrumbs--hr {
    font-size: 12px;
    line-height: 20px;
  }
}
.breadcrumbs--item a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs--item a:hover {
  color: #698593;
}
.breadcrumbs--item span {
  color: #999999;
}
@media (max-width: 767px) {
  .sales {
    margin: -19px -15px 0;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .sales {
    margin: 0 -15px;
  }
}
.sales--item {
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .sales--item {
    margin: 0 0 32px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .sales--item {
    width: auto;
    height: 465px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.sales--item:last-child {
  margin: 0;
}
.sale {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 550px;
}
@media (max-width: 767px) {
  .sale {
    padding: 320px 0 0;
    width: auto !important;
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale {
    background: #000000;
    width: auto !important;
    height: 500px !important;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .sale {
    -webkit-transform: scale(0.87272727, 0.87272727);
    -ms-transform: scale(0.87272727, 0.87272727);
    transform: scale(0.87272727, 0.87272727);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 1100px !important;
    height: 550px !important;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.sale.in-slider {
  width: auto;
  height: 600px;
}
@media (min-width: 960px) and (max-width: 1129px) {
  .sale.in-slider {
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 1200px !important;
    height: 600px !important;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.sale--bg {
  z-index: 1;
  background: #edf0f2 center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .sale--bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale--bg {
    opacity: 0.9;
  }
}
.sale--circle {
  color: #ffffff;
  z-index: 2;
}
.sale--circle:before {
  content: "";
  -webkit-border-radius: 200px;
  border-radius: 200px;
  display: block;
  width: 200px;
  height: 200px;
}
@media (max-width: 767px) {
  .sale--circle:before {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 100px;
    height: 100px;
  }
}
.sale--in {
  z-index: 2;
}
.sale--text {
  margin: 0 0 9px;
  font-size: 26px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .sale--text {
    font-size: 15px;
    line-height: 13px;
  }
}
.sale--conditions {
  text-decoration: none;
  border-bottom: 1px dashed;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .sale--conditions {
    text-align: center;
    border: none;
    margin: 20px 0 0;
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
  .sale--conditions span {
    border-bottom: 1px dashed;
    display: inline-block;
    vertical-align: top;
  }
}
.sale--conditions:hover {
  border-color: transparent;
}
.sale--btn {
  z-index: 2;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .sale--btn {
    margin: 0 auto 16px!important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
}
@media (max-width: 767px) {
  .sale.is-t01 .sale--bg {
    background-position: 25% center;
  }
}
.sale.is-t01 .sale--circle {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 50px;
}
@media (max-width: 767px) {
  .sale.is-t01 .sale--circle {
    position: absolute;
    top: 110px;
    right: auto;
    bottom: auto;
    left: 14px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t01 .sale--circle {
    position: absolute;
    top: 50px;
    right: auto;
    bottom: auto;
    left: 15px;
  }
}
.sale.is-t01 .sale--circle:before {
  background: #cc1a59;
}
.sale.is-t01 .sale--circle-t {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  position: absolute;
  top: 12px;
  right: 0;
  bottom: auto;
  left: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .sale.is-t01 .sale--circle-t {
    font-size: 9px;
    line-height: 9px;
    position: absolute;
    top: 8px;
    right: 0;
    text-align: center;
    bottom: auto;
    left: 0px;
  }
}
.sale.is-t01 .sale--circle-s {
  font-size: 80px;
  line-height: 100px;
  font-weight: 900;
  position: absolute;
  top: 47px;
  right: 0px;
  bottom: auto;
  left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sale.is-t01 .sale--circle-s {
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    top: 25px;
    right: 0px;
    bottom: auto;
    left: 0;
    text-align: center;
  }
}
.sale.is-t01 .sale--circle-s span {
  font-weight: 100;
}
.sale.is-t01 .sale--in {
  position: absolute;
  top: 265px;
  right: auto;
  bottom: auto;
  left: 140px;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .sale.is-t01 .sale--in {
    position: absolute;
    top: 221px;
    right: auto;
    bottom: auto;
    left: 39px;
    width: 130px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t01 .sale--in {
    position: absolute;
    top: 265px;
    right: auto;
    bottom: auto;
    left: 40px;
  }
}
.sale.is-t01 .sale--conditions {
  color: #cc1a59;
}
.sale.is-t01 .sale--btn.is-first {
  position: absolute;
  top: 400px;
  right: auto;
  bottom: auto;
  left: 140px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t01 .sale--btn.is-first {
    position: absolute;
    top: 400px;
    right: auto;
    bottom: auto;
    left: 40px;
  }
}
.sale.is-t01 .sale--btn.is-last {
  position: absolute;
  top: 400px;
  right: 140px;
  bottom: auto;
  left: auto;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t01 .sale--btn.is-last {
    position: absolute;
    top: 400px;
    right: 40px;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  .sale.is-t02 .sale--bg {
    background-position: 35% center;
  }
}
.sale.is-t02 .sale--circle {
  position: absolute;
  top: 60px;
  right: 50px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .sale.is-t02 .sale--circle {
    position: absolute;
    top: 120px;
    right: 14px;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t02 .sale--circle {
    position: absolute;
    top: 50px;
    right: 15px;
    bottom: auto;
    left: auto;
  }
}
.sale.is-t02 .sale--circle:before {
  background: #5f73b5;
}
.sale.is-t02 .sale--circle-s {
  font-size: 80px;
  line-height: 100px;
  font-weight: 300;
  position: absolute;
  top: 47px;
  text-align: center;
  right: 0;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .sale.is-t02 .sale--circle-s {
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    top: 25px;
    right: 0px;
    bottom: auto;
    left: 0;
    text-align: center;
  }
}
.sale.is-t02 .sale--circle-s span {
  font-weight: 900;
}
.sale.is-t02 .sale--in {
  position: absolute;
  top: 265px;
  right: auto;
  bottom: auto;
  left: 725px;
  width: 320px;
  height: auto;
}
@media (max-width: 767px) {
  .sale.is-t02 .sale--in {
    position: absolute;
    top: 53px;
    right: 7px;
    bottom: auto;
    left: auto;
    width: 100px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t02 .sale--in {
    position: absolute;
    top: 265px;
    right: 30px;
    bottom: auto;
    left: auto;
  }
}
.sale.is-t02 .sale--conditions {
  color: #5f73b5;
}
.sale.is-t02 .sale--btn {
  position: absolute;
  top: 400px;
  right: auto;
  bottom: auto;
  left: 725px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t02 .sale--btn {
    position: absolute;
    top: 400px;
    right: 150px;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  .sale.is-t03 .sale--bg {
    background-position: center center;
  }
}
.sale.is-t03 .sale--circle {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 50px;
}
@media (max-width: 767px) {
  .sale.is-t03 .sale--circle {
    position: absolute;
    top: 130px;
    right: auto;
    bottom: auto;
    left: 14px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t03 .sale--circle {
    position: absolute;
    top: 50px;
    right: auto;
    bottom: auto;
    left: 15px;
  }
}
.sale.is-t03 .sale--circle:before {
  background: #8c4317;
}
.sale.is-t03 .sale--circle-s {
  white-space: nowrap;
  font-size: 80px;
  line-height: 60px;
  font-weight: 300;
  position: absolute;
  top: 66px;
  right: 0;
  bottom: auto;
  left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sale.is-t03 .sale--circle-s {
    position: absolute;
    top: 36px;
    right: auto;
    bottom: auto;
    left: 23px;
    font-size: 36px;
    line-height: 26px;
  }
}
.sale.is-t03 .sale--circle-s span {
  font-weight: 600;
  display: block;
}
.sale.is-t03 .sale--in {
  position: absolute;
  top: 265px;
  right: auto;
  bottom: auto;
  left: 140px;
  width: 260px;
  height: auto;
}
@media (max-width: 767px) {
  .sale.is-t03 .sale--in {
    position: absolute;
    top: 91px;
    right: auto;
    bottom: auto;
    left: 37px;
    width: 90px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t03 .sale--in {
    position: absolute;
    top: 265px;
    right: auto;
    bottom: auto;
    left: 40px;
  }
}
.sale.is-t03 .sale--conditions {
  color: #8c4317;
}
.sale.is-t03 .sale--btn {
  margin: 31px 0 0;
}
@media (max-width: 767px) {
  .sale.is-t04 .sale--bg {
    background-position: left center;
  }
}
.sale.is-t04 .sale--circle {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 680px;
}
@media (max-width: 767px) {
  .sale.is-t04 .sale--circle {
    position: absolute;
    top: 100px;
    right: auto;
    bottom: auto;
    left: 14px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t04 .sale--circle {
    position: absolute;
    top: 50px;
    right: 100px;
    bottom: auto;
    left: auto;
  }
}
.sale.is-t04 .sale--circle:before {
  background: #08736a;
}
.sale.is-t04 .sale--circle-s {
  font-size: 80px;
  line-height: 100px;
  font-weight: 900;
  position: absolute;
  top: 47px;
  right: 0;
  bottom: auto;
  left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sale.is-t04 .sale--circle-s {
    font-size: 40px;
    line-height: 50px;
    position: absolute;
    top: 25px;
    right: 0;
    bottom: auto;
    left: 0;
    text-align: center;
  }
}
.sale.is-t04 .sale--circle-s span {
  font-weight: 100;
}
.sale.is-t04 .sale--in {
  position: absolute;
  top: 265px;
  right: auto;
  bottom: auto;
  left: 770px;
  width: 140px;
  height: auto;
}
@media (max-width: 767px) {
  .sale.is-t04 .sale--in {
    color: #ffffff;
    position: absolute;
    top: 213px;
    right: auto;
    bottom: auto;
    left: 38px;
    width: 80px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t04 .sale--in {
    position: absolute;
    top: 265px;
    right: 100px;
    bottom: auto;
    left: auto;
  }
}
.sale.is-t04 .sale--conditions {
  color: #08736a;
}
.sale.is-t04 .sale--btn {
  position: absolute;
  top: 400px;
  right: auto;
  bottom: auto;
  left: 770px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t04 .sale--btn {
    position: absolute;
    top: 370px;
    right: 40px;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  .sale.is-t05 .sale--bg {
    background-position: center center;
  }
}
.sale.is-t05 .sale--circle {
  position: absolute;
  top: 78px;
  right: 0;
  bottom: auto;
  left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sale.is-t05 .sale--circle {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: auto;
    left: 0px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t05 .sale--circle {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: auto;
    left: 0;
    text-align: center;
  }
}
.sale.is-t05 .sale--circle:before {
  background: #ff6a00;
}
.sale.is-t05 .sale--circle-s {
  font-size: 80px;
  line-height: 100px;
  font-weight: 900;
  position: absolute;
  top: 50px;
  right: auto;
  bottom: auto;
  left: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .sale.is-t05 .sale--circle-s {
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    top: 25px;
    right: auto;
    bottom: auto;
    left: 20px;
    text-align: center;
  }
}
.sale.is-t05 .sale--circle-s span {
  font-weight: 100;
}
.sale.is-t05 .sale--circle-t {
  color: #333333;
  white-space: nowrap;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  position: absolute;
  top: 149px;
  right: auto;
  bottom: auto;
  left: 86px;
}
@media (max-width: 767px) {
  .sale.is-t05 .sale--circle-t {
    color: #ffffff;
    font-size: 15px;
    line-height: 13px;
    font-weight: 300;
    position: absolute;
    top: 75px;
    right: auto;
    bottom: auto;
    left: 42px;
  }
}
.sale.is-t05 .sale--in {
  position: absolute;
  top: 289px;
  right: auto;
  bottom: auto;
  left: 140px;
}
@media (max-width: 767px) {
  .sale.is-t05 .sale--in {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t05 .sale--in {
    position: absolute;
    top: 261px;
    right: auto;
    bottom: auto;
    left: 105px;
  }
}
.sale.is-t05 .sale--conditions {
  color: #ff6a00;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.sale.is-t05 .sale--btn {
  position: absolute;
  top: 328px;
  right: auto;
  bottom: auto;
  left: 140px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sale.is-t05 .sale--btn {
    position: absolute;
    top: 310px;
    right: auto;
    bottom: auto;
    left: 105px;
  }
}
.grid-item {
  color: #333333;
  text-decoration: none;
  margin: 0 0 39px;
  display: block;
}
@media (max-width: 767px) {
  .grid-item {
    margin: 0 0 29px;
  }
}
.grid-item--photo {
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 0 13px;
  -webkit-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  transition: 200ms all ease;
  display: block;
  width: auto;
  height: 260px;
}
@media (max-width: 767px) {
  .grid-item--photo {
    margin: 0 0 4px;
    width: auto;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .grid-item--photo {
    width: auto;
    height: 200px;
  }
}
.grid-item--date {
  color: #666666;
  margin: 0 0 4px;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .grid-item--date {
    margin: 0 0 1px;
    font-size: 12px;
    line-height: 20px;
  }
}
.grid-item--title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .grid-item--title {
    font-size: 15px;
    line-height: 20px;
  }
}
.grid-item:hover {
  color: #698593;
}
.grid-item:hover .grid-item--photo {
  -webkit-background-size: 130% auto;
  background-size: 130% auto;
}
.grid-item:hover .grid-item--date {
  color: #333333;
}
.more-btn {
  margin: -1px auto 0;
  width: 200px;
  height: auto;
}
.advice {
  padding: 0 0 46px;
}
@media (max-width: 767px) {
  .advice {
    padding: 0 0 30px;
  }
}
.advice--title {
  margin: 0 0 13px;
  text-align: center;
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .advice--title {
    text-align: left;
    margin: 0 0 12px;
    font-size: 26px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .advice--title {
    font-size: 42px;
    line-height: 48px;
  }
}
.advice--date {
  text-align: center;
  color: #666666;
  margin: 0 0 45px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .advice--date {
    text-align: left;
    margin: 0 0 17px;
    font-size: 12px;
    line-height: 20px;
  }
}
.richtext > h2 {
  margin: 43px 0 21px;
  font-size: 30px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .richtext > h2 {
    margin: 21px 0 16px;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}
.richtext > h2.is-lh {
  line-height: 36px;
}
.richtext > h3 {
  margin: 42px 0 12px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .richtext > h3 {
    margin: 22px 0 15px;
    font-size: 20px;
    line-height: 24px;
  }
}
.richtext > h3.is-lg {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.richtext > h4 {
  margin: 30px 0 16px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.richtext > h6 {
  margin: -8px 0 3px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .richtext > h6 {
    font-size: 13px;
    line-height: 20px;
  }
}
.richtext > p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .richtext > p {
    margin: 0 0 13px;
    font-size: 16px;
    line-height: 22px;
  }
}
.richtext > p.is-sm {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .richtext > p.is-sm {
    font-size: 14px;
    line-height: 24px;
  }
}
.richtext > p.is-lsm {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.richtext > p strong {
  font-weight: 600;
}
.richtext > p a {
  color: #646464;
  text-decoration: none;
  font-weight: 400;
}
.richtext > p a:hover {
  color: #424242;
}
.richtext > p a i {
  margin: 0 13px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 27px;
  line-height: inherit;
}
.richtext ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .richtext ul {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 22px;
  }
}
.richtext ul > li {
  padding: 0 0 16px 19px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .richtext ul > li {
    padding: 0 0 11px 12px;
  }
}
.richtext ul > li:last-child {
  padding-bottom: 0;
}
.richtext ul > li:before {
  content: "";
  background: #333333;
  display: block;
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 6px;
  height: 6px;
}
@media (max-width: 767px) {
  .richtext ul > li:before {
    top: 9px;
  }
}
.richtext ul.is-small {
  margin: 7px 0 25px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .richtext ul.is-small {
    margin: 8px 0 18px;
    font-size: 14px;
    line-height: 18px;
  }
}
.richtext ul.is-small > li {
  padding: 0 0 8px 16px;
}
@media (max-width: 767px) {
  .richtext ul.is-small > li {
    padding: 0 0 7px 13px;
  }
}
.richtext ul.is-small > li:before {
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 1px;
}
@media (max-width: 767px) {
  .richtext ul.is-small > li:before {
    position: absolute;
    top: 7px;
    right: auto;
    bottom: auto;
    left: 1px;
    width: 5px;
    height: 5px;
  }
}
.richtext ul.is-medium > li {
  padding-bottom: 10px;
}
.richtext ol {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  counter-reset: olCounter;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .richtext ol {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 22px;
  }
}
.richtext ol > li {
  padding: 0 0 0 16px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.richtext ol > li:before {
  counter-increment: olCounter;
  content: counter(olCounter) '.';
  display: block;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .richtext ol > li:before {
    top: 0;
    font-size: 12px;
    line-height: 24px;
  }
}
.richtext ol ul {
  margin: 0 0 12px 6px;
}
.richtext ol ul > li {
  padding-bottom: 0;
}
.richtext ol a,
.richtext ul a {
  color: #646464;
  text-decoration: none;
  font-weight: 400;
}
.richtext ol a:hover,
.richtext ul a:hover {
  color: #424242;
}
.richtext > img {
  margin: 44px 0 42px;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .richtext > img {
    margin: 22px -15px 23px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height: auto;
  }
  .richtext > img.xs-margin {
    margin: 22px 0 23px;
    width: 100%;
    height: auto;
  }
}
.richtext > .video-box {
  margin: 45px 0 42px;
}
@media (max-width: 767px) {
  .richtext > .video-box {
    margin: 22px -15px 23px;
  }
}
.richtext > .photo-slider {
  margin: 45px 0 74px;
}
@media (max-width: 767px) {
  .richtext > .photo-slider {
    margin: 22px -15px 45px;
  }
}
.richtext > *:first-child {
  margin-top: 0!important;
}
.richtext > *:last-child {
  margin-bottom: 0!important;
}
.m-table {
  margin: 0 0 22px;
  background: #f5f7f8;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .m-table {
    width: auto !important;
    height: auto !important;
    max-width: 768px;
    max-height: initial;
  }
}
@media (max-width: 767px) {
  .m-table--wrap {
    margin: 0 -15px;
    padding: 0 15px;
    overflow: auto;
  }
}
.m-table td {
  padding: 9px 5px 9px 15px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.m-table tr.is-head td {
  background: #b0bfc8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.m-table tr.is-subhead td {
  background: #ced6dc;
}
.info-text {
  color: #666666;
  padding: 0 0 30px;
}
.info-text--item {
  padding: 0 0 12px 17px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.info-text--item span {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.info-text--wrap {
  padding: 27px 0 21px;
}
.video-box {
  padding: 56.25% 0 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.video-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-slider--in .slide {
  display: none;
}
.photo-slider--in .slide:first-of-type {
  display: block;
}
.photo-slider--in.slick-initialized .slide {
  display: block;
}
.photo-slider--item img {
  display: block;
  width: 100%;
  height: auto;
}
.photo-slider .slick-arrow {
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  width: 48px;
  height: auto;
  display: block;
}
.photo-slider .slick-arrow.slick-prev {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}
.photo-slider .slick-arrow.slick-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
.photo-slider .slick-arrow i {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
}
.photo-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -32px;
  left: 0;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .photo-slider .slick-dots {
    bottom: -22px;
  }
}
.photo-slider .slick-dots li {
  -webkit-border-radius: 14px;
  border-radius: 14px;
  border: 2px solid #b0bfc8;
  cursor: pointer;
  margin: 0 5px;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
}
.photo-slider .slick-dots li:hover {
  border-color: #698593;
}
.photo-slider .slick-dots li:before {
  display: none;
}
.photo-slider .slick-dots li.slick-active {
  border-color: #b0bfc8;
  background: #b0bfc8;
  cursor: default;
}
.photo-slider .slick-dots li button {
  display: none;
}
.guides {
  margin: 0 0 -60px;
}
.guide {
  margin: 0 0 120px;
}
@media (max-width: 767px) {
  .guide {
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .guide {
    margin: 0 0 60px;
    min-width: initial;
    min-height: 344px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .guide {
    margin: 0 0 80px;
    min-width: initial;
    min-height: 440px;
  }
}
.guide--box {
  margin: 0 40px 0 0;
  color: #ffffff;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .guide--box {
    margin: 0 auto 57px!important;
    width: 290px;
    height: 250px;
  }
}
.guide--box:before {
  content: "";
  padding: 100% 0 0;
  display: block;
}
@media (max-width: 767px) {
  .guide--box:before {
    padding: 0;
    width: 250px;
    height: 250px;
  }
}
.guide--photo {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 60px;
  width: 490px;
  height: auto;
}
@media (max-width: 767px) {
  .guide--photo {
    position: absolute;
    top: 40px;
    right: auto;
    bottom: auto;
    left: 40px;
    width: 250px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .guide--photo {
    position: absolute;
    top: 30px;
    right: auto;
    bottom: auto;
    left: 30px;
    width: 314px;
    height: auto;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .guide--photo {
    position: absolute;
    top: 30px;
    right: auto;
    bottom: auto;
    left: 30px;
    width: 410px;
    height: auto;
  }
}
.guide--photo img {
  display: block;
  width: 100%;
  height: auto;
}
.guide--title {
  text-transform: uppercase;
  position: absolute;
  top: 176px;
  right: auto;
  bottom: auto;
  left: 21px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .guide--title {
    letter-spacing: 1.4px;
    position: absolute;
    top: 123px;
    right: auto;
    bottom: auto;
    left: 18px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 900;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .guide--title {
    position: absolute;
    top: 100px;
    right: auto;
    bottom: auto;
    left: 15px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .guide--title {
    left: 15px;
  }
}
.guide--title span {
  margin: 8px 0 0;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .guide--title span {
    margin: 1px 0 0;
    letter-spacing: 0.6px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .guide--title span {
    font-size: 16px;
    line-height: 22px;
  }
}
.guide--in {
  padding: 52px 0 0 40px;
}
@media (max-width: 767px) {
  .guide--in {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .guide--in {
    padding: 10px 0 0;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .guide--in {
    padding: 20px 0 0;
  }
}
.guide--text {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  min-width: initial;
  min-height: 275px;
}
@media (max-width: 767px) {
  .guide--text {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 22px;
    min-width: initial;
    min-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .guide--text {
    font-size: 16px;
    line-height: 24px;
    min-width: initial;
    min-height: initial;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .guide--text {
    min-width: initial;
    min-height: 210px;
  }
}
.guide--brands {
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .guide--brands {
    overflow: auto;
    white-space: nowrap;
    margin: 0 -15px;
    padding: 0 15px;
  }
}
.guide--brand {
  opacity: 0.6;
  margin: 0 25px 15px 0;
  display: inline-block;
  vertical-align: top;
}
.guide--brand:hover {
  opacity: 1;
}
.guide--brand img {
  display: block;
  width: auto;
  height: 50px;
}
@media (max-width: 767px) {
  .guide--brand img {
    width: auto;
    height: 40px;
  }
}
.guide.is-t01 .guide--box:before {
  background: #0b4b7d;
}
.guide.is-t02 .guide--box {
  color: #333333;
}
.guide.is-t02 .guide--box:before {
  background: #ba9b6f;
}
.guide.is-t03 .guide--box:before {
  background: #cc1a59;
}
.guide.is-t04 .guide--box {
  color: #333333;
}
.guide.is-t04 .guide--box:before {
  background: #99c89d;
}
.guide.is-t05 .guide--box {
  color: #333333;
}
.guide.is-t05 .guide--box:before {
  background: #74bfdb;
}
.guide.is-t06 .guide--box {
  color: #333333;
}
.guide.is-t06 .guide--box:before {
  background: #de8d59;
}
.guide.is-t07 .guide--box:before {
  background: #1e1a62;
}
.guide.is-t08 .guide--box {
  color: #333333;
}
.guide.is-t08 .guide--box:before {
  background: #de98bf;
}
.guide.is-t09 .guide--box {
  color: #333333;
}
.guide.is-t09 .guide--box:before {
  background: #b8b8b8;
}
.guide.is-t11 .guide--box {
  color: #333333;
}
.guide.is-t11 .guide--box .guide--title {
  color: black;
}
.guide.is-t11 .guide--box:before {
  background: rgba(0, 0, 0, 0.1);
}
.guide.is-t12 .guide--box {
  color: #333333;
}
.guide.is-t12 .guide--box .guide--title {
  color: black;
}
.guide.is-t12 .guide--box:before {
  background: white;
}
.guide.is-t10 .guide--box:before {
  background: #54075e;
}
.guide.is-t02 .guide--box,
.guide.is-t04 .guide--box,
.guide.is-t06 .guide--box,
.guide.is-t08 .guide--box,
.guide.is-t10 .guide--box,
.guide.is-t11 .guide--box,
.guide.is-t12 .guide--box {
  margin: 0 60px 0 -20px;
}
@media (min-width: 768px) and (max-width: 1129px) {
  .guide.is-t02 .guide--box,
  .guide.is-t04 .guide--box,
  .guide.is-t06 .guide--box,
  .guide.is-t08 .guide--box,
  .guide.is-t10 .guide--box,
  .guide.is-t11 .guide--box,
  .guide.is-t12 .guide--box {
    margin: 0 40px 0 0;
  }
}
.guide.is-t02 .guide--in,
.guide.is-t04 .guide--in,
.guide.is-t06 .guide--in,
.guide.is-t08 .guide--in,
.guide.is-t10 .guide--in,
.guide.is-t11 .guide--in,
.guide.is-t12 .guide--in {
  padding: 52px 40px 0 0;
}
@media (max-width: 767px) {
  .guide.is-t02 .guide--in,
  .guide.is-t04 .guide--in,
  .guide.is-t06 .guide--in,
  .guide.is-t08 .guide--in,
  .guide.is-t10 .guide--in,
  .guide.is-t11 .guide--in,
  .guide.is-t12 .guide--in {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .guide.is-t02 .guide--in,
  .guide.is-t04 .guide--in,
  .guide.is-t06 .guide--in,
  .guide.is-t08 .guide--in,
  .guide.is-t10 .guide--in,
  .guide.is-t11 .guide--in,
  .guide.is-t12 .guide--in {
    padding: 10px 0 0;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .guide.is-t02 .guide--in,
  .guide.is-t04 .guide--in,
  .guide.is-t06 .guide--in,
  .guide.is-t08 .guide--in,
  .guide.is-t10 .guide--in,
  .guide.is-t11 .guide--in,
  .guide.is-t12 .guide--in {
    padding: 20px 0 0;
  }
}
.spoilers {
  margin: 0 0 -10px;
}
.spoiler {
  margin: 0 0 10px;
}
.spoiler--head {
  cursor: pointer;
  border-bottom: 1px solid #edf0f2;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  padding: 8px 0 12px 23px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .spoiler--head {
    border-bottom: 2px solid #d8dfe4;
    padding: 8px 36px 19px 0;
    font-size: 18px;
    line-height: 22px;
  }
}
.spoiler--head:hover {
  color: #698593;
  border-color: #698593;
}
.spoiler--head:before {
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 24px;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .spoiler--head:before {
    font-size: 7px;
    line-height: 7px;
    position: absolute;
    top: 18px;
    right: 11px;
    bottom: auto;
    left: auto;
  }
}
.spoiler--body {
  padding: 25px 0 22px 23px;
  display: none;
}
@media (max-width: 767px) {
  .spoiler--body {
    padding: 17px 0 10px;
  }
}
.spoiler.is-active .spoiler--head:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.cooperation {
  background: #edf0f2;
  border-bottom: 1px solid #ffffff;
}
.cooperation--in {
  padding: 44px 0 70px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cooperation--in {
    padding: 20px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cooperation--in {
    padding-bottom: 20px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .cooperation--in {
    padding-bottom: 40px;
  }
}
.cooperation--in:before {
  content: "";
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: auto;
}
@media (max-width: 767px) {
  .cooperation--in:before {
    display: none;
  }
}
.cooperation--features {
  padding: 0 20px 0 40px;
}
@media (max-width: 767px) {
  .cooperation--features {
    padding: 0 15px 1px;
    border-bottom: 1px solid #ffffff;
    margin: 0 -15px 23px;
  }
}
.cooperation--title {
  margin: 0 0 46px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cooperation--title {
    margin: 0 0 27px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 960px) {
  .cooperation--title {
    white-space: nowrap;
  }
}
.cooperation--features .cooperation--title {
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .cooperation--features .cooperation--title {
    margin-bottom: 25px;
  }
}
.cooperation--feature {
  text-align: center;
  margin: 0 -5px 33px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cooperation--feature {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
  }
}
.cooperation--feature i {
  margin: 0 0 14px;
  text-align: center;
  display: block;
  font-size: 59px;
  line-height: 59px;
}
@media (max-width: 767px) {
  .cooperation--feature i {
    margin: 0 0 12px;
  }
}
.cooperation--feature i.icon-cooperation-02 {
  font-size: 45px;
  line-height: 59px;
}
.cooperation--feature i.icon-cooperation-03 {
  font-size: 54px;
  line-height: 59px;
}
.cooperation--feature i.icon-cooperation-04 {
  font-size: 55px;
  line-height: 59px;
}
.cooperation--feature i.icon-cooperation-05 {
  font-size: 50px;
  line-height: 59px;
}
.cooperation--feature i.icon-cooperation-06 {
  font-size: 53px;
  line-height: 59px;
}
.cooperation--form {
  padding: 0 110px 0 20px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cooperation--form {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cooperation--form {
    padding-right: 20px;
  }
}
.cooperation--field {
  margin: 0 0 26px;
}
.cooperation--text {
  margin: -5px 0 41px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cooperation--text {
    margin: -10px 0 23px;
  }
}
.cooperation--text.is-success {
  font-style: italic;
  margin: -6px 0 17px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.cooperation--text a {
  color: #6699cc;
  text-decoration: none;
  font-weight: 400;
}
.cooperation--text a:hover {
  color: #698593;
}
.cooperation--btn {
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .cooperation--btn {
    margin: 0 auto;
  }
}
.cooperation--success {
  background: #edf0f2;
  z-index: 20;
  display: none;
  position: absolute;
  top: 76px;
  right: 0;
  bottom: 0;
  left: 20px;
}
@media (max-width: 767px) {
  .cooperation--success {
    position: absolute;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cooperation--success {
    top: 106px;
  }
}
.cooperation--resend {
  color: #6699cc;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
.cooperation--resend:hover {
  color: #698593;
}
.cooperation--form.is-success .cooperation--success {
  display: block;
}
.maplist {
  background: #edf0f2;
}
.maplist--tabs {
  border-bottom: 2px solid #e4e4e4;
  padding: 0 0 0 20px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .maplist--tabs {
    padding: 0 15px;
  }
}
.maplist--tab {
  border-bottom: 3px solid transparent;
  color: #666666;
  padding: 11px 0 9px;
  margin: 0 37px -1px 0;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .maplist--tab {
    margin: 0 20px -1px 0;
    padding: 15px 0 6px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .maplist--tab {
    margin-right: 25px;
  }
}
.maplist--tab:last-child {
  margin-right: 0;
}
.maplist--tab:hover {
  color: #333333;
}
.maplist--tab.is-active {
  color: #333333;
  border-color: #333333;
}
.maplist--in {
  overflow: auto;
  padding: 17px 0;
  width: auto;
  height: 516px;
}
@media (max-width: 767px) {
  .maplist--in {
    padding: 15px 0;
    width: auto;
    height: auto;
  }
}
.maplist--box {
  width: auto;
  height: 570px;
}
.maplist--item {
  padding: 16px 40px;
}
@media (max-width: 767px) {
  .maplist--item {
    padding: 15px 15px 15px 47px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .maplist--item {
    padding: 15px 20px;
  }
}
.maplist--item-n {
  color: #333333;
  text-decoration: none;
  margin: 0 0 6px;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .maplist--item-n {
    margin: 0 0 7px;
    display: block;
    font-size: 18px;
    line-height: 20px;
  }
}
.maplist--item-n:hover {
  color: #6699cc;
}
.maplist--item-n:after {
  margin: 0 0 0 9px;
  content: '\e919';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .maplist--item-n:after {
    margin: 0;
    color: #6699cc;
    display: block;
    position: absolute;
    top: 6px;
    right: auto;
    bottom: auto;
    left: -33px;
    font-size: 25px;
    line-height: 25px;
  }
}
.maplist--item-t {
  margin: 0 0 11px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .maplist--item-t {
    margin: 0 0 7px;
    font-size: 11px;
    line-height: 18px;
  }
}
.maplist--item-a {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .maplist--item-a {
    margin: 0 0 7px;
  }
}
.maplist--item-s {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
}
.maplist--item.is-active .maplist--item-n {
  color: #6699cc;
}
.maplist-wrap {
  margin: 38px -15px -48px;
}
.card-tiles {
  margin: 20px -50px 0;
}
@media (max-width: 767px) {
  .card-tiles {
    margin: 50px -5px 0;
  }
  .card-tiles.in-error {
    margin-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .card-tiles {
    margin: 32px -15px 0;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .card-tiles {
    margin: 32px -15px 0;
  }
}
.card-tile {
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 0 40px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .card-tile {
    margin: 0 0 10px;
  }
}
.card-tile:before {
  content: "";
  padding: 100% 0 0;
  display: block;
}
.card-tile:after {
  content: "";
  background: #000000;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-tile:hover:after {
  opacity: 0.12;
}
.b-cards {
  margin: -30px 0 0;
}
@media (max-width: 767px) {
  .b-cards {
    margin: -10px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .b-cards {
    margin: -40px 0 0;
  }
}
.b-cards--title {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 77px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .b-cards--title {
    margin: 0 0 43px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .b-cards--title {
    margin: 0 0 50px;
  }
}
.b-cards--grid {
  *zoom: 1;
}
.b-cards--grid:after {
  clear: both;
}
.b-cards--grid:before,
.b-cards--grid:after {
  content: " ";
  display: table;
}
.b-card {
  float: left;
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 20%;
  height: auto;
}
@media (max-width: 767px) {
  .b-card {
    float: none;
    width: auto;
    height: auto;
  }
}
.b-card:before {
  content: "";
  padding: 100% 0 0;
  display: block;
}
.b-card:after {
  content: "";
  background: #000000;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  opacity: 0.25;
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.b-card span {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.b-card:hover:after {
  opacity: 0.1;
}
.brand {
  background: url(../img/brand-gradient.png) left bottom repeat-x;
  margin: 0 -50px;
}
@media (max-width: 767px) {
  .brand {
    background: none;
    margin: 0 0 14px;
    display: none;
  }
  .brand.is-active {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .brand {
    margin: 0 -15px;
  }
}
.brand--in {
  padding: 0 50px 66px;
}
@media (max-width: 767px) {
  .brand--in {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .brand--in {
    padding: 0 15px 65px;
  }
}
.brand--poster {
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 -50px 32px;
  width: auto;
  height: 520px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .brand--poster {
    margin: 0 -15px 19px;
    width: auto;
    height: 320px;
  }
  .brand--poster:before {
    content: "";
    background: #000000;
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    opacity: 0.25;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .brand--poster {
    margin: 0 -15px 32px;
    width: auto;
    height: 400px;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .brand--poster {
    margin: 0 -15px 32px;
  }
}
.brand--poster.is-light {
  color: #ffffff;
}
.brand--poster span {
  text-transform: uppercase;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 0 0 14px;
  z-index: 2;
  font-size: 60px;
  line-height: 50px;
  font-weight: 100;
  position: absolute;
  top: 50%;
  right: 44px;
  bottom: auto;
  left: 44px;
}
@media (max-width: 767px) {
  .brand--poster span {
    color: #ffffff;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 15px;
    bottom: auto;
    left: 15px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .brand--poster span {
    position: absolute;
    top: 50%;
    right: 15px;
    bottom: auto;
    left: 15px;
  }
}
.brand--text {
  padding: 0 190px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .brand--text {
    padding: 0;
    margin: 0 0 36px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .brand--text {
    padding: 0;
  }
}
.brand--grid {
  *zoom: 1;
}
.brand--grid:after {
  clear: both;
}
.brand--grid:before,
.brand--grid:after {
  content: " ";
  display: table;
}
.brand--col {
  float: left;
}
.brand--col:nth-child(1) {
  width: 220px;
  height: auto;
}
.brand--col:nth-child(2) {
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  height: auto;
}
@media (max-width: 767px) {
  .brand--col {
    float: none;
    padding: 0 0 19px;
    width: auto !important;
    height: auto !important;
  }
}
.brand--gtitle {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .brand--gtitle {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .brand--wrap {
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }
}
.brand--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .brand--list {
    white-space: nowrap;
    margin: 0 0 17px;
    font-size: 0;
    line-height: 0;
  }
}
.brand--list li {
  margin: 0 0 12px;
  display: block;
}
@media (max-width: 767px) {
  .brand--list li {
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
  }
}
.brand--list li.is-head {
  font-weight: 700;
}
.brand--list a {
  color: #6699cc;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.brand--list a:hover {
  color: #698593;
}
.brand--tabs {
  padding: 0 15px;
  margin: -19px -15px 0;
  white-space: nowrap;
  overflow: auto;
  display: none;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .brand--tabs {
    display: block;
  }
}
.brand--tabs a {
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 20px 0 0;
  padding: 19px 0 20px;
  color: #333333;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
.brand--tabs a.is-active {
  color: #6699cc;
}
.cart {
  padding: 13px 0 0;
}
@media (max-width: 767px) {
  .cart {
    padding: 2px 0 0;
  }
}
.cart--table {
  padding: 0 0 40px;
  border-bottom: 1px solid #edf0f2;
}
@media (max-width: 767px) {
  .cart--table {
    border: none;
    padding: 0 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .cart--table {
    margin: 0 -15px;
  }
}
.cart--table table {
  table-layout: fixed;
  width: 100%;
  height: auto;
}
.cart--table th {
  border-bottom: 1px solid #edf0f2;
  padding: 0 5px 9px 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 959px) {
  .cart--table th {
    padding: 0 0 9px 15px;
  }
}
.cart--table th:nth-child(1) {
  width: 33%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 959px) {
  .cart--table th:nth-child(1) {
    width: 25%;
    height: auto;
  }
}
.cart--table th:nth-child(2) {
  width: 10.5%;
  height: auto;
}
.cart--table th:nth-child(3) {
  width: 19%;
  height: auto;
}
.cart--table th:nth-child(4) {
  width: 10.5%;
  height: auto;
}
.cart--table th:nth-child(5) {
  width: 13.5%;
  height: auto;
}
.cart--table th:nth-child(6) {
  width: 13.5%;
  height: auto;
}
.cart--table td {
  padding: 40px 5px 0 20px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .cart--table td {
    padding: 20px 0 0 15px;
  }
}
@media (max-width: 767px) {
  .formojfkf
{
  margin-bottom: 20px;
  border-bottom: 1px #ccc solid;
}
  .cart--table table,
  .cart--table tbody,
  .cart--table tr,
  .cart--table td {
    display: block;
  }
  .cart--table thead,
  .cart--table th {
    display: none;
  }
  .cart--table td {
    padding: 0;
  }
  .cart--table td:not(:first-child) {
    padding: 0 0 0 60px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .cart--table td:not(:first-child):before {
    color: #999999;
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .cart--table td:nth-child(2) {
    margin: 0 0 0px;
  }
  .cart--table td:nth-child(2):before {
    content: "Цена:";
    font-size: 14px;
    line-height: 30px;
  }
  .cart--table td:nth-child(3) {
    margin: 0 0 0px;
  }
  .cart--table td:nth-child(3):before {
    content: "Кол-во:";
    font-size: 14px;
    line-height: 30px;
  }
  .cart--table td:nth-child(4) {
    margin: 0 0 9px;
  }
  .cart--table td:nth-child(4):before {
    content: "Сумма:";
    font-size: 14px;
    line-height: 34px;
  }
  .cart--table td:nth-child(5) {
    margin: 0 0 9px;
  }
  .cart--table td:nth-child(5):before {
    content: "Количество:";
    font-size: 14px;
    line-height: 30px;
  }
  .cart--table td:nth-child(6) {
    margin: 0 0 21px;
    padding-bottom: 16px;
    border-bottom: 2px solid #edf0f2;
  }
  .cart--table td:nth-child(6):before {
    content: "Стоимость:";
    font-size: 14px;
    line-height: 34px;
  }
  .cart--table tr:last-child td:nth-child(6) {
    margin: 0;
    border: none;
    padding-bottom: 0;
  }
}
.cart--item {
  padding: 0 0 30px 144px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  min-width: initial;
  min-height: 158px;
}
@media (max-width: 767px) {
  .cart--item {
    padding: 0 0 0 132px;
    margin: 0 0 18px;
    min-width: initial;
    min-height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cart--item {
    padding-left: 0;
    min-width: initial;
    min-height: initial;
  }
}
.cart--item-p {
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 118px;
  height: 158px;
}
@media (max-width: 767px) {
  .cart--item-p {
    top: 2px;
    width: 120px;
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cart--item-p {
    display: none;
  }
}
.cart--item-t {
  margin: 0 0 8px;
  padding: 1px 0 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart--item-t {
    padding: 0;
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 22px;
  }
}
.cart--item-d {
  margin: 0 0 14px;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .cart--item-d {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 16px;
  }
}
.cart--item-a {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cart--item-a {
    margin: 0 0 2px;
  }
}
.cart--item-a span {
  color: #333333;
  font-weight: 400;
}
.cart--item-r {
  color: #cc3333;
  text-decoration: none;
  border-bottom: 1px dashed;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 144px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cart--item-r {
    border-bottom-style: dotted;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cart--item-r {
    left: 0;
  }
}
.cart--item-r:hover {
  border-color: transparent;
}
.cart--colors {
  margin: 4px -8px 0 0;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .cart--colors {
    margin: 0;
  }
}
.cart--colors.in-item {
  margin: 0 0 -8px -5px;
}
.cart--color {
  margin: 0 8px 8px 0;
  border: 1px solid transparent;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 84px;
}
@media (max-width: 767px) {
  .cart--color {
    width: 64px;
    height: 84px;
  }
}
.cart--color span {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cart--color span {
    width: 100%;
    height: 100%;
  }
}
.cart--color.is-active {
  cursor: default;
  border-color: #999999;
}
.cart--size {
  padding: 0 5px 0 0;
}
.cart--price .oldpr {
  white-space: nowrap;
  text-decoration: line-through;
  color: #9c9c9c;
  font-size: 13px;
}
.cart--price {
  font-size: 16px;
  line-height: 32px;
}
.cart--price.is-total {
  font-weight: 700;
}
.cart--label {
  font-size: 16px;
  line-height: 32px;
}
.cart--counter {
  *zoom: 1;
}
.cart--counter:after {
  clear: both;
}
.cart--counter:before,
.cart--counter:after {
  content: " ";
  display: table;
}
.cart--counter span {
  float: left;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 28px;
}
.cart--counter input {
  float: left;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 4px 0 6px;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.cart--tools {
  margin: 40px 0 0;
  *zoom: 1;
}
.cart--tools:after {
  clear: both;
}
.cart--tools:before,
.cart--tools:after {
  content: " ";
  display: table;
}
@media (max-width: 767px) {
  .cart--tools {
    margin: 0;
  }
}
.cart--forms {
  float: left;
  width: 440px;
  height: auto;
}
@media (max-width: 767px) {
  .cart--forms {
    float: none;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cart--forms {
    width: 380px;
    height: auto;
  }
}
.cart--form {
  padding: 0 170px 0 0;
  margin: 0 0 19px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cart--form {
    padding: 0 60px 0 0;
    margin: 0 0 20px;
  }
}
.cart--form.is-success {
  padding: 14px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.cart--form.is-success strong {
  font-weight: 500;
}
.cart--input {
  background: #ffffff;
  color: #333333;
  padding: 12px 20px 16px;
  border: 1px solid #e4e4e4;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.cart--input:hover,
.cart--input:focus {
  border-color: #718491;
}
.cart--input.is-error {
  border-color: #f64c52;
}
.cart--btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 160px;
  height: auto;
}
@media (max-width: 767px) {
  .cart--btn {
    width: 50px;
    height: auto;
  }
}
.cart--sale {
  float: left;
  margin: 0 0 0 48px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f5f7f8;
  color: #333333;
  text-decoration: none;
  font-style: italic;
  padding: 27px 30px 0 105px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  width: 400px;
  height: 119px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cart--sale {
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 -15px 32px;
    padding: 16px 15px 16px 75px;
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cart--sale {
    margin: 0 0 0 20px;
    padding-top: 11px;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    height: 119px;
  }
}
.cart--sale:before {
  content: '\e917';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 53px;
  line-height: 53px;
  position: absolute;
  top: 32px;
  right: auto;
  bottom: auto;
  left: 32px;
}
@media (max-width: 767px) {
  .cart--sale:before {
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 12px;
    right: auto;
    bottom: auto;
    left: 15px;
  }
}
.cart--sale span {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart--sale span {
    font-size: 15px;
    line-height: 16px;
  }
}
.cart--fields {
  padding: 26px 0 35px;
}
@media (max-width: 767px) {
  .cart--fields {
    padding: 9px 0 19px;
  }
}
.cart--field {
  margin: 0 0 8px;
  *zoom: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.cart--field:after {
  clear: both;
}
.cart--field:before,
.cart--field:after {
  content: " ";
  display: table;
}
@media (max-width: 767px) {
  .cart--field {
    margin: 0 0 12px;
  }
}
.cart--field span {
  float: left;
  width: 145px;
  height: auto;
}
.cart--field span small {
  margin: -2px 0 0;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.cart--field span i {
  margin: 0 0 0 -9px;
  display: inline-block;
  vertical-align: top;
}
.cart--field .rorrp span {
  text-decoration: line-through;
  font-size: 20px;
}
.cart--field span.fopert {
  font-weight: 700;
  width: auto;
  height: auto;
}
.cart--field.is-total {
  padding: 8px 0 0;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .cart--field.is-total {
    padding: 9px 0 0;
    font-size: 14px;
    line-height: 22px;
  }
}
.cart--field.is-total span {
  padding: 0 12px 0 0;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .cart--field.is-total span:nth-child(2) {
    margin: -3px 0 0;
    font-size: 22px;
    line-height: 22px;
  }
}
.cart--field.in-account span {
  width: 240px;
  height: auto;
}
.cart--field.in-account span:nth-child(2) {
  width: auto;
  height: auto;
}
.cart--navi {
  *zoom: 1;
}
.cart--navi:after {
  clear: both;
}
.cart--navi:before,
.cart--navi:after {
  content: " ";
  display: table;
}
.cart--navi-b {
  float: left;
  margin: 0 40px 0 0;
  width: 240px;
  height: auto;
}
@media (max-width: 767px) {
  .cart--navi-b {
    float: none;
    margin: 0 auto 20px;
  }
}
.cart--navi-p {
  float: left;
  width: 200px;
  height: auto;
}
.cart--navi-c {
  float: left;
  margin: 0 0 0 40px;
}
.order {
  margin-top: 20px;
  *zoom: 1;
}
.order:after {
  clear: both;
}
.order:before,
.order:after {
  content: " ";
  display: table;
}
.order--box {
  float: left;
  width: 560px;
  height: auto;
}
@media (max-width: 767px) {
  .order--box {
    float: none;
    margin: 0 0 50px;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .order--box {
    float: none;
    margin: 0 0 100px;
    width: auto;
    height: auto;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .order--box {
    width: 60%;
    height: auto;
  }
}
.order--steps {
  margin: -4px 0 41px;
  *zoom: 1;
}
.order--steps:after {
  clear: both;
}
.order--steps:before,
.order--steps:after {
  content: " ";
  display: table;
}
@media (max-width: 767px) {
  .order--steps {
    margin: -19px -15px 30px;
    padding: 10px 15px 0;
    border-bottom: 2px solid #f5f7f8;
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
  }
}
.order--step {
  float: left;
  border-bottom: 2px solid #f5f7f8;
  padding: 0 0 9px 48px;
  color: #999999;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 33.33333333%;
  height: auto;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .order--step {
    float: none;
    margin: 0 20px 0 0;
    padding: 0 0 16px 48px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
  }
}
.order--step:before {
  content: "";
  background: #333333;
  opacity: 0;
  width: auto;
  height: 4px;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .order--step:before {
    width: auto;
    height: 2px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.order--step span {
  background: #999999;
  color: #ffffff;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 0;
}
.order--step.is-active {
  color: #333333;
}
.order--step.is-active:before {
  opacity: 1;
}
.order--step.is-active span {
  background: #333333;
}
.order--side {
  float: right;
  width: 500px;
  height: auto;
}
@media (max-width: 767px) {
  .order--side {
    float: none;
    margin: 0 -15px -48px;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .order--side {
    float: none;
    width: auto;
    height: auto;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .order--side {
    width: 38%;
    height: auto;
  }
}
.order--title {
  margin: 0 0 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .order--title {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 24px;
  }
}
.order--auth {
  *zoom: 1;
}
.order--auth:after {
  clear: both;
}
.order--auth:before,
.order--auth:after {
  content: " ";
  display: table;
}
.order--auth-b {
  float: left;
}
.order--auth-b:nth-child(1) {
  margin: 0 30px 0 0;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .order--auth-b:nth-child(1) {
    margin: 0 0 15px;
  }
}
.order--auth-b:nth-child(2) {
  width: 270px;
  height: auto;
}
@media (max-width: 767px) {
  .order--auth-b {
    float: none;
    width: auto !important;
    height: auto !important;
  }
}
.order--form {
  padding: 21px 0 0;
  width: 340px;
  height: auto;
}
@media (max-width: 767px) {
  .order--form {
    padding: 0;
    width: auto;
    height: auto;
  }
}
.order--form.in-box {
  padding: 0 0 7px;
}
.order--field {
  margin: 0 0 26px;
}
.order--field.is-checkbox {
  margin: -3px 0 26px;
}
.order--field-t {
  font-style: italic;
  margin: 10px 0 -6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.order--field-t strong {
  font-weight: 500;
}
.order--cards {
  margin: 30px 0 44px;
  background: url(../img/order--cards.png) left top no-repeat;
  width: auto;
  height: 30px;
}
.order--why {
  margin: 0 0 -20px;
  padding: 10px 0 20px 26px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  vertical-align: top;
}
.order--why-t {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px dashed;
  font-size: 12px;
  line-height: 18px;
}
.order--why-b {
  background: #ffffff;
  z-index: 10;
  border: 1px solid #edf0f2;
  padding: 15px 20px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 5px;
  width: 400px;
  height: auto;
}
.order--why-b:before,
.order--why-b:after {
  content: "";
  border-left: 10px solid transparent;
  border-bottom: 10px solid #edf0f2;
  border-right: 10px solid transparent;
  display: block;
  width: 0;
  height: auto;
  position: absolute;
  top: -11px;
  right: auto;
  bottom: auto;
  left: 30px;
}
.order--why-b:after {
  top: -10px;
  border-bottom-color: #ffffff;
}
.order--why-b p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
}
.order--why-b p:last-child {
  margin: 0;
}
.order--why:hover .order--why-b {
  opacity: 1;
  pointer-events: initial;
}
.order--choose {
  margin: 8px 0 0 26px;
  color: #6699cc;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.order--choose:hover {
  color: #698593;
}
.order--choosen {
  margin: 8px -26px 0 26px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .order--choosen {
    margin-right: 0;
  }
}
.order--text {
  padding: 4px 0 19px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.order--text a {
  color: #6699cc;
  text-decoration: none;
  font-weight: 400;
}
.order--text a:hover {
  color: #698593;
}
.order--submit {
  padding: 16px 0 0;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .order--submit {
    margin: 0 auto;
  }
}
.order--groups {
  padding: 5px 0 25px;
}
@media (max-width: 767px) {
  .order--groups {
    padding: 4px 0 0;
  }
}
.order--group {
  padding: 0 0 23px;
}
@media (max-width: 767px) {
  .order--group {
    padding: 0 0 12px;
  }
}
.order--gtitle {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .order--gtitle {
    padding: 0 0 14px;
    font-size: 16px;
    line-height: 20px;
  }
}
.order--gtitle span {
  font-weight: 300;
  color: #666666;
}
.order--gfield {
  padding: 0 0 10px;
  *zoom: 1;
}
.order--gfield:after {
  clear: both;
}
.order--gfield:before,
.order--gfield:after {
  content: " ";
  display: table;
}
.order--gfield span {
  float: left;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .order--gfield span {
    font-size: 14px;
    line-height: 20px;
  }
}
.order--gfield span:nth-child(1) {
  font-weight: 300;
  padding: 0 10px 0 0;
  width: 172px;
  height: auto;
}
@media (max-width: 767px) {
  .order--gfield span:nth-child(1) {
    width: 105px;
    height: auto;
  }
}
.order--gfield span:nth-child(2) {
  width: -webkit-calc(100% - 172px);
  width: calc(100% - 172px);
  height: auto;
}
@media (max-width: 767px) {
  .order--gfield span:nth-child(2) {
    font-weight: 300;
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
    height: auto;
  }
}
@media (max-width: 767px) {
  .order--tabs-i {
    margin: 0 -15px;
    padding: 0 15px;
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
  }
  .order--tabs-i .row {
    margin: 0;
  }
  .order--tabs-i .col-xs-12 {
    margin: 0 20px 0 0;
    padding: 0 0 20px;
    white-space: initial;
    width: 120px !important;
    height: auto !important;
  }
}
.order--tabs-t {
  font-style: italic;
  margin: 13px 0 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .order--tabs-t {
    font-size: 12px;
    line-height: 16px;
  }
}
.order--tabs-t strong {
  font-weight: 500;
}
.order--tabs-b {
  padding: 42px 0 0;
  display: none;
}
@media (max-width: 767px) {
  .order--tabs-b {
    padding: 10px 0 0;
  }
}
.order--tab {
  border: 2px solid;
  text-align: center;
  color: #333333;
  text-decoration: none;
  padding: 12px 0 14px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.order--tab.is-active {
  color: #6699cc;
}
.order--stitle {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.order--info {
  background: #f5f7f8;
  padding: 28px 29px 27px;
  margin: 6px 0 26px;
}
.order--info div {
  padding: 0 0 10px 149px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.order--info div span {
  font-weight: 300;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.side {
  background: #edf0f2;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .side {
    padding: 0 15px;
  }
}
.side--title {
  padding: 12px 0 8px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.side--items {
  background: #f5f7f8;
  padding: 30px 30px 10px;
  margin: 0 -30px;
  max-height: 600px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .side--items {
    padding: 20px 15px 10px;
    margin: 0 -15px;
  }
}
.side--item {
  padding: 0 0 0 140px;
  margin: 0 0 26px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  min-width: initial;
  min-height: 160px;
}
.side--item-p {
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid #ffffff;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 120px;
  height: 160px;
}
.side--item-t {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.side--item-d {
  margin: 0 0 15px;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
}
.side--item-a {
  color: #333333;
  padding: 0 0 0 0;
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.side--item-a span {
  color: #666666;
  font-weight: 300;
  position: relative;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.side--item-c {
  padding: 9px 0 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.side--item-c small {
  text-align: center;
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
}
.side--forms {
  padding: 30px 0 0;
}
.side--fields {
  padding: 16px 0 23px;
}
.side--field {
  margin: 0 0 8px;
  *zoom: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.side--field:after {
  clear: both;
}
.side--field:before,
.side--field:after {
  content: " ";
  display: table;
}
.side--field span {
  float: left;
  width: 150px;
  height: auto;
}
.side--field span:nth-child(2) {
  font-weight: 700;
  width: auto;
  height: auto;
}
.side--field.is-total {
  padding: 15px 0 0;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .side--field.is-total {
    font-size: 16px;
    line-height: 22px;
  }
}
.side--field.is-total span {
  padding: 0 22px 0 0;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .side--field.is-total span:nth-child(2) {
    font-size: 22px;
    line-height: 22px;
  }
}
.account {
  margin: -14px 0 0;
}
@media (max-width: 767px) {
  .account {
    margin: -19px 0 0;
  }
}
.account--tabs {
  border-bottom: 2px solid #f5f7f8;
  margin: 0 0 50px;
  *zoom: 1;
}
.account--tabs:after {
  clear: both;
}
.account--tabs:before,
.account--tabs:after {
  content: " ";
  display: table;
}
@media (max-width: 767px) {
  .account--tabs {
    padding: 0 15px;
    margin: 0 -15px 30px;
  }
}
.account--tab {
  float: left;
  color: #999999;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  padding: 0 0 14px 0;
  margin: 0 60px -2px 0;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .account--tab {
    padding: 12px 0 11px;
    margin: 0 20px -2px 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.account--tab.is-active {
  color: #333333;
  border-color: #333333;
}
.account--tab:hover {
  color: #333333;
}
.account--logout {
  float: right;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  padding: 7px 0 19px 31px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .account--logout {
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
}
.account--logout:before {
  content: '\e91c';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .account--logout:before {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 20px;
    line-height: 45px;
  }
}
.account--logout:hover {
  color: #6699cc;
}
.account--title {
  margin: 0 0 46px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .account--title {
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 24px;
  }
}
.account--form {
  width: 340px;
  height: auto;
}
@media (max-width: 767px) {
  .account--form {
    margin: 0 0 50px;
    width: auto;
    height: auto;
  }
}
.account--field {
  margin: 0 0 26px;
}
.account--field.is-checkbox {
  margin: -3px 0 26px;
}
.account--field-t {
  font-style: italic;
  margin: 10px 0 -6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.account--field-t strong {
  font-weight: 500;
}
.account--ftitle {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 20px;
}
.account--gender {
  padding: 14px 0 0;
  margin: 0 0 -3px;
}
.account--gender .radiobox {
  margin: 0 0 14px;
}
.account--password {
  margin: -5px 0 0;
}
.account--password-l {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px dashed;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
.account--password-l:hover {
  border-color: transparent;
}
.account--password-f {
  display: none;
}
.account--help {
  padding: 4px 16px 0 18px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.account--help-i {
  -webkit-border-radius: 26px;
  border-radius: 26px;
  text-align: center;
  color: #ffffff;
  background: #b0bfc8;
  display: block;
  width: 26px;
  height: 26px;
  font-size: 20px;
  line-height: 26px;
}
.account--help-b {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-style: italic;
  padding: 16px 14px;
  background: #f5f7f8;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  width: 250px;
  height: auto;
}
@media (max-width: 959px) {
  .account--help-b {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: auto;
    right: auto;
    bottom: 120%;
    left: 50%;
  }
}
.account--help:hover .account--help-b {
  opacity: 1;
  pointer-events: initial;
}
.account--addresses {
  margin: -1px 0 0;
}
.account--address {
  padding: 0 0 28px;
  max-width: 380px;
  max-height: initial;
}
.account--address-t {
  margin: 0 0 11px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.account--address-t.is-placeholder {
  color: #666666;
}
.account--address-a {
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 18px;
}
.account--address-e {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px dashed;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
.account--address-e:hover {
  border-color: transparent;
}
.account--edit {
  padding: 0 0 28px;
  max-width: 340px;
  max-height: initial;
  display: none;
}
.account--edit-t {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.account--edit-f {
  border-left: 4px solid #ced6dc;
  padding: 0 0 0 13px;
  margin: 0 0 30px -17px;
}
@media (max-width: 767px) {
  .account--edit-f {
    border: none;
    background: #f4f6f7;
    padding: 15px;
    margin: 0 -15px 30px;
  }
}
.account--edit-b {
  *zoom: 1;
}
.account--edit-b:after {
  clear: both;
}
.account--edit-b:before,
.account--edit-b:after {
  content: " ";
  display: table;
}
.account--edit-s {
  float: left;
  margin: 0 25px 0 0;
  width: 140px;
  height: auto;
}
@media (max-width: 767px) {
  .account--edit-s {
    margin: 0 20px 0 0;
  }
}
.account--edit-c {
  float: left;
}
.account--edit-r {
  float: right;
}
.account--add {
  margin: 11px 0 0;
}
.account--add-l {
  text-transform: uppercase;
  color: #6699cc;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.account--add-l:hover {
  color: #698593;
}
.account--add-f {
  display: none;
  width: 340px;
  height: auto;
}
@media (max-width: 767px) {
  .account--add-f {
    width: auto;
    height: auto;
  }
}
.account--add.is-active .account--add-l {
  display: none;
}
.account--add.is-active .account--add-f {
  display: block;
}
.account--filter {
  margin: 0 0 36px;
  width: 180px;
  height: auto;
}
.account--grid {
  margin: 0 -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1129px) {
  .account--grid {
    margin: 0 -15px;
  }
}
.account--col {
  padding: 0 20px 40px;
  width: 33.33333333%;
  height: auto;
}
@media (max-width: 767px) {
  .account--col {
    padding: 0 15px 30px;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .account--col {
    padding: 0 15px 30px;
    width: 50%;
    height: auto;
  }
}
.account--order {
  border: 1px solid #e8ecef;
  padding: 22px 15px 29px 25px;
  width: auto;
  height: 100%;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .account--order {
    padding: 17px 10px 25px 15px;
  }
}
.account--order-t {
  margin: 0 0 3px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .account--order-t {
    font-size: 18px;
    line-height: 24px;
  }
}
.account--order-t a {
  color: #6699cc;
  text-decoration: none;
}
.account--order-t a:hover {
  color: #698593;
}
.account--order-t span {
  text-transform: uppercase;
  padding: 0 0 0 17px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .account--order-t span {
    white-space: nowrap;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .account--order-t span {
    font-size: 12px;
    line-height: 20px;
  }
}
.account--order-d {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
}
.account--order-f {
  margin: 0 0 8px;
  padding: 0 0 0 145px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .account--order-f {
    padding: 0 0 0 130px;
    font-size: 12px;
    line-height: 16px;
  }
}
.account--order-f:last-child {
  margin: 0;
}
.account--order-f span {
  color: #666666;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.account--order-b {
  margin: 26px 0 0;
  *zoom: 1;
}
.account--order-b:after {
  clear: both;
}
.account--order-b:before,
.account--order-b:after {
  content: " ";
  display: table;
}
.account--order-p {
  float: left;
  width: 140px;
  height: auto;
}
.account--order-c {
  float: left;
  margin: 0 0 0 44px;
}
.account--order.in-progress,
.account--order.in-delivery {
  border-color: #b4bec5;
}
.account--order.in-progress .account--order-t span {
  color: #6fb353;
}
.account--order.in-delivery .account--order-t span {
  color: #718491;
}
.account--order.is-done .account--order-t span {
  color: #b0bfc8;
}
.account--order.is-canceled .account--order-t span {
  color: #d33f45;
}
.account--groups {
  padding: 5px 0 0;
}
.account--box {
  padding: 0 20px;
}
@media (max-width: 959px) {
  .account--box {
    padding: 0;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .account--box {
    padding: 0 5px;
  }
}
.account--success {
  padding: 19px 0 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  display: none;
}
.is-color-1 {
  background: #e6dcbf;
}
.is-color-2 {
  background: #ffffff;
  border: 1px solid #dcdcdc;
}
.is-color-3 {
  background: #861115;
}
.is-color-4 {
  background: #91cef4;
}
.is-color-5 {
  background: #fff22d;
}
.is-color-6 {
  background: #6fb353;
}
.is-color-7 {
  background: #573b1b;
}
.is-color-8 {
  background: #cc2128;
}
.is-color-9 {
  background: url(../img/colors.png) left 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.is-color-10 {
  background: #e0922e;
}
.is-color-11 {
  background: #d56ea6;
}
.is-color-12 {
  background: #acacac;
}
.is-color-13 {
  background: #2b55a2;
}
.is-color-14 {
  background: #5a308d;
}
.is-color-15 {
  background: #000000;
}
.is-color-16 {
  background: url(../img/colors.png) left -21px no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.is-color-17 {
  background: url(../img/colors.png) left -42px no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.is-color-18 {
  background: url(../img/colors.png) left -63px no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.js-range--in {
  margin: 0 0 31px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.js-range--in input {
  border: 1px solid #dcdcdc;
  padding: 0 4px;
  margin: 0 20px 0 10px;
  display: inline-block;
  vertical-align: top;
  width: 65px;
  height: 24px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
}
@media (min-width: 960px) and (max-width: 1129px) {
  .js-range--in input {
    width: 55px;
    height: 24px;
  }
}
.js-range--in input:last-child {
  margin-right: 0;
}
.js-loading {
  opacity: 0.5;
  pointer-events: none;
}
.xs-map {
  background: #ffffff;
}
.xs-map--head {
  padding: 20px 60px 20px 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  height: 60px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.xs-map--head.with-back {
  padding-left: 50px;
}
.xs-map--body {
  width: auto;
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
}
.filter {
  background: #ffffff;
  z-index: 1000;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  position: fixed;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: auto;
  width: 100vw;
  height: auto;
}
.filter.is-shown {
  right: 0;
  z-index: 10000;
}
.filter--head {
  border-bottom: 2px solid #edf0f2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.filter--title {
  text-align: center;
  padding: 19px 0 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.filter--clear {
  padding: 19px 15px 20px;
  text-decoration: none;
  color: #6699cc;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 15px;
  line-height: 20px;
}
.filter--close {
  padding: 0 15px;
  color: #333333;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.filter--close:before {
  content: '\e91a';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 18px;
  line-height: 59px;
}
.filter--back {
  color: #333333;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 37px;
  height: 59px;
}
#fastview .m-cart
{
  box-shadow: 0 0 5px 5px #ccc;
}
.filter--back:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 7px;
  line-height: 7px;
  position: absolute;
  top: 26px;
  right: auto;
  bottom: auto;
  left: 14px;
}
.filter--body {
  overflow: auto;
  padding: 0 15px 50px;
  width: auto;
  height: -webkit-calc(100% - 61px);
  height: calc(100% - 61px);
}
.filter--link {
  text-decoration: none;
  color: #333333;
  padding: 11px 0 14px;
  border-bottom: 1px solid #edf0f2;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 15px;
  line-height: 20px;
}
.filter--link:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 19px;
  right: 8px;
  bottom: auto;
  left: auto;
  font-size: 7px;
  line-height: 7px;
}
.filter--link span {
  color: #666666;
  font-weight: 300;
  position: absolute;
  top: 11px;
  right: 30px;
  bottom: auto;
  left: auto;
  display: block;
}
.filter--items .js-range {
  margin: 25px 0;
}
.filter--item {
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid #edf0f2;
  margin: 0 0 0 26px;
  padding: 11px 0 12px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.filter--item .checkbox {
  margin: 0 0 0 -26px;
}
.filter--sub {
  background: #ffffff;
  z-index: 1001;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: auto;
  width: 100vw;
  height: auto;
}
.filter--sub.is-shown {
  right: 0;
}
.filter--save {
  background: #edf0f2;
  color: #333333;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-ib,
.visible-sm-ib,
.visible-md-ib,
.visible-lg-ib {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  .visible-xs-ib {
    display: inline-block;
    vertical-align: top;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm {
    display: block;
  }
  .visible-sm-ib {
    display: inline-block;
    vertical-align: top;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1129px) {
  .visible-md {
    display: block;
  }
  .visible-md-ib {
    display: inline-block;
    vertical-align: top;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1130px) {
  .visible-lg {
    display: block;
  }
  .visible-lg-ib {
    display: inline-block;
    vertical-align: top;
  }
  .hidden-lg {
    display: none !important;
  }
}
.sldermni .slick-list,
.sldermni .slick-track
{
  height: 100%;
}
.sldermni .slick-slide
{
  background-position: center;
  background-size: auto 100%;
}
.sldermni .slick-prev {
  left: 20px;
}
.sldermni .slick-next {
  right: 20px;
}
.home-slider--in3 .bordert,
.home-slider--in2 .bordert
{
  border:1px #ccc solid;
  position: relative;
}

.home-slider--in3 .slide,
.home-slider--in2 .slide
{
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}
.home-slider--in3 .slide:hover .for-hover-on-pdp,
.home-slider--in2 .slide:hover .for-hover-on-pdp
{
  display: flex;
}
.home-slider--in3 img,
.home-slider--in2 img
{
  max-width: 100%;
  width: 100%;
  height: auto;
}
/*
.sldermni:hover .slick-arrow
{
  opacity: 0.2;
}
.sldermni .slick-arrow
{
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAuklEQVR4nO3XWwrCMBBG4bOJCXb/WxEE65N96HKUQgoiKtXmMoP/gUAIhOQjTwGllFJKKaVUmRJwBMY8D5kBV+CWxwwMBCsBUwZMT/MU8SVm4PBibYiIWAuDsQ+IMBjbgHCPsS8QbjH2A8IdxnYg3GCsAKI7xgoiumGsAqI5xioimmGsAeLdWUNERDVMD0RxTE9EMYwHxG6MJ8QuzOj0N5cefprnLRtOwMUZYi3luy13VEoppZRS6k+7A5pSdBk89UVrAAAAAElFTkSuQmCC");
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  width: 50px;
  content: '';
  height: 50px;
  background: #fff;
  border: 2px #000 solid;
  border-radius: 50%;
  z-index: 10;
  margin-top: -25px;
  opacity: 0;
}
.sldermni .slick-arrow:hover
{
  opacity: 1;
}*/
.sldermni
{
  height: calc(100vh);
  min-height: 500px;
}
@media (max-width: 1129px) {
  .item--thumbs {
    max-height: 683px;
  }
}
@media (max-width: 959px) {
  .item--thumbs {
    max-height: 535px;
  }
}

.dropdown-block.bx-ui-sls-input-block
{
    padding-top: 20px;
  padding-bottom: 10px;
}
.bx-sls .dropdown-icon
{
  top: 24px!important;
}
.bx-sls .bx-ui-sls-pane{
  top: 55px;
}
.bx-sls .bx-ui-sls-route
{
  color: #000!important;
}
#SDEK_pvz
{
  left: 0!important;
  top:0!important;
}
.bx-ui-sls-loader-price {
  background-image: url(/bitrix/panel/main/images/waiter-white.gif);
  background-repeat: no-repeat!important;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(238, 238, 238, 0.74);
  left: 0;
  display: none;
}
.cityli:hover
{
  background: #eee;
}
.cityli
{
  padding: 10px;
  cursor: pointer;
}
.forcity-choose
{
  background-color: #fff;
  z-index: 999;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px #c7c7c7;
  box-shadow: 0 2px 3px #c7c7c7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 200px;
  overflow-y: auto;
  left: 0;
  top: 55px;
  padding: 5px 5px 3px 5px;
  position: absolute;
  width: 100%;
}
.video-js video {
  object-fit: cover;
}
.video-js,
.video-js div,
.video-js video,
.vjs-poster
{
  background: #fff!important;
  background-color: #fff!important;
}
.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3
{
  height: 100%;

}
.titlefor-show-sliderx
{
  text-shadow: 1px 1px #fff;
  font-size: 20px;

}
.titlefor-show-sliderx h2
{
  font-size: 30px;
}
.titlefor-show-sliderx h3
{
  font-size: 40px;
}
.titlefor-show-sliderx
{
  justify-content: center;
  z-index: 10;
  display: flex;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
}
.menu-top-main a:first-child{
  padding: 10px;
}
.menu-top-main a{
  color: #000;
  text-decoration: none;
  font-size: 15px;
  margin-right: 40px;
}
.menu-top-main
{
  position: absolute;
  left: 20px;
  top: 14px;
}
.for-bot-pop-sh a{
  display: block;
  white-space: nowrap;
  padding: 10px;
}
.for-bot-pop-sh
{
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  padding: 30px 20px 20px 20px;
  background-color: #edf0f2;
}
.mainertiox:hover a:first-child{
  background-color: #edf0f2;
}
.mainertiox:hover .for-bot-pop-sh{
  display: flex;
}
.mainertiox
{
  position: relative;
  display: inline-block;
}
.rightforr-menuo,
.leftforr-menuo
{
  padding-right: 40px;
}
.foriidkkkfu:hover .for-hover-on-pdp
{
  display: flex;
}
.for-hover-on-pdp
{
  background-color: rgba(255, 255, 255, 0.62);
  color: #000;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-content: center;
  justify-content: center;
  text-align: center;
  vertical-align: center;
  font-size: 30px;
}

.catalog-section-list-self a{
  color: #000;
  font-size: 16px;
  padding-bottom: 6px;
  display: block;
}
.catalog-section-list-self ul
{
  margin-left: 20px!important;
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  list-style: none!important;
}

.popupinlooks
{
  display: none;
  position: absolute;
  bottom: 50px;
  right: 10px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}.crectfotr
 {
  display: none;
 }
@media (max-width: 960px) {
  .crectfotr
  {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .righterrflex
  {
    min-width: 150px;
  }
  .popupinlooks
  {
    padding-top: 20px;
    box-shadow: 0 -1px 2px #eee;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    border-radius: 15px 15px 0 0;
  }
}
@media (min-width: 762px) {

  .bx_catalog_item_title a, .bx_catalog_item_title .artikudtsa
  {
    max-width: 240px;
  }
  .bx_catalog_list_home.col3 .bx_catalog_item {
    height: 270px;
  }
}

@media (min-width: 960px) {
  .bx_catalog_list_home.col3 .bx_catalog_item {
    height: 390px;
  }

}

@media (min-width: 1129px) {

  .bx_catalog_list_home.col3 .bx_catalog_item {
    height: 462px;
  }
}
.forhoverchpictr
{
  position: absolute;
  top: 0;
  bottom: 120px;
  right: 0;
  left: 67px;
  z-index: 10;
  display: flex;
}
.forhoverdt:hover
{
  border-bottom: 2px white solid;
}
.forhoverdt
{

  width: 100%;
  height: 100%;
}
.video-js
{
  z-index: 1000;
}
.video-js .vjs-tech
{
 z-index: -1;
}
#panel
{
  z-index: 2001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.catalog--filter li{
  padding-bottom: 0px;
}
.catalog--filter ul.foropenul
{
  display: none;
}
.catalog--filter .forcheaa.opened
{
  font-weight: 500;
}
.catalog--filter .forcheaa
{
  position: relative;
}
.catalog--filter .fopluxx:before
{
  transform: rotate(90deg);
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 7px;
  line-height: 24px;
}

.catalog--filter .fopluxx.plu:before
{
  transform: rotate(180deg);
  content: '\e911';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 7px;
  line-height: 24px;
}
.catalog--filter .fopluxx
{
  position: absolute;
  left: -24px;
  width: 24px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  top: -1px;
  cursor: pointer;
}
.catalog--filter ul.foropenul.opened
{
  display: block;
}
.catalog--filter ul.foropenul:first-child
{
  display: block;
}

.slickslide-arr-r:hover,
.slickslide-arr-l:hover
{
  opacity: 1;
}
.slickslide-arr-r,
.slickslide-arr-l
{
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAuklEQVR4nO3XWwrCMBBG4bOJCXb/WxEE65N96HKUQgoiKtXmMoP/gUAIhOQjTwGllFJKKaVUmRJwBMY8D5kBV+CWxwwMBCsBUwZMT/MU8SVm4PBibYiIWAuDsQ+IMBjbgHCPsS8QbjH2A8IdxnYg3GCsAKI7xgoiumGsAqI5xioimmGsAeLdWUNERDVMD0RxTE9EMYwHxG6MJ8QuzOj0N5cefprnLRtOwMUZYi3luy13VEoppZRS6k+7A5pSdBk89UVrAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -40px;
  z-index: 10;
}
.slickslide-arr-r
{
  left: auto;
  right: -40px;
  transform: rotate(90deg);
}
.toinhjfk:hover
{
  background: #d9d9d9;
}
.toinhjfk
{
  border-radius: 50%;
  background: #eee;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.cartaddicot
{
  display: flex;
  align-items: center;
  justify-content: right;
}
.righterrflex,
.lefterflex
{
  cursor: pointer;
}
.righterrflex
{
  width: 99%;
  padding: 0 5px;
}
.forincarters
{
  display: flex;
  justify-content: space-between;
}

@media (max-width: 4260px) {
  /*.lookbook--photo {
    min-height: 400px;
  }*/
}
@media (max-width: 1260px) {
  .slickslide-arr-r,
  .slickslide-arr-l
  {
    left:10px;
  }
  .slickslide-arr-r
  {
    left:auto;
    right: 10px;
  }
  .lookbook--photo{
    /*min-height: 350px;*/
  }
}
.forlflc
{
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .lookbook--photo{
   /* min-height: 300px;*/
  }
}
@media (max-width: 760px) {

  .forlflc
  {
    margin-bottom: 10px;
  }
  .lookbookkx
  {
    padding: 0 5px!important;
  }
  .lookbook--photo{
    /*min-height: 250px;*/
  }
  .slickslide-arr-r,
  .slickslide-arr-l
  {
    left:0px;
    background-size: 60%;
    background-position: center center;
  }
  .slickslide-arr-r
  {
    left:auto;
    right: 0px;
  }
  .for-hover-on-pdp
  {
    font-size: 22px;
    background-color: rgba(255, 255, 255, 0.29);
    display: none!important;
  }
  .nameaios
  {
    margin-bottom: 20px;
  }

}
.favoritesfor.checked svg
{
  fill: #ffffff;
}
.favoritesfor:hover
{
  zoom:1;
  right: 5px;
  top: 5px;
}
.favoritesfor svg
{
  fill: rgba(31,27,22,.4);
  stroke: hsla(0,0%,100%,.4);
}
.favoritesfor
{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  zoom:0.8;
  width: 30px;
  height: 30px;
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAABy0lEQVR4nO2WSytFURiGH4SS68HouEb+gglDhi45/4ABCr8CEwN+CBEDIYlyLffCwN0plzKiKNpa9ardOftysHcMvLXa9X3v977rW3vvtRb845eRBsSACSAOvADnwCTQoryd2wpMifOimnGgI4HriXJgHbA8xiJQJu6SD3dNPF/TuAougG7FMvUcAB6Uv9KwFOtP4PYAl8rHvczTbJ3OA/kuvAiwYutoWTEnGI0F8Vbdlj1m69TN9BN5muQGkOvDzbd1bt55EiaUNMsbNHqlbT64JNwoWRGCcZW0jUcSXpXMCsE4W9rGIwl3IXZcKe1bp+Sckp0hGHdJe9YpOaDk/ld2mxSQDhxIu8+JYP7FZxHaAjRul+YTUORGGhLpBMgJwDRHWhYw6LcxnIk4GoDxmLTOpO2JRuBdo+kHps3SeAMaUi0a1kwfgbpvmNap1tLrSxkZwIwKjz0OASdEVGNqp6X1JZjNf1cCO0BxCjWFwKZqDoECvokocCqhbR/zYnEs1ZjaH6FCVxpLK1DiwDH/55btglBNQKjVOW2E9xK6iWq3szTBGgJGue2juQbqNa4VO9I9LBREXC535lpTSsjIBkaAex2lI4r942/iA8sUk7Pv/epZAAAAAElFTkSuQmCC");*/
  /*background-repeat: no-repeat;*/
  /*opacity: 0.7;*/
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 700;
  cursor:pointer;
}
.favoritesfor-main
{
  width: 25px;
  height: 25px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAABy0lEQVR4nO2WSytFURiGH4SS68HouEb+gglDhi45/4ABCr8CEwN+CBEDIYlyLffCwN0plzKiKNpa9ardOftysHcMvLXa9X3v977rW3vvtRb845eRBsSACSAOvADnwCTQoryd2wpMifOimnGgI4HriXJgHbA8xiJQJu6SD3dNPF/TuAougG7FMvUcAB6Uv9KwFOtP4PYAl8rHvczTbJ3OA/kuvAiwYutoWTEnGI0F8Vbdlj1m69TN9BN5muQGkOvDzbd1bt55EiaUNMsbNHqlbT64JNwoWRGCcZW0jUcSXpXMCsE4W9rGIwl3IXZcKe1bp+Sckp0hGHdJe9YpOaDk/ld2mxSQDhxIu8+JYP7FZxHaAjRul+YTUORGGhLpBMgJwDRHWhYw6LcxnIk4GoDxmLTOpO2JRuBdo+kHps3SeAMaUi0a1kwfgbpvmNap1tLrSxkZwIwKjz0OASdEVGNqp6X1JZjNf1cCO0BxCjWFwKZqDoECvokocCqhbR/zYnEs1ZjaH6FCVxpLK1DiwDH/55btglBNQKjVOW2E9xK6iWq3szTBGgJGue2juQbqNa4VO9I9LBREXC535lpTSsjIBkaAex2lI4r942/iA8sUk7Pv/epZAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  cursor:pointer;
  margin: 13px auto;
}
.button_a11d
{
  background: #000!important;
}
.lookerboo:hover {
  border:5px #fff solid;

}
.lookbook--photo
{
  position: relative;

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lookerboo div{
  text-align: center;
  text-shadow: 1px 1px #fff;
  color: #000;
  font-size: 30px;

  font-weight: 600;
}
.hokolpd:hover {
  width: 140px;
}
.hokolpd:hover span{
  display: block;
}
.hokolpd span{
  white-space: nowrap;
  padding-right: 7px;
  display: none;
}
.choosize:hover .choosize-1,
.choosize:hover .choosize-2
{
  background: #f2f2f2;
}
.sizesinnerfortxx
{
  clear: both;
  padding-bottom: 40px;
}
.choosize
{
  cursor:pointer;
  display: flex;
  justify-content: center;
}
.choosize-1{
  min-width: 120px;
  padding: 10px;
  text-align: left;
  border-bottom: 1px #ccc solid;
}
.choosize-2
{
  min-width: 110px;
  padding: 10px;
  text-align: right;
  border-bottom: 1px #ccc solid;
}
.hokolpd
{
  overflow: hidden;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  stroke: #816d5e;
  background: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
}
.lookerboo
{
  text-shadow: 0 0 2px #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  width: 100%;
  background-size: cover;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
}
jdiv{
  z-index: 1000!important;
}
@media (max-width: 768px) {
  .item-card--brand
  {
    text-align: center;
  }
  .item-card--price.with-old span{
    display: block;
    margin-right: 0;
  }
  .item-card--price.with-old
  {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .bx_catalog_list_home .bx_catalog_item_price
     {
       padding: 0;
     }
  .forpdklls
  {
    padding-right: 5px!important;
    padding-top: 5px!important;
  }
  .oldpriceclas,
  .bx_catalog_list_home .bx_catalog_item_price .bx_price
  {
    font-size: 12px;
  }
  .bx_catalog_item_price
  {
    flex-wrap: wrap;
    line-height: 10px;
    font-size: 10px!important;
  }
}
.product-item-container:hover .forprilbotd
{
  display: block;
}
.forprilbotd
{
  display: none;
}/*
@media screen and (min-width: 750px) {
  .mobilert
  {
    display: none;
  }.fullert
   {
     display: block;
   }
}

@media screen and (max-width: 749px) {
  .fullert
  {
    display: none;
  } .mobilert
    {
      display: block!important;
    }
}*/
.product-item-container video
{
  -o-object-position: 50% 50%!important;
  object-position: 50% 50%!important;
  height: 100%!important;
  -o-object-fit: cover!important;
  object-fit: cover!important;
  width: 100%!important;
}
.cart--sale {
  display: none !important;
}