@charset "UTF-8";/*! normalize.css v3.0.1 | MIT License | git.io/normalize */


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none !important;
}

a {
  background: transparent;
  text-decoration: none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

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

figure {
  margin: 1rem 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
:focus{
  outline: 0;
}

div,
input,
button,
.button,
form,
ul{
  box-sizing: border-box;
}

p{
  margin: 0;
}
.row:after,
.grid-row:after,
.grid-row-inner:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.grid-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row-inner {
  margin-left: -1rem;
  margin-right: -1rem;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  margin-left: 0;
  margin-right: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* universal helpers */
/* данный класс меняет поведение вложенных элементов */
.grid-inline {
  letter-spacing: -0.34em;
  float: none;
}
.grid-inline:after {
  clear: both;
  content: "";
  display: block;
}
.grid-inline > [class*="grid"],
.grid-inline > [class*="inline"] {
  display: inline-block;
  float: none !important;
  letter-spacing: 0;
  vertical-align: top;
}
@media all {
  .grid-1 {
    width: 8.33333333%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-2 {
    width: 16.66666667%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-3 {
    width: 25%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .grid-4 {
    width: 33.33333333%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-5 {
    width: 41.66666667%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-6 {
    width: 50%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .grid-7 {
    width: 58.33333333%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-8 {
    width: 66.66666667%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-9 {
    width: 75%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .grid-10 {
    width: 83.33333333%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-11 {
    width: 91.66666667%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-12 {
    width: 100%;
  }
  .offset-12 {
    margin-left: 100%;
  }
  .padded {
    padding: .5rem;
  }
  .padded-left {
    padding-left: .5rem;
  }
  .padded-right {
    padding-right: .5rem;
  }
  .padded-top {
    padding-top: .5rem;
  }
  .padded-bottom {
    padding-bottom: .5rem;
  }
  .padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .padded-inner {
    padding: 1rem;
  }
  .padded-inner-left {
    padding-left: 1rem;
  }
  .padded-inner-right {
    padding-right: 1rem;
  }
  .padded-inner-top {
    padding-top: 1rem;
  }
  .padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .padded-zero {
    padding: 0;
  }
  .padded-zero-left {
    padding-left: 0;
  }
  .padded-zero-right {
    padding-right: 0;
  }
  .padded-zero-top {
    padding-top: 0;
  }
  .padded-zero-bottom {
    padding-bottom: 0;
  }
  .padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .fl,
  .flow {
    float: left;
  }
  .fr,
  .flow-opposite {
    float: right;
  }
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }
  .grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .grid-inline > .inline-top {
    vertical-align: top;
  }
  .grid-inline > .inline-middle {
    vertical-align: middle;
  }
  .grid-inline > .inline-bottom {
    vertical-align: bottom;
  }
  .hidden {
    display: none !important;
  }
  .visible {
    display: block !important;
  }
}
@media all {
  [class*="lg-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lg-grid-1 {
    width: 8.33333333%;
  }
  .lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .lg-grid-2 {
    width: 16.66666667%;
  }
  .lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .lg-grid-3 {
    width: 25%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-grid-4 {
    width: 33.33333333%;
  }
  .lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .lg-grid-5 {
    width: 41.66666667%;
  }
  .lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .lg-grid-6 {
    width: 50%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-grid-7 {
    width: 58.33333333%;
  }
  .lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .lg-grid-8 {
    width: 66.66666667%;
  }
  .lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .lg-grid-9 {
    width: 75%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-grid-10 {
    width: 83.33333333%;
  }
  .lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .lg-grid-11 {
    width: 91.66666667%;
  }
  .lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .lg-grid-12 {
    width: 100%;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
  .lg-padded {
    padding: .5rem;
  }
  .lg-padded-left {
    padding-left: .5rem;
  }
  .lg-padded-right {
    padding-right: .5rem;
  }
  .lg-padded-top {
    padding-top: .5rem;
  }
  .lg-padded-bottom {
    padding-bottom: .5rem;
  }
  .lg-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .lg-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .lg-padded-inner {
    padding: 1rem;
  }
  .lg-padded-inner-left {
    padding-left: 1rem;
  }
  .lg-padded-inner-right {
    padding-right: 1rem;
  }
  .lg-padded-inner-top {
    padding-top: 1rem;
  }
  .lg-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .lg-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-padded-zero {
    padding: 0;
  }
  .lg-padded-zero-left {
    padding-left: 0;
  }
  .lg-padded-zero-right {
    padding-right: 0;
  }
  .lg-padded-zero-top {
    padding-top: 0;
  }
  .lg-padded-zero-bottom {
    padding-bottom: 0;
  }
  .lg-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .lg-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .lg-fl,
  .lg-flow {
    float: left;
  }
  .lg-fr,
  .lg-flow-opposite {
    float: right;
  }
  .lg-center {
    text-align: center;
  }
  .lg-left {
    text-align: left;
  }
  .lg-right {
    text-align: right;
  }
  .lg-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .lg-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .lg-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .grid-inline > .lg-inline-top {
    vertical-align: top;
  }
  .grid-inline > .lg-inline-middle {
    vertical-align: middle;
  }
  .grid-inline > .lg-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 1100px) {
  .adaptive [class*="md-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .md-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .md-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .md-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .md-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .md-grid-3 {
    width: 25%;
  }
  .adaptive .md-offset-3 {
    margin-left: 25%;
  }
  .adaptive .md-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .md-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .md-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .md-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .md-grid-6 {
    width: 50%;
  }
  .adaptive .md-offset-6 {
    margin-left: 50%;
  }
  .adaptive .md-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .md-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .md-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .md-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .md-grid-9 {
    width: 75%;
  }
  .adaptive .md-offset-9 {
    margin-left: 75%;
  }
  .adaptive .md-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .md-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .md-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .md-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .md-grid-12 {
    width: 100%;
  }
  .adaptive .md-offset-12 {
    margin-left: 100%;
  }
  .adaptive .md-padded {
    padding: .5rem;
  }
  .adaptive .md-padded-left {
    padding-left: .5rem;
  }
  .adaptive .md-padded-right {
    padding-right: .5rem;
  }
  .adaptive .md-padded-top {
    padding-top: .5rem;
  }
  .adaptive .md-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .md-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .md-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .md-padded-inner {
    padding: 1rem;
  }
  .adaptive .md-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .md-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .md-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .md-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .md-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .md-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .md-padded-zero {
    padding: 0;
  }
  .adaptive .md-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .md-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .md-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .md-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .md-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .md-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .md-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .md-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .md-fl,
  .adaptive .md-flow {
    float: left;
  }
  .adaptive .md-fr,
  .adaptive .md-flow-opposite {
    float: right;
  }
  .adaptive .md-center {
    text-align: center;
  }
  .adaptive .md-left {
    text-align: left;
  }
  .adaptive .md-right {
    text-align: right;
  }
  .adaptive .md-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .md-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .md-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .md-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .md-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .md-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 800px) {
  .adaptive [class*="sm-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .sm-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .sm-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .sm-grid-3 {
    width: 25%;
  }
  .adaptive .sm-offset-3 {
    margin-left: 25%;
  }
  .adaptive .sm-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .sm-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .sm-grid-6 {
    width: 50%;
  }
  .adaptive .sm-offset-6 {
    margin-left: 50%;
  }
  .adaptive .sm-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .sm-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .sm-grid-9 {
    width: 75%;
  }
  .adaptive .sm-offset-9 {
    margin-left: 75%;
  }
  .adaptive .sm-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .sm-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .sm-grid-12 {
    width: 100%;
  }
  .adaptive .sm-offset-12 {
    margin-left: 100%;
  }
  .adaptive .sm-padded {
    padding: .5rem;
  }
  .adaptive .sm-padded-left {
    padding-left: .5rem;
  }
  .adaptive .sm-padded-right {
    padding-right: .5rem;
  }
  .adaptive .sm-padded-top {
    padding-top: .5rem;
  }
  .adaptive .sm-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .sm-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .sm-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .sm-padded-inner {
    padding: 1rem;
  }
  .adaptive .sm-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .sm-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .sm-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .sm-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .sm-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .sm-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .sm-padded-zero {
    padding: 0;
  }
  .adaptive .sm-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .sm-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .sm-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .sm-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .sm-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .sm-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .sm-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .sm-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .sm-fl,
  .adaptive .sm-flow {
    float: left;
  }
  .adaptive .sm-fr,
  .adaptive .sm-flow-opposite {
    float: right;
  }
  .adaptive .sm-center {
    text-align: center;
  }
  .adaptive .sm-left {
    text-align: left;
  }
  .adaptive .sm-right {
    text-align: right;
  }
  .adaptive .sm-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .sm-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .sm-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .sm-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .sm-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .sm-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 640px) {
  .adaptive [class*="xs-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .xs-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .xs-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .xs-grid-3 {
    width: 25%;
  }
  .adaptive .xs-offset-3 {
    margin-left: 25%;
  }
  .adaptive .xs-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .xs-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .xs-grid-6 {
    width: 50%;
  }
  .adaptive .xs-offset-6 {
    margin-left: 50%;
  }
  .adaptive .xs-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .xs-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .xs-grid-9 {
    width: 75%;
  }
  .adaptive .xs-offset-9 {
    margin-left: 75%;
  }
  .adaptive .xs-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .xs-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .xs-grid-12 {
    width: 100%;
  }
  .adaptive .xs-offset-12 {
    margin-left: 100%;
  }
  .adaptive .xs-padded {
    padding: .5rem;
  }
  .adaptive .xs-padded-left {
    padding-left: .5rem;
  }
  .adaptive .xs-padded-right {
    padding-right: .5rem;
  }
  .adaptive .xs-padded-top {
    padding-top: .5rem;
  }
  .adaptive .xs-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .xs-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .xs-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .xs-padded-inner {
    padding: 1rem;
  }
  .adaptive .xs-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .xs-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .xs-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .xs-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .xs-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .xs-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .xs-padded-zero {
    padding: 0;
  }
  .adaptive .xs-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .xs-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .xs-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .xs-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .xs-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .xs-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .xs-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .xs-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .xs-fl,
  .adaptive .xs-flow {
    float: left;
  }
  .adaptive .xs-fr,
  .adaptive .xs-flow-opposite {
    float: right;
  }
  .adaptive .xs-center {
    text-align: center;
  }
  .adaptive .xs-left {
    text-align: left;
  }
  .adaptive .xs-right {
    text-align: right;
  }
  .adaptive .xs-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .xs-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .xs-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .xs-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .xs-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .xs-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 480px) {
  .adaptive .adaptive [class*="mc-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .mc-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .mc-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .mc-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .mc-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .mc-grid-3 {
    width: 25%;
  }
  .adaptive .mc-offset-3 {
    margin-left: 25%;
  }
  .adaptive .mc-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .mc-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .mc-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .mc-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .mc-grid-6 {
    width: 50%;
  }
  .adaptive .mc-offset-6 {
    margin-left: 50%;
  }
  .adaptive .mc-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .mc-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .mc-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .mc-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .mc-grid-9 {
    width: 75%;
  }
  .adaptive .mc-offset-9 {
    margin-left: 75%;
  }
  .adaptive .mc-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .mc-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .mc-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .mc-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .mc-grid-12 {
    width: 100%;
  }
  .adaptive .mc-offset-12 {
    margin-left: 100%;
  }
  .adaptive .mc-padded {
    padding: .5rem;
  }
  .adaptive .mc-padded-left {
    padding-left: .5rem;
  }
  .adaptive .mc-padded-right {
    padding-right: .5rem;
  }
  .adaptive .mc-padded-top {
    padding-top: .5rem;
  }
  .adaptive .mc-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .mc-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .mc-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .mc-padded-inner {
    padding: 1rem;
  }
  .adaptive .mc-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .mc-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .mc-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .mc-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .mc-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .mc-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .mc-padded-zero {
    padding: 0;
  }
  .adaptive .mc-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .mc-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .mc-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .mc-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .mc-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .mc-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .mc-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .mc-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .mc-fl,
  .adaptive .mc-flow {
    float: left;
  }
  .adaptive .mc-fr,
  .adaptive .mc-flow-opposite {
    float: right;
  }
  .adaptive .mc-center {
    text-align: center;
  }
  .adaptive .mc-left {
    text-align: left;
  }
  .adaptive .mc-right {
    text-align: right;
  }
  .adaptive .mc-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .mc-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .mc-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .mc-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .mc-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .mc-inline-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1101px) {
  .adaptive .lg-hidden {
    display: none !important;
  }
  .adaptive .lg-visible {
    display: block !important;
  }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .adaptive .md-hidden {
    display: none !important;
  }
  .adaptive .md-visible {
    display: block !important;
  }
}
@media (min-width: 641px) and (max-width: 800px) {
  .adaptive .sm-hidden {
    display: none !important;
  }
  .adaptive .sm-visible {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .adaptive .xs-hidden {
    display: none !important;
  }
  .adaptive .xs-visible {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .adaptive .mc-hidden {
    display: none !important;
  }
  .adaptive .mc-visible {
    display: block !important;
  }
}
/**/
img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.image-square,
.image-circle {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.image-square img,
.image-circle img {
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart_item .image-square,
.article_preview-preview .image-square,
.product_preview-preview .image-square {
  overflow: hidden;
  max-height: 240px;
}
.image-circle {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#own_preloader {
  position: fixed;
  z-index: 1060;
}
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}
.button--disabled,
.button[disabled] {
  cursor: not-allowed;
}
.input {
  margin-bottom: 0.5rem;
}
.input:after {
  clear: both;
  content: "";
  display: block;
}
.input:last-child {
  margin-bottom: 0;
}
.input-label {
  display: block;
  margin-bottom: 0.5rem;
}
.input-field {
  display: block;
  width: 100%;
  border: 1px solid;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.input-notice {
  display: none;
  margin-top: 0.5rem;
}
.input-captcha {
  display: inline-block;
}
.input--inline > .input-label {
  display: inline-block;
  line-height: inherit;
  height: inherit;
  border: 1px solid initial;
  vertical-align: middle;
  margin-bottom: 0;
}
.input--inline > .input-field {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.input--inline > .input-captcha {
  display: inline-block;
}
.input--inline > .input-button {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  border: 1px solid transparent;
  vertical-align: middle;
}
.input--error > .input-field {
  border-color: #ebccd1;
  background-color: #f2dede;
}
.input--error > .input-notice {
  display: block;
}
.input--required .input-label:after {
  content: '*';
  color: red;
}
.input--captcha .input-field {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 125px;
}
.styled_select-wrapper {
  position: relative;
  display: inline-block;
  min-width: 50px;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: middle;
  z-index: 0;
  border: 1px solid;
}
.styled_select-wrapper:after {
  position: absolute;
  top: calc( 50% - 8px );
  right: 0;
  line-height: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f078";
  padding: 0 0.5rem;
}
.checkout .styled_select-wrapper {
  width: 100%;
}
.styled_select-wrapper select {
  position: relative;
  display: inline-block;
  width: calc( 100% + 30px );
  height: 100%;
  border: none;
  padding: 0 0.5rem;
  background-color: transparent;
  z-index: 1;
  line-height: inherit;
  cursor: pointer;
}
.notice {
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.notice:last-child {
  margin-bottom: 0;
}
.notice--success {
  color: #3c763d;
  background-color: #dff0d8;
}
.notice--info {
  color: #31708f;
  background-color: #d9edf7;
}
.notice--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.notice--danger {
  color: #a94442;
  background-color: #f2dede;
}
.prices:after {
  clear: both;
  content: "";
  display: block;
}
.prices--inline > .prices-current,
.prices--inline > .prices-old {
  display: inline-block;
}
.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.menu:after {
  clear: both;
  content: "";
  display: block;
}
.menu-node {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.menu-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.menu-marker {
  display: block;
  box-sizing: border-box;
}
.menu-marker--parent {
  float: right;
  position: relative;
  z-index: 10;
}
.menu-toggler {
  cursor: pointer;
}
.menu--horizontal > .menu-node {
  float: left;
}
.menu--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--dropdown {
  display: block;
}
.menu--side {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--side {
  display: block;
}
.menu--fixed {
  position: fixed;
  z-index: 1030;
}
.menu--collapse {
  display: none;
}
.js-menu-toggler {
  cursor: pointer;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  z-index: 1;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  /* opacity: 0; */
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.tabs:after,
.tubs:after {
  clear: both;
  content: "";
  display: block;
}
.tabs-controls,
.tubs-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tabs-controls:after,
.tubs-controls:after {
  clear: both;
  content: "";
  display: block;
}
.tabs-controls--horizontal > .tabs-node,
.tubs-controls--horizontal > .tubs-node {
  float: left;
}
.tabs-node,
.tubs-node {
  display: block;
  cursor: pointer;
}
.tabs-content,
.tubs-content {
  display: none;
}
.tabs-content--active,
.tubs-content--active {
  display: block;
}
.accordion-toggler {
  cursor: pointer;
}
.accordion-content {
  display: block;
}
.accordion-content--collapse {
  display: none;
}
.quantity {
  position: relative;
  display: inline-block;
}
.quantity:after {
  clear: both;
  content: "";
  display: block;
}
.quantity-button {
  text-align: center;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity-button > .fa {
  vertical-align: middle;
}
.quantity-input {
  padding-top: 0;
  padding-bottom: 0;
  width: 50px;
  border: 1px solid;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
}
.quantity--inline .quantity-button {
  display: inline-block;
  border: 1px solid transparent;
  line-height: inherit;
  vertical-align: middle;
}
.quantity--side .quantity-button {
  position: absolute;
  right: 0;
  box-sizing: border-box;
}
.quantity--side .quantity-button--minus {
  bottom: 0;
}
.quantity--side .quantity-button--plus {
  top: 0;
}
.quantity--side .quantity-input {
  height: inherit;
}
.modal {
  position: fixed;
  z-index: 1050;
  max-width: 95%;
  max-height: 95%;
  overflow-y: auto;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}
.overlay--opacity {
  background-color: transparent !important;
}
/* breadcrumbs */
.pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.pagination:after {
  clear: both;
  content: "";
  display: block;
}
.pagination-page {
  display: block;
}
.pagination-node {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.pagination-node--link:hover {
  cursor: pointer;
}
.pagination--horizontal > .pagination-page {
  float: left;
}
.reviews-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.reviews-link {
  cursor: pointer;
}
.review {
  display: block;
  margin-bottom: 1rem;
}
.review:last-child {
  margin-bottom: 0;
}
.review-details {
  margin-bottom: 0.5rem;
}
.review-details:after {
  clear: both;
  content: "";
  display: block;
}
.review-rating {
  margin-bottom: 0.5rem;
}
.review-content {
  margin-bottom: 0.5rem;
}
.review_form-toggle {
  cursor: pointer;
}
.review_form-input {
  margin-bottom: 0.5rem;
}
.review_form-input:last-child {
  margin-bottom: 0;
}
.review_form-submit {
  cursor: pointer;
}
script[type="text/template"] {
  display: none;
}
body {
  min-width: 320px;
}
body.body--lock_scroll {
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 50%;
  position: fixed;
  width: 100%;
}
.sidebar_block:last-child {
  margin-bottom: 0;
}
.fc:after {
  clear: both;
  content: "";
  display: block;
}
.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}
.ac_loading {
  background: white url('/served_assets/ajax_indicator.gif') right center no-repeat;
}
.ac_odd {
  background-color: #eee;
}
.ac_over {
  background-color: #0A246A;
  color: white;
}
.collection-description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-seo_description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-products_list:after {
  clear: both;
  content: "";
  display: block;
}
.collection-subcollection_list:after {
  clear: both;
  content: "";
  display: block;
}
.filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter:after {
  clear: both;
  content: "";
  display: block;
}
.filter--vertical .filter-section {
  display: block;
}
.filter-section {
  position: relative;
  margin-bottom: 0.5rem;
}
.filter-clear_all {
  cursor: pointer;
}
.filter-section_toggler {
  cursor: pointer;
}
.filter-hidden_sections {
  display: none;
}
.filter-submit {
  cursor: pointer;
}
.filter_section {
  position: relative;
  /* mod */
}
.filter_section-title {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}
.filter_section-toggler {
  cursor: pointer;
}
.filter_section-values {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter_section-values--horizontal .filter-value {
  display: inline-block;
}
.filter_section-values--collapse {
  display: none;
}
.filter_section-value {
  display: block;
}
.filter_section-value--range {
  margin: 1rem 0.5rem;
}
.filter_section-clear {
  cursor: pointer;
}
.filter_section-range_input {
  padding: 0;
  width: 60px;
  text-align: center;
  line-height: inherit;
}
/* noUI slider */
.noUi {
  /* Handles and cursors;
   */
  /* Disabled state;
   */
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  /* Painting and performance;
     * Browsers can paint handles in their own layer.
     */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: default;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
       * its values is > 50%.
       */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
       * creates a new context for the origins.
       */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi [disabled].noUi-connect,
.noUi [disabled] .noUi-connect {
  background: #B8B8B8;
}
.noUi [disabled] .noUi-handle {
  cursor: not-allowed;
}
.sort_by:after {
  clear: both;
  content: "";
  display: block;
}
.sort_by-label {
  display: inline-block;
  line-height: inherit;
}
.sort_by-select {
  display: inline-block;
  line-height: inherit;
}
.product-sku {
  margin-bottom: 0.5rem;
}
.product-sku_field {
  margin-bottom: 0.5rem;
}
.product-presence {
  margin-bottom: 0.5rem;
}
.product-short_description {
  margin-bottom: 0.5rem;
}
.product-description {
  margin-bottom: 0.5rem;
}
.product-properties {
  margin-bottom: 0.5rem;
}
.product-variants {
  margin-bottom: 0.5rem;
}
.product-prices {
  margin-bottom: 0.5rem;
}
.product-quantity {
  margin-bottom: 0.5rem;
}
.product-buy {
  margin-bottom: 0.5rem;
}
.gallery-large_image {
  text-align: center;
}
.option_selector {
  margin-bottom: 0.5rem;
}
.option_selector-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.variant-span {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.variant-radio {
  margin-bottom: 5px;
}
.variant-radio_switch {
  cursor: pointer;
}
.variant-radio_label {
  cursor: pointer;
}
.variant-select {
  cursor: pointer;
}
.variant-color {
  display: inline-block;
  cursor: pointer;
}
.variant-image {
  display: inline-block;
  cursor: pointer;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-preview_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gallery-preview_list:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-preview_list--horizontal > .gallery-preview {
  display: inline-block;
}
.gallery-preview {
  display: block;
}
.gallery-image {
  display: block;
}
.product_preview {
  position: relative;
}
.product_preview:after {
  clear: both;
  content: "";
  display: block;
}
.product_preview-preview {
  position: relative;
}
.product_preview-tip {
  position: absolute;
}
.product_preview-link {
  display: block;
  min-height: 60px;
}
.product_preview-title {
  display: block;

}




.cart-table_container:after {
  clear: both;
  content: "";
  display: block;
}
.cart-items_list:after {
  clear: both;
  content: "";
  display: block;
}
.cart-empty_notice {
  display: none;
}
.cart_item:after {
  clear: both;
  content: "";
  display: block;
}
.cart_item-delete {
  cursor: pointer;
}
.cart_total:after {
  clear: both;
  content: "";
  display: block;
}
.discounts:after {
  clear: both;
  content: "";
  display: block;
}
.discounts-field {
  width: 130px;
}
.discounts-submit {
  vertical-align: top;
}
.discounts-notice {
  display: none;
}
.discount {
  margin-bottom: 0.5rem;
}
.discount:after {
  clear: both;
  content: "";
  display: block;
}
.discount:last-child {
  margin: 0;
}
.cart_widget {
  position: relative;
}
.cart_widget:after {
  clear: both;
  content: "";
  display: block;
}
.cart_widget-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  text-align: left;
}
.cart_widget:hover .cart_widget-dropdown {
  display: block;
}
.basket_list-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.basket_list-submit {
  cursor: pointer;
}
.basket_item {
  position: relative;
  margin-bottom: 0.5rem;
}
.basket_item:after {
  clear: both;
  content: "";
  display: block;
}
.basket_item:last-child {
  margin-bottom: 0;
}
.basket_item-image {
  float: left;
}
.basket_item-delete {
  cursor: pointer;
  float: right;
}
.basket_item-price:after {
  content: none;
}
.search-products_list:after {
  clear: both;
  content: "";
  display: block;
}
.search_widget {
  display: inline-block;
}
.search_widget-field {
  display: inline-block;
  height: inherit;
  padding: 0 0.5rem;
  line-height: inherit;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
}
.search_widget-submit {
  display: inline-block;
  padding: 0;
  height: inherit;
  border: 1px solid transparent;
  background-color: transparent;
  line-height: inherit;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.search_widget-submit--disabled,
.search_widget-submit[disabled] {
  cursor: not-allowed;
}
.ajax_search-wrapper {
  position: relative;
}
.ajax_search-results {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.ajax_search-item {
  display: block;
  text-align: left;
}
.compare-wrapper {
  overflow-x: auto;
}
.compare-toggle_same {
  cursor: pointer;
}
.compare-remove {
  cursor: pointer;
}
.compare-notice {
  display: none;
}
.compare_row {
  display: table-row;
}
.compare_row:after {
  clear: both;
  content: "";
  display: block;
}
.compare_row-title {
  display: table-cell;
  vertical-align: top;
}
.compare_row-item {
  display: table-cell;
  vertical-align: top;
}
.blog-article_list:after {
  clear: both;
  content: "";
  display: block;
}
.article:after {
  clear: both;
  content: "";
  display: block;
}
.article-note {
  margin-bottom: 0.5rem;
}
.article-content {
  margin-bottom: 0.5rem;
}
.article_preview {
  margin-bottom: 0.5rem;
}
.article_preview:after {
  clear: both;
  content: "";
  display: block;
}
.language_switch {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.language_switch:after {
  clear: both;
  content: "";
  display: block;
}
.language_switch-node {
  box-sizing: border-box;
  display: block;
  position: relative;
}
.language_switch-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.language_switch-toggler {
  cursor: pointer;
}
.language_switch--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.language_switch-node:hover > .language_switch--dropdown {
  display: block;
}
.language_switch--side {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}
.language_switch-node:hover > .language_switch--side {
  display: block;
}
.language_switch--vertical > .language_switch-node {
  width: 100%;
}
.language_switch--horizontal > .language_switch-node {
  float: left;
}
.social_links:after {
  clear: both;
  content: "";
  display: block;
}
.social_links-link {
  display: inline-block;
}
.social_links:after {
  clear: both;
  content: "";
  display: block;
}
.social_links-link {
  display: inline-block;
}
.payments:after {
  clear: both;
  content: "";
  display: block;
}
.payments-method {
  display: inline-block;
}

.sl_main_div * {
  width: initial;
  height: initial;
  max-width: initial;
  max-height: initial;
}

.modal_cart {background-color: $footer-bg-color; padding: 20px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; opacity: 0;}
.modal_cart .title {text-transform: uppercase;}
.modal_cart.open {opacity: 1;}
/*


   Magic Zoom Plus v5.0.8
   Copyright 2015 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */

@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src:url("magictoolbox-thin.eot");
  src:url("magictoolbox-thin.eot?#iefix") format("embedded-opentype"),
    url("magictoolbox-thin.woff") format("woff"),
    url("magictoolbox-thin.ttf") format("truetype"),
    url("magictoolbox-thin.svg#magictoolbox-thin") format("svg");
}

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
figure.mz-figure {
    -webkit-perspective: 300px;
    perspective: 300px;
    margin: 0 !important;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
    touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -ms-transform-origin: 50% 50% !important;
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
}
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}
.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}
.mobile-magic .mz-expand .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}



/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}


.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.mz-zoom-window.mz-magnifier {
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
            transition: opacity 0.25s ease, z-index 0.25s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
/* Hint in the expanded view on mobile */
.mobile-magic .mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mobile-magic .mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mobile-magic .mz-expand .mz-hint-message:before {
    display: none;
}
.mobile-magic .mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}



/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
        -ms-transform: translate(0,0) scale(10,10) rotate(0.01deg);
            transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
    -webkit-perspective: 600px;
            perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mz-expand .mz-expand-bg > img  {
    margin: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}
.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}
.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}
.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}


/* Caption in expanded view */
.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}
.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}
.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}
.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}
.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}
.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}
.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}


/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
 }
button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
}
button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}
button.mz-button.mz-button-prev {
    left: 0 !important;
}
button.mz-button.mz-button-next {
    right: 0 !important;
}
button.mz-button.mz-button-close {
    font-size: 30px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}
:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
            transition: color .25s, border-color .25s, transform .25s !important;

}
:root:not(.mobile-magic) button.mz-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
            transition: transform .1s !important;
}
.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(.95) !important;
            transform: scale(.95) !important;
}

button.mz-button.mz-button-close:before { content: "\a001"; }
button.mz-button.mz-button-prev:before { content: "\a002";  }
button.mz-button.mz-button-next:before { content: "\a003"; }

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        background: rgba(255, 255, 255, .12) !important;
        border-color: rgba(180, 180, 180, .3) !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}
.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}


/**
 * Thumbnails
 */

 /* Thumbnails on the page */
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}
.mz-thumb img {
    border: 0;
    /*box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);*/
    box-sizing: border-box;
}
.mz-thumb:hover:not(.mz-thumb-selected) img {
  /*
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
            */
}
.mz-thumb-selected img {
  /*
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
            */
}
.no-cssfilters-magic .mz-thumb {
  /*
    background: #000;
    */
}
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  /*
    opacity: .7;
    filter: alpha(opacity=70);
    */
}
.no-cssfilters-magic .mz-thumb-selected img {
  /*
    opacity: .5;
    filter: alpha(opacity=50);
    */
}
.ie9-magic .mz-thumb img {
    /*box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);*/
}

 /* Thumbnails in expanded view */
.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}
.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    height: 40px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.3);
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
}
.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5; filter:
    alpha(opacity=50);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 0 !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 30px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100%;
    max-height: none;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs .magic-thumbs-button {
    cursor: pointer;
    z-index: 90;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    position: absolute;

    font-family: "magictoolbox-thin";
    font-style: normal;
    font-weight: 200;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-align: center;
    color: #bbb;
    -webkit-font-smoothing: antialiased;

    font-size: 30px;
    width: 30px;
    height: 100%;
    top: 0; bottom: 0;
}
.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}
.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before { content: "\a002"; }
.magic-thumbs .magic-thumbs-button-next:before { content: "\a003"; }
.magic-thumbs-button:before {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    opacity: .6;
}
.magic-thumbs .magic-thumbs-button:hover:before { opacity: 1; }


/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0; right: 0;
    top: auto; bottom: auto;
}
.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-prev:before { content: "\a005"; }
.magic-thumbs-vertical .magic-thumbs-button-next:before { content: "\a004"; }


.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}

.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}
/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    outline: none!important;
    transition: .4s all;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next svg path,
.swiper-button-prev svg path{
    transition: .4s all;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
    background: #505258;
}
.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path{
    stroke: #fff;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto;
}
.swiper-button-prev svg,
.swiper-container-rtl .swiper-button-next svg{
    margin-right: 3px;
}
.swiper-button-next svg,
.swiper-container-rtl .swiper-button-prev svg{
    margin-left: 3px;
}
@media (max-width: 640px){
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100%;
    background: #F4E7CE;
    overflow: none!important;
    border: 0!important;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background: #505258;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #505258;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}

/*
 *  Owl Carousel - Animate Plugin
 */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
/* line 10, landing.scss */
* {
  -moz-box-sizing: border-box;
  /* Для Firefox */
  box-sizing: border-box;
  /* Ширина блока с полями */
  margin: 0;
  padding: 0;
  /*transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease;*/ }

/* line 20, landing.scss */
*:hover {
  /*transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease;*/ }

/* line 27, landing.scss */
html, body {
  height: 100%; }

/* line 30, landing.scss */
body {
  position: relative; }

/* line 35, landing.scss */
input, textarea {
  outline: none;
  border: 0;
  -webkit-appearance: none; }

/* line 40, landing.scss */
input[type="submit"] {
  cursor: pointer;
  display: block; }

/* line 44, landing.scss */
section, header, footer {
  background-position: center top;
  background-repeat: no-repeat; }

/* line 48, landing.scss */
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }

/* line 53, landing.scss */
img, svg {
  display: inline;
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

/* line 59, landing.scss */
button {
  display: block;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none; }

/* line 66, landing.scss */
ul {
  list-style: none; }

/* line 69, landing.scss */
:focus::-webkit-input-placeholder {
  color: transparent; }

/* line 73, landing.scss */
:focus::-moz-input-placeholder {
  color: transparent; }

/* line 76, landing.scss */
:focus::-input-placeholder {
  color: transparent; }

/* line 79, landing.scss */
.clear {
  clear: both; }

/* line 82, landing.scss */
.float-left {
  float: left; }

/* line 85, landing.scss */
.float-right {
  float: right; }

/* line 88, landing.scss */
.inline-block {
  display: inline-block; }

/* line 91, landing.scss */
.display-block {
  display: block; }

/* line 94, landing.scss */
.display-none {
  display: none; }

/* line 97, landing.scss */
.align-left {
  text-align: left; }

/* line 100, landing.scss */
.align-right {
  text-align: right; }

/* line 103, landing.scss */
.align-center {
  text-align: center; }

/* line 106, landing.scss */
.in-top {
  display: inline-block;
  vertical-align: top; }

/* line 110, landing.scss */
.in-middle {
  display: inline-block;
  vertical-align: middle; }

/* line 114, landing.scss */
.in-bottom {
  display: inline-block;
  vertical-align: bottom; }

/* line 118, landing.scss */
.w5 {
  width: 5%; }

/* line 121, landing.scss */
.w10 {
  width: 10%; }

/* line 124, landing.scss */
.w15 {
  width: 15%; }

/* line 127, landing.scss */
.w20 {
  width: 20%; }

/* line 130, landing.scss */
.w25 {
  width: 25%; }

/* line 133, landing.scss */
.w30 {
  width: 30%; }

/* line 136, landing.scss */
.w35 {
  width: 35%; }

/* line 139, landing.scss */
.w40 {
  width: 40%; }

/* line 142, landing.scss */
.w45 {
  width: 45%; }

/* line 145, landing.scss */
.w50 {
  width: 50%; }

/* line 148, landing.scss */
.w55 {
  width: 55%; }

/* line 151, landing.scss */
.w60 {
  width: 60%; }

/* line 154, landing.scss */
.w65 {
  width: 65%; }

/* line 157, landing.scss */
.w70 {
  width: 70%; }

/* line 160, landing.scss */
.w75 {
  width: 75%; }

/* line 163, landing.scss */
.w80 {
  width: 80%; }

/* line 166, landing.scss */
.w85 {
  width: 85%; }

/* line 169, landing.scss */
.w90 {
  width: 90%; }

/* line 172, landing.scss */
.w95 {
  width: 95%; }

/* line 175, landing.scss */
.w100 {
  width: 100%; }

/* line 178, landing.scss */
.hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }

/* line 184, landing.scss */
.opacity:hover {
  opacity: 0.7; }

/* line 187, landing.scss */
.r5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px; }

/* line 193, landing.scss */
.r20 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px; }

/* line 199, landing.scss */
.r30 {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px; }

/* line 205, landing.scss */
.r50 {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%; }

/* line 211, landing.scss */
.mobile_ {
  display: none; }

/* line 214, landing.scss */
.desctop_ {
  display: block; }

/* line 217, landing.scss */
.container:after,
.clearfix:after {
  display: block;
  content: '';
  clear: both; }

/* line 223, landing.scss */
.absolute {
  position: absolute; }

/* line 226, landing.scss */
.relative {
  position: relative; }

/* line 229, landing.scss */
.table {
  display: table;
  vertical-align: middle; }

/* line 233, landing.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle; }

/* line 237, landing.scss */
.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* line 242, landing.scss */
.flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

/* line 247, landing.scss */
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* line 252, landing.scss */
.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* line 257, landing.scss */
.flex-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

/* line 262, landing.scss */
.flex-top {
  align-items: flex-start; }

/* line 264, landing.scss */
.flex-middle {
  align-items: center; }

/* line 267, landing.scss */
.flex-bottom {
  align-items: flex-end; }

/* line 269, landing.scss */
.row-s {
  display: flex;
  margin: 0 -1em;
  flex-wrap: wrap; }

/* line 274, landing.scss */
[class*="cell"] {
  padding: 0 1em; }

@media (max-width: 767px) {
  /* line 278, landing.scss */
  .row-s {
    flex-wrap: wrap; } }
/* line 282, landing.scss */
.column {
  display: flex;
  flex-direction: column; }

/* line 286, landing.scss */
.nowrap {
  flex-wrap: nowrap; }

/* line 289, landing.scss */
.relative {
  position: relative; }

/*=============================fonts==================================*/
/* font-family: "NotoSansRegular"; */
/*@font-face {
    font-family: "NotoSansRegular";
    src: url("/resources/core/fonts/NotoSansRegular/NotoSansRegular.eot");
    src: url("/resources/core/fonts/NotoSansRegular/NotoSansRegular.eot?#iefix")format("embedded-opentype"),
    url("/resources/core/fonts/NotoSansRegular/NotoSansRegular.woff") format("woff"),
    url("/resources/core/fonts/NotoSansRegular/NotoSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}*/
@font-face {
  font-family: 'PribambasReg';
  src: url("PribambasReg.eot");
  src: url("PribambasReg.eot") format("embedded-opentype"), url("PribambasReg.woff2") format("woff2"), url("PribambasReg.woff") format("woff"), url("PribambasReg.ttf") format("truetype"), url("PribambasReg.svg#PribambasReg") format("svg");
  font-style: normal;
  font-weight: normal; }
/* line 314, landing.scss */
.fo-pr, .section-title {
  font-family: 'PribambasReg'; }

/* line 320, landing.scss */
.fw-200 {
  font-weight: 200; }

/* line 323, landing.scss */
.fw-300 {
  font-weight: 300; }

/* line 326, landing.scss */
.fw-400 {
  font-weight: 400; }

/* line 329, landing.scss */
.fw-500 {
  font-weight: 500; }

/* line 332, landing.scss */
.fw-600 {
  font-weight: 600; }

/* line 335, landing.scss */
.fw-700 {
  font-weight: 700; }

/* line 338, landing.scss */
.fw-800 {
  font-weight: 800; }

/* line 341, landing.scss */
.fw-900 {
  font-weight: 900; }

/*=====================================================================*/
/* line 345, landing.scss */
body.landing {
  font-family: 'Nunito';
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 150%;
  color: #333;
  background: #fff; }
  /* line 353, landing.scss */
  body.landing a {
    color: inherit; }

/* line 357, landing.scss */
.wrap {
  width: 100%;
  max-width: 1404px;
  padding: 0 15px;
  margin: 0 auto 0; }

/* line 363, landing.scss */
.no-sroll, .allcontent {
  overflow: hidden; }

/* line 366, landing.scss */
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 32px;
  padding-bottom: 25px;
  background: transparent;
  transition: .4s all; }
  /* line 376, landing.scss */
  .header:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 48px);
    height: 1px;
    background: #e0e0e0;
    left: 24px;
    right: 24px;
    bottom: 0;
    opacity: 0;
    transition: .4s all; }
  /* line 389, landing.scss */
  .header.js-active {
    background: #fff;
    position: fixed; }
    /* line 392, landing.scss */
    .header.js-active:after {
      opacity: 1; }
  /* line 396, landing.scss */
  .header .wrap {
    max-width: 1694px; }

/* line 400, landing.scss */
.s-one-image-mobile {
  display: none; }

/* line 403, landing.scss */
.burger-menu-container {
  display: none;
  margin-right: 51px; }

/* line 407, landing.scss */
.burger-menu {
  width: 37px;
  height: 16px;
  position: relative;
  cursor: pointer; }
  /* line 412, landing.scss */
  .burger-menu div {
    width: 100%;
    height: 2px;
    background-color: #518384;
    position: absolute;
    z-index: 100; }
    /* line 418, landing.scss */
    .burger-menu div:nth-child(1) {
      top: 0;
      transition: top 75ms .12s ease,opacity 75ms ease; }
    /* line 422, landing.scss */
    .burger-menu div:nth-child(2) {
      top: 50%;
      margin-top: -1px;
      transition-duration: 75ms;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    /* line 428, landing.scss */
    .burger-menu div:nth-child(3) {
      bottom: 0;
      transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* line 434, landing.scss */
.burger-menu.js-active div:nth-child(1) {
  opacity: 0;
  transition: top 75ms ease,opacity 75ms .12s ease; }

/* line 439, landing.scss */
.burger-menu.js-active div:nth-child(2) {
  transform: rotate(45deg);
  transition-delay: .12s;
  transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: -2px; }

/* line 446, landing.scss */
.burger-menu.js-active div:nth-child(3) {
  bottom: 8px;
  transform: rotate(-45deg);
  transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* line 451, landing.scss */
.mobile-menu-container {
  position: absolute;
  width: 100%;
  background: #fff;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 9;
  transition: .4s all;
  visibility: hidden;
  opacity: 0;
  color: #4D4D4D;
  padding: 112px 24px 32px; }
  /* line 466, landing.scss */
  .mobile-menu-container.js-active {
    visibility: visible;
    opacity: 1; }

/* line 471, landing.scss */
.mobile-menu {
  padding: 72px 0 88px; }

/* line 474, landing.scss */
.mobile-menu-title {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #4D4D4D;
  margin-bottom: 40px; }

/* line 483, landing.scss */
.mobile-menu-list {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em; }
  /* line 487, landing.scss */
  .mobile-menu-list li:not(:last-child) {
    margin-bottom: 40px; }

/* line 491, landing.scss */
.mobile-contacts-links {
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.03em;
  color: #4D4D4D; }
  /* line 497, landing.scss */
  .mobile-contacts-links .icon {
    margin-right: 8px; }
  /* line 500, landing.scss */
  .mobile-contacts-links .link:not(:last-child) {
    margin-bottom: 24px; }

/* line 504, landing.scss */
.mobile-menu-bottom {
  border-top: 1px solid #e0e0e0;
  padding: 16px 0 0;
  margin-top: 86px; }

/* line 509, landing.scss */
.mobile-menu-logo {
  max-width: 56px; }

/* line 512, landing.scss */
.mobile-menu-logo-text {
  margin-left: 16px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em; }

/* line 518, landing.scss */
.mobile-menu-logo-link a {
  text-decoration: underline; }

/* line 521, landing.scss */
.header-menu {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #4D4D4D;
  margin-left: 56px; }
  /* line 527, landing.scss */
  .header-menu li:not(:last-child) {
    margin-right: 40px; }
  /* line 530, landing.scss */
  .header-menu a {
    transition: .4s all; }
    /* line 532, landing.scss */
    .header-menu a:hover {
      color: #DE703C; }

/* line 537, landing.scss */
.header-links {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #4D4D4D;
  margin-right: 40px; }
  /* line 543, landing.scss */
  .header-links .link:not(:last-child) {
    margin-right: 40px; }
  /* line 546, landing.scss */
  .header-links .icon {
    margin-right: 10px; }
  /* line 549, landing.scss */
  .header-links a {
    flex-wrap: nowrap;
    white-space: nowrap; }

/* line 554, landing.scss */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: .4s all;
  width: 100%; }
  /* line 564, landing.scss */
  .btn .btn-icon {
    margin-left: 18px; }

/* line 568, landing.scss */
.btn-blue {
  width: 236px;
  height: 56px;
  background: #6EB0B5;
  font-size: 14px;
  line-height: 143.54%;
  letter-spacing: 0.05em; }
  /* line 575, landing.scss */
  .btn-blue:hover {
    background: #5A9CA1; }

/* line 579, landing.scss */
.s-one {
  position: relative;
  background: #F8F7FD; }
  /* line 582, landing.scss */
  .s-one .wrap {
    max-width: 1770px;
    position: relative;
    z-index: 3; }

/* line 588, landing.scss */
.s-one-img {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 43.07291666666667%; }

@media (min-width: 2000px) {
  /* line 596, landing.scss */
  .s-one-img {
    left: 50%;
    transform: translate(-120%, -50%);
    max-width: 827px; } }
/* line 602, landing.scss */
.s-one-image {
  position: relative;
  margin-right: -58px; }

/* line 606, landing.scss */
.s-one-content {
  width: 60%;
  max-width: 885px;
  position: relative;
  z-index: 3;
  padding: 168px 0 85px; }
  /* line 612, landing.scss */
  .s-one-content .section-title {
    font-size: 80px;
    line-height: 100%;
    margin-bottom: 48px;
    letter-spacing: -.7px; }

/* line 619, landing.scss */
.section-title {
  text-transform: uppercase;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #518384; }

@media (min-width: 1700px) {
  /* line 625, landing.scss */
  .s-one-content {
    margin-right: 110px; } }
/* line 629, landing.scss */
.s-one-preference {
  margin: 0 -24px 8px; }

/* line 632, landing.scss */
.item-preference {
  width: 33.333333333333%;
  padding: 0 24px 40px; }
  /* line 635, landing.scss */
  .item-preference .item-text {
    margin-top: 16px;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #4D4D4D; }

/* line 643, landing.scss */
.btn-orange {
  background: #DE703C;
  max-width: 303px;
  height: 65px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  /* line 651, landing.scss */
  .btn-orange:hover {
    background: #CA5C28; }

/* line 655, landing.scss */
.s-two {
  position: relative; }

/* line 658, landing.scss */
.s-two-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  /* line 664, landing.scss */
  .s-two-img img {
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%; }
  /* line 670, landing.scss */
  .s-two-img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5; }

/* line 682, landing.scss */
.s-two-container {
  height: 864px;
  position: relative;
  z-index: 3; }

/* line 687, landing.scss */
.s-three {
  background: #FDF8F3;
  padding: 88px 0 154px; }
  /* line 690, landing.scss */
  .s-three .section-title {
    font-size: 72px;
    line-height: 73px; }

/* line 697, landing.scss */
.c-orange {
  color: #DE703C; }

/* line 700, landing.scss */
.bg-orange {
  background: #DE703C; }

/* line 703, landing.scss */
.c-blue {
  color: #518384; }

/* line 706, landing.scss */
.bg-blue {
  background: #518384; }

/* line 709, landing.scss */
.c-white {
  color: #fff; }

/* line 712, landing.scss */
.s-three-title-tabs-row {
  padding-top: 75px; }
  /* line 714, landing.scss */
  .s-three-title-tabs-row .tab-links {
    margin-bottom: 24px; }
  /* line 717, landing.scss */
  .s-three-title-tabs-row .title-line {
    position: absolute;
    top: 57px;
    width: 100%;
    left: 0; }
  /* line 723, landing.scss */
  .s-three-title-tabs-row .tab-links.wrap {
    max-width: 1326px; }
  /* line 726, landing.scss */
  .s-three-title-tabs-row .tab-link-title {
    font-family: 'PribambasReg';
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on;
    padding-bottom: 12px;
    border-bottom: 3px solid transparent;
    transition: .4s all;
    color: #518384; }
  /* line 738, landing.scss */
  .s-three-title-tabs-row .tab-stiker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #FDF8F3;
    padding: 5px 12px 4px;
    border-radius: 17px;
    bottom: 12px;
    white-space: nowrap; }
  /* line 755, landing.scss */
  .s-three-title-tabs-row .tabs.wrap {
    max-width: 1463px; }
  /* line 758, landing.scss */
  .s-three-title-tabs-row .tab {
    display: none; }
    /* line 760, landing.scss */
    .s-three-title-tabs-row .tab.js-active {
      display: block; }
  /* line 764, landing.scss */
  .s-three-title-tabs-row .tab-top-content {
    padding-bottom: 57px; }

/* line 769, landing.scss */
.tab-links-slider .tab-link {
  cursor: pointer;
  text-align: center;
  min-width: 110px; }
  /* line 773, landing.scss */
  .tab-links-slider .tab-link .tab-icon {
    height: 238px;
    padding-bottom: 43px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; }
  /* line 781, landing.scss */
  .tab-links-slider .tab-link:not(:last-child) {
    padding-right: 10px; }
/* line 787, landing.scss */
.tab-links-slider .swiper-slide {
  width: auto;
  align-items: flex-end; }
  /* line 791, landing.scss */
  .tab-links-slider .swiper-slide.swiper-slide-thumb-active .tab-link-title {
    color: #DE703C;
    border-bottom: 3px solid #DE703C; }
/* line 797, landing.scss */
.tab-links-slider .swiper-wrapper {
  align-items: flex-end; }
/* line 800, landing.scss */
.tab-links-slider .owl-nav {
  display: none; }
/* line 803, landing.scss */
.tab-links-slider .owl-nav > div {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 10px 20px rgba(0, 0, 0, 0.12); }
  /* line 809, landing.scss */
  .tab-links-slider .owl-nav > div:after {
    display: none; }
  /* line 812, landing.scss */
  .tab-links-slider .owl-nav > div.swiper-button-disabled {
    opacity: 0; }
/* line 816, landing.scss */
.tab-links-slider .owl-nav > div.owl-prev {
  left: 16px; }
/* line 819, landing.scss */
.tab-links-slider .owl-nav > div.owl-next {
  right: 16px; }

@media (min-width: 768px) {
  /* line 824, landing.scss */
  .tab-links-slider .swiper-wrapper {
    transform: translate3d(0px, 0, 0) !important; } }
/* line 828, landing.scss */
.tab-top-img {
  width: 41%;
  max-width: 585px;
  min-width: 290px; }

/* line 833, landing.scss */
.tab-top-description {
  width: 59%;
  padding-left: 32px; }

/* line 837, landing.scss */
.tab-bottom-container {
  width: 100%;
  max-width: 1162px;
  margin: 0 auto; }
  /* line 841, landing.scss */
  .tab-bottom-container .tab-row {
    margin: 0 -10px; }
  /* line 844, landing.scss */
  .tab-bottom-container .tab-cell {
    width: 100%;
    padding: 0 10px; }

/* line 849, landing.scss */
.s-three-tab-slider {
  padding-bottom: 48px; }
  /* line 851, landing.scss */
  .s-three-tab-slider .owl-nav > div {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 10px 20px rgba(0, 0, 0, 0.12); }
    /* line 855, landing.scss */
    .s-three-tab-slider .owl-nav > div:after {
      display: none; }
    /* line 858, landing.scss */
    .s-three-tab-slider .owl-nav > div:hover {
      background: #FAFAFA;
      border: 1px solid #E6E6E6; }
  /* line 863, landing.scss */
  .s-three-tab-slider .swiper-pagination {
    bottom: 0; }
    /* line 865, landing.scss */
    .s-three-tab-slider .swiper-pagination .swiper-pagination-bullet {
      margin: 6px;
      background: #DCCEC9;
      opacity: 1; }
      /* line 869, landing.scss */
      .s-three-tab-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #8C7E79; }

@media (min-width: 768px) {
  /* line 877, landing.scss */
  .s-three-tab-slider .owl-nav,
  .s-three-tab-slider .swiper-pagination {
    display: none; }

  /* line 883, landing.scss */
  .item-complect .title {
    min-height: 96px; } }
@media (min-width: 992px) {
  /* line 890, landing.scss */
  .item-complect .title {
    padding: 0 30px; } }
/* line 896, landing.scss */
.item-complect .title {
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-feature-settings: 'tnum' on, 'lnum' on; }
/* line 904, landing.scss */
.item-complect .item-complect-img img {
  border-radius: 8px;
  max-width: 450px;
  width: 100%; }

/* line 910, landing.scss */
.item-complect-bottom {
  margin-top: 20px; }
  /* line 912, landing.scss */
  .item-complect-bottom .complect-price {
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #4D4D4D; }
  /* line 918, landing.scss */
  .item-complect-bottom .btn {
    max-width: 307px;
    width: 100%;
    height: 65px;
    margin: 6px 0 17px;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em; }

/* line 930, landing.scss */
.item-complect-link-details.c-orange a svg path {
  stroke: #DE703C; }

/* line 934, landing.scss */
.item-complect-link-details a {
  display: inline-flex;
  align-items: center;
  transition: .4s all; }
  /* line 938, landing.scss */
  .item-complect-link-details a svg, .item-complect-link-details a path {
    transition: .4s all; }
  /* line 941, landing.scss */
  .item-complect-link-details a .title-link {
    margin-left: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    border-bottom: 1px dashed #518384; }
  /* line 948, landing.scss */
  .item-complect-link-details a:hover {
    color: #336566; }
    /* line 950, landing.scss */
    .item-complect-link-details a:hover .title-link {
      border-bottom: 1px dashed #336566; }
    /* line 953, landing.scss */
    .item-complect-link-details a:hover svg path {
      stroke: #336566; }

/* line 959, landing.scss */
.item-complect-link-details.c-orange a .title-link {
  border-bottom: 1px dashed #DE703C; }
/* line 962, landing.scss */
.item-complect-link-details.c-orange a:hover {
  color: #C0521E; }
  /* line 964, landing.scss */
  .item-complect-link-details.c-orange a:hover .title-link {
    border-bottom: 1px dashed #C0521E; }
  /* line 967, landing.scss */
  .item-complect-link-details.c-orange a:hover svg path {
    stroke: #C0521E; }

/* line 972, landing.scss */
.s-four {
  padding: 128px 0 256px; }
  /* line 974, landing.scss */
  .s-four .title-line {
    position: absolute;
    top: -53px;
    left: 0; }
  /* line 979, landing.scss */
  .s-four .section-title {
    max-width: 845px;
    margin: 0 auto;
    position: relative;
    font-size: 96px;
    line-height: 97px; }

/* line 987, landing.scss */
.s-four-content {
  padding-top: 116px; }

/* line 991, landing.scss */
.s-four-item .wrap {
  max-width: 1374px; }
/* line 994, landing.scss */
.s-four-item:not(:last-child) {
  margin-bottom: 164px; }
/* line 998, landing.scss */
.s-four-item:not(:first-child) .wrap > .flex-between {
  align-items: center; }
/* line 1003, landing.scss */
.s-four-item:nth-child(2n) .s-four-left {
  order: 2; }

/* line 1008, landing.scss */
.s-four-left {
  max-width: 675px; }

/* line 1011, landing.scss */
.s-four-right {
  max-width: 518px; }

/* line 1014, landing.scss */
.s-four-title {
  font-size: 72px;
  line-height: 73px;
  letter-spacing: 0.03em;
  font-feature-settings: 'tnum' on, 'lnum' on;
  margin-bottom: 32px; }

/* line 1022, landing.scss */
.editor p {
  margin: 0 0; }
  /* line 1024, landing.scss */
  .editor p:not(:last-child) {
    margin-bottom: 16px; }

/* line 1029, landing.scss */
.s-five {
  background: #F7F7F7;
  padding-bottom: 128px; }
  /* line 1032, landing.scss */
  .s-five .section-title-block {
    padding: 88px 0 72px; }
  /* line 1035, landing.scss */
  .s-five .line-1 {
    top: 0;
    left: 50%;
    transform: translateX(-51%);
    width: 100%;
    max-width: 1480px; }
  /* line 1042, landing.scss */
  .s-five .line-2 {
    top: 31px;
    left: 0; }
  /* line 1046, landing.scss */
  .s-five .section-title {
    font-size: 64px;
    line-height: 65px; }

/* line 1051, landing.scss */
.title-line {
  position: absolute; }

/* line 1054, landing.scss */
.s-five-slider {
  margin: 0 0 0 !important; }
  /* line 1056, landing.scss */
  .s-five-slider .slide {
    opacity: .25;
    transition: .4s all; }
  /* line 1060, landing.scss */
  .s-five-slider .center .slide {
    opacity: 1; }
  /* line 1063, landing.scss */
  .s-five-slider .owl-stage {
    display: flex; }
  /* line 1066, landing.scss */
  .s-five-slider .owl-nav > div:hover {
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05), 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 15px 20px rgba(0, 0, 0, 0.05); }

/* line 1072, landing.scss */
.complect-modal-slider .owl-nav > div:hover,
.s-eight-slider .owl-nav > div:hover {
  background: #FAFAFA;
  border: 2px solid #E6E6E6; }

/* line 1077, landing.scss */
.reviews-item {
  max-width: 1098px;
  width: 100%;
  background: #fff; }

/* line 1082, landing.scss */
.reviews-item-left {
  width: 48.54280510018215%; }

/* line 1085, landing.scss */
.reviews-item-right {
  width: 51.45719489981785%;
  padding: 32px;
  text-align: left; }

/* line 1090, landing.scss */
.reviews-item-top {
  margin-bottom: 24px; }

/* line 1093, landing.scss */
.reviews-item-avatar {
  width: 64px;
  overflow: hidden;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #DE703C; }

/* line 1100, landing.scss */
.reviews-item-name {
  margin-left: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%; }

/* line 1106, landing.scss */
.reviews-item-content {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%; }

/* line 1111, landing.scss */
.s-five-slider-thumb-container {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto; }
  /* line 1115, landing.scss */
  .s-five-slider-thumb-container .slide {
    opacity: .25;
    transition: .4s all;
    width: 156px;
    cursor: pointer; }
  /* line 1121, landing.scss */
  .s-five-slider-thumb-container .current .slide {
    opacity: 1; }
  /* line 1124, landing.scss */
  .s-five-slider-thumb-container .owl-stage {
    display: flex; }

/* line 1128, landing.scss */
.owl-nav > div {
  position: absolute;
  width: 96px;
  height: 96px;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: .4s all; }
  /* line 1141, landing.scss */
  .owl-nav > div i:before {
    display: none; }
  /* line 1144, landing.scss */
  .owl-nav > div i {
    display: block;
    width: 24px;
    height: 16px;
    background: url("arr-slider.svg") no-repeat center; }
  /* line 1150, landing.scss */
  .owl-nav > div.owl-prev i {
    transform: scale(-1, 1); }
  /* line 1153, landing.scss */
  .owl-nav > div.owl-prev {
    left: 5%; }
  /* line 1156, landing.scss */
  .owl-nav > div.owl-next {
    right: 5%; }
  /* line 1159, landing.scss */
  .owl-nav > div:after {
    display: none; }

/* line 1163, landing.scss */
.s-six {
  padding: 74px 0 24px;
  background: url("s-six.jpg") no-repeat center top;
  background-size: cover; }
  /* line 1167, landing.scss */
  .s-six .wrap {
    max-width: 1412px; }

/* line 1171, landing.scss */
.s-six-container {
  max-width: 675px; }
  /* line 1173, landing.scss */
  .s-six-container .section-title {
    font-size: 120px;
    line-height: 100%;
    margin-bottom: 16px;
    color: #fff; }
  /* line 1179, landing.scss */
  .s-six-container .btn-orange {
    max-width: 321px; }
    /* line 1181, landing.scss */
    .s-six-container .btn-orange .btn-icon {
      margin-bottom: 6px; }

/* line 1186, landing.scss */
.present-icon {
  min-width: 72px; }

/* line 1189, landing.scss */
.present-block {
  padding: 24px 32px 24px;
  background: #FDF8F3;
  border-radius: 4px;
  margin: 32px 0; }

/* line 1195, landing.scss */
.present-text {
  color: #518384;
  margin-left: 32px;
  max-width: 480px; }

/* line 1200, landing.scss */
.s-six-text {
  margin-top: 70px;
  font-size: 14px;
  line-height: 150%; }

/* line 1205, landing.scss */
.s-seven {
  padding: 128px 0 0; }
  /* line 1207, landing.scss */
  .s-seven .section-title {
    font-size: 96px;
    line-height: 97px; }

/* line 1212, landing.scss */
.s-seven-sliders {
  margin-top: 64px;
  position: relative; }
  /* line 1215, landing.scss */
  .s-seven-sliders .prev-tab, .s-seven-sliders .next-tab {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 0;
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    opacity: .25;
    cursor: pointer;
    transition: .4s all; }
    /* line 1224, landing.scss */
    .s-seven-sliders .prev-tab:hover, .s-seven-sliders .next-tab:hover {
      opacity: 1; }

/* line 1229, landing.scss */
.s-seven-top {
  border-bottom: 1px solid #E0E0E0;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20; }
  /* line 1235, landing.scss */
  .s-seven-top .wrap {
    max-width: 1258px; }
  /* line 1240, landing.scss */
  .s-seven-top .js-active .s-seven-link-tab:after {
    opacity: 1 !important; }
  /* line 1243, landing.scss */
  .s-seven-top .js-active .s-seven-link-tab .tab-title {
    color: #DE703C !important; }

/* line 1249, landing.scss */
.s-seven-link-tab {
  cursor: pointer;
  transition: .4s all;
  padding: 18px 0;
  position: relative; }
  /* line 1254, landing.scss */
  .s-seven-link-tab:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #DE703C;
    left: 0;
    bottom: 0;
    transition: .4s all;
    opacity: 0;
    border-radius: 4px 4px 0px 0px; }
  /* line 1267, landing.scss */
  .s-seven-link-tab .tab-title {
    font-family: 'PribambasReg';
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #518384; }
  /* line 1277, landing.scss */
  .s-seven-link-tab .tab-sticker {
    margin-left: 8px;
    padding: 5px 12px 4px;
    background: #DE703C;
    border-radius: 17px;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #FDF8F3; }

/* line 1292, landing.scss */
.s-seven-slider {
  margin-top: 48px;
  position: relative; }
  /* line 1295, landing.scss */
  .s-seven-slider .wrap {
    max-width: 1412px; }
  /* line 1298, landing.scss */
  .s-seven-slider .owl-nav > div:after {
    display: none; }
  /* line 1301, landing.scss */
  .s-seven-slider .owl-nav > div:hover {
    background: #FFFFFF;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05), 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 15px 20px rgba(0, 0, 0, 0.05); }

/* line 1306, landing.scss */
.s-seven-left,
.s-seven-right {
  width: 100%; }

/* line 1310, landing.scss */
.s-seven-left {
  max-width: 675px; }

/* line 1313, landing.scss */
.s-seven-right {
  max-width: 707px;
  padding-left: 64px; }
  /* line 1316, landing.scss */
  .s-seven-right .complect-title {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #4D4D4D; }
  /* line 1324, landing.scss */
  .s-seven-right .complect-icon {
    max-width: 190px;
    margin: 16px 0 32px; }

/* line 1329, landing.scss */
.complect-prices {
  margin-bottom: 24px; }

/* line 1332, landing.scss */
.complect-sale {
  padding: 5px 12px 4px;
  background: #EB5757;
  border-radius: 17px;
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #FFFFFF;
  margin-bottom: 8px;
  display: inline-flex; }

/* line 1347, landing.scss */
.prices-container {
  font-family: 'PribambasReg'; }
  /* line 1349, landing.scss */
  .prices-container .price {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #EB5757; }
  /* line 1355, landing.scss */
  .prices-container .old-price {
    position: relative;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #B3B3B3;
    margin-left: 16px; }
    /* line 1362, landing.scss */
    .prices-container .old-price:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      background: #EB5757;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }

/* line 1375, landing.scss */
.complect-preference {
  margin-top: 40px;
  padding: 32px 43px 24px 40px;
  background: rgba(110, 176, 181, 0.1);
  border-radius: 16px; }

/* line 1381, landing.scss */
.complect-preference-title {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #6EB0B5; }

/* line 1389, landing.scss */
.complect-preference-container {
  margin: 32px -7px 0; }

/* line 1392, landing.scss */
.complect-preference-item {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #4D4D4D;
  width: 100px;
  margin: 0 7px; }
  /* line 1400, landing.scss */
  .complect-preference-item .icon {
    width: 48px;
    margin: 0 auto 20px; }

/* line 1405, landing.scss */
.tab {
  visibility: hidden;
  position: absolute;
  top: -100%;
  width: 100%;
  opacity: 0;
  transition: .4s opacity; }
  /* line 1412, landing.scss */
  .tab.js-active {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    position: relative;
    top: 0; }

/* line 1422, landing.scss */
.s-seven-images .owl-nav + div {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 3px;
  left: 0;
  z-index: 2; }
  /* line 1430, landing.scss */
  .s-seven-images .owl-nav + div .owl-dot {
    padding: 6px; }
    /* line 1432, landing.scss */
    .s-seven-images .owl-nav + div .owl-dot span {
      display: block;
      width: 8px;
      height: 8px;
      background: #E0E0E0;
      border-radius: 50%; }
    /* line 1440, landing.scss */
    .s-seven-images .owl-nav + div .owl-dot.active span {
      background: #518384; }
/* line 1446, landing.scss */
.s-seven-images .owl-nav {
  max-width: 200px;
  width: 100%;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between; }
  /* line 1452, landing.scss */
  .s-seven-images .owl-nav .owl-prev, .s-seven-images .owl-nav .owl-next {
    width: 24px;
    height: 24px;
    position: relative;
    left: auto;
    right: auto;
    transform: translateY(0);
    box-shadow: 0 0 0 0 !important;
    z-index: 3; }
    /* line 1461, landing.scss */
    .s-seven-images .owl-nav .owl-prev i, .s-seven-images .owl-nav .owl-next i {
      width: 24px;
      height: 24px;
      background: url("chevron-down.svg") no-repeat center; }

/* line 1470, landing.scss */
.slider-tab > .owl-nav > div {
  top: 202px;
  transform: translateY(0); }

/* line 1475, landing.scss */
.s-eight {
  color: #4D4D4D;
  padding: 128px 0 98px; }
  /* line 1478, landing.scss */
  .s-eight .section-title {
    font-size: 48px;
    color: #4D4D4D;
    line-height: 48px;
    text-align: center;
    margin-bottom: 40px; }
  /* line 1485, landing.scss */
  .s-eight .slide {
    display: inline-block; }

/* line 1489, landing.scss */
.s-eight-slider {
  position: relative;
  /*&:before,&:after{
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      max-width: 315px;
      height: 100%;
      top: 0;
      background: #fff;
      opacity: .75;
      z-index: 2;
  }
  &:before{
      left: 0;
  }
  &:after{
      right: 0;
  }*/ }
  /* line 1509, landing.scss */
  .s-eight-slider .swiper-slide {
    width: auto;
    padding: 0 12px;
    opacity: .25;
    transition: .4s all; }
    /* line 1514, landing.scss */
    .s-eight-slider .swiper-slide.swiper-slide-prev, .s-eight-slider .swiper-slide.swiper-slide-active, .s-eight-slider .swiper-slide.swiper-slide-next {
      opacity: 1; }
  /* line 1520, landing.scss */
  .s-eight-slider .swiper-button-next:after, .s-eight-slider .swiper-button-prev:after {
    display: none; }
  /* line 1523, landing.scss */
  .s-eight-slider .swiper-button-next,
  .s-eight-slider .swiper-button-prev {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 0;
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    cursor: pointer;
    transition: .4s all;
    top: 20%; }
    /* line 1533, landing.scss */
    .s-eight-slider .swiper-button-next:hover,
    .s-eight-slider .swiper-button-prev:hover {
      opacity: 1; }

/* line 1538, landing.scss */
.s-eight-item {
  max-width: 315px;
  text-align: left; }
  /* line 1541, landing.scss */
  .s-eight-item .game-img {
    max-width: 230px;
    margin-bottom: 24px; }

/* line 1546, landing.scss */
.game-content-top {
  margin-bottom: 24px; }
  /* line 1548, landing.scss */
  .game-content-top .game-title {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.05em; }
  /* line 1553, landing.scss */
  .game-content-top .game-description {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    margin-top: 8px; }

/* line 1560, landing.scss */
.game-preference-item {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #333333; }
  /* line 1566, landing.scss */
  .game-preference-item:first-child .game-preference-text {
    text-decoration: underline; }
  /* line 1570, landing.scss */
  .game-preference-item:not(:last-child) {
    margin-bottom: 20px; }

/* line 1574, landing.scss */
.game-preference-text {
  margin-top: 6px; }

/* line 1577, landing.scss */
.s-nine {
  width: 100%;
  max-width: 1382px;
  margin: 0 auto;
  padding: 96px 15px 128px;
  border-top: 1px solid #E0E0E0; }
  /* line 1583, landing.scss */
  .s-nine .wrap {
    padding: 0 0; }

/* line 1587, landing.scss */
.s-nine-content {
  columns: 2; }

/* line 1590, landing.scss */
.footer {
  padding: 50px 0;
  background: #FDF8F3;
  color: #4D4D4D;
  font-size: 18px;
  line-height: 150%; }

/* line 1598, landing.scss */
.footer-menu li:not(:last-child) {
  margin-bottom: 24px; }

/* line 1602, landing.scss */
.footer-logo {
  margin: 24px 0 8px; }

/* line 1606, landing.scss */
.footer-center .mobile-menu-logo-block {
  display: none; }

/* line 1610, landing.scss */
.footer-link {
  text-decoration: underline; }

/* line 1613, landing.scss */
.footer-right {
  padding-top: 54px; }
  /* line 1615, landing.scss */
  .footer-right .link {
    margin-bottom: 16px; }
    /* line 1617, landing.scss */
    .footer-right .link .icon {
      margin-right: 2px; }
    /* line 1621, landing.scss */
    .footer-right .link:first-child .icon {
      margin-right: 5px; }

/* line 1627, landing.scss */
.modal-fanyxbox-hide {
  display: none; }

/* line 1630, landing.scss */
.complect-modal {
  cursor: default !important;
  width: 100%;
  max-width: 1664px;
  background: #fff;
  padding: 40px 0; }
  /* line 1636, landing.scss */
  .complect-modal .section-title {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #333333;
    padding: 0 15px 32px; }
  /* line 1646, landing.scss */
  .complect-modal .fancybox-slide--html .fancybox-close-small {
    padding: 8px; }

/* line 1650, landing.scss */
.complect-modal-slider {
  padding: 0 96px;
  z-index: initial; }
  /* line 1653, landing.scss */
  .complect-modal-slider .owl-nav > div.owl-prev {
    left: 0; }
  /* line 1656, landing.scss */
  .complect-modal-slider .owl-nav > div.owl-next {
    right: 0; }
  /* line 1659, landing.scss */
  .complect-modal-slider .owl-nav > div.owl-prev,
  .complect-modal-slider .owl-nav > div.owl-next {
    top: 20%; }
    /* line 1662, landing.scss */
    .complect-modal-slider .owl-nav > div.owl-prev:after,
    .complect-modal-slider .owl-nav > div.owl-next:after {
      display: none; }
  /* line 1666, landing.scss */
  .complect-modal-slider .swiper-button-next,
  .complect-modal-slider .swiper-button-prev {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 0;
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    cursor: pointer;
    transition: .4s all;
    top: 20%; }
    /* line 1676, landing.scss */
    .complect-modal-slider .swiper-button-next:hover,
    .complect-modal-slider .swiper-button-prev:hover {
      opacity: 1; }
  /* line 1680, landing.scss */
  .complect-modal-slider .swiper-pagination {
    position: initial;
    line-height: 0;
    margin-top: 40px; }
  /* line 1685, landing.scss */
  .complect-modal-slider .swiper-pagination-bullet {
    margin: 8px;
    width: 12px;
    height: 12px;
    background: #DE703C !important;
    opacity: .3;
    transition: .4s all; }
    /* line 1692, landing.scss */
    .complect-modal-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }

/* line 1697, landing.scss */
.complect-modal-slider-container {
  width: 100%;
  max-width: 1616px;
  margin: 0 auto;
  position: relative; }
  /* line 1702, landing.scss */
  .complect-modal-slider-container:before, .complect-modal-slider-container:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 96px;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 2; }
  /* line 1713, landing.scss */
  .complect-modal-slider-container:before {
    left: 0; }
  /* line 1716, landing.scss */
  .complect-modal-slider-container:after {
    right: 0; }

@media (max-width: 1769px) {
  /* line 1721, landing.scss */
  .s-one-preference {
    margin: 0 -12px 8px; }

  /* line 1724, landing.scss */
  .item-preference {
    padding: 0 12px 40px; } }
@media (max-width: 1693px) {
  /* line 1729, landing.scss */
  .header-menu li:not(:last-child),
  .header-links,
  .header-links .link:not(:last-child) {
    margin-right: 20px; }

  /* line 1734, landing.scss */
  .header-menu {
    margin-left: 30px; } }
@media (max-width: 1500px) {
  /* line 1740, landing.scss */
  .header-left .logo {
    max-width: 115px; }

  /* line 1744, landing.scss */
  .header-menu li:not(:last-child), .header-links, .header-links .link:not(:last-child) {
    margin-right: 15px; }

  /* line 1747, landing.scss */
  .header-menu,
  .header-links {
    font-size: 16px; }

  /* line 1752, landing.scss */
  .header-right .btn-blue {
    width: 215px; }

  /* line 1756, landing.scss */
  .header {
    padding-top: 24px; }

  /* line 1759, landing.scss */
  .owl-nav > div.owl-prev {
    left: 1%; }

  /* line 1762, landing.scss */
  .owl-nav > div.owl-next {
    right: 1%; }

  /* line 1765, landing.scss */
  .s-seven-left {
    max-width: 540px; }

  /* line 1768, landing.scss */
  .s-seven-sliders .prev-tab, .s-seven-sliders .next-tab {
    z-index: 3; }

  /* line 1771, landing.scss */
  .complect-modal {
    max-width: 1200px; }

  /* line 1774, landing.scss */
  .complect-modal-slider-container {
    max-width: 1175px; } }
@media (max-width: 1279px) {
  /* line 1780, landing.scss */
  .header-left .logo {
    max-width: 100px; }

  /* line 1784, landing.scss */
  .header-menu li:not(:last-child), .header-links, .header-links .link:not(:last-child) {
    margin-right: 7px; }

  /* line 1787, landing.scss */
  .header-menu,
  .header-links {
    font-size: 15px; }

  /* line 1792, landing.scss */
  .header-right .btn-blue {
    width: 195px;
    font-size: 13px; } }
@media (max-width: 1199px) {
  /* line 1799, landing.scss */
  .header-left .logo {
    max-width: 75px; }

  /* line 1802, landing.scss */
  .header-menu, .header-links {
    font-size: 14px; }

  /* line 1805, landing.scss */
  .header-menu {
    margin-left: 5px; }

  /* line 1808, landing.scss */
  .header-links .icon {
    margin-right: 5px;
    max-width: 15px; }

  /* line 1812, landing.scss */
  .header-right .btn-blue {
    width: 160px;
    height: 46px;
    font-size: 12px; }
    /* line 1816, landing.scss */
    .header-right .btn-blue .btn-icon {
      margin-left: 5px;
      max-width: 15px; }

  /* line 1821, landing.scss */
  .s-one-content .section-title {
    font-size: 46px; }

  /* line 1824, landing.scss */
  .s-one-content {
    padding: 135px 0 85px; }

  /* line 1827, landing.scss */
  .item-preference .item-text {
    font-size: 16px; }

  /* line 1830, landing.scss */
  .s-four-left {
    width: 50%; }

  /* line 1833, landing.scss */
  .s-four-right {
    width: 45%; }

  /* line 1836, landing.scss */
  .s-four-title {
    font-size: 52px;
    line-height: 53px;
    margin-bottom: 24px; }

  /* line 1841, landing.scss */
  .reviews-item,
  .s-five-slider-thumb-container {
    max-width: 950px; }

  /* line 1845, landing.scss */
  .reviews-item-right {
    padding: 24px; }

  /* line 1848, landing.scss */
  .s-six-container {
    max-width: 620px; }

  /* line 1851, landing.scss */
  .s-six-container .section-title {
    font-size: 100px; }

  /* line 1854, landing.scss */
  .s-six-text {
    margin-top: 30px; }

  /* line 1857, landing.scss */
  .s-seven-thumb {
    align-items: flex-end; }

  /* line 1860, landing.scss */
  .s-seven-link-tab {
    flex-direction: column-reverse;
    padding: 10px 0; }

  /* line 1864, landing.scss */
  .s-seven-link-tab .tab-title {
    font-size: 24px; }

  /* line 1867, landing.scss */
  .s-seven-link-tab .tab-sticker {
    margin: 0 0 8px; }

  /* line 1870, landing.scss */
  .s-seven-left {
    max-width: 480px; }

  /* line 1873, landing.scss */
  .s-seven-right {
    padding-left: 30px; }

  /* line 1876, landing.scss */
  .s-seven-right .complect-title {
    font-size: 36px; }

  /* line 1879, landing.scss */
  .complect-preference {
    padding: 32px 20px 24px 20px; }

  /* line 1882, landing.scss */
  .complect-preference-item {
    width: calc(33.3333333333% - 15px); }

  /* line 1885, landing.scss */
  .s-eight-item {
    max-width: 250px; }

  /* line 1888, landing.scss */
  .complect-modal {
    max-width: 1000px; }

  /* line 1891, landing.scss */
  .complect-modal-slider-container {
    max-width: 975px; } }
@media (max-width: 1020px) {
  /* line 1896, landing.scss */
  .allcontent {
    overflow: hidden; }

  /* line 1899, landing.scss */
  .header-menu,
  .header-links {
    display: none; }

  /* line 1903, landing.scss */
  body.landing {
    font-size: 16px; }

  /* line 1906, landing.scss */
  .header {
    padding-top: 35px; }

  /* line 1909, landing.scss */
  .header-right .btn-blue {
    width: 175px; }

  /* line 1912, landing.scss */
  .burger-menu-container {
    display: block; }

  /* line 1915, landing.scss */
  .s-one-image {
    width: 60%;
    padding-top: 78px; }

  /* line 1919, landing.scss */
  .s-one-img {
    left: -35px;
    width: 51.072917%; }

  /* line 1923, landing.scss */
  .s-one-content {
    width: 70%;
    padding: 120px 0 85px; }

  /* line 1927, landing.scss */
  .s-one-content .section-title {
    font-size: 39px;
    margin-bottom: 28px; }

  /* line 1931, landing.scss */
  .s-one-preference {
    margin: 0 -5px 8px; }

  /* line 1934, landing.scss */
  .item-preference {
    padding: 0 5px 20px; }

  /* line 1937, landing.scss */
  .btn-orange {
    max-width: 240px;
    height: 54px;
    font-size: 16px;
    line-height: 1; }

  /* line 1943, landing.scss */
  .btn .btn-icon {
    margin-left: 10px;
    max-width: 15px; }

  /* line 1947, landing.scss */
  .s-two-container {
    height: 85vh; }

  /* line 1950, landing.scss */
  .s-three {
    padding: 70px 0 90px; }

  /* line 1953, landing.scss */
  .s-three .section-title {
    font-size: 50px;
    line-height: 51px; }

  /* line 1957, landing.scss */
  .s-three-title-tabs-row .title-line {
    top: 130px; }

  /* line 1960, landing.scss */
  .s-three-title-tabs-row .tabs-blocks .tab-link:not(:last-child) {
    padding-right: 5px; }

  /* line 1963, landing.scss */
  .s-three-title-tabs-row .tabs-blocks .tab-link .tab-icon {
    height: 200px;
    padding: 0 10px 64px; }

  /* line 1967, landing.scss */
  .s-three-title-tabs-row .tab-stiker {
    font-size: 10px;
    line-height: 14px;
    padding: 4px 8px 3px; }

  /* line 1972, landing.scss */
  .s-three-title-tabs-row .tab-link-title {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 11px; }

  /* line 1977, landing.scss */
  .item-complect-bottom .btn {
    max-width: 260px;
    height: 56px;
    font-size: 16px;
    line-height: 1; }

  /* line 1983, landing.scss */
  .s-four .section-title {
    max-width: 685px;
    font-size: 64px;
    line-height: 65px; }

  /* line 1988, landing.scss */
  .s-four {
    padding: 80px 0 125px; }

  /* line 1991, landing.scss */
  .s-four .title-line {
    top: 0px; }

  /* line 1994, landing.scss */
  .s-four-content {
    padding-top: 70px; }

  /* line 1997, landing.scss */
  .s-four-item:not(:last-child) {
    margin-bottom: 64px; }

  /* line 2000, landing.scss */
  .s-four-title {
    font-size: 36px;
    line-height: 37px; }

  /* line 2004, landing.scss */
  .s-five .section-title {
    font-size: 44px;
    line-height: 45px; }

  /* line 2008, landing.scss */
  .s-five .section-title-block {
    padding: 40px 0 45px; }

  /* line 2011, landing.scss */
  .reviews-item, .s-five-slider-thumb-container {
    max-width: 700px; }

  /* line 2014, landing.scss */
  .owl-nav > div {
    width: 50px;
    height: 50px; }

  /* line 2018, landing.scss */
  .s-five-slider-thumb-container .slide {
    width: 100%; }

  /* line 2021, landing.scss */
  .s-five-slider {
    margin: 0 0 56px; }

  /* line 2024, landing.scss */
  .s-six-container {
    max-width: 420px; }

  /* line 2027, landing.scss */
  .s-six-container .section-title {
    font-size: 50px; }

  /* line 2030, landing.scss */
  .present-block {
    padding: 16px 24px 16px;
    margin: 16px 0; }

  /* line 2034, landing.scss */
  .present-icon {
    min-width: 40px; }

  /* line 2037, landing.scss */
  .present-text {
    margin-left: 16px; }

  /* line 2040, landing.scss */
  .s-six-container .btn-orange {
    max-width: 260px; }

  /* line 2043, landing.scss */
  .s-six {
    background: url("s-six.jpg") no-repeat 30% top;
    background-size: cover; }

  /* line 2047, landing.scss */
  .s-six-text {
    margin-top: 20px; }

  /* line 2050, landing.scss */
  .s-seven {
    padding: 64px 0 0; }

  /* line 2053, landing.scss */
  .s-seven .section-title {
    font-size: 66px;
    line-height: 67px; }

  /* line 2057, landing.scss */
  .s-seven-sliders {
    margin-top: 32px; }

  /* line 2060, landing.scss */
  .s-seven-thumb {
    align-items: flex-end; }

  /* line 2063, landing.scss */
  .s-seven-link-tab .tab-title {
    font-size: 24px; }

  /* line 2066, landing.scss */
  .s-seven-link-tab .tab-sticker {
    margin: 0 0 8px; }

  /* line 2069, landing.scss */
  .s-seven-link-tab {
    flex-direction: column-reverse;
    padding: 10px 0; }

  /* line 2073, landing.scss */
  .s-seven-left, .s-seven-right {
    max-width: 100%; }

  /* line 2076, landing.scss */
  .s-seven-slider .nowrap {
    flex-wrap: wrap; }

  /* line 2079, landing.scss */
  .complect-preference-container {
    justify-content: space-between; }

  /* line 2082, landing.scss */
  .s-seven-right {
    padding: 25px 0 0 0; }

  /* line 2085, landing.scss */
  .s-seven-sliders .owl-prev, .s-seven-sliders .owl-next {
    top: 30%;
    opacity: 1; }

  /* line 2089, landing.scss */
  .complect-preference-item {
    width: 100px; }

  /* line 2092, landing.scss */
  .s-eight {
    padding: 64px 0 78px; }

  /* line 2095, landing.scss */
  .s-eight-slider .swiper-slide.swiper-slide-prev,
  .s-eight-slider .swiper-slide.swiper-slide-next {
    opacity: .25; }

  /* line 2099, landing.scss */
  .s-nine {
    padding: 50px 15px 64px; }

  /* line 2102, landing.scss */
  .footer-left,
  .footer-center,
  .footer-right {
    width: 33.3333333333%; }

  /* line 2107, landing.scss */
  .footer {
    padding: 60px 0;
    font-size: 16px; } }
@media (max-width: 767px) {
  /* line 2113, landing.scss */
  .wrap {
    padding: 0 24px; }

  /* line 2116, landing.scss */
  .s-one-image {
    display: none; }

  /* line 2119, landing.scss */
  .burger-menu {
    width: 18px; }

  /* line 2122, landing.scss */
  .header {
    padding-top: 47px; }
    /* line 2124, landing.scss */
    .header .wrap {
      padding: 0 16px 0 19px; }

  /* line 2128, landing.scss */
  .header-right .btn-blue {
    width: 152px;
    height: 40px;
    font-size: 10px; }
    /* line 2132, landing.scss */
    .header-right .btn-blue .btn-icon {
      margin-left: 5px;
      max-width: 15px; }

  /* line 2137, landing.scss */
  .btn-icon {
    margin-left: 5px;
    max-width: 15px; }

  /* line 2141, landing.scss */
  .s-one {
    overflow: hidden; }

  /* line 2144, landing.scss */
  .s-one-img {
    display: none; }

  /* line 2147, landing.scss */
  .s-one-content {
    width: 100%;
    padding: 127px 0 56px; }

  /* line 2151, landing.scss */
  .s-one-content .section-title {
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2; }

  /* line 2159, landing.scss */
  .s-one-image-mobile {
    display: block;
    margin: -20px -25px 0 -48px; }
    /* line 2162, landing.scss */
    .s-one-image-mobile img {
      width: 100%; }

  /* line 2166, landing.scss */
  .s-one-preference {
    flex-direction: column;
    margin: 25px 0 33px; }

  /* line 2170, landing.scss */
  .item-preference {
    display: flex;
    align-items: center;
    padding: 0 0;
    width: 100%; }
    /* line 2175, landing.scss */
    .item-preference:not(:last-child) {
      margin-bottom: 25px; }
    /* line 2178, landing.scss */
    .item-preference .icon {
      width: 40px;
      min-width: 40px;
      height: 40px; }
    /* line 2183, landing.scss */
    .item-preference .item-text {
      margin: 0 0 0 16px;
      font-size: 16px;
      line-height: 120%;
      letter-spacing: 0.01em;
      text-align: left; }

  /* line 2191, landing.scss */
  .btn-orange {
    display: flex;
    margin: 0 auto;
    max-width: 281px;
    height: 56px;
    font-size: 16px; }
    /* line 2197, landing.scss */
    .btn-orange .btn-icon {
      max-width: 24px;
      margin-left: 16px; }

  /* line 2202, landing.scss */
  .s-two-container {
    height: 375px; }

  /* line 2205, landing.scss */
  .s-three {
    padding: 48px 0 34px; }

  /* line 2208, landing.scss */
  .s-three .section-title {
    font-size: 42px;
    line-height: 42px; }

  /* line 2212, landing.scss */
  .s-three-title-tabs-row {
    padding-top: 28px; }

  /* line 2215, landing.scss */
  .s-three-title-tabs-row .tab-links.wrap {
    padding: 0 0;
    position: sticky;
    top: 0;
    background: #FDF8F3;
    transition: .4s all;
    z-index: 10; }
    /* line 2222, landing.scss */
    .s-three-title-tabs-row .tab-links.wrap:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 267px;
      background: url("s-three-line-mob.svg") no-repeat center;
      background-size: 100%;
      left: 0;
      top: -80px;
      z-index: 2;
      transition: .4s all; }
    /* line 2235, landing.scss */
    .s-three-title-tabs-row .tab-links.wrap:after {
      content: "";
      display: block;
      position: absolute;
      width: 56px;
      height: 100%;
      background: linear-gradient(290deg, #FDF8F3 0%, rgba(253, 248, 243, 0) 100%);
      top: 0;
      right: 0;
      z-index: 5;
      transition: .4s all; }
    /* line 2247, landing.scss */
    .s-three-title-tabs-row .tab-links.wrap.js-active-scroll {
      position: fixed;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 4px 8px rgba(0, 0, 0, 0.08);
      padding-top: 16px; }
      /* line 2251, landing.scss */
      .s-three-title-tabs-row .tab-links.wrap.js-active-scroll:before, .s-three-title-tabs-row .tab-links.wrap.js-active-scroll:after {
        opacity: 0; }
      /* line 2254, landing.scss */
      .s-three-title-tabs-row .tab-links.wrap.js-active-scroll .tab-icon {
        opacity: 0;
        position: absolute;
        transition: .4s all; }
      /* line 2259, landing.scss */
      .s-three-title-tabs-row .tab-links.wrap.js-active-scroll .owl-nav > div {
        opacity: 0;
        visibility: hidden; }

  /* line 2265, landing.scss */
  .tab-links-slider .tab-link {
    padding-left: 16px; }

  /* line 2268, landing.scss */
  .tab-links-slider {
    z-index: initial; }
    /* line 2270, landing.scss */
    .tab-links-slider .owl-nav {
      display: block; }
      /* line 2272, landing.scss */
      .tab-links-slider .owl-nav div {
        z-index: 11; }

  /* line 2277, landing.scss */
  .tab-links-slider .swiper-wrapper {
    z-index: 3; }

  /* line 2280, landing.scss */
  .tab-icon {
    transition: .4s all; }

  /* line 2283, landing.scss */
  .tab-top-img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 24px; }

  /* line 2289, landing.scss */
  .tab-top-description {
    width: 100%;
    padding: 8px 24px 0;
    font-size: 16px;
    line-height: 150%; }

  /* line 2295, landing.scss */
  .s-three-tabs-slider {
    margin: 0 -24px; }

  /* line 2298, landing.scss */
  .s-three-tab-slider {
    padding: 0 24px 40px; }
    /* line 2300, landing.scss */
    .s-three-tab-slider .owl-nav > div {
      width: 40px;
      height: 40px;
      top: 50%;
      background: #FFFFFF;
      border: 1px solid #EBEBEB;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 10px 20px rgba(0, 0, 0, 0.12); }
      /* line 2307, landing.scss */
      .s-three-tab-slider .owl-nav > div:after {
        display: none; }
      /* line 2310, landing.scss */
      .s-three-tab-slider .owl-nav > div.swiper-button-disabled {
        opacity: 0; }
    /* line 2314, landing.scss */
    .s-three-tab-slider .owl-nav > div.owl-prev {
      left: 16px; }
    /* line 2317, landing.scss */
    .s-three-tab-slider .owl-nav > div.owl-next {
      right: 16px; }

  /* line 2321, landing.scss */
  .s-three-title-tabs-row .tab-top-content {
    padding-bottom: 40px; }

  /* line 2324, landing.scss */
  .item-complect .title {
    font-size: 40px;
    line-height: 1;
    min-height: 40px;
    margin-bottom: 16px; }

  /* line 2330, landing.scss */
  .item-complect-bottom {
    margin-top: 8px; }

  /* line 2333, landing.scss */
  .item-complect-bottom .complect-price {
    font-size: 32px; }

  /* line 2336, landing.scss */
  .item-complect-bottom .btn {
    display: flex;
    max-width: 287px;
    height: 56px;
    font-size: 16px;
    margin: 4px auto 16px; }
    /* line 2342, landing.scss */
    .item-complect-bottom .btn .btn-icon {
      max-width: 24px;
      margin-left: 16px; }

  /* line 2347, landing.scss */
  .item-complect-link-details a .title-link {
    font-size: 16px; }

  /* line 2350, landing.scss */
  .s-three-title-tabs-row .title-line {
    display: none; }

  /* line 2353, landing.scss */
  .s-four {
    padding: 48px 0; }

  /* line 2356, landing.scss */
  .s-four .section-title {
    font-size: 48px;
    line-height: 1; }

  /* line 2360, landing.scss */
  .s-four .title-line {
    width: 100%;
    height: 194px;
    background: url("s-four-line-mob.svg") no-repeat center;
    background-size: 100%;
    top: 5px; }
    /* line 2366, landing.scss */
    .s-four .title-line img {
      display: none; }

  /* line 2370, landing.scss */
  .s-four-content {
    padding-top: 40px; }

  /* line 2373, landing.scss */
  .s-four-left,
  .s-four-right {
    width: 100%; }

  /* line 2377, landing.scss */
  .s-four-left {
    order: 2;
    position: relative;
    z-index: 4;
    margin-top: -60px; }

  /* line 2383, landing.scss */
  .s-four-right {
    position: relative; }
    /* line 2385, landing.scss */
    .s-four-right:after {
      content: "";
      display: block;
      position: absolute;
      width: calc(100% + 48px);
      height: 180px;
      background: url("s-four-shadow.svg") no-repeat center;
      background-size: cover;
      left: -24px;
      bottom: -19px;
      z-index: 3; }

  /* line 2398, landing.scss */
  .s-four-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 16px; }

  /* line 2403, landing.scss */
  .s-four-item:not(:last-child) {
    margin-bottom: 56px; }

  /* line 2406, landing.scss */
  .s-five {
    padding-bottom: 48px; }

  /* line 2409, landing.scss */
  .s-five .section-title-block {
    padding: 48px 0 24px; }

  /* line 2412, landing.scss */
  .s-five .section-title {
    font-size: 42px;
    line-height: 1; }

  /* line 2416, landing.scss */
  .s-five .line-2 {
    display: none; }

  /* line 2419, landing.scss */
  .s-five .line-1 {
    width: 100%;
    height: 78px;
    background: url("s-five-line-mob.svg") no-repeat center;
    background-size: 100%;
    top: initial;
    bottom: 0; }
    /* line 2426, landing.scss */
    .s-five .line-1 img {
      display: none; }

  /* line 2430, landing.scss */
  .s-five-slider-thumb-container {
    display: none; }

  /* line 2433, landing.scss */
  .s-five-slider {
    margin-bottom: 0; }
    /* line 2435, landing.scss */
    .s-five-slider .owl-nav {
      display: none; }

  /* line 2439, landing.scss */
  .reviews-item-left,
  .reviews-item-right {
    width: 100%; }

  /* line 2443, landing.scss */
  .reviews-item {
    max-width: 311px; }

  /* line 2446, landing.scss */
  .reviews-item-right {
    padding: 16px; }

  /* line 2449, landing.scss */
  .reviews-item-top {
    margin-bottom: 16px; }

  /* line 2452, landing.scss */
  .reviews-item-avatar {
    width: 48px; }

  /* line 2455, landing.scss */
  .reviews-item-name {
    margin-left: 8px;
    font-size: 16px;
    line-height: 100%; }

  /* line 2460, landing.scss */
  .s-six {
    background: url("s-six-mob.jpg") no-repeat center top;
    background-size: cover;
    padding: 490px 0 24px;
    text-align: center; }
    /* line 2465, landing.scss */
    .s-six .wrap > .flex-end {
      justify-content: center; }

  /* line 2469, landing.scss */
  .s-six-container .section-title {
    font-size: 57px; }

  /* line 2472, landing.scss */
  .s-six-description {
    font-size: 18px; }

  /* line 2475, landing.scss */
  .present-block {
    padding: 24px 16px;
    margin: 24px 0;
    border-radius: 32px; }
    /* line 2479, landing.scss */
    .present-block .flex-start {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }

  /* line 2486, landing.scss */
  .present-icon {
    min-width: 32px;
    width: 32px; }

  /* line 2490, landing.scss */
  .present-text {
    max-width: 100%;
    font-size: 18px;
    margin: 16px 0 0 0; }

  /* line 2495, landing.scss */
  .s-six-container .btn-orange {
    max-width: 311px; }

  /* line 2498, landing.scss */
  .s-six-text {
    margin-top: 40px; }

  /* line 2501, landing.scss */
  .s-seven {
    padding: 48px 0 58px; }

  /* line 2504, landing.scss */
  .s-seven .section-title {
    font-size: 42px;
    line-height: 1; }

  /* line 2508, landing.scss */
  .s-seven-sliders {
    margin-top: 24px; }

  /* line 2511, landing.scss */
  .s-seven-link-tab .tab-sticker {
    padding: 4px 8px 3px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #FDF8F3;
    margin: 0 0 8px 0; }

  /* line 2521, landing.scss */
  .s-seven-link-tab .tab-title {
    font-size: 18px;
    line-height: 18px; }

  /* line 2525, landing.scss */
  .s-seven-link-tab {
    padding: 8px 0; }

  /* line 2528, landing.scss */
  .s-seven-top {
    width: auto;
    overflow: hidden;
    overflow-x: auto; }

  /* line 2533, landing.scss */
  .s-seven-thumb {
    white-space: nowrap;
    justify-content: flex-start;
    flex-wrap: nowrap; }
    /* line 2537, landing.scss */
    .s-seven-thumb .slide {
      margin-right: 24px; }

  /* line 2541, landing.scss */
  .s-seven-slider {
    margin-top: 24px; }

  /* line 2545, landing.scss */
  .slider-tab > .owl-nav > div {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 10px 20px rgba(0, 0, 0, 0.12);
    top: 16%; }
    /* line 2553, landing.scss */
    .slider-tab > .owl-nav > div.owl-prev {
      left: 16px; }
    /* line 2556, landing.scss */
    .slider-tab > .owl-nav > div.owl-next {
      right: 16px; }

  /* line 2561, landing.scss */
  .s-seven-images .owl-nav,
  .s-seven-images .owl-nav + div {
    display: none; }

  /* line 2565, landing.scss */
  .s-seven-right {
    padding: 16px 0 0;
    text-align: center; }
    /* line 2568, landing.scss */
    .s-seven-right .btn-orange {
      max-width: 287px; }

  /* line 2572, landing.scss */
  .s-seven-right .complect-icon {
    margin: 16px auto; }

  /* line 2575, landing.scss */
  .complect-sale {
    padding: 4px 8px 3px;
    font-size: 10px;
    line-height: 14px; }

  /* line 2580, landing.scss */
  .prices-container {
    flex-direction: column;
    justify-content: center; }
    /* line 2583, landing.scss */
    .prices-container .old-price {
      margin: 0 0; }

  /* line 2587, landing.scss */
  .complect-preference {
    margin: 32px 0 0 0;
    padding: 24px 20px 30px; }

  /* line 2591, landing.scss */
  .complect-preference-container {
    margin-top: 22px;
    justify-content: center; }

  /* line 2595, landing.scss */
  .complect-preference-item {
    width: 120px;
    padding: 2px;
    margin: 0 !important; }
    /* line 2599, landing.scss */
    .complect-preference-item:not(:last-child) {
      margin-right: 0; }
    /* line 2602, landing.scss */
    .complect-preference-item .title {
      font-size: 16px;
      line-height: 22px; }

  /* line 2607, landing.scss */
  .complect-preference-item .icon {
    width: 32px;
    margin: 0 auto 8px; }

  /* line 2611, landing.scss */
  .s-eight {
    padding-bottom: 0; }

  /* line 2614, landing.scss */
  .s-eight .section-title {
    font-size: 36px;
    margin-bottom: 16px; }

  /* line 2618, landing.scss */
  .s-eight-item {
    max-width: 200px; }

  /* line 2621, landing.scss */
  .s-eight-item .game-img,
  .game-preference-item:not(:last-child) {
    margin-bottom: 16px; }

  /* line 2625, landing.scss */
  .game-content-top .game-title {
    font-size: 18px;
    margin-bottom: 8px; }

  /* line 2629, landing.scss */
  .game-content-top .game-description,
  .game-preference-item {
    font-size: 14px; }

  /* line 2633, landing.scss */
  .owl-nav > div.owl-prev {
    left: 16px; }

  /* line 2636, landing.scss */
  .owl-nav > div.owl-next {
    right: 16px; }

  /* line 2639, landing.scss */
  .owl-nav > div i {
    width: 13px;
    height: 8px;
    background-size: 100% !important; }

  /* line 2645, landing.scss */
  .s-eight-slider .owl-nav > div {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 10px 20px rgba(0, 0, 0, 0.12); }

  /* line 2653, landing.scss */
  .s-nine {
    padding: 32px 0 96px;
    margin: 0 24px;
    width: auto; }

  /* line 2658, landing.scss */
  .s-nine-content {
    columns: initial; }

  /* line 2661, landing.scss */
  .footer {
    padding: 40px 0; }
    /* line 2663, landing.scss */
    .footer .wrap > .flex-between {
      flex-direction: column;
      justify-content: center;
      align-items: center; }

  /* line 2669, landing.scss */
  .footer-left, .footer-center, .footer-right {
    width: 100%; }

  /* line 2672, landing.scss */
  .footer-right {
    order: 1;
    padding-top: 0;
    justify-content: center; }

  /* line 2677, landing.scss */
  .footer-right .link .icon {
    margin-right: 8px; }

  /* line 2681, landing.scss */
  .footer-right .link:last-child {
    margin-bottom: 0; }

  /* line 2685, landing.scss */
  .footer-left {
    order: 2;
    text-align: center;
    margin: 40px 0;
    font-size: 14px; }

  /* line 2691, landing.scss */
  .footer-menu li:not(:last-child) {
    margin-bottom: 16px; }

  /* line 2694, landing.scss */
  .footer-center {
    order: 3; }
    /* line 2696, landing.scss */
    .footer-center .footer-center-desctop {
      display: none; }
    /* line 2699, landing.scss */
    .footer-center .mobile-menu-logo-block {
      display: flex;
      text-align: left; }

  /* line 2704, landing.scss */
  .complect-modal {
    max-width: 1000px;
    margin: -6px !important;
    width: calc(100% + 12px);
    padding: 24px 0 34px; }

  /* line 2710, landing.scss */
  .complect-modal .section-title {
    font-size: 24px;
    line-height: 120%;
    padding: 0 0 8px;
    max-width: 280px;
    margin: 0 auto; }

  /* line 2717, landing.scss */
  .complect-modal-slider .owl-nav > div.owl-prev,
  .complect-modal-slider .owl-nav > div.owl-next {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 10px 20px rgba(0, 0, 0, 0.12); }

  /* line 2725, landing.scss */
  .complect-modal-slider .owl-nav > div.owl-prev {
    left: 16px; }

  /* line 2728, landing.scss */
  .complect-modal-slider .owl-nav > div.owl-next {
    right: 16px; }

  /* line 2731, landing.scss */
  .complect-modal-slider .swiper-pagination-bullet {
    background: #DCCEC9 !important;
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 6px; }
    /* line 2737, landing.scss */
    .complect-modal-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #8C7E79 !important; }

  /* line 2741, landing.scss */
  .complect-modal-slider-container:before {
    max-width: 72px; }

  /* line 2744, landing.scss */
  .complect-modal-slider-container:after {
    max-width: 88px; }

  /* line 2747, landing.scss */
  .complect-modal-slider-container:before,
  .complect-modal-slider-container:after {
    opacity: .7;
    display: none; }

  /* line 2752, landing.scss */
  .complect-modal-slider {
    padding: 0 88px 0 72px; }
    /* line 2754, landing.scss */
    .complect-modal-slider .swiper-slide {
      opacity: .25;
      transition: .4s all; }
      /* line 2757, landing.scss */
      .complect-modal-slider .swiper-slide.swiper-slide-active {
        opacity: 1; } }
/* line 2764, landing.scss */
body .modal-close {
  display: none; }
/* line 2768, landing.scss */
body.landing .modal-close {
  display: block; }

/* line 2773, landing.scss */
.overlay {
  background: #000;
  opacity: .75; }

/* line 2777, landing.scss */
.modal {
  max-width: 781px;
  width: 100%; }

/* line 2781, landing.scss */
.modal .modal-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.01968), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.02827), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.04173), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.05032), 0px 100px 80px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding: 56px 48px 64px; }
  /* line 2786, landing.scss */
  .modal .modal-wrapper .modal-header {
    font-family: 'PribambasReg';
    font-size: 72px;
    line-height: 73px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #DE703C;
    margin: 0 auto 32px;
    max-width: 490px; }
  /* line 2798, landing.scss */
  .modal .modal-wrapper .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 318px;
    width: 100%;
    margin: 0 8px;
    height: 65px;
    border-radius: 32px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: .4s all; }
    /* line 2812, landing.scss */
    .modal .modal-wrapper .button.button--invert {
      color: #6EB0B5;
      border: 1px solid #6EB0B5; }
      /* line 2815, landing.scss */
      .modal .modal-wrapper .button.button--invert:hover {
        background: #6EB0B5;
        color: #fff; }
    /* line 2820, landing.scss */
    .modal .modal-wrapper .button.button--buy {
      background: #6EB0B5;
      color: #fff; }
      /* line 2823, landing.scss */
      .modal .modal-wrapper .button.button--buy:after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("btn-cart.svg") no-repeat center;
        background-size: 100%;
        margin-left: 16px; }
      /* line 2832, landing.scss */
      .modal .modal-wrapper .button.button--buy:hover {
        background: #5A9CA1; }

/* line 2838, landing.scss */
.modal-close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: url("close.svg") no-repeat center;
  background-size: 100%;
  opacity: .35;
  transition: .4s all; }
  /* line 2849, landing.scss */
  .modal-close:hover {
    opacity: .6; }

/* line 2853, landing.scss */
.s-nine-row {
  margin: 0 -10px; }
  /* line 2855, landing.scss */
  .s-nine-row .cell {
    width: 50%;
    padding: 0 10px; }

@media (max-width: 1020px) {
  /* line 2862, landing.scss */
  .modal {
    max-width: 675px; }

  /* line 2865, landing.scss */
  .modal .modal-wrapper {
    padding: 56px 10px 64px; }

  /* line 2868, landing.scss */
  .modal .modal-wrapper .button {
    max-width: 290px; }

  /* line 2871, landing.scss */
  .s-six-container .btn-orange .btn-icon {
    margin-bottom: 0; } }
@media (max-width: 760px) {
  /* line 2876, landing.scss */
  .modal {
    max-width: 95%; }

  /* line 2879, landing.scss */
  .modal .modal-wrapper .modal-header {
    font-size: 36px;
    line-height: 37px;
    margin-bottom: 14px; }

  /* line 2884, landing.scss */
  .modal .modal-wrapper .button {
    max-width: 240px;
    margin: 5px;
    font-size: 14px;
    height: 50px; }

  /* line 2890, landing.scss */
  .s-three-tabs-slider > .owl-nav {
    display: none; }

  /* line 2894, landing.scss */
  .s-nine-row .cell {
    width: 100%; } }
