/* Burger Icon VARS */
/* Burger Icon VARS */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html {
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

figcaption,
figure,
main {
  /* 1 */
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 10px; }
  html.modal--active {
    overflow: hidden; }

body {
  font-size: 1.25rem;
  color: #484848;
  background: #fff; }
  @media (min-width: 48em) {
    body {
      font-size: 1.4rem; } }
  @media (min-width: 62em) {
    body {
      font-size: 1.5rem; } }
  @media (min-width: 78.125em) {
    body {
      font-size: 1.6rem; } }
  body.ru {
    font-family: "Rubik", sans-serif; }
  body.kz {
    font-family: 'Roboto', sans-serif; }
    @media (min-width: 78.125em) {
      body.kz .header__search {
        width: 25rem; } }
    body.kz .header__menu li a {
      font-size: 1.4rem;
      padding: .75rem 1rem; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;
  background: none; }

h1.title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.75rem; }
  @media (min-width: 48em) {
    h1.title {
      font-size: 2.2rem;
      margin-bottom: 2.5rem; } }
  @media (min-width: 62em) {
    h1.title {
      font-size: 2.4rem; } }
  @media (min-width: 78.125em) {
    h1.title {
      font-size: 2.8rem; } }

h1.blue {
  color: #000; }

h1.orange {
  color: #FF6600; }

h1.grow {
  color: #545454; }

h1 b {
  color: #fff;
  padding: .25rem .25rem .25rem .25rem;
  font-size: 2.3rem; }

button.buy,
input.buy {
  z-index: 11;
  cursor: pointer;
  height: 4.4rem;
  line-height: 4.4rem;
  display: block;
  width: 100%;
  color: #fff;
  background: #FF5B00;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center; }
  button.buy:hover,
  input.buy:hover {
    background: #FF6600; }
  button.buy span,
  input.buy span {
    color: #fff;
    vertical-align: middle; }
  button.buy svg,
  input.buy svg {
    vertical-align: middle;
    margin-right: .5rem;
    color: #fff;
    font-size: 2rem; }

a.btn, input.btn {
  display: inline-block;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 1rem 2.4rem;
  font-size: 1.3rem; }
  @media (min-width: 48em) {
    a.btn, input.btn {
      font-size: 1.4rem; } }

a.orange, input.orange {
  background: #FF6600;
  color: #fff; }
  a.orange:hover, input.orange:hover {
    background: #FF6600; }

a.blue, input.blue {
  background: #FF5B00;
  color: #fff; }
  a.blue:hover, input.blue:hover {
    background: #FF6600; }

a.raunded, input.raunded {
  font-weight: 500;
  padding: 1.2rem 5rem;
  color: #000;
  background: #fff;
  border: 1px solid #000; }
  @media (min-width: 48em) {
    a.raunded, input.raunded {
      padding: 1.2rem 5rem; } }
  @media (min-width: 62em) {
    a.raunded, input.raunded {
      padding: 1.2rem 6.5rem; } }
  a.raunded:hover, input.raunded:hover {
    color: #fff;
    background: #000; }

a.buy, input.buy {
  z-index: 11;
  cursor: pointer;
  height: 4.4rem;
  line-height: 4.4rem;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  background: #FF5B00;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center; }
  a.buy:hover, input.buy:hover {
    background: #FF6600; }
  a.buy span, input.buy span {
    color: #fff;
    vertical-align: middle; }
  a.buy svg, input.buy svg {
    vertical-align: middle;
    margin-right: .5rem;
    color: #fff;
    font-size: 2rem; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: .75rem 0;
  z-index: 1200;
  -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
          box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1); }
  @media (min-width: 48em) {
    .header {
      background: #fff;
      padding: 1rem 0; } }
  @media (min-width: 62em) {
    .header {
      padding: 1rem 0; } }
  .header--wrapper {
    padding: 0 1.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 48em) {
      .header--wrapper {
        width: 70rem; } }
    @media (min-width: 62em) {
      .header--wrapper {
        width: 92rem; } }
    @media (min-width: 78.125em) {
      .header--wrapper {
        width: 120rem; } }
  .header__logo a {
    display: block; }
    .header__logo a img {
      width: 7.5rem; }
      @media (min-width: 48em) {
        .header__logo a img {
          width: 9rem; } }
      @media (min-width: 62em) {
        .header__logo a img {
          width: 12rem; } }
      @media (min-width: 78.125em) {
        .header__logo a img {
          width: auto; } }
  .header__navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 1rem; }
    @media (min-width: 48em) {
      .header__navigation {
        padding-left: 2rem; } }
    @media (min-width: 62em) {
      .header__navigation {
        padding-left: 2rem; } }
    @media (min-width: 78.125em) {
      .header__navigation {
        padding-left: 2rem; } }
    .header__navigation-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header__navigation-bottom {
      display: none;
      margin-top: 2.5rem; }
      @media (min-width: 62em) {
        .header__navigation-bottom {
          margin-top: 1.5rem;
          display: block; } }
      @media (min-width: 78.125em) {
        .header__navigation-bottom {
          margin-top: 2rem; } }
  .header__search {
    display: none; }
    @media (min-width: 62em) {
      .header__search {
        position: relative;
        width: 18rem;
        display: block;
        height: 3.6rem; } }
    @media (min-width: 78.125em) {
      .header__search {
        width: 41rem; } }
    .header__search input {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #F9F9F9;
      border: 2px solid #DDDDDF;
      padding-left: 3.25rem;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      color: #141204;
      font-size: 1.4rem; }
      .header__search input::-webkit-input-placeholder {
        color: #141204;
        font-size: 1.4rem; }
      .header__search input::-moz-placeholder {
        color: #141204;
        font-size: 1.4rem; }
      .header__search input:-ms-input-placeholder {
        color: #141204;
        font-size: 1.4rem; }
      .header__search input::placeholder {
        color: #141204;
        font-size: 1.4rem; }
    .header__search button {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3.7rem;
      height: 100%; }
      .header__search button svg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        font-size: 1.3rem;
        color: #FF5B00; }
    .header__search-content {
      position: absolute;
      left: 0;
      top: 3.4rem;
      width: 60rem;
      border: 2px solid #DDDDDF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
              box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background: #fff;
      max-height: 35rem;
      overflow-y: scroll;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .header__search-content.active {
        opacity: 1;
        pointer-events: all;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header__search-content::-webkit-scrollbar {
        width: 4px; }
      .header__search-content::-webkit-scrollbar-button {
        background: #222;
        display: none; }
      .header__search-content::-webkit-scrollbar-thumb {
        background: #FF5B00; }
      .header__search-content::-webkit-scrollbar-thumb:hover {
        background: #666; }
      .header__search-content::-webkit-scrollbar-track {
        background: #e3e3e3; }
      .header__search-content::-webkit-scrollbar-corner {
        background: #999; }
      .header__search-content::-webkit-resizer {
        background: #111; }
      .header__search-content .search__item {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 7rem;
        padding: 0 1rem; }
        .header__search-content .search__item:last-child {
          margin-bottom: 0; }
        .header__search-content .search__item:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          background: #7B7BB1;
          opacity: 0; }
        .header__search-content .search__item:hover:after {
          opacity: .1; }
        .header__search-content .search__item--link {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: 10;
          width: 100%;
          height: 100%; }
        .header__search-content .search__item--image {
          position: absolute;
          left: .5rem;
          top: 0;
          bottom: 0;
          height: 100%;
          width: 5.6rem; }
          .header__search-content .search__item--image img {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 100%;
            top: 0;
            bottom: 0;
            margin: auto; }
        .header__search-content .search__item--desc {
          padding-left: 6.5rem; }
          .header__search-content .search__item--desc p.title {
            color: #141204;
            font-size: 1.6rem; }
          .header__search-content .search__item--desc p.price {
            margin-top: .5rem;
            color: #FF5B00;
            font-weight: 500;
            font-size: 1.6rem; }
  .header__control {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 48em) {
      .header__control {
        width: 100%; } }
    @media (min-width: 62em) {
      .header__control {
        width: -webkit-calc(100% - 20rem);
        width: calc(100% - 20rem); } }
    @media (min-width: 78.125em) {
      .header__control {
        width: auto; } }
    .header__control-el {
      cursor: pointer;
      color: #141204;
      font-size: 1.4rem;
      position: relative;
      display: inline-block;
      background: #DDDDDF;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      width: 3.5rem;
      height: 3.5rem; }
      @media (min-width: 48em) {
        .header__control-el {
          width: auto;
          height: auto;
          padding: .5rem .75rem .5rem 3rem;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          margin-right: 1rem;
          background: transparent; } }
      @media (min-width: 62em) {
        .header__control-el {
          margin-right: 1.5rem; } }
      @media (min-width: 78.125em) {
        .header__control-el {
          margin-right: 2rem; } }
      .header__control-el.compare {
        display: none; }
        @media (min-width: 48em) {
          .header__control-el.compare {
            display: block; } }
      .header__control-el.log {
        display: block; }
        @media (min-width: 48em) {
          .header__control-el.log {
            display: block; } }
      .header__control-el.lang {
        display: none; }
        @media (min-width: 48em) {
          .header__control-el.lang {
            display: block; } }
      .header__control-el.mob-phone {
        display: block !important; }
        @media (min-width: 48em) {
          .header__control-el.mob-phone {
            display: none !important; } }
      .header__control-el.phone {
        display: none;
        position: relative; }
        @media (min-width: 62em) {
          .header__control-el.phone {
            display: block;
            top: -.4rem; } }
        .header__control-el.phone p {
          position: absolute;
          right: 0;
          bottom: -2.6rem;
          color: #717171;
          font-size: 1.1rem;
          background: #fff;
          -webkit-border-radius: .5rem;
                  border-radius: .5rem;
          padding: 0 0 .25rem;
          width: 12rem;
          text-align: center; }
          @media (min-width: 48em) {
            .header__control-el.phone p {
              position: absolute;
              right: .75rem;
              bottom: -1.25rem;
              color: #717171;
              font-size: 1.1rem;
              background: none;
              width: auto;
              padding: 0;
              -webkit-border-radius: 0;
                      border-radius: 0; } }
      @media (min-width: 62em) {
        .header__control-el:nth-child(4) {
          margin-right: 0; } }
      @media (min-width: 78.125em) {
        .header__control-el:nth-child(4) {
          margin-right: 2rem; } }
      .header__control-el a {
        cursor: pointer;
        color: #141204;
        font-size: 1.4rem;
        display: inline-block; }
      .header__control-el span {
        display: none; }
        @media (min-width: 48em) {
          .header__control-el span {
            position: relative;
            z-index: 2;
            vertical-align: middle;
            display: inline-block; } }
      .header__control-el svg {
        position: relative;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        color: #FF5B00;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 1.8rem; }
        @media (min-width: 48em) {
          .header__control-el svg {
            font-size: 1.4rem;
            right: auto;
            left: .85rem; } }
      .header__control-el ul {
        width: 6.25rem;
        position: absolute;
        left: .25rem;
        top: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: #fff;
        padding: 3.25rem .4rem .5rem 2.75rem;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
                box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1); }
        .header__control-el ul li a {
          font-size: 1.4rem;
          color: #141204; }
      .header__control-el:last-child {
        margin-right: 0; }
      .header__control-el:hover {
        background: #d2d2d2; }
      .header__control-el.lang:hover {
        background: transparent; }
        .header__control-el.lang:hover ul {
          opacity: 1;
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
        .header__control-el.lang:hover svg.icon-arrow-down {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
      .header__control-el.basket:hover {
        background: transparent; }
        @media (min-width: 48em) {
          .header__control-el.basket:hover .s-cart {
            pointer-events: all;
            opacity: 1; } }
    .header__control-logo {
      position: absolute;
      right: 1.5rem;
      padding: 1rem;
      bottom: -1rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      height: 2rem;
      -webkit-border-radius: .3rem;
              border-radius: .3rem; }
      @media (min-width: 48em) {
        .header__control-logo {
          height: auto;
          padding: 0;
          right: 0;
          bottom: 0;
          background: transparent;
          position: relative;
          margin-left: 2rem; } }
      @media (min-width: 62em) {
        .header__control-logo {
          margin-left: 1.5rem; } }
      @media (min-width: 78.125em) {
        .header__control-logo {
          margin-left: 2rem; } }
      .header__control-logo img {
        width: 7.5rem; }
        @media (min-width: 48em) {
          .header__control-logo img {
            width: 9rem; } }
        @media (min-width: 62em) {
          .header__control-logo img {
            width: 9rem; } }
        @media (min-width: 78.125em) {
          .header__control-logo img {
            width: 10rem; } }
    .header__control-toggle {
      margin-right: -.5rem; }
      @media (min-width: 48em) {
        .header__control-toggle {
          cursor: pointer;
          display: block;
          background: #FF5B00;
          padding-right: 6rem;
          padding-left: .5rem;
          -webkit-border-radius: 4px;
                  border-radius: 4px; } }
      @media (min-width: 62em) {
        .header__control-toggle {
          display: none; } }
      .header__control-toggle span.title {
        display: none; }
        @media (min-width: 48em) {
          .header__control-toggle span.title {
            display: block;
            position: absolute;
            right: -1.5rem;
            top: 1.1rem;
            color: #fff;
            -webkit-transform: translateX(100%);
                -ms-transform: translateX(100%);
                    transform: translateX(100%); } }
    .header__control .btn {
      display: none; }
      @media (min-width: 62em) {
        .header__control .btn {
          display: block; } }
  .header__menu {
    display: none; }
    @media (min-width: 62em) {
      .header__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .header__menu li a {
      color: #000;
      padding: .75rem 1.25rem;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      font-weight: 500;
      font-size: 1.4rem;
      white-space: nowrap;
      word-break: unset; }
      .header__menu li a:hover {
        background: #f3f3f3;
        color: #000; }

.m-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: -.85rem;
  bottom: 0;
  width: -webkit-calc(100% + 1.7rem);
  width: calc(100% + 1.7rem);
  height: 100%;
  background: #dddddf;
  z-index: 1199;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow-y: scroll;
  padding-top: 6rem; }
  @media (min-width: 48em) {
    .m-menu {
      padding-top: 6rem; } }
  .m-menu.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .m-menu--lang {
    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;
    margin-top: 3rem;
    text-align: center; }
    .m-menu--lang span {
      display: inline-block;
      margin-right: 1rem;
      font-size: 1.8rem; }
    .m-menu--lang li {
      display: inline-block;
      margin-right: 1.5rem; }
      .m-menu--lang li:last-child {
        margin-right: 0; }
      .m-menu--lang li a {
        font-size: 1.8rem;
        color: #141204; }
        .m-menu--lang li a.active {
          text-decoration: underline;
          color: #FF5B00; }
  .m-menu--search {
    position: relative;
    border-top: 2px solid #FF5B00;
    width: 100%;
    display: block;
    height: 5rem; }
    .m-menu--search input {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #F9F9F9;
      padding-left: 2rem;
      color: #141204;
      font-size: 1.4rem; }
      .m-menu--search input::-webkit-input-placeholder {
        color: #141204;
        font-size: 1.4rem; }
      .m-menu--search input::-moz-placeholder {
        color: #141204;
        font-size: 1.4rem; }
      .m-menu--search input:-ms-input-placeholder {
        color: #141204;
        font-size: 1.4rem; }
      .m-menu--search input::placeholder {
        color: #141204;
        font-size: 1.4rem; }
    .m-menu--search button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 5rem;
      height: 100%; }
      .m-menu--search button svg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        font-size: 2rem;
        color: #FF5B00; }
  .m-menu--ul li a {
    padding: 1.5rem 0;
    display: block;
    text-align: center;
    color: #FF5B00;
    font-size: 1.6rem;
    font-weight: 500; }

.btn-mobile {
  display: block !important;
  padding: 1rem 0.75rem !important;
  font-size: 1.1rem !important; }
  @media (min-width: 48em) {
    .btn-mobile {
      display: none !important; } }

/* Burger Icon VARS */
/* Burger Icon */
.toggle {
  width: 4rem;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 0 .5rem; }
  .toggle input {
    display: none; }
    .toggle input:checked + label:before {
      -webkit-animation: animationOne 1s ease forwards;
      animation: animationOne 1s ease forwards; }
    .toggle input:checked + label:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -2px;
      width: 100%;
      height: 0.3rem;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      background: #FF5B00; }
      @media (min-width: 48em) {
        .toggle input:checked + label:after {
          background: #fff; } }
    .toggle input:checked + label:after {
      -webkit-animation: animationTwo 1s ease forwards;
      animation: animationTwo 1s ease forwards; }
    .toggle input:checked + label .burger:before {
      -webkit-animation: animationBurgerTop 1s ease forwards;
      animation: animationBurgerTop 1s ease forwards; }
    .toggle input:checked + label .burger:after {
      -webkit-animation: animationBurgerBottom 1s ease forwards;
      animation: animationBurgerBottom 1s ease forwards; }
  .toggle label {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    cursor: pointer;
    background: transparent; }
    .toggle label:before, .toggle label:after {
      content: '';
      position: absolute;
      margin-top: -2px;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      background: #FF5B00;
      top: 50%;
      width: 100%;
      height: 0.3rem; }
      @media (min-width: 48em) {
        .toggle label:before, .toggle label:after {
          background: #fff; } }
    .toggle label:before {
      -webkit-animation: animationOneReverse 1s ease forwards;
      animation: animationOneReverse 1s ease forwards; }
    .toggle label:after {
      -webkit-animation: animationTwoReverse 1s ease forwards;
      animation: animationTwoReverse 1s ease forwards; }
    .toggle label .burger:before, .toggle label .burger:after {
      content: '';
      position: absolute;
      width: 100%;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      background: #FF5B00;
      height: 0.3rem; }
      @media (min-width: 48em) {
        .toggle label .burger:before, .toggle label .burger:after {
          background: #fff; } }
    .toggle label .burger:before {
      top: 0.9rem;
      -webkit-animation: animationBurgerTopReverse 1s ease forwards;
      animation: animationBurgerTopReverse 1s ease forwards; }
    .toggle label .burger:after {
      bottom: 1rem;
      -webkit-animation: animationBurgerBottomReverse 1s ease forwards;
      animation: animationBurgerBottomReverse 1s ease forwards; }

@-webkit-keyframes animationOneReverse {
  0% {
    -webkit-transform: rotate(315deg); }
  25% {
    -webkit-transform: rotate(360deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg); } }

@keyframes animationOneReverse {
  0% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  25% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes animationOne {
  0%, 50% {
    -webkit-transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(315deg); } }

@keyframes animationOne {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); } }

@-webkit-keyframes animationTwoReverse {
  0% {
    -webkit-transform: rotate(405deg); }
  25% {
    -webkit-transform: rotate(450deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg); } }

@keyframes animationTwoReverse {
  0% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  25% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); }
  50%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes animationTwo {
  0%, 50% {
    -webkit-transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(450deg); }
  100% {
    -webkit-transform: rotate(405deg); } }

@keyframes animationTwo {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); } }

@-webkit-keyframes animationBurgerTopReverse {
  0%, 50% {
    -webkit-transform: translateY(0.9rem);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(0.9rem);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

@keyframes animationBurgerTopReverse {
  0%, 50% {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes animationBurgerTop {
  0% {
    -webkit-transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(0.9rem);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(0.9rem);
    opacity: 0; } }

@keyframes animationBurgerTop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
    opacity: 0; } }

@-webkit-keyframes animationBurgerBottomReverse {
  0%, 50% {
    -webkit-transform: translateY(-0.9rem);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(-0.9rem);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

@keyframes animationBurgerBottomReverse {
  0%, 50% {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
    opacity: 0; }
  51% {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes animationBurgerBottom {
  0% {
    -webkit-transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(-0.9rem);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(-0.9rem);
    opacity: 0; } }

@keyframes animationBurgerBottom {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
    opacity: 1; }
  51%, 100% {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
    opacity: 0; } }

/* Burger Icon VARS */
.s-cart {
  position: absolute;
  top: 4.5rem;
  background: #f9f9f9;
  width: 30.25rem;
  -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
          box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
  padding: 1.5rem 1rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (min-width: 48em) {
    .s-cart {
      left: auto;
      right: -.75rem; } }
  @media (min-width: 78.125em) {
    .s-cart {
      right: auto;
      left: -.75rem; } }
  .s-cart:after {
    content: '';
    position: absolute;
    left: 0;
    top: .25rem;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 13rem;
    height: 5rem;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #f9f9f9; }
    @media (min-width: 48em) {
      .s-cart:after {
        right: 0;
        left: auto; } }
    @media (min-width: 78.125em) {
      .s-cart:after {
        left: 0;
        right: auto; } }
  .s-cart--wrapper {
    max-height: 14rem;
    overflow-y: auto; }
    .s-cart--wrapper::-webkit-scrollbar {
      width: 4px; }
    .s-cart--wrapper::-webkit-scrollbar-button {
      background: #222;
      display: none; }
    .s-cart--wrapper::-webkit-scrollbar-thumb {
      background: #000; }
    .s-cart--wrapper::-webkit-scrollbar-thumb:hover {
      background: #666; }
    .s-cart--wrapper::-webkit-scrollbar-track {
      background: #e3e3e3; }
    .s-cart--wrapper::-webkit-scrollbar-corner {
      background: #999; }
    .s-cart--wrapper::-webkit-resizer {
      background: #111; }
  .s-cart--bottom {
    margin-top: 2rem; }
  .s-cart--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 7rem;
    min-height: 6rem;
    margin-bottom: 2rem; }
    .s-cart--item:last-child {
      margin-bottom: 0; }
  .s-cart--image {
    position: absolute;
    left: -1rem;
    width: 8rem;
    height: 6rem;
    overflow: hidden; }
    .s-cart--image img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin: auto;
      max-width: 75%; }
  .s-cart--delete {
    cursor: pointer;
    position: absolute;
    right: .5rem;
    top: 0;
    background: #DDDDDF;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    width: 2.1rem;
    height: 2.1rem;
    z-index: 1000; }
    .s-cart--delete svg {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      color: #000;
      font-size: .9rem; }
    .s-cart--delete:hover svg {
      color: #FF6600; }
  .s-cart--text {
    position: relative;
    z-index: 1; }
    .s-cart--text-title {
      font-weight: 500;
      color: #141204;
      font-size: 1.2rem;
      padding-right: 3rem; }
    .s-cart--text-price {
      margin-top: .5rem; }
      .s-cart--text-price span {
        display: inline; }
        .s-cart--text-price span.price {
          font-weight: bold;
          font-size: 1.2rem;
          color: #FF5B00; }
        .s-cart--text-price span.count {
          font-size: 1.2rem;
          color: #00006F;
          opacity: .5; }
  .s-cart-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

body {
  font-family: "Rubik", sans-serif; }

.page {
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 6.1rem;
  min-height: -webkit-calc(100vh - 16.5rem);
  min-height: calc(100vh - 16.5rem); }
  @media (min-width: 48em) {
    .page {
      padding-bottom: 5rem;
      padding-top: 7.8rem; } }
  @media (min-width: 62em) {
    .page {
      padding-top: 11.4rem; } }
  .page--wrapper {
    padding: 0 1.5rem;
    margin: 0 auto; }
    @media (min-width: 48em) {
      .page--wrapper {
        width: 70rem; } }
    @media (min-width: 62em) {
      .page--wrapper {
        width: 92rem; } }
    @media (min-width: 78.125em) {
      .page--wrapper {
        width: 120rem; } }
  .page--breadcrumbs {
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 2rem;
    white-space: nowrap; }
    @media (min-width: 48em) {
      .page--breadcrumbs {
        margin-bottom: 3rem; } }
    .page--breadcrumbs li {
      display: inline-block;
      margin-right: 2rem;
      opacity: 0; }
      .page--breadcrumbs li:nth-child(1), .page--breadcrumbs li:nth-child(2), .page--breadcrumbs li:nth-child(3) {
        opacity: 1; }
      .page--breadcrumbs li a {
        color: #141204; }
      .page--breadcrumbs li:first-child a {
        font-weight: 500; }
  .page--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .page--container-content {
      width: 100%; }
    .page--container-top {
      width: 100%;
      margin-bottom: 3rem; }
    .page--container-left {
      width: 28rem; }
      @media (min-width: 48em) {
        .page--container-left {
          display: block;
          width: 21rem; } }
      @media (min-width: 62em) {
        .page--container-left {
          width: 24rem; } }
      @media (min-width: 78.125em) {
        .page--container-left {
          width: 28rem; } }
      .page--container-left img {
        width: 100%; }
    @media (min-width: 48em) {
      .page--container-right {
        width: -webkit-calc(100% - 22rem);
        width: calc(100% - 22rem);
        padding-left: 1.5rem; } }
    @media (min-width: 62em) {
      .page--container-right {
        width: -webkit-calc(100% - 24rem);
        width: calc(100% - 24rem);
        padding-left: 2rem; } }
    @media (min-width: 78.125em) {
      .page--container-right {
        width: -webkit-calc(100% - 28rem);
        width: calc(100% - 28rem);
        padding-left: 2.5rem; } }

.home-slider {
  padding: 0; }

.home-logos, .home-category, .home-form, .home-popular, .home-sale, .home-about, .home-service, .home-sertificat, .home-kemppi, .home-news {
  padding: 3rem 0 0; }
  @media (min-width: 48em) {
    .home-logos, .home-category, .home-form, .home-popular, .home-sale, .home-about, .home-service, .home-sertificat, .home-kemppi, .home-news {
      padding: 4rem 0 0 0; } }
  @media (min-width: 62em) {
    .home-logos, .home-category, .home-form, .home-popular, .home-sale, .home-about, .home-service, .home-sertificat, .home-kemppi, .home-news {
      padding: 5rem 0 0; } }

.home-category {
  margin-top: -2rem; }

.home-sale--slider {
  margin-top: -2rem; }
  @media (min-width: 48em) {
    .home-sale--slider {
      margin-top: -5rem; } }

.home-kemppi-about {
  padding: 1.5rem 0; }
  @media (min-width: 48em) {
    .home-kemppi-about {
      padding: 5rem 0; } }
  @media (min-width: 62em) {
    .home-kemppi-about {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 62em) {
    .home-kemppi-about--left {
      padding-right: 4rem; } }
  .home-kemppi-about--left p {
    line-height: 150%; }
  .home-kemppi-about--right {
    margin-top: 2rem; }
    @media (min-width: 62em) {
      .home-kemppi-about--right {
        margin-top: 0; } }
    .home-kemppi-about--right img {
      width: 100%; }
      @media (min-width: 62em) {
        .home-kemppi-about--right img {
          width: auto; } }

.home-kemppi-clients {
  padding: 1.5rem 0; }
  @media (min-width: 48em) {
    .home-kemppi-clients {
      padding: 3rem 0; } }
  .home-kemppi-clients__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .home-kemppi-clients__item {
    text-align: center;
    margin-bottom: 3rem;
    width: 49%; }
    @media (min-width: 62em) {
      .home-kemppi-clients__item {
        width: 30%;
        margin-bottom: 3rem; } }
    @media (min-width: 78.125em) {
      .home-kemppi-clients__item {
        width: auto; } }
    .home-kemppi-clients__item p {
      margin-top: 1.25rem;
      font-weight: 500;
      color: #000;
      font-size: 1.1rem; }
      @media (min-width: 48em) {
        .home-kemppi-clients__item p {
          margin-top: 1.5rem;
          font-size: 1.3rem; } }
      @media (min-width: 62em) {
        .home-kemppi-clients__item p {
          font-size: 1.5rem; } }
      @media (min-width: 78.125em) {
        .home-kemppi-clients__item p {
          font-size: 1.6rem; } }
      .home-kemppi-clients__item p br {
        display: none; }
        @media (min-width: 48em) {
          .home-kemppi-clients__item p br {
            display: block; } }
    .home-kemppi-clients__item img {
      max-width: 100%; }

.home-advantages {
  text-align: center;
  padding: 3rem 0 0; }
  @media (min-width: 48em) {
    .home-advantages {
      display: block;
      padding: 6rem 0 0; } }
  .home-advantages .advantages__items {
    margin-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (min-width: 48em) {
      .home-advantages .advantages__items {
        margin-top: 6.5rem; } }
  .home-advantages .advantages__item {
    text-align: center;
    width: 50%;
    margin-bottom: 3rem; }
    @media (min-width: 48em) {
      .home-advantages .advantages__item {
        width: 28%;
        margin-bottom: 7.5rem; } }
    .home-advantages .advantages__item div:first-child {
      height: 6.5rem; }
    .home-advantages .advantages__item svg {
      font-size: 4rem; }
    .home-advantages .advantages__item span {
      font-weight: 500;
      font-size: 1.4rem;
      display: block;
      margin-bottom: 1rem;
      color: #141204; }
      @media (min-width: 48em) {
        .home-advantages .advantages__item span {
          margin-bottom: 1.5rem;
          font-size: 1.8rem; } }
    .home-advantages .advantages__item p {
      font-size: 1.25rem;
      line-height: 150%; }
      @media (min-width: 48em) {
        .home-advantages .advantages__item p {
          font-size: 1.4rem; } }

.home-pay {
  padding: 4rem 0;
  text-align: center; }
  .home-pay p.subtitle {
    margin-top: -2rem;
    margin-bottom: 3rem; }

.home-delivery {
  padding: 3rem 0 0 0;
  text-align: center; }
  @media (min-width: 48em) {
    .home-delivery {
      padding: 5rem 0; } }
  .home-delivery p.subtitle {
    margin-top: -2rem;
    margin-bottom: 3rem; }

.home-sertificat .sert__item {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .home-sertificat .sert__item:hover:after,
  .home-sertificat .sert__item:hover p {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .home-sertificat .sert__item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    pointer-events: none; }
  .home-sertificat .sert__item img {
    width: 100%;
    display: block; }
  .home-sertificat .sert__item p {
    position: absolute;
    bottom: 2rem;
    padding: 0 2rem;
    font-weight: 500;
    line-height: 150%;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 100;
    pointer-events: none; }

.home-sertificat .sert__more {
  width: 100%;
  padding: 1rem 0;
  text-align: center; }

.home-map {
  padding: 3rem 0; }
  @media (min-width: 48em) {
    .home-map {
      padding: 5rem 0; } }

.filter--title {
  display: block;
  color: #262522;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }
  @media (min-width: 48em) {
    .filter--title {
      font-size: 1.6rem;
      margin-bottom: 2rem; } }

.mg-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.mobile-image {
  display: block !important; }
  @media (min-width: 48em) {
    .mobile-image {
      display: none !important; } }

.tablet-image {
  display: none; }
  @media (min-width: 48em) {
    .tablet-image {
      display: block !important; } }
  @media (min-width: 62em) {
    .tablet-image {
      display: none !important; } }

.desktop-image {
  display: none !important; }
  @media (min-width: 62em) {
    .desktop-image {
      display: block !important; } }

/* Burger Icon VARS */
.slider .slick-track, .slider .slick-list {
  height: 100%; }

.slider .slick-arrow {
  position: absolute; }

.slider .slick-list {
  padding-bottom: 1rem; }

.slider.top-arrows .slick-arrow {
  cursor: pointer;
  width: 3.4rem;
  height: 3.4rem;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
  top: -1.15rem;
  color: #FF5B00; }
  @media (min-width: 48em) {
    .slider.top-arrows .slick-arrow {
      top: -2rem;
      width: 4rem;
      height: 4rem; } }
  .slider.top-arrows .slick-arrow:hover {
    background: #FF5B00;
    color: #fff; }
  .slider.top-arrows .slick-arrow svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.7rem; }
    @media (min-width: 48em) {
      .slider.top-arrows .slick-arrow svg {
        font-size: 1.8rem; } }

.slider.top-arrows .slick-next {
  -webkit-transform: translateY(-100%) translateX(0%);
      -ms-transform: translateY(-100%) translateX(0%);
          transform: translateY(-100%) translateX(0%);
  right: .5rem; }
  @media (min-width: 48em) {
    .slider.top-arrows .slick-next {
      right: 1rem; } }
  @media (min-width: 62em) {
    .slider.top-arrows .slick-next {
      right: 1.5rem; } }
  .slider.top-arrows .slick-next svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.slider.top-arrows .slick-prev {
  -webkit-transform: translateY(-100%) translateX(-100%);
      -ms-transform: translateY(-100%) translateX(-100%);
          transform: translateY(-100%) translateX(-100%);
  right: 1.5rem; }
  @media (min-width: 48em) {
    .slider.top-arrows .slick-prev {
      right: 2.5rem; } }
  @media (min-width: 62em) {
    .slider.top-arrows .slick-prev {
      right: 3rem; } }
  .slider.top-arrows .slick-prev svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.home-slider {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden; }
  @media (min-width: 48em) {
    .home-slider {
      height: 42rem; } }
  @media (min-width: 62em) {
    .home-slider {
      height: 44.5rem; } }
  .home-slider.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .home-slider.active:after {
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      opacity: 0;
      pointer-events: none; }
  .home-slider:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ebebeb;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .home-slider .slick-dots {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    margin: auto; }
    @media (min-width: 48em) {
      .home-slider .slick-dots {
        width: 70rem; } }
    @media (min-width: 62em) {
      .home-slider .slick-dots {
        width: 92rem; } }
    @media (min-width: 78.125em) {
      .home-slider .slick-dots {
        width: 120rem; } }
    .home-slider .slick-dots li {
      margin-right: 1.25rem;
      display: inline-block; }
      .home-slider .slick-dots li:last-child {
        margin-right: 0; }
      .home-slider .slick-dots li.slick-active button {
        border: 4px solid #FF6600; }
      .home-slider .slick-dots li button {
        cursor: pointer;
        display: block;
        border: 4px solid #fff;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        color: transparent;
        width: 2.2rem;
        height: 2.2rem; }
  .home-slider .slick-slide {
    height: 100%; }
    .home-slider .slick-slide > div {
      height: 100%; }
  .home-slider-item {
    height: 100%;
    position: relative;
    overflow: hidden; }
    .home-slider-item picture img {
      width: 100%; }
      @media (min-width: 48em) {
        .home-slider-item picture img {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 0;
          display: block; } }
    .home-slider-item section {
      padding: 0 1.5rem;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      padding-top: 4rem;
      padding-bottom: 2rem; }
      @media (min-width: 48em) {
        .home-slider-item section {
          width: 70rem; } }
      @media (min-width: 62em) {
        .home-slider-item section {
          width: 92rem; } }
      @media (min-width: 78.125em) {
        .home-slider-item section {
          width: 120rem; } }
      @media (min-width: 48em) {
        .home-slider-item section {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-top: 0;
          padding-bottom: 5.5rem; } }
      @media (min-width: 62em) {
        .home-slider-item section {
          padding-bottom: 2rem; } }
      .home-slider-item section h2 {
        font-weight: 600;
        font-size: 2rem;
        line-height: 140%;
        color: #fff;
        margin-bottom: 1.5rem; }
        @media (min-width: 48em) {
          .home-slider-item section h2 {
            font-size: 2.8rem;
            margin-bottom: 3rem; } }
        @media (min-width: 62em) {
          .home-slider-item section h2 {
            font-size: 3.2rem; } }
        @media (min-width: 78.125em) {
          .home-slider-item section h2 {
            font-size: 3.6rem; } }
      .home-slider-item section p {
        max-width: 44.5rem;
        line-height: 150%;
        color: #fff; }
        @media (min-width: 48em) {
          .home-slider-item section p {
            max-width: 35rem; } }
        @media (min-width: 62em) {
          .home-slider-item section p {
            max-width: 38rem; } }
        @media (min-width: 78.125em) {
          .home-slider-item section p {
            max-width: 44.5rem; } }
      .home-slider-item section a {
        margin-top: 2.5rem;
        display: inline-block;
        position: relative;
        padding: .85rem 0;
        padding-right: 2rem;
        color: #fff; }
        @media (min-width: 48em) {
          .home-slider-item section a {
            padding-right: 3rem; } }
        .home-slider-item section a:hover {
          color: #fff; }
        .home-slider-item section a svg {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          font-size: 1.2rem;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
          @media (min-width: 48em) {
            .home-slider-item section a svg {
              font-size: 1.4rem; } }

.logos-slider,
.popular-slider,
.sale-slider,
.sert-slider,
.news__slider {
  width: -webkit-calc(100% + 1rem);
  width: calc(100% + 1rem);
  margin-left: -.5rem;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (min-width: 48em) {
    .logos-slider,
    .popular-slider,
    .sale-slider,
    .sert-slider,
    .news__slider {
      width: -webkit-calc(100% + 1.5rem);
      width: calc(100% + 1.5rem);
      margin-left: -.5rem; } }
  @media (min-width: 62em) {
    .logos-slider,
    .popular-slider,
    .sale-slider,
    .sert-slider,
    .news__slider {
      width: -webkit-calc(100% + 3.5rem);
      width: calc(100% + 3.5rem);
      margin-left: -2rem; } }
  .logos-slider.active,
  .popular-slider.active,
  .sale-slider.active,
  .sert-slider.active,
  .news__slider.active {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .logos-slider .slick-list,
  .popular-slider .slick-list,
  .sale-slider .slick-list,
  .sert-slider .slick-list,
  .news__slider .slick-list {
    padding: 0 .25rem;
    padding-bottom: 2rem;
    position: relative; }
    @media (min-width: 48em) {
      .logos-slider .slick-list,
      .popular-slider .slick-list,
      .sale-slider .slick-list,
      .sert-slider .slick-list,
      .news__slider .slick-list {
        padding: 0 .5rem;
        padding-bottom: 1rem; } }
    @media (min-width: 62em) {
      .logos-slider .slick-list,
      .popular-slider .slick-list,
      .sale-slider .slick-list,
      .sert-slider .slick-list,
      .news__slider .slick-list {
        padding: 0 1rem;
        padding-bottom: 1rem; } }
  .logos-slider .slick-slide > div,
  .popular-slider .slick-slide > div,
  .sale-slider .slick-slide > div,
  .sert-slider .slick-slide > div,
  .news__slider .slick-slide > div {
    padding: .25rem; }
    @media (min-width: 48em) {
      .logos-slider .slick-slide > div,
      .popular-slider .slick-slide > div,
      .sale-slider .slick-slide > div,
      .sert-slider .slick-slide > div,
      .news__slider .slick-slide > div {
        padding: .5rem; } }
    @media (min-width: 62em) {
      .logos-slider .slick-slide > div,
      .popular-slider .slick-slide > div,
      .sale-slider .slick-slide > div,
      .sert-slider .slick-slide > div,
      .news__slider .slick-slide > div {
        padding: 1rem; } }

.mg-slide__inner {
  padding: 0 1.5rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 2rem; }
  @media (min-width: 48em) {
    .mg-slide__inner {
      width: 70rem; } }
  @media (min-width: 62em) {
    .mg-slide__inner {
      width: 92rem; } }
  @media (min-width: 78.125em) {
    .mg-slide__inner {
      width: 120rem; } }
  @media (min-width: 48em) {
    .mg-slide__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 0;
      padding-bottom: 5.5rem; } }
  @media (min-width: 62em) {
    .mg-slide__inner {
      padding-bottom: 2rem; } }
  .mg-slide__inner h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 140%;
    color: #fff;
    margin-bottom: 1.5rem; }
    @media (min-width: 48em) {
      .mg-slide__inner h2 {
        font-size: 2.8rem;
        margin-bottom: 3rem; } }
    @media (min-width: 62em) {
      .mg-slide__inner h2 {
        font-size: 3.2rem; } }
    @media (min-width: 78.125em) {
      .mg-slide__inner h2 {
        font-size: 3.6rem; } }
  .mg-slide__inner p {
    max-width: 44.5rem;
    line-height: 150%;
    color: #fff; }
    @media (min-width: 48em) {
      .mg-slide__inner p {
        max-width: 35rem; } }
    @media (min-width: 62em) {
      .mg-slide__inner p {
        max-width: 38rem; } }
    @media (min-width: 78.125em) {
      .mg-slide__inner p {
        max-width: 44.5rem; } }
  .mg-slide__inner a {
    margin-top: 2.5rem;
    display: block;
    width: 11rem;
    position: relative;
    padding: .85rem 0;
    padding-right: 2rem;
    color: #fff; }
    @media (min-width: 48em) {
      .mg-slide__inner a {
        padding-right: 3rem; } }
    .mg-slide__inner a:hover {
      color: #fff; }
    .mg-slide__inner a svg {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 1.2rem;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      @media (min-width: 48em) {
        .mg-slide__inner a svg {
          font-size: 1.4rem; } }

.swiper-pagination {
  padding: 0 1.5rem;
  margin: 0 auto;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 48em) {
    .swiper-pagination {
      width: 70rem; } }
  @media (min-width: 62em) {
    .swiper-pagination {
      width: 92rem; } }
  @media (min-width: 78.125em) {
    .swiper-pagination {
      width: 120rem; } }
  .swiper-pagination span {
    margin-right: 1.25rem;
    display: inline-block;
    cursor: pointer;
    border: 4px solid #fff;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    color: transparent;
    width: 2.2rem;
    height: 2.2rem;
    opacity: 1;
    background: transparent; }
    .swiper-pagination span:last-child {
      margin-right: 0; }
    .swiper-pagination span.swiper-pagination-bullet-active {
      border: 4px solid #FF6600;
      width: 2.2rem;
      height: 2.2rem;
      background: transparent; }

/* Burger Icon VARS */
.category__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.category__item {
  position: relative;
  width: -webkit-calc(100% / 2 - .5rem);
  width: calc(100% / 2 - .5rem);
  margin-left: .5rem;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #f1f3f4;
  background: #F1F3F4;
  margin-bottom: .5rem;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (min-width: 48em) {
    .category__item {
      width: -webkit-calc(100% / 3 - .75rem);
      width: calc(100% / 3 - .75rem);
      margin-left: 1rem;
      margin-bottom: 1rem; } }
  @media (min-width: 62em) {
    .category__item {
      width: -webkit-calc(100% / 3 - 1.5rem);
      width: calc(100% / 3 - 1.5rem);
      margin-left: 2rem;
      margin-bottom: 2rem; } }
  @media (min-width: 78.125em) {
    .category__item {
      width: -webkit-calc(100% / 4 - 1.5rem);
      width: calc(100% / 4 - 1.5rem);
      margin-left: 2rem; } }
  .category__item:nth-child(2n + 1) {
    margin-left: 0; }
    @media (min-width: 48em) {
      .category__item:nth-child(2n + 1) {
        margin-left: 1rem; } }
    @media (min-width: 62em) {
      .category__item:nth-child(2n + 1) {
        margin-left: 2rem; } }
    @media (min-width: 78.125em) {
      .category__item:nth-child(2n + 1) {
        margin-left: 2rem; } }
  @media (min-width: 48em) {
    .category__item:nth-child(3n + 1) {
      margin-left: 0; } }
  @media (min-width: 78.125em) {
    .category__item:nth-child(3n + 1) {
      margin-left: 2rem; } }
  @media (min-width: 78.125em) {
    .category__item:nth-child(4n + 1) {
      margin-left: 0; } }
  .category__item:hover {
    -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
            box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .category__item-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: block; }
  .category__item-subcategory {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 100%;
    width: -webkit-calc(100% + 1.7rem);
    width: calc(100% + 1.7rem); }
    .category__item-subcategory ul {
      position: relative;
      z-index: 110;
      background: #ff5b00;
      padding: 1rem;
      padding-right: 2.5rem;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      min-height: 100%; }
      @media (min-width: 48em) {
        .category__item-subcategory ul {
          padding: 1.5rem;
          padding-right: 2.5rem;
          padding-bottom: 3rem; } }
      .category__item-subcategory ul li {
        margin-bottom: 1rem; }
        .category__item-subcategory ul li ul {
          background: none;
          padding: 0;
          margin-top: 1rem; }
        .category__item-subcategory ul li a {
          color: #fff;
          font-size: 1.2rem; }
          @media (min-width: 48em) {
            .category__item-subcategory ul li a {
              font-size: 1.4rem; } }
          .category__item-subcategory ul li a:hover {
            text-decoration: underline; }
  .category__item-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px; }
    .category__item-image:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .category__item-image:before {
      pointer-events: none;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 25%;
      z-index: 112;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ff5b00));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ff5b00 100%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ff5b00 100%);
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .category__item-image.show {
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .category__item-image.show:before {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .category__item-image.show .category__item-subcategory ul {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        opacity: 1;
        pointer-events: all; }
    .category__item-image:hover {
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      @media (min-width: 48em) {
        .category__item-image:hover:before {
          opacity: 1;
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; } }
      @media (min-width: 48em) {
        .category__item-image:hover .category__item-subcategory ul {
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
          opacity: 1;
          pointer-events: all; } }
    .category__item-image img {
      position: absolute;
      left: 50%;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%; }
  .category__item-desc {
    z-index: 110;
    position: relative;
    height: inherit;
    padding: 4rem 0; }
    .category__item-desc:hover {
      background: #000; }
      .category__item-desc:hover a span, .category__item-desc:hover a svg {
        color: #fff; }
    .category__item-desc a {
      text-align: center;
      padding: 0 1rem;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 48em) {
        .category__item-desc a {
          padding: 0 1.5rem; } }
      @media (min-width: 62em) {
        .category__item-desc a {
          text-align: left;
          padding: 0 2rem;
          padding-right: 5rem;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .category__item-desc a span {
        color: #484848;
        font-size: 1.3rem; }
        @media (min-width: 48em) {
          .category__item-desc a span {
            font-size: 1.5rem; } }
      .category__item-desc a svg {
        display: none;
        position: absolute;
        right: 2rem;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 1.6rem;
        color: #FF5B00;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
        @media (min-width: 48em) {
          .category__item-desc a svg {
            display: none; } }
        @media (min-width: 62em) {
          .category__item-desc a svg {
            display: block;
            right: 2rem;
            font-size: 1.6rem; } }

.category__more {
  width: 100%;
  text-align: center;
  padding-top: 2rem; }
  @media (min-width: 48em) {
    .category__more {
      width: -webkit-calc(100% / 3 - .5rem);
      width: calc(100% / 3 - .5rem);
      padding: 0;
      margin-left: 1rem;
      margin-bottom: 1rem; } }
  @media (min-width: 62em) {
    .category__more {
      width: -webkit-calc(100% / 3 - 1.5rem);
      width: calc(100% / 3 - 1.5rem);
      margin-left: 2rem;
      margin-bottom: 2rem; } }
  @media (min-width: 78.125em) {
    .category__more {
      padding: 1rem 0;
      width: 100%;
      margin-left: 0;
      margin-bottom: 0; } }
  @media (min-width: 48em) {
    .category__more a {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 78.125em) {
    .category__more a {
      width: auto;
      height: auto;
      display: inline-block; } }

/* Burger Icon VARS */
.product__filter {
  margin-bottom: 2rem; }
  @media (min-width: 48em) {
    .product__filter {
      margin-top: 3rem;
      margin-bottom: 2rem; } }

.product__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .product__items .product__item {
    width: -webkit-calc(100% / 2 - .25rem);
    width: calc(100% / 2 - .25rem);
    margin-left: .5rem;
    margin-bottom: .5rem; }
    .product__items .product__item:nth-child(2n + 1) {
      margin-left: 0; }
    @media (min-width: 48em) {
      .product__items .product__item {
        width: -webkit-calc(100% / 2 - .5rem);
        width: calc(100% / 2 - .5rem);
        margin-left: 1rem;
        margin-bottom: 1rem; }
        .product__items .product__item:nth-child(2n + 1) {
          margin-left: 0; } }
    @media (min-width: 62em) {
      .product__items .product__item {
        width: -webkit-calc(100% / 3 - .75rem);
        width: calc(100% / 3 - .75rem);
        margin-left: 1rem;
        margin-bottom: 1rem; }
        .product__items .product__item:nth-child(2n + 1) {
          margin-left: 1rem; }
        .product__items .product__item:nth-child(3n + 1) {
          margin-left: 0; } }
    @media (min-width: 78.125em) {
      .product__items .product__item {
        width: -webkit-calc(100% / 3 - 1rem);
        width: calc(100% / 3 - 1rem);
        margin-left: 1.5rem;
        margin-bottom: 1.5rem; }
        .product__items .product__item:nth-child(2n + 1) {
          margin-left: 1.5rem; }
        .product__items .product__item:nth-child(3n + 1) {
          margin-left: 0; } }

.product__search .product__item {
  width: -webkit-calc(100% / 2 - .25rem);
  width: calc(100% / 2 - .25rem);
  margin-left: .5rem;
  margin-bottom: .5rem; }
  .product__search .product__item:nth-child(2n + 1) {
    margin-left: 0; }
  @media (min-width: 48em) {
    .product__search .product__item {
      width: -webkit-calc(100% / 2 - .5rem);
      width: calc(100% / 2 - .5rem);
      margin-left: 1rem;
      margin-bottom: 1rem; }
      .product__search .product__item:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 62em) {
    .product__search .product__item {
      width: -webkit-calc(100% / 3 - .75rem);
      width: calc(100% / 3 - .75rem);
      margin-left: 1rem;
      margin-bottom: 1rem; }
      .product__search .product__item:nth-child(2n + 1) {
        margin-left: 1rem; }
      .product__search .product__item:nth-child(3n + 1) {
        margin-left: 0; } }
  @media (min-width: 78.125em) {
    .product__search .product__item {
      width: -webkit-calc(100% / 4 - 1.25rem);
      width: calc(100% / 4 - 1.25rem);
      margin-left: 1.5rem;
      margin-bottom: 1.5rem; }
      .product__search .product__item:nth-child(3n + 1) {
        margin-left: 1.5rem; }
      .product__search .product__item:nth-child(2n + 1) {
        margin-left: 1.5rem; }
      .product__search .product__item:nth-child(4n + 1) {
        margin-left: 0; } }

.product__item {
  position: relative;
  background: #F1F3F4;
  padding: 1.25rem;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 6rem; }
  @media (min-width: 48em) {
    .product__item {
      padding: 1.5rem; } }
  @media (min-width: 62em) {
    .product__item {
      padding: 2rem 1.5rem; } }
  @media (min-width: 78.125em) {
    .product__item {
      padding: 1.5rem 1.5rem;
      padding-bottom: 9rem; } }
  .product__item:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
            box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1); }
  .product__item--link {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10; }
  .product__item--status {
    display: block;
    position: absolute;
    left: 1rem;
    top: 1.25rem;
    color: #fff;
    font-size: 10px;
    background: #FF6600;
    padding: .5rem 1rem;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    z-index: 11; }
    @media (min-width: 48em) {
      .product__item--status {
        left: 1.5rem;
        top: 1.5rem;
        font-size: 12px;
        padding: .5rem 2.1rem; } }
    .product__item--status.green {
      background: #6FCF97; }
  .product__item--compare {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background: #FF5B00;
    z-index: 11;
    cursor: pointer; }
    @media (min-width: 48em) {
      .product__item--compare {
        width: 3.2rem;
        height: 3.2rem;
        right: 1rem;
        top: 1rem; } }
    .product__item--compare:hover {
      background: #FF6600; }
    .product__item--compare svg {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      font-size: 1.9rem;
      color: #fff; }
      @media (min-width: 48em) {
        .product__item--compare svg {
          font-size: 2.1rem; } }
    .product__item--compare.active {
      background: #FF6600; }
  .product__item--image {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    overflow: hidden; }
    .product__item--image:after {
      display: block;
      content: '';
      padding-bottom: 100%; }
    .product__item--image img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .product__item--desc {
    position: relative;
    padding-top: 1rem; }
    .product__item--desc p.title {
      color: #141204;
      line-height: 150%;
      overflow: hidden;
      min-height: 3.6rem; }
      @media (min-width: 48em) {
        .product__item--desc p.title {
          min-height: inherit; } }
    .product__item--desc p.price {
      margin-top: 1.25rem;
      color: #FF5B00;
      font-size: 1.4rem;
      font-weight: 600; }
      @media (min-width: 48em) {
        .product__item--desc p.price {
          font-size: 1.6rem; } }
      @media (min-width: 62em) {
        .product__item--desc p.price {
          font-size: 1.8rem; } }
  .product__item--buy {
    z-index: 11;
    cursor: pointer;
    position: absolute;
    bottom: 1rem;
    height: 4.1rem;
    line-height: 4rem;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
    background: #FF5B00;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    text-align: center; }
    @media (min-width: 48em) {
      .product__item--buy {
        width: -webkit-calc(100% - 4.8rem);
        width: calc(100% - 4.8rem);
        height: 4.4rem;
        line-height: 4.1rem;
        bottom: 2rem; } }
    @media (min-width: 62em) {
      .product__item--buy {
        bottom: 2rem; } }
    .product__item--buy:hover {
      background: #FF6600; }
    .product__item--buy span {
      color: #fff;
      vertical-align: middle; }
    .product__item--buy svg {
      vertical-align: middle;
      margin-right: .5rem;
      color: #fff;
      font-size: 2rem; }

@media (min-width: 62em) {
  .product__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.product__desc-image {
  width: 100%;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden; }
  @media (min-width: 48em) {
    .product__desc-image {
      width: 100%; } }
  @media (min-width: 62em) {
    .product__desc-image {
      width: 50%; } }
  .product__desc-image:after {
    content: '';
    display: block;
    padding-bottom: 60%; }
    @media (min-width: 48em) {
      .product__desc-image:after {
        padding-bottom: 60%; } }
    @media (min-width: 62em) {
      .product__desc-image:after {
        display: none; } }
  .product__desc-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%; }
    @media (min-width: 62em) {
      .product__desc-image img {
        max-width: 95%;
        max-height: 95%; } }

.product__desc-subdesc {
  margin-top: 2rem;
  width: 100%; }
  @media (min-width: 62em) {
    .product__desc-subdesc {
      width: 50%;
      margin-top: 0;
      padding-left: 2.4rem; } }
  .product__desc-subdesc h1 {
    color: #000; }
  .product__desc-subdesc div {
    margin-bottom: 2rem; }
    @media (min-width: 48em) {
      .product__desc-subdesc div {
        margin-bottom: 2.5rem; } }
    .product__desc-subdesc div:last-child {
      margin-bottom: 0; }
  .product__desc-subdesc p {
    margin-bottom: 1.25rem;
    line-height: 150%; }
    @media (min-width: 48em) {
      .product__desc-subdesc p {
        margin-bottom: 2rem; } }
    .product__desc-subdesc p.article {
      margin-top: -1.5rem; }
    .product__desc-subdesc p.price {
      color: #141204;
      font-size: 2rem;
      font-weight: 700; }
      @media (min-width: 48em) {
        .product__desc-subdesc p.price {
          margin-top: -1rem;
          font-size: 2.4rem; } }
    .product__desc-subdesc p.subdesc {
      color: #141204;
      font-size: 1.3rem;
      font-weight: 500;
      margin-bottom: 1rem; }
      @media (min-width: 48em) {
        .product__desc-subdesc p.subdesc {
          font-size: 1.6rem; } }

.product__desc-desc {
  width: 100%;
  margin-top: 5rem; }

.product__any {
  margin-top: 3rem; }
  @media (min-width: 48em) {
    .product__any {
      margin-top: 5rem; } }

.button {
  display: inline-block;
  cursor: pointer; }
  .button-buy {
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 5rem;
    line-height: 4.6rem;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #FF5B00;
    color: #fff;
    position: relative;
    z-index: 100; }
    @media (min-width: 48em) {
      .button-buy {
        height: 5.6rem;
        text-align: center;
        line-height: 5.3rem; } }
    .button-buy:hover {
      background: #FF6600; }
    .button-buy span, .button-buy svg {
      font-size: 1.7rem;
      color: #fff;
      vertical-align: middle; }
    .button-buy svg {
      margin-right: .5rem; }

.button {
  display: inline-block;
  cursor: pointer; }
  .button-filter {
    text-align: center;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #000;
    color: #fff;
    position: relative;
    z-index: 100; }
    @media (min-width: 48em) {
      .button-filter {
        height: 5.6rem;
        text-align: center; } }
    .button-filter:hover {
      background: #FF6600; }
    .button-filter span, .button-filter svg {
      font-size: 1.7rem;
      color: #fff;
      vertical-align: middle; }
    .button-filter svg {
      margin-right: .5rem; }

/* Burger Icon VARS */
.sale__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .sale__items .sale__item-i {
    width: -webkit-calc(50% - .5rem);
    width: calc(50% - .5rem);
    margin-left: .5rem;
    margin-bottom: 1rem; }
    .sale__items .sale__item-i:nth-child(2n +1) {
      margin-left: 0; }
    @media (min-width: 48em) {
      .sale__items .sale__item-i {
        width: -webkit-calc(50% - 1rem);
        width: calc(50% - 1rem);
        margin-left: 2rem;
        margin-bottom: 2rem; }
        .sale__items .sale__item-i:nth-child(2n +1) {
          margin-left: 0; } }

.sale__item {
  position: relative;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .sale__item:hover {
    -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
            box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .sale__item-link {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .sale__item-title {
    padding: 2rem 1.5rem;
    color: #FF5B00;
    font-weight: 500;
    line-height: 150%; }
    @media (min-width: 48em) {
      .sale__item-title {
        padding: 2.4rem; } }
    @media (min-width: 78.125em) {
      .sale__item-title {
        min-height: 12rem; } }
  .sale__item-more {
    border-top: 1px solid #DDDDDF;
    position: relative;
    padding: 1.25rem 1.5rem; }
    @media (min-width: 48em) {
      .sale__item-more {
        padding: 1.25rem 2.4rem; } }
    .sale__item-more span {
      color: #141204;
      font-weight: 500; }
    .sale__item-more svg {
      position: absolute;
      right: 1.25rem;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 1.3rem;
      color: #141204;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      @media (min-width: 48em) {
        .sale__item-more svg {
          right: 2.4rem;
          font-size: 1.6rem; } }

.sale__item-i {
  cursor: pointer;
  position: relative;
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (min-width: 62em) {
    .sale__item-i {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .sale__item-i:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
            box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1); }
    .sale__item-i:hover img {
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      -webkit-transform: scale(1.04);
          -ms-transform: scale(1.04);
              transform: scale(1.04); }
  .sale__item-i--link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10; }
  .sale__item-i--image {
    width: 100%;
    overflow: hidden;
    background-color: #DDDDDF;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    @media (min-width: 48em) {
      .sale__item-i--image {
        min-height: 22rem; } }
    @media (min-width: 62em) {
      .sale__item-i--image {
        width: 45%; } }
    .sale__item-i--image img {
      display: block;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      width: 100%; }
      @media (min-width: 62em) {
        .sale__item-i--image img {
          height: auto;
          width: auto; } }
  .sale__item-i--desc {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: .5rem; }
    @media (min-width: 62em) {
      .sale__item-i--desc {
        width: 55%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 78.125em) {
      .sale__item-i--desc {
        padding-left: 2rem;
        padding-right: 0; } }
    .sale__item-i--desc p {
      line-height: 150%; }
      .sale__item-i--desc p.title {
        font-weight: 500;
        color: #FF5B00;
        margin-bottom: 1rem; }
        @media (min-width: 48em) {
          .sale__item-i--desc p.title {
            margin-bottom: 1.5rem; } }
      .sale__item-i--desc p.subdesc {
        font-size: 1.25rem;
        color: #141204; }
        @media (min-width: 62em) {
          .sale__item-i--desc p.subdesc {
            font-size: 1.3rem; } }
        @media (min-width: 78.125em) {
          .sale__item-i--desc p.subdesc {
            font-size: 1.4rem; } }
    .sale__item-i--desc a {
      margin-top: .5rem;
      display: inline-block;
      position: relative;
      padding: .85rem 0;
      padding-right: 2.5rem;
      color: #FF5B00; }
      @media (min-width: 48em) {
        .sale__item-i--desc a {
          margin-top: 2.5rem; } }
      @media (min-width: 62em) {
        .sale__item-i--desc a {
          margin-top: 1.5rem; } }
      @media (min-width: 78.125em) {
        .sale__item-i--desc a {
          margin-top: 2.5rem; } }
      .sale__item-i--desc a svg {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 1.2rem;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }

.sale__more {
  width: 100%;
  padding: .5rem 0;
  text-align: center; }
  @media (min-width: 48em) {
    .sale__more {
      padding: 2rem 0; } }

.sale__banner {
  position: relative;
  background: #FF5B00;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .sale__banner-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .sale__banner-image {
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .sale__banner-image img {
      display: block !important;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      width: 100%; }
      .sale__banner-image img.active {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
  .sale__banner-text {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 100;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 100%; }
    @media (min-width: 48em) {
      .sale__banner-text {
        padding-left: 5rem; } }
    @media (min-width: 62em) {
      .sale__banner-text {
        padding-left: 25rem; } }
    @media (min-width: 78.125em) {
      .sale__banner-text {
        padding-left: 40rem; } }
    .sale__banner-text div:first-child {
      margin-right: -40%; }
      @media (min-width: 48em) {
        .sale__banner-text div:first-child {
          margin-right: 0; } }
    .sale__banner-text img {
      width: 65%;
      margin-top: -3rem;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      @media (min-width: 48em) {
        .sale__banner-text img {
          margin-top: -5rem;
          width: auto; } }
      .sale__banner-text img.active {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .sale__banner-text h2 {
      line-height: 150%;
      color: #fff;
      font-weight: 600;
      font-size: 1.6rem; }
      @media (min-width: 48em) {
        .sale__banner-text h2 {
          font-size: 2.3rem; } }
      @media (min-width: 62em) {
        .sale__banner-text h2 {
          font-size: 2.5rem; } }
      @media (min-width: 78.125em) {
        .sale__banner-text h2 {
          font-size: 3.6rem; } }
    .sale__banner-text a {
      margin-top: 2.5rem;
      display: inline-block;
      position: relative;
      padding: .85rem 0;
      padding-right: 3rem;
      color: #fff; }
      .sale__banner-text a:hover {
        color: #FF6600; }
      .sale__banner-text a svg {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 1.4rem;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }

/* Burger Icon VARS */
.blocks__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .blocks__items.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.blocks__item {
  text-align: left;
  background: #F1F3F4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 1.5rem;
  width: -webkit-calc(100%);
  width: calc(100%);
  margin-bottom: 1rem; }
  @media (min-width: 48em) {
    .blocks__item {
      width: -webkit-calc(100%);
      width: calc(100%);
      padding: 2rem;
      margin-bottom: 1.5rem; } }
  @media (min-width: 62em) {
    .blocks__item {
      padding: 2.4rem;
      width: -webkit-calc(100% / 3 - 1.35rem);
      width: calc(100% / 3 - 1.35rem);
      margin-right: 2rem;
      margin-bottom: 0; } }
  .blocks__item:last-child {
    margin-right: 0;
    margin-bottom: 0; }
  .blocks__item.two {
    width: -webkit-calc(100% - 33.333% - 1.35rem);
    width: calc(100% - 33.333% - 1.35rem); }
  .blocks__item-image {
    height: 4rem; }
    .blocks__item-image svg.money-1 {
      font-size: 4rem; }
    .blocks__item-image svg.money-2 {
      font-size: 3.6rem; }
    .blocks__item-image svg.money-3 {
      font-size: 3.6rem; }
    .blocks__item-image svg.delivery-1 {
      font-size: 3.3rem; }
    .blocks__item-image svg.delivery-2 {
      font-size: 4rem; }
    .blocks__item-image svg.delivery-3 {
      font-size: 3.6rem; }
  .blocks__item-desc {
    margin-top: -2.75rem; }
    @media (min-width: 48em) {
      .blocks__item-desc {
        margin-top: 2.4rem; } }
    .blocks__item-desc span {
      display: block;
      color: #141204;
      font-weight: 500;
      font-size: 1.3rem;
      margin-bottom: 2rem;
      padding-left: 5rem; }
      @media (min-width: 48em) {
        .blocks__item-desc span {
          font-size: 1.8rem;
          padding-left: 0;
          margin-bottom: 2.5rem; } }
    .blocks__item-desc p {
      color: #141204;
      line-height: 150%; }

.blocks__content {
  margin-top: 3.5rem; }
  .blocks__content p {
    line-height: 150%;
    margin-bottom: 2rem; }
  .blocks__content ul {
    margin-left: 2rem; }
    .blocks__content ul li {
      padding-left: 2rem;
      position: relative;
      margin-bottom: 1.5rem;
      line-height: 150%; }
      .blocks__content ul li:last-child {
        margin-bottom: 0; }
      .blocks__content ul li:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: .75rem;
        width: .7rem;
        height: .7rem;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        background: #FF5B00; }

/* Burger Icon VARS */
.about__items {
  padding-top: 2rem;
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #FF5B00; }
  @media (min-width: 48em) {
    .about__items {
      padding-top: 4rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .about__items-left {
    margin-top: 2rem;
    width: 100%;
    position: relative; }
    @media (min-width: 48em) {
      .about__items-left {
        margin-top: 0;
        width: 50%;
        -webkit-transform: translateX(-70%);
            -ms-transform: translateX(-70%);
                transform: translateX(-70%); } }
    @media (min-width: 62em) {
      .about__items-left {
        -webkit-transform: translateX(-30%);
            -ms-transform: translateX(-30%);
                transform: translateX(-30%); } }
    @media (min-width: 78.125em) {
      .about__items-left {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); } }
    .about__items-left:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 2rem;
      margin: auto;
      bottom: 0;
      width: 15rem;
      height: 15rem;
      border: 4rem solid #FF6600;
      -webkit-transform: translateY(-5%);
          -ms-transform: translateY(-5%);
              transform: translateY(-5%);
      -webkit-border-radius: 100%;
              border-radius: 100%; }
      @media (min-width: 48em) {
        .about__items-left:after {
          top: 0;
          border: 15rem solid #FF6600;
          width: 22.5rem;
          height: 22.5rem; } }
    .about__items-left img {
      margin: 0 auto;
      margin-top: 2.5rem;
      display: block;
      position: relative;
      z-index: 100;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      width: 100%; }
      @media (min-width: 48em) {
        .about__items-left img {
          width: auto;
          margin-top: 11.5rem; } }
      @media (min-width: 62em) {
        .about__items-left img {
          margin-top: 2.5rem; } }
      .about__items-left img.active {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
  .about__items-right {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem; }
    @media (min-width: 48em) {
      .about__items-right {
        width: 55%;
        padding-left: 0;
        padding-right: 3rem;
        padding-bottom: 3rem; } }
    @media (min-width: 62em) {
      .about__items-right {
        width: 50%;
        padding-left: 2rem;
        padding-right: 5rem; } }
    .about__items-right h1 {
      color: #fff; }
    .about__items-right p {
      line-height: 130%;
      color: #fff;
      margin-bottom: 1.5rem; }
      @media (min-width: 48em) {
        .about__items-right p {
          line-height: 150%; } }
      @media (min-width: 62em) {
        .about__items-right p {
          line-height: 130%; } }
      .about__items-right p:last-child {
        margin-bottom: 0; }
    .about__items-right a {
      margin-top: 2.5rem;
      display: inline-block;
      position: relative;
      padding: .85rem 0;
      padding-right: 3rem;
      color: #FF6600; }
      .about__items-right a:hover {
        color: #fff; }
      .about__items-right a svg {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 1.4rem;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }

/* Burger Icon VARS */
.news__content {
  width: 100%;
  background: #fff;
  padding: 5rem 0; }
  @media (min-width: 48em) {
    .news__content {
      padding: 5rem 5rem; } }
  @media (min-width: 62em) {
    .news__content {
      padding: 5rem 7rem; } }
  @media (min-width: 78.125em) {
    .news__content {
      padding: 5rem 10rem; } }
  .news__content p {
    color: #141204;
    line-height: 150%;
    margin-bottom: 1.5rem; }
    .news__content p:last-child {
      margin-bottom: 0; }
  .news__content table {
    margin-top: 1rem;
    width: 100%;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    color: #2b2b2b;
    margin-bottom: 2rem; }
    .news__content table th {
      padding: 5px 10px;
      border: 1px solid #dcdcdc;
      color: #2b2b2b; }
    .news__content table tr {
      font-size: 1.4rem;
      color: #444; }
    .news__content table td {
      padding: 5px 10px;
      border: 1px solid #dcdcdc;
      color: #2b2b2b; }
  @media (min-width: 48em) {
    .news__content div.flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .news__content div.flex > div:first-child {
    margin-bottom: 1rem; }
  .news__content div.flex > div:last-child {
    padding-left: 2rem; }
  .news__content div.flex img {
    width: auto;
    margin-right: 2.5rem; }
  .news__content div.video {
    display: block;
    width: 100%;
    position: relative; }
    @media (min-width: 48em) {
      .news__content div.video {
        min-width: 55rem;
        margin-right: 2rem; } }
    .news__content div.video:after {
      content: '';
      display: block;
      padding-bottom: 55%; }
    .news__content div.video iframe {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .news__content ul {
    color: #141204;
    line-height: 150%;
    margin-bottom: 1rem; }
    .news__content ul:last-child {
      margin-bottom: 0; }
    .news__content ul li {
      position: relative;
      padding-left: 2rem;
      margin-bottom: 1rem; }
      @media (min-width: 48em) {
        .news__content ul li {
          margin-bottom: 1.25rem; } }
      .news__content ul li:after {
        content: '';
        position: absolute;
        left: 0;
        top: .75rem;
        width: .5rem;
        height: .5rem;
        background: #141204;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        display: block; }
  .news__content img {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem; }
    @media (min-width: 48em) {
      .news__content img {
        width: 50%;
        margin-bottom: .5rem; } }
    @media (min-width: 48em) {
      .news__content img.left {
        float: left;
        margin-right: 2.5rem; } }
    @media (min-width: 48em) {
      .news__content img.right {
        float: right;
        margin-left: 2rem; } }

.news__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .news__items .news__item {
    width: -webkit-calc(100% / 2 - .25rem);
    width: calc(100% / 2 - .25rem);
    margin-left: .5rem;
    margin-bottom: .5rem; }
    .news__items .news__item:nth-child(2n + 1) {
      margin-left: 0; }
    @media (min-width: 48em) {
      .news__items .news__item {
        width: -webkit-calc(100% / 2 - .75rem);
        width: calc(100% / 2 - .75rem);
        margin-left: 1.5rem;
        margin-bottom: 1.5rem; }
        .news__items .news__item:nth-child(2n + 1) {
          margin-left: 0; } }
    @media (min-width: 62em) {
      .news__items .news__item {
        width: -webkit-calc(100% / 3 - 1rem);
        width: calc(100% / 3 - 1rem);
        margin-left: 1.5rem;
        margin-bottom: 1.5rem; }
        .news__items .news__item:nth-child(2n + 1) {
          margin-left: 1.5rem; }
        .news__items .news__item:nth-child(3n + 1) {
          margin-left: 0; } }
    @media (min-width: 78.125em) {
      .news__items .news__item {
        width: -webkit-calc(100% / 3 - 1.75rem);
        width: calc(100% / 3 - 1.75rem);
        margin-left: 2.5rem;
        margin-bottom: 2.5rem; }
        .news__items .news__item:nth-child(2n + 1) {
          margin-left: 2.5rem; }
        .news__items .news__item:nth-child(3n + 1) {
          margin-left: 0; } }

.news__photos {
  max-width: 80rem;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 4rem; }
  .news__photos-slider {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .news__photos-slider.active {
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .news__photos-slider .slick-slide > div {
      display: block;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      overflow: hidden; }
      .news__photos-slider .slick-slide > div img {
        -webkit-border-radius: 4px;
                border-radius: 4px;
        width: 100%;
        display: block !important; }
  .news__photos-nav {
    margin-top: 2rem;
    padding: 0 5rem;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .news__photos-nav.active {
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .news__photos-nav .slick-arrow {
      position: absolute;
      cursor: pointer;
      width: 4rem;
      height: 4rem;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background: #fff;
      top: 50%;
      margin-top: -2rem;
      color: #FF5B00; }
      .news__photos-nav .slick-arrow:hover {
        background: #FF5B00;
        color: #fff; }
      .news__photos-nav .slick-arrow svg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 1.8rem; }
    .news__photos-nav .slick-next {
      right: 0; }
      .news__photos-nav .slick-next svg {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .news__photos-nav .slick-prev {
      left: 0; }
      .news__photos-nav .slick-prev svg {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .news__photos-nav .slick-slide > div {
      cursor: pointer;
      margin: .75rem;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      overflow: hidden;
      position: relative; }
      .news__photos-nav .slick-slide > div:after {
        content: '';
        display: block;
        padding-bottom: 60%; }
      .news__photos-nav .slick-slide > div:before {
        z-index: 10;
        content: '';
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 111, 0.5)), to(rgba(0, 0, 111, 0.5)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 111, 0.5), rgba(0, 0, 111, 0.5));
        background: linear-gradient(0deg, rgba(0, 0, 111, 0.5), rgba(0, 0, 111, 0.5)); }
      .news__photos-nav .slick-slide > div:hover:before {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .news__photos-nav .slick-slide > div img {
        top: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 100%;
        width: auto !important;
        -webkit-border-radius: 4px;
                border-radius: 4px; }

.news__item {
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .news__item:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
            box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1); }
    .news__item:hover img {
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      -webkit-transform: translateX(-50%) scale(1.05);
          -ms-transform: translateX(-50%) scale(1.05);
              transform: translateX(-50%) scale(1.05); }
  .news__item--link {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .news__item--image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #DDDDDF;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .news__item--image:after {
      content: '';
      display: block;
      padding-bottom: 72%; }
    .news__item--image span {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem;
      background: #FF5B00;
      padding: .8rem 1.2rem;
      font-size: 1.1rem;
      color: #fff;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
      @media (min-width: 48em) {
        .news__item--image span {
          font-size: 1.3rem; } }
      @media (min-width: 62em) {
        .news__item--image span {
          font-size: 1.4rem; } }
    .news__item--image img {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(1);
          -ms-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1);
      width: 100%;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .news__item--desc {
    padding: 1.5rem 1.25rem 4rem 1.25rem; }
    @media (min-width: 48em) {
      .news__item--desc {
        padding: 1.5rem 1.5rem 5rem 1.5rem; } }
    @media (min-width: 62em) {
      .news__item--desc {
        padding: 2rem 1.5rem 5rem 1.5rem; } }
    @media (min-width: 78.125em) {
      .news__item--desc {
        padding: 2.4rem 2.4rem 5rem 2.4rem; } }
    .news__item--desc p.title {
      color: #141204;
      font-size: 1.3rem;
      font-weight: 500; }
      @media (min-width: 48em) {
        .news__item--desc p.title {
          font-size: 1.5rem; } }
      @media (min-width: 62em) {
        .news__item--desc p.title {
          font-size: 1.5rem; } }
      @media (min-width: 78.125em) {
        .news__item--desc p.title {
          font-size: 1.8rem; } }
    .news__item--desc p.subtitle {
      margin-top: 1rem;
      color: #141204;
      font-size: 1.25rem; }
      @media (min-width: 48em) {
        .news__item--desc p.subtitle {
          font-size: 1.4rem;
          margin-top: 1.8rem; } }
  .news__item--date {
    position: absolute;
    left: 1.25rem;
    bottom: 1rem;
    font-size: 1.2rem;
    color: #141204; }
    @media (min-width: 48em) {
      .news__item--date {
        bottom: 2rem;
        left: 2rem; } }
    @media (min-width: 62em) {
      .news__item--date {
        left: 2rem; } }
    @media (min-width: 78.125em) {
      .news__item--date {
        left: 2.4rem; } }

.news__more {
  width: 100%;
  padding: 0;
  text-align: center; }
  @media (min-width: 48em) {
    .news__more {
      padding: 1rem 0; } }

/* Burger Icon VARS */
.cart__items.hide-block {
  display: none; }

@media (min-width: 48em) {
  .cart__items.show-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.cart__items-left {
  width: 100%; }
  @media (min-width: 48em) {
    .cart__items-left {
      width: 45rem; } }
  @media (min-width: 62em) {
    .cart__items-left {
      width: 65rem; } }
  @media (min-width: 78.125em) {
    .cart__items-left {
      width: 90rem; } }

.cart__items-right {
  width: 100%; }
  @media (min-width: 48em) {
    .cart__items-right {
      width: -webkit-calc(100% - 47.5rem);
      width: calc(100% - 47.5rem); } }
  @media (min-width: 62em) {
    .cart__items-right {
      width: -webkit-calc(100% - 67.5rem);
      width: calc(100% - 67.5rem); } }
  @media (min-width: 78.125em) {
    .cart__items-right {
      width: -webkit-calc(100% - 92.5rem);
      width: calc(100% - 92.5rem); } }

.cart__item {
  position: relative;
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 2px solid #dddddf;
  padding: 1.5rem 1.25rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 1rem; }
  @media (min-width: 48em) {
    .cart__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 2.4rem;
      padding-left: 2.4rem;
      margin-bottom: 2.4rem; } }
  .cart__item:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
            box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1); }
  .cart__item--delete {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    cursor: pointer; }
    @media (min-width: 48em) {
      .cart__item--delete {
        right: 2.4rem;
        top: 2.4rem; } }
    .cart__item--delete:hover svg {
      color: #FF6600; }
    .cart__item--delete svg {
      font-size: 1.6rem;
      color: #000; }
      @media (min-width: 48em) {
        .cart__item--delete svg {
          font-size: 1.8rem; } }
      @media (min-width: 62em) {
        .cart__item--delete svg {
          font-size: 2.2rem; } }
  .cart__item--image {
    position: relative;
    width: 100%;
    height: 13rem; }
    @media (min-width: 48em) {
      .cart__item--image {
        width: 18.5rem;
        height: inherit; } }
    .cart__item--image img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: auto;
      margin: auto;
      max-height: 100%; }
      @media (min-width: 48em) {
        .cart__item--image img {
          bottom: 0;
          max-width: 100%;
          max-height: inherit; } }
  .cart__item--desc {
    margin-top: 1rem;
    text-align: center; }
    @media (min-width: 48em) {
      .cart__item--desc {
        text-align: left;
        padding-left: 4rem;
        padding-right: 2rem; } }
    .cart__item--desc > .form-addcart {
      margin: 0 auto;
      text-align: center;
      margin-top: 2rem; }
      @media (min-width: 48em) {
        .cart__item--desc > .form-addcart {
          margin: 0;
          margin-top: 4rem; } }
      .cart__item--desc > .form-addcart label {
        position: relative;
        margin-bottom: 0; }
        @media (min-width: 48em) {
          .cart__item--desc > .form-addcart label {
            position: absolute;
            margin-bottom: .75rem; } }
    .cart__item--desc p.title {
      color: #141204;
      font-size: 1.3rem;
      font-weight: 500;
      margin-bottom: 1rem; }
      @media (min-width: 48em) {
        .cart__item--desc p.title {
          font-size: 1.5rem; } }
      @media (min-width: 62em) {
        .cart__item--desc p.title {
          font-size: 1.6rem; } }
      @media (min-width: 78.125em) {
        .cart__item--desc p.title {
          font-size: 1.6rem; } }
    .cart__item--desc p.price {
      color: #000;
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 2rem; }
      @media (min-width: 48em) {
        .cart__item--desc p.price {
          font-size: 1.6rem; } }
      @media (min-width: 62em) {
        .cart__item--desc p.price {
          font-size: 1.7rem; } }
      @media (min-width: 78.125em) {
        .cart__item--desc p.price {
          font-size: 1.7rem; } }

.cart__total {
  margin-top: 2rem; }
  @media (min-width: 48em) {
    .cart__total {
      margin-top: 0;
      position: -webkit-sticky;
      position: sticky;
      top: 2rem; } }
  .cart__total h2 {
    color: #141204;
    font-size: 1.8rem;
    font-weight: 500; }
    @media (min-width: 48em) {
      .cart__total h2 {
        font-size: 1.8rem; } }
    @media (min-width: 62em) {
      .cart__total h2 {
        font-size: 2rem; } }
    @media (min-width: 78.125em) {
      .cart__total h2 {
        font-size: 2.4rem; } }
  .cart__total ul {
    margin-top: 2rem;
    margin-bottom: 4rem; }
    .cart__total ul li {
      margin-bottom: 2rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .cart__total ul li span.name {
        color: #484848; }
      .cart__total ul li span.count {
        color: #141204; }
      .cart__total ul li:last-child span.count {
        font-size: 2rem;
        font-weight: 500;
        position: relative;
        top: .3rem; }
        @media (min-width: 48em) {
          .cart__total ul li:last-child span.count {
            font-size: 1.6rem; } }
        @media (min-width: 62em) {
          .cart__total ul li:last-child span.count {
            font-size: 1.8rem; } }
        @media (min-width: 78.125em) {
          .cart__total ul li:last-child span.count {
            font-size: 2.4rem; } }
  .cart__total button {
    text-align: center;
    display: block;
    width: 100%;
    height: 5.2rem;
    line-height: 5.2rem;
    background: #FF5B00;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #fff;
    cursor: pointer; }
    .cart__total button:hover {
      background: #FF6600;
      opacity: 1;
      -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.06);
              box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.06); }

/* Burger Icon VARS */
.brand__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.brand__item {
  cursor: pointer;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .brand__item:after {
    content: '';
    display: block;
    padding-bottom: 60%; }
  .brand__item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 75%;
    max-height: 100%; }
  .brand__item a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10; }
  .brand__item:hover {
    -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
            box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.brand__content {
  text-align: center;
  overflow: hidden; }
  .brand__content-item {
    max-width: 64rem;
    margin: 0 auto;
    height: 100%;
    overflow-y: auto;
    display: none; }
    .brand__content-item.active {
      display: block; }
    .brand__content-item::-webkit-scrollbar {
      width: 4px; }
    .brand__content-item::-webkit-scrollbar-button {
      background: #222;
      display: none; }
    .brand__content-item::-webkit-scrollbar-thumb {
      background: #FF5B00; }
    .brand__content-item::-webkit-scrollbar-thumb:hover {
      background: #666; }
    .brand__content-item::-webkit-scrollbar-track {
      background: #e3e3e3; }
    .brand__content-item::-webkit-scrollbar-corner {
      background: #999; }
    .brand__content-item::-webkit-resizer {
      background: #111; }
    .brand__content-item > img {
      max-width: 15rem;
      max-height: 10rem; }
    .brand__content-item > div {
      padding: 0 2rem; }
      .brand__content-item > div img {
        max-width: 100%;
        margin: 3rem 0; }
      .brand__content-item > div p {
        text-align: left;
        font-size: 1.6rem;
        line-height: 150%;
        margin-bottom: 2rem; }
        .brand__content-item > div p:last-child {
          margin-bottom: 0; }
      .brand__content-item > div ul {
        text-align: left;
        padding-left: 0;
        margin-bottom: 2rem; }
        .brand__content-item > div ul li {
          padding-left: 1.75rem;
          position: relative;
          margin-bottom: 1rem; }
          .brand__content-item > div ul li:after {
            content: '';
            position: absolute;
            top: .45rem;
            left: 0;
            width: .6rem;
            height: .6rem;
            -webkit-border-radius: 100%;
                    border-radius: 100%;
            background: #484848; }

/* Burger Icon VARS */
.compare__wrapper {
  width: 100%;
  overflow-y: scroll; }
  @media (min-width: 62em) {
    .compare__wrapper {
      overflow: inherit; } }

.compare__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .compare__items-left {
    width: 20rem; }
    @media (min-width: 48em) {
      .compare__items-left {
        width: 23rem; } }
    @media (min-width: 62em) {
      .compare__items-left {
        width: 28rem; } }
    .compare__items-left--title {
      background: #fff;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 1.6rem;
      font-weight: 500;
      color: #FF5B00;
      width: 100%;
      height: 16rem; }
      @media (min-width: 48em) {
        .compare__items-left--title {
          font-size: 2rem;
          height: 16.4rem; } }
      @media (min-width: 62em) {
        .compare__items-left--title {
          font-size: 2.1rem;
          height: 17.6rem; } }
      @media (min-width: 78.125em) {
        .compare__items-left--title {
          font-size: 2.4rem;
          height: 18rem; } }
    .compare__items-left--settings {
      margin-top: 1rem;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background: #fff;
      padding: 1rem 1.5rem; }
      @media (min-width: 48em) {
        .compare__items-left--settings {
          margin-top: 1rem;
          padding: 1.2rem 2.4rem; } }
      @media (min-width: 62em) {
        .compare__items-left--settings {
          margin-top: 2.4rem; } }
  .compare__items-right {
    width: -webkit-calc(100% - (20rem + 1rem));
    width: calc(100% - (20rem + 1rem));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 48em) {
      .compare__items-right {
        width: -webkit-calc(100% - (23rem + 1rem));
        width: calc(100% - (23rem + 1rem)); } }
    @media (min-width: 62em) {
      .compare__items-right {
        width: -webkit-calc(100% - (28rem + 2.4rem));
        width: calc(100% - (28rem + 2.4rem)); } }

.compare__item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-right: 1rem; }
  @media (min-width: 48em) {
    .compare__item {
      margin-right: 1rem; } }
  .compare__item:last-child {
    margin-right: 0; }
  .compare__item--title {
    text-align: center;
    position: relative;
    padding: 1rem;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    @media (min-width: 48em) {
      .compare__item--title {
        padding: 1rem; } }
    @media (min-width: 62em) {
      .compare__item--title {
        padding: 1.5rem; } }
    @media (min-width: 78.125em) {
      .compare__item--title {
        padding: 2.4rem; } }
    .compare__item--title a {
      display: block;
      cursor: pointer;
      position: absolute;
      right: 1.5rem;
      top: 1.5rem; }
      @media (min-width: 48em) {
        .compare__item--title a {
          right: 2.4rem;
          top: 2.4rem; } }
      .compare__item--title a svg {
        color: #FF5B00;
        font-size: 1.4rem; }
        @media (min-width: 48em) {
          .compare__item--title a svg {
            font-size: 2rem; } }
      .compare__item--title a:hover svg {
        color: #FF6600; }
    .compare__item--title img {
      display: block;
      margin: 0 auto;
      width: 10rem; }
    .compare__item--title p {
      margin-top: 1rem; }
      .compare__item--title p.title {
        color: #FF5B00;
        font-size: 1.25rem;
        font-weight: 500; }
        @media (min-width: 48em) {
          .compare__item--title p.title {
            font-size: 1.4rem; } }
        @media (min-width: 62em) {
          .compare__item--title p.title {
            font-size: 1.5rem; } }
        @media (min-width: 78.125em) {
          .compare__item--title p.title {
            font-size: 1.8rem; } }
  .compare__item--settings {
    margin-top: 1rem;
    padding: 1.2rem 2.4rem;
    text-align: center; }
    @media (min-width: 48em) {
      .compare__item--settings {
        margin-top: 1rem;
        padding: 1.2rem 2.4rem; } }
    @media (min-width: 62em) {
      .compare__item--settings {
        margin-top: 2.4rem; } }
  .compare__item--buy {
    margin-top: 2rem; }
    .compare__item--buy a {
      width: 20rem; }
      @media (min-width: 48em) {
        .compare__item--buy a {
          width: 24rem; } }

/* Burger Icon VARS */
.tabs__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #484848;
  padding-bottom: 1.25rem;
  position: relative; }
  .tabs__nav li {
    margin-right: 2.5rem; }
    @media (min-width: 48em) {
      .tabs__nav li {
        margin-right: 5rem; } }
    .tabs__nav li:last-child {
      margin-right: 0; }
    .tabs__nav li a {
      font-size: 1.4rem;
      font-weight: 500;
      color: #000; }
      @media (min-width: 48em) {
        .tabs__nav li a {
          font-size: 1.8rem; } }
      .tabs__nav li a.active {
        color: #000; }
  .tabs__nav span {
    position: absolute;
    display: block;
    width: 10rem;
    height: .4rem;
    background: #000;
    left: 0;
    bottom: -.4rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.tabs__items {
  margin-top: 2rem; }
  @media (min-width: 48em) {
    .tabs__items {
      margin-top: 3rem; } }

.tabs__item {
  display: none; }
  .tabs__item.active {
    display: block; }
  .tabs__item p {
    line-height: 150%;
    margin-bottom: 2rem; }
    .tabs__item p:last-child {
      margin-bottom: 0; }
  .tabs__item ul {
    text-align: left;
    padding-left: 0;
    margin-bottom: 2rem; }
    .tabs__item ul.ignore li:after {
      display: none; }
    .tabs__item ul li {
      padding-left: 1.75rem;
      position: relative;
      margin-bottom: 1rem; }
      .tabs__item ul li:after {
        content: '';
        position: absolute;
        top: .45rem;
        left: 0;
        width: .6rem;
        height: .6rem;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        background: #484848; }

/* Burger Icon VARS */
.services__desc {
  background: #FF5B00;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  padding: 2rem 1.5rem 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 48em) {
    .services__desc {
      padding: 4rem 2rem; } }
  @media (min-width: 62em) {
    .services__desc {
      padding: 4rem 4rem; } }
  .services__desc-text {
    position: relative;
    z-index: 100;
    width: 100%; }
    @media (min-width: 48em) {
      .services__desc-text {
        width: 60%; } }
    @media (min-width: 62em) {
      .services__desc-text {
        width: 65%; } }
    @media (min-width: 78.125em) {
      .services__desc-text {
        width: 50%; } }
    .services__desc-text h1 {
      color: #fff; }
    .services__desc-text p {
      line-height: 150%;
      color: #fff;
      margin-bottom: 1.5rem; }
      .services__desc-text p a {
        margin-top: 4rem;
        padding: 1rem 5rem; }
    .services__desc-text ul li {
      color: #fff;
      position: relative;
      padding-left: 2rem;
      margin-bottom: 1rem;
      font-size: 1.25rem;
      line-height: 130%; }
      @media (min-width: 48em) {
        .services__desc-text ul li {
          font-size: 1.5rem; } }
      .services__desc-text ul li:last-child {
        margin-bottom: 0; }
      .services__desc-text ul li:after {
        content: '';
        position: absolute;
        left: 0;
        top: .5rem;
        width: .65rem;
        height: .65rem;
        background: #fff;
        -webkit-border-radius: 100%;
                border-radius: 100%; }
        @media (min-width: 48em) {
          .services__desc-text ul li:after {
            top: .6rem; } }
  .services__desc-image {
    width: 195%;
    -webkit-transform: translateX(-52%);
        -ms-transform: translateX(-52%);
            transform: translateX(-52%);
    margin-top: 2rem;
    position: relative;
    right: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 48em) {
      .services__desc-image {
        margin-top: 0;
        width: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transform: translateX(5%);
            -ms-transform: translateX(5%);
                transform: translateX(5%); } }
    @media (min-width: 62em) {
      .services__desc-image {
        margin-top: 0;
        width: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transform: translateX(10%);
            -ms-transform: translateX(10%);
                transform: translateX(10%); } }
    @media (min-width: 78.125em) {
      .services__desc-image {
        -webkit-transform: translateX(-7.5%);
            -ms-transform: translateX(-7.5%);
                transform: translateX(-7.5%);
        height: 100%; } }
    .services__desc-image.active {
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .services__desc-image.inner {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 48em) {
        .services__desc-image.inner {
          display: none !important; } }
      @media (min-width: 78.125em) {
        .services__desc-image.inner {
          -webkit-transform: translateX(0%);
              -ms-transform: translateX(0%);
                  transform: translateX(0%);
          display: block !important; } }
    .services__desc-image.training {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      width: -webkit-calc(100% + 4rem);
      width: calc(100% + 4rem);
      margin-left: -2rem;
      margin-top: -14rem; }

.services__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  @media (min-width: 48em) {
    .services__info {
      -webkit-box-pack: inherit;
      -webkit-justify-content: inherit;
          -ms-flex-pack: inherit;
              justify-content: inherit; } }
  .services__info p.subtitle {
    text-align: center;
    width: 100%;
    padding: 2rem 0;
    font-weight: 500; }
    @media (min-width: 48em) {
      .services__info p.subtitle {
        padding: 3rem 0; } }
  .services__info-items {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .services__info-item {
    width: -webkit-calc(33.333% - .5rem);
    width: calc(33.333% - .5rem);
    margin-right: .5rem;
    cursor: pointer;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    overflow: hidden;
    margin-bottom: .5rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 48em) {
      .services__info-item {
        width: -webkit-calc(14.20% - .85rem);
        width: calc(14.20% - .85rem);
        margin-right: 1rem;
        margin-bottom: 0; } }
    .services__info-item:last-child {
      margin-right: 0; }
    .services__info-item:after {
      content: '';
      display: block;
      padding-bottom: 45%; }
    .services__info-item img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      max-width: 75%;
      max-height: 100%; }
      .services__info-item img.active {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .services__info-item:hover {
      -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
              box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

.services__items {
  margin-top: 3rem; }
  @media (min-width: 48em) {
    .services__items {
      margin-top: 5rem; } }

.services__item {
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 1rem;
  padding: 1.5rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (min-width: 48em) {
    .services__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 2.4rem;
      margin-bottom: 2rem; } }
  .services__item:last-child {
    margin-bottom: 0; }
  .services__item:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
            box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1); }
  .services__item--image {
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media (min-width: 48em) {
      .services__item--image {
        width: 25rem; } }
    .services__item--image:after {
      content: '';
      display: block;
      padding-bottom: 50%; }
      @media (min-width: 48em) {
        .services__item--image:after {
          display: none; } }
    .services__item--image img {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      bottom: 0;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .services__item--image img.active {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
  .services__item--desc {
    text-align: center;
    width: 100%; }
    @media (min-width: 48em) {
      .services__item--desc {
        text-align: left;
        padding-left: 2rem;
        padding-right: 0;
        width: -webkit-calc(100% - 27rem);
        width: calc(100% - 27rem); } }
    @media (min-width: 62em) {
      .services__item--desc {
        width: -webkit-calc(100% - 32rem);
        width: calc(100% - 32rem); } }
    .services__item--desc h3 {
      color: #FF5B00;
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 1rem; }
      @media (min-width: 48em) {
        .services__item--desc h3 {
          font-size: 1.8rem; } }
      @media (min-width: 62em) {
        .services__item--desc h3 {
          font-size: 2rem; } }
      @media (min-width: 78.125em) {
        .services__item--desc h3 {
          font-size: 2.1rem; } }
    .services__item--desc p {
      color: #141204;
      line-height: 150%;
      font-size: 1.25rem;
      margin-bottom: 2rem; }
      @media (min-width: 48em) {
        .services__item--desc p {
          font-size: 1.4rem; } }
      @media (min-width: 62em) {
        .services__item--desc p {
          font-size: 1.4rem; } }
      @media (min-width: 78.125em) {
        .services__item--desc p {
          font-size: 1.5rem; } }
      .services__item--desc p:last-child {
        margin-bottom: 0; }
      .services__item--desc p.price {
        font-weight: 700;
        margin-bottom: 1rem; }
    .services__item--desc button {
      display: inline-block;
      cursor: pointer;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background: #FF5B00;
      padding: 1.2rem 6rem;
      color: #fff;
      font-weight: 500; }
      .services__item--desc button:hover {
        background: #FF6600; }
  .services__item-bottom {
    width: 100%;
    padding: 4rem 0; }
    @media (min-width: 48em) {
      .services__item-bottom {
        padding: 6rem 0;
        padding-bottom: 0; } }
    .services__item-bottom h1 {
      font-size: 1.6rem;
      text-align: center;
      color: #484848; }
      @media (min-width: 48em) {
        .services__item-bottom h1 {
          font-size: 2.3rem; } }
      .services__item-bottom h1 a {
        color: #5959E5;
        text-decoration: underline; }
        .services__item-bottom h1 a:hover {
          text-decoration: none; }

.services__steps {
  margin-top: 2rem; }
  .services__steps p, .services__steps i {
    margin-bottom: 2rem; }
  .services__steps ul {
    margin-top: -1rem;
    margin-bottom: 2rem; }
    .services__steps ul li {
      padding-left: 2.5rem;
      position: relative;
      margin-bottom: .75rem; }
      .services__steps ul li:last-child {
        margin-bottom: 0; }
      .services__steps ul li:after {
        content: '';
        position: absolute;
        left: 0;
        top: .4rem;
        width: .5rem;
        height: .5rem;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        background: #FF5B00; }

@media (min-width: 48em) {
  .services__per {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 48em) {
  .services__per div {
    width: 48%; } }

@media (min-width: 48em) {
  .services__per div ul {
    margin-top: 2rem; } }

.services__per div ul li {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2rem; }
  .services__per div ul li:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: .5rem;
    width: .5rem;
    height: .5rem;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background: #5959E5; }
  @media (min-width: 48em) {
    .services__per div ul li:last-child {
      margin-bottom: 0; } }

/* Burger Icon VARS */
.footer {
  padding: 3rem 0;
  border-top: 4px solid #FF6600;
  background: -webkit-linear-gradient(top, #010101 0%, #26272C 100%); }
  @media (min-width: 48em) {
    .footer {
      height: 19.5rem;
      padding: 0; } }
  .footer--wrapper {
    padding: 0 1.5rem;
    margin: 0 auto; }
    @media (min-width: 48em) {
      .footer--wrapper {
        width: 70rem; } }
    @media (min-width: 62em) {
      .footer--wrapper {
        width: 92rem; } }
    @media (min-width: 78.125em) {
      .footer--wrapper {
        width: 120rem; } }
    @media (min-width: 48em) {
      .footer--wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; } }
  .footer__menu {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 48em) {
      .footer__menu {
        max-width: 60rem; } }
    .footer__menu ul.flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 3rem; }
      .footer__menu ul.flex li {
        margin-right: 2rem;
        margin-bottom: 0; }
        .footer__menu ul.flex li:last-child {
          margin-right: 0; }
        .footer__menu ul.flex li a {
          font-weight: 400; }
    .footer__menu ul li {
      margin-bottom: 2rem; }
      @media (min-width: 48em) {
        .footer__menu ul li {
          margin-bottom: 1.5rem; } }
      .footer__menu ul li:last-child {
        margin-bottom: 0; }
      .footer__menu ul li a {
        font-weight: 500;
        font-size: 1.3rem;
        color: #fff; }
        @media (min-width: 48em) {
          .footer__menu ul li a {
            font-size: 1.6rem; } }
        .footer__menu ul li a:hover {
          text-decoration: underline;
          color: #FF5B00; }
  .footer__copyright {
    margin-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 48em) {
      .footer__copyright {
        margin-top: 0;
        text-align: right;
        display: block; } }
    .footer__copyright p {
      color: #fff;
      font-size: 1.4rem; }
    .footer__copyright ul {
      margin: 1rem 0; }

/* Burger Icon VARS */
.map__nav-line {
  display: none; }
  @media (min-width: 48em) {
    .map__nav-line {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      border-bottom: 1px solid #484848;
      padding-bottom: 1.25rem;
      position: relative; } }
  .map__nav-line li {
    margin-right: 5rem; }
    @media (min-width: 48em) {
      .map__nav-line li {
        margin-right: 3rem; } }
    @media (min-width: 62em) {
      .map__nav-line li {
        margin-right: 5rem; } }
    .map__nav-line li:last-child {
      margin-right: 0; }
    .map__nav-line li:after {
      display: none; }
    .map__nav-line li a {
      font-size: 1.8rem;
      font-weight: 500;
      color: #484848; }
      @media (min-width: 48em) {
        .map__nav-line li a {
          font-size: 1.5rem; } }
      @media (min-width: 62em) {
        .map__nav-line li a {
          font-size: 1.8rem; } }
      .map__nav-line li a.active {
        color: #FF5B00; }
  .map__nav-line span {
    position: absolute;
    display: block;
    width: 10rem;
    height: .4rem;
    background: #FF5B00;
    left: 0;
    bottom: -.4rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.map__nav-buttons {
  display: none; }
  @media (min-width: 48em) {
    .map__nav-buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .map__nav-buttons li {
    margin-right: 1rem;
    padding-left: 0 !important; }
    .map__nav-buttons li:after {
      display: none; }
    .map__nav-buttons li a {
      border: 1px solid #DDDDDF;
      display: block;
      padding: 1.2rem 5rem;
      color: #484848;
      font-weight: 500;
      text-align: center;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
      @media (min-width: 48em) {
        .map__nav-buttons li a {
          padding: 1.2rem 1.25rem; } }
      @media (min-width: 62em) {
        .map__nav-buttons li a {
          padding: 1.2rem 3rem; } }
      @media (min-width: 78.125em) {
        .map__nav-buttons li a {
          padding: 1.2rem 5rem; } }
      .map__nav-buttons li a.active {
        border: 1px solid #FF5B00;
        color: #FF5B00; }
    .map__nav-buttons li:last-child {
      margin-right: 0; }

.map__select {
  position: relative; }
  @media (min-width: 48em) {
    .map__select {
      display: none; } }
  .map__select--header {
    z-index: 1001;
    position: relative;
    border: 2px solid #DDDDDF;
    padding: 1.5rem 1.5rem;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #FF5B00;
    font-size: 1.3rem;
    font-weight: 500;
    background: #fff; }
    .map__select--header svg {
      position: absolute;
      right: 1.5rem;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 1.3rem;
      color: #FF5B00; }
  .map__select--body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #fff;
    padding-top: 4.5rem;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .map__select--body.active {
      opacity: 1;
      pointer-events: all;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .map__select--body li a {
      display: block;
      padding: 1.2rem 1.5rem;
      color: #484848;
      font-weight: 500;
      font-size: 1.2rem; }

.map__items {
  margin-top: 1.5rem; }
  @media (min-width: 48em) {
    .map__items {
      margin-top: 2.5rem; } }
  @media (min-width: 62em) {
    .map__items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 3.5rem; } }
  .map__items-left {
    width: 100%;
    padding-right: 3rem;
    position: relative; }
    @media (min-width: 62em) {
      .map__items-left {
        width: 35%;
        padding-right: 3rem; } }
    @media (min-width: 78.125em) {
      .map__items-left {
        width: 30%;
        padding-right: 3rem; } }
  .map__items-right {
    position: relative;
    width: 100%;
    height: 32rem; }
    @media (min-width: 62em) {
      .map__items-right {
        width: 65%;
        height: 39rem; } }
    @media (min-width: 78.125em) {
      .map__items-right {
        width: 70%;
        height: 39rem; } }
    .map__items-right #map {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
  .map__items-item {
    display: none; }
    @media (min-width: 62em) {
      .map__items-item {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; } }
    .map__items-item div {
      margin-bottom: 2rem; }
      @media (min-width: 48em) {
        .map__items-item div {
          margin-bottom: 2rem; } }
      @media (min-width: 62em) {
        .map__items-item div {
          margin-bottom: 3rem; }
          .map__items-item div:last-child {
            margin-bottom: 0; } }
    .map__items-item p.title {
      color: #262522;
      font-size: 1.4rem;
      font-weight: 500;
      margin-bottom: 1.5rem; }
      @media (min-width: 48em) {
        .map__items-item p.title {
          font-size: 1.8rem;
          margin-bottom: 2.5rem; } }
      @media (min-width: 62em) {
        .map__items-item p.title {
          font-size: 1.6rem; } }
      @media (min-width: 78.125em) {
        .map__items-item p.title {
          font-size: 1.8rem; } }
    .map__items-item ul li {
      position: relative;
      padding-left: 3.25rem;
      margin-bottom: 1.25rem; }
      .map__items-item ul li:last-child {
        margin-bottom: 0; }
      .map__items-item ul li svg {
        position: absolute;
        left: 0;
        top: .2rem;
        font-size: 2rem;
        color: #FF5B00; }
      .map__items-item ul li a, .map__items-item ul li p {
        display: inline-block;
        color: #262522;
        line-height: 150%; }
      .map__items-item ul li a:hover {
        text-decoration: underline;
        color: #FF5B00; }
    .map__items-item.active {
      display: block; }
      @media (min-width: 48em) {
        .map__items-item.active {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media (min-width: 62em) {
        .map__items-item.active {
          display: block;
          opacity: 1;
          pointer-events: all;
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; } }

.map__wrapper {
  margin-top: 3.5rem; }

[class*="ymaps"][class*="-layers-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

/* Burger Icon VARS */
ul.social li {
  display: inline-block;
  margin-right: 2rem; }
  ul.social li:last-child {
    margin-right: 0; }
  ul.social li a {
    color: #FF5B00; }
    ul.social li a svg {
      color: #FF5B00;
      font-size: 2.4rem; }
    ul.social li a:hover svg {
      color: #FF6600; }

ul.archive {
  width: 90%; }
  ul.archive li {
    display: block;
    margin-bottom: 1.5rem; }
    ul.archive li:last-child {
      margin-bottom: 0; }
    ul.archive li a {
      text-align: center;
      display: block;
      width: 100%;
      border: 1px solid #DDDDDF;
      padding: 1.2rem;
      color: #484848;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      font-weight: 500; }
      ul.archive li a.active {
        color: #FF5B00;
        border: 1px solid #FF5B00; }
      ul.archive li a:hover {
        background: #FF5B00;
        border: 1px solid #FF5B00;
        color: #fff; }

ul.navigator {
  border-bottom: 1px solid #484848; }
  ul.navigator li {
    display: inline-block;
    margin-right: 2rem; }
    @media (min-width: 48em) {
      ul.navigator li {
        margin-right: 2.5rem; } }
    ul.navigator li:last-child {
      margin-right: 0; }
    ul.navigator li a {
      display: block;
      color: #484848;
      font-size: 1.4rem;
      font-weight: 500;
      position: relative;
      padding-bottom: 1.5rem; }
      @media (min-width: 48em) {
        ul.navigator li a {
          font-size: 1.8rem; } }
      ul.navigator li a.active {
        color: #FF5B00;
        font-size: 1.6rem; }
        @media (min-width: 48em) {
          ul.navigator li a.active {
            font-size: 2.4rem; } }
        ul.navigator li a.active:after {
          content: '';
          position: absolute;
          width: 100%;
          height: .4rem;
          background: #FF5B00;
          bottom: -.22rem;
          left: 0;
          right: 0; }

ul.characteristics li {
  margin-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #DDDDDF;
  font-size: 1.3rem;
  color: #141204; }
  @media (min-width: 48em) {
    ul.characteristics li {
      font-size: 1.4rem; } }
  @media (min-width: 62em) {
    ul.characteristics li {
      font-size: 1.6rem; } }
  @media (min-width: 78.125em) {
    ul.characteristics li {
      font-size: 1.8rem; } }
  ul.characteristics li:last-child {
    border-bottom: 0; }
  ul.characteristics li.bold {
    font-weight: 500; }

@media (min-width: 48em) {
  ul.payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

ul.payment li {
  position: relative;
  width: -webkit-calc(50% - 1rem);
  width: calc(50% - 1rem);
  display: inline-block;
  margin-right: 1rem;
  height: 4.5rem; }
  @media (min-width: 48em) {
    ul.payment li {
      width: auto; } }
  ul.payment li label {
    cursor: pointer;
    border: 1px solid #DDDDDF;
    display: block;
    padding: 1.2rem 2rem 1.2rem 9rem;
    color: #484848;
    font-weight: 500;
    text-align: center;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    @media (min-width: 48em) {
      ul.payment li label {
        padding: 1.2rem 2rem 1.2rem 9rem; } }
    ul.payment li label.pay-id-4 {
      padding: 1.2rem 3rem 1.2rem 3rem; }
    ul.payment li label.active {
      border: 1px solid #FF5B00;
      color: #FF5B00; }
    ul.payment li label input {
      opacity: 0;
      display: none; }
  ul.payment li span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 11px; }
  ul.payment li:last-child {
    margin-right: 0; }

/* Burger Icon VARS */
.alert {
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 2rem;
  min-height: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.alert-s.orange {
  color: black;
  background: rgba(242, 127, 0, 0.5);
  -webkit-border-radius: .5rem;
          border-radius: .5rem; }

/* Burger Icon VARS */
/* Modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .modal__content {
    display: none;
    width: 95%;
    position: relative;
    top: 5%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    left: 0;
    right: 0;
    margin: auto;
    padding: 2.5rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 48em) {
      .modal__content {
        padding: 4rem; } }
    .modal__content button.close-icon {
      cursor: pointer;
      position: absolute;
      top: -1rem;
      right: 0;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      background: none; }
      .modal__content button.close-icon:hover {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%); }
      .modal__content button.close-icon svg {
        color: #fff;
        font-size: 2rem; }
    .modal__content.active {
      display: block; }
    .modal__content.anim {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      height: auto;
      opacity: 1;
      pointer-events: all;
      visibility: visible;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .modal.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: rgba(0, 0, 0, 0.6); }
  .modal__wrapper {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 2.5rem 1rem;
    overflow-y: scroll;
    height: 100%; }
    @media (min-width: 48em) {
      .modal__wrapper {
        padding: 5rem 2rem; } }
  .modal__call {
    padding-top: 2rem;
    max-width: 65rem;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .modal__call .form-call-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 3rem auto; }
      @media (min-width: 48em) {
        .modal__call .form-call-nav {
          width: 39rem; } }
      .modal__call .form-call-nav button {
        cursor: pointer;
        background: #F3F3F3;
        width: 50%;
        height: 4.6rem;
        color: #FF5B00;
        text-align: center; }
        @media (min-width: 48em) {
          .modal__call .form-call-nav button {
            height: 5.6rem; } }
        .modal__call .form-call-nav button:first-child {
          -webkit-border-top-left-radius: 4px;
                  border-top-left-radius: 4px;
          -webkit-border-bottom-left-radius: 4px;
                  border-bottom-left-radius: 4px; }
        .modal__call .form-call-nav button:last-child {
          -webkit-border-top-right-radius: 4px;
                  border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 4px;
                  border-bottom-right-radius: 4px; }
        .modal__call .form-call-nav button.active {
          background: #FF5B00;
          color: #fff; }
    .modal__call .form-call-tab {
      display: none; }
      .modal__call .form-call-tab.active {
        display: block; }
      .modal__call .form-call-tab a {
        display: block;
        height: 8rem;
        line-height: 8rem;
        color: #fff;
        max-width: 39rem;
        margin: 0 auto;
        margin-top: 10rem;
        background: #FF5B00;
        -webkit-border-radius: 4px;
                border-radius: 4px; }
        .modal__call .form-call-tab a:hover {
          background: #FF6600; }
  .modal__get {
    padding-top: 2rem;
    max-width: 65rem;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .modal__get span {
      display: block;
      font-size: 2.4rem;
      opacity: .6;
      margin-top: 1rem; }
  .modal__services {
    padding-top: 2rem;
    max-width: 80rem;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .modal__services h2 {
      font-weight: 400 !important; }
    .modal__services p {
      font-weight: 700;
      display: block;
      color: #FF5B00; }
  .modal__brand {
    padding-top: 2rem;
    max-width: 100rem;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .modal__thx {
    max-width: 50rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .modal__thx-message {
      text-align: center; }
      .modal__thx-message h2 {
        color: #FF5B00;
        font-size: 2.8rem;
        margin-bottom: 2.5rem;
        font-weight: 600; }
      .modal__thx-message span {
        color: #FF5B00;
        display: block; }

.modal.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6); }

.mcity {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  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;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999999 !important;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .mcity.non-active {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .mcity--scroller {
    height: -webkit-calc(100% - 2rem);
    height: calc(100% - 2rem);
    overflow: auto;
    padding: 0 1rem; }
    @media (min-width: 48em) {
      .mcity--scroller {
        padding: 0; } }
  .mcity--wrapper {
    width: 95%;
    padding: 2rem 1rem;
    background: #fff;
    text-align: center;
    height: 80%;
    overflow: hidden; }
    @media (min-width: 62em) {
      .mcity--wrapper {
        padding: 2rem 2rem;
        width: 80rem;
        height: auto; } }
    .mcity--wrapper ul {
      margin-top: 2rem;
      margin-left: 1px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .mcity--wrapper ul.w2 li {
        width: 50%; }
        @media (min-width: 48em) {
          .mcity--wrapper ul.w2 li {
            width: 33.333%; } }
        .mcity--wrapper ul.w2 li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 4.2rem; }
          @media (min-width: 48em) {
            .mcity--wrapper ul.w2 li a {
              height: auto;
              display: block; } }
      .mcity--wrapper ul.w3 li {
        width: 50%; }
        @media (min-width: 48em) {
          .mcity--wrapper ul.w3 li {
            width: 25%; } }
      .mcity--wrapper ul li {
        width: 25%;
        margin-top: -1px;
        margin-left: -1px; }
        .mcity--wrapper ul li a {
          display: block;
          padding: .75rem;
          font-size: 1.2rem;
          color: #333;
          border: 1px solid #ebebeb; }
          @media (min-width: 48em) {
            .mcity--wrapper ul li a {
              font-size: 1.4rem; } }
          .mcity--wrapper ul li a:hover {
            background: #FF5B00;
            color: #fff; }

/* Burger Icon VARS */
.form-call {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#010101), to(#26272C));
  background: -webkit-linear-gradient(top, #010101 0%, #26272C 100%);
  background: linear-gradient(180deg, #010101 0%, #26272C 100%);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 2.5rem 1.5rem; }
  @media (min-width: 48em) {
    .form-call {
      padding: 2.5rem 2.5rem; } }
  .form-call h2 {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    font-weight: 500;
    color: #fff; }
    @media (min-width: 48em) {
      .form-call h2 {
        font-size: 2.1rem; } }
    @media (min-width: 62em) {
      .form-call h2 {
        font-size: 2.4rem; } }
    @media (min-width: 78.125em) {
      .form-call h2 {
        font-size: 2.8rem; } }
    .form-call h2 br {
      display: none; }
      @media (min-width: 48em) {
        .form-call h2 br {
          display: block; } }
  .form-call form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -2rem; }
    @media (min-width: 48em) {
      .form-call form {
        margin-top: -2rem; } }
    @media (min-width: 62em) {
      .form-call form {
        margin-top: 2rem; } }
  .form-call--group {
    width: -webkit-calc(100% / 2 - .5rem);
    width: calc(100% / 2 - .5rem);
    margin-right: 0;
    margin-top: 2rem;
    position: relative;
    padding-top: 2.25rem; }
    @media (min-width: 48em) {
      .form-call--group {
        width: -webkit-calc(100% / 2 - 1rem);
        width: calc(100% / 2 - 1rem);
        margin-right: 0;
        margin-top: 2rem; } }
    @media (min-width: 62em) {
      .form-call--group {
        width: -webkit-calc(100% / 4 - 1.5rem);
        width: calc(100% / 4 - 1.5rem);
        margin-right: 1.5rem;
        margin-top: 0; } }
    .form-call--group label {
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      font-size: 1.25rem; }
      @media (min-width: 48em) {
        .form-call--group label {
          font-size: 1.4rem; } }
    .form-call--group input {
      width: 100%;
      height: 4.5rem;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background: #fff;
      padding-left: 1rem;
      font-size: 1.4rem;
      font-weight: 700; }
      @media (min-width: 48em) {
        .form-call--group input {
          font-size: 1.6rem;
          padding-left: 2rem;
          height: 4.2rem; } }
      @media (min-width: 62em) {
        .form-call--group input {
          height: 4.8rem; } }
      .form-call--group input::-webkit-input-placeholder {
        font-weight: 500; }
      .form-call--group input::-moz-placeholder {
        font-weight: 500; }
      .form-call--group input:-ms-input-placeholder {
        font-weight: 500; }
      .form-call--group input::placeholder {
        font-weight: 500; }
    .form-call--group button {
      width: 100%;
      cursor: pointer;
      display: block;
      height: 4.5rem;
      font-weight: 700;
      background: #FF6600;
      color: #fff;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
      @media (min-width: 48em) {
        .form-call--group button {
          height: 4.2rem; } }
      @media (min-width: 62em) {
        .form-call--group button {
          height: 4.8rem; } }
      .form-call--group button.disabled {
        cursor: none;
        pointer-events: none;
        opacity: .4; }

.form-call-modal {
  text-align: center; }
  @media (min-width: 48em) {
    .form-call-modal {
      padding: 2.5rem 2.5rem; } }
  .form-call-modal h2 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    font-weight: 500;
    color: #262522; }
    @media (min-width: 48em) {
      .form-call-modal h2 {
        font-size: 3rem;
        margin-bottom: 2.5rem; } }
    .form-call-modal h2 br {
      display: block; }
      @media (min-width: 48em) {
        .form-call-modal h2 br {
          display: block; } }
  .form-call-modal form {
    margin-top: 2rem; }
    @media (min-width: 48em) {
      .form-call-modal form {
        margin-top: 4rem; } }
  .form-call-modal--group {
    max-width: 44rem;
    margin: 0 auto;
    position: relative;
    padding-top: 2.25rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 48em) {
      .form-call-modal--group {
        margin-bottom: 2.5rem; } }
    .form-call-modal--group:last-child {
      margin-bottom: 0; }
    .form-call-modal--group label {
      position: absolute;
      left: 0;
      top: 0;
      color: #262522;
      font-size: 1.4rem; }
    .form-call-modal--group input {
      width: 100%;
      height: 4.25rem;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      border: 2px solid #DDDDDF;
      background: #fff;
      padding-left: 2rem;
      font-size: 1.6rem;
      font-weight: 700; }
      @media (min-width: 48em) {
        .form-call-modal--group input {
          height: 4.8rem; } }
      .form-call-modal--group input::-webkit-input-placeholder {
        font-weight: 500; }
      .form-call-modal--group input::-moz-placeholder {
        font-weight: 500; }
      .form-call-modal--group input:-ms-input-placeholder {
        font-weight: 500; }
      .form-call-modal--group input::placeholder {
        font-weight: 500; }
    .form-call-modal--group button {
      width: 26rem;
      margin: 0 auto;
      cursor: pointer;
      display: block;
      height: 5.6rem;
      font-weight: 700;
      background: #FF5B00;
      color: #fff;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
      .form-call-modal--group button:hover {
        background: #FF6600; }
      .form-call-modal--group button.disabled {
        cursor: none;
        pointer-events: none;
        opacity: .4; }

.form-services-modal {
  text-align: center;
  padding: 0 2.5rem 2rem 2.5rem; }
  @media (min-width: 48em) {
    .form-services-modal {
      padding: 2.5rem 2.5rem; } }
  .form-services-modal h2 {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    font-weight: 600;
    color: #262522; }
    @media (min-width: 48em) {
      .form-services-modal h2 {
        font-size: 2.1rem; } }
    @media (min-width: 62em) {
      .form-services-modal h2 {
        font-size: 2.6rem; } }
    @media (min-width: 78.125em) {
      .form-services-modal h2 {
        font-size: 3rem; } }
  @media (min-width: 48em) {
    .form-services-modal form {
      margin-top: 4rem; } }
  .form-services-modal--group {
    max-width: 44rem;
    margin: 0 auto;
    position: relative;
    padding-top: 2.25rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 48em) {
      .form-services-modal--group {
        padding-top: 2.25rem;
        margin-bottom: 2.5rem; } }
    .form-services-modal--group:last-child {
      margin-bottom: 0; }
    .form-services-modal--group label {
      position: absolute;
      left: 0;
      top: 0;
      color: #262522;
      font-size: 1.25rem; }
      @media (min-width: 48em) {
        .form-services-modal--group label {
          font-size: 1.4rem; } }
    .form-services-modal--group input {
      width: 100%;
      height: 4rem;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      border: 2px solid #DDDDDF;
      background: #fff;
      padding-left: 2rem;
      font-size: 1.6rem;
      font-weight: 700; }
      @media (min-width: 48em) {
        .form-services-modal--group input {
          height: 4.8rem; } }
      .form-services-modal--group input::-webkit-input-placeholder {
        font-weight: 500; }
      .form-services-modal--group input::-moz-placeholder {
        font-weight: 500; }
      .form-services-modal--group input:-ms-input-placeholder {
        font-weight: 500; }
      .form-services-modal--group input::placeholder {
        font-weight: 500; }
    .form-services-modal--group textarea {
      width: 100%;
      height: 7rem;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      border: 2px solid #DDDDDF;
      background: #fff;
      padding-left: 2rem;
      padding-top: 2rem;
      font-size: 1.6rem;
      font-weight: 700; }
      @media (min-width: 48em) {
        .form-services-modal--group textarea {
          height: 9.5rem; } }
      .form-services-modal--group textarea::-webkit-input-placeholder {
        font-weight: 500; }
      .form-services-modal--group textarea::-moz-placeholder {
        font-weight: 500; }
      .form-services-modal--group textarea:-ms-input-placeholder {
        font-weight: 500; }
      .form-services-modal--group textarea::placeholder {
        font-weight: 500; }
    .form-services-modal--group button {
      width: 26rem;
      margin: 0 auto;
      cursor: pointer;
      display: block;
      height: 5.6rem;
      font-weight: 700;
      background: #FF5B00;
      color: #fff;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
      .form-services-modal--group button:hover {
        background: #FF6600; }

.form-addcart {
  margin-top: 4rem;
  width: 20rem;
  position: relative;
  padding-top: 1rem; }
  @media (min-width: 48em) {
    .form-addcart {
      width: 22rem; } }
  @media (min-width: 62em) {
    .form-addcart {
      width: 24rem; } }
  @media (min-width: 78.125em) {
    .form-addcart {
      width: 26rem; } }
  .form-addcart--label {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    font-weight: 500;
    display: block;
    color: #484848;
    font-size: 1.4rem;
    margin-bottom: .75rem; }
    @media (min-width: 48em) {
      .form-addcart--label {
        font-size: 1.4rem;
        margin-bottom: .75rem; } }
    @media (min-width: 62em) {
      .form-addcart--label {
        font-size: 1.5rem;
        margin-bottom: .75rem; } }
    @media (min-width: 78.125em) {
      .form-addcart--label {
        font-size: 1.6rem;
        margin-bottom: .75rem; } }
  .form-addcart--group {
    position: relative;
    padding: 0 5rem; }
    @media (min-width: 48em) {
      .form-addcart--group {
        padding: 0 5rem; } }
    @media (min-width: 62em) {
      .form-addcart--group {
        padding: 0 5.5rem; } }
    @media (min-width: 78.125em) {
      .form-addcart--group {
        padding: 0 6.5rem; } }
  .form-addcart--change {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4rem;
    height: 100%;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 2px solid #000;
    color: #000;
    font-size: 3rem;
    font-weight: 700; }
    @media (min-width: 48em) {
      .form-addcart--change {
        width: 4rem; } }
    @media (min-width: 62em) {
      .form-addcart--change {
        width: 4.2rem; } }
    @media (min-width: 78.125em) {
      .form-addcart--change {
        width: 4.8rem; } }
    .form-addcart--change:hover {
      background: #000; }
    .form-addcart--change.minus {
      left: 0; }
      .form-addcart--change.minus:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 2.4rem;
        height: .2rem;
        background: #000;
        margin: auto; }
      .form-addcart--change.minus:hover:after {
        background: #fff; }
    .form-addcart--change.plus {
      right: 0; }
      .form-addcart--change.plus:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 2.4rem;
        height: .2rem;
        background: #000;
        margin: auto; }
      .form-addcart--change.plus:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: .2rem;
        height: 2.4rem;
        background: #000;
        margin: auto; }
      .form-addcart--change.plus:hover:after, .form-addcart--change.plus:hover:before {
        background: #fff; }
  .form-addcart--input {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 3.8rem;
    width: 100%;
    background: #F9F9F9;
    border: 2px solid #DDDDDF;
    padding-left: 1rem; }
    @media (min-width: 48em) {
      .form-addcart--input {
        height: 4rem; } }
    @media (min-width: 62em) {
      .form-addcart--input {
        height: 4.2rem; } }
    @media (min-width: 78.125em) {
      .form-addcart--input {
        height: 4.8rem; } }
  .form-addcart--compare {
    cursor: pointer;
    position: absolute;
    right: -2rem;
    top: 1rem;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    width: 4.2rem;
    height: 4.2rem;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background: #FF5B00; }
    @media (min-width: 48em) {
      .form-addcart--compare {
        right: -2.5rem;
        top: 1rem;
        width: 4.8rem;
        height: 4.8rem; } }
    .form-addcart--compare svg {
      font-size: 2.8rem;
      color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      @media (min-width: 48em) {
        .form-addcart--compare svg {
          font-size: 3.4rem; } }
    .form-addcart--compare:hover {
      background: #FF6600; }
  .form-addcart--alert {
    position: absolute;
    right: -2.5rem;
    bottom: .75rem;
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
    opacity: 0;
    background: #FF6600;
    padding: .75rem 1rem;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #fff;
    font-size: 1.4rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .form-addcart--alert:after {
      content: '';
      position: absolute;
      left: .25rem;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      bottom: .75rem;
      border: .76rem solid transparent;
      border-right: 1rem solid #FF6600; }
    .form-addcart--alert.active {
      opacity: 1;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

.form-order .city-changer {
  width: 100%;
  position: absolute;
  background: #fff;
  border: 2px solid #DDDDDF;
  margin-top: -2px;
  z-index: 100;
  max-height: 12rem;
  overflow-y: scroll; }
  .form-order .city-changer.non-active {
    display: none; }
  .form-order .city-changer::-webkit-scrollbar {
    width: 4px; }
  .form-order .city-changer::-webkit-scrollbar-button {
    background: #222;
    display: none; }
  .form-order .city-changer::-webkit-scrollbar-thumb {
    background: #FF5B00; }
  .form-order .city-changer::-webkit-scrollbar-thumb:hover {
    background: #666; }
  .form-order .city-changer::-webkit-scrollbar-track {
    background: #e3e3e3; }
  .form-order .city-changer::-webkit-scrollbar-corner {
    background: #999; }
  .form-order .city-changer::-webkit-resizer {
    background: #111; }
  .form-order .city-changer > div {
    cursor: pointer;
    padding: 1rem 1.5rem; }
    .form-order .city-changer > div:hover {
      background: #DDDDDF; }

.form-order--contact {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #DDDDDF; }
  @media (min-width: 48em) {
    .form-order--contact {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .form-order--contact > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #141204;
    font-size: 1.5rem;
    font-weight: 500; }
    @media (min-width: 48em) {
      .form-order--contact > label {
        font-weight: 400;
        font-size: 1.5rem; } }
    @media (min-width: 62em) {
      .form-order--contact > label {
        font-size: 1.6rem; } }
    @media (min-width: 78.125em) {
      .form-order--contact > label {
        font-size: 1.8rem; } }

.form-order--organization {
  width: 100%;
  position: relative;
  padding-top: 2rem;
  display: none; }
  .form-order--organization.active {
    display: block; }
    @media (min-width: 48em) {
      .form-order--organization.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .form-order--organization > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #141204;
    font-size: 1.5rem;
    font-weight: 500; }
    @media (min-width: 48em) {
      .form-order--organization > label {
        font-weight: 400;
        font-size: 1.5rem; } }
    @media (min-width: 62em) {
      .form-order--organization > label {
        font-size: 1.6rem; } }
    @media (min-width: 78.125em) {
      .form-order--organization > label {
        font-size: 1.8rem; } }

.form-order--group {
  -webkit-flex-basis: -webkit-calc(33.333% - 2.4rem);
      -ms-flex-preferred-size: calc(33.333% - 2.4rem);
          flex-basis: calc(33.333% - 2.4rem);
  position: relative;
  padding-top: 2rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 48em) {
    .form-order--group {
      padding-top: 2.25rem;
      margin-bottom: 1.5rem;
      margin-right: 2.4rem; } }
  .form-order--group_city button {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: 22px;
    color: #545454;
    width: 100%;
    height: 50px; }
    .form-order--group_city button:hover {
      color: #5959E5; }
    .form-order--group_city button svg {
      display: none; }
  .form-order--group_city.edit button {
    display: block; }
  @media (min-width: 48em) {
    .form-order--group.w50 {
      margin-top: 3rem; }
      .form-order--group.w50:first-child {
        margin-top: 3rem; } }
  @media (min-width: 48em) {
    .form-order--group.w50 {
      margin-top: 3rem;
      -webkit-flex-basis: -webkit-calc(50% - 2rem);
          -ms-flex-preferred-size: calc(50% - 2rem);
              flex-basis: calc(50% - 2rem); }
      .form-order--group.w50:nth-child(2n + 1) {
        margin-right: 0; } }
  .form-order--group span {
    display: none;
    text-align: right;
    margin-top: .5rem;
    color: red;
    font-size: 1.3rem; }
    .form-order--group span.active {
      display: block; }
  .form-order--group label {
    position: absolute;
    top: 0;
    color: #141204;
    left: 0;
    font-size: 1.25rem; }
    @media (min-width: 48em) {
      .form-order--group label {
        font-size: 1.4rem; } }
  .form-order--group input {
    width: 100%;
    height: 4.8rem;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 2px solid #DDDDDF;
    padding-left: 1.5rem;
    font-size: 1.6rem;
    font-weight: 700; }
    .form-order--group input:last-child {
      margin-right: 0; }
    .form-order--group input:disabled {
      background: #dcdcdc; }

.form-order--button {
  width: 100%;
  margin-top: 2.4rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .form-order--button a {
    display: inline-block;
    cursor: pointer;
    background: #FF5B00;
    width: 100%;
    font-weight: 500;
    height: 4.5rem;
    color: #fff;
    text-align: center;
    line-height: 5.2rem; }
    @media (min-width: 48em) {
      .form-order--button a {
        width: 30rem;
        height: 5.25rem; } }
    .form-order--button a.active {
      cursor: none;
      opacity: .5;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .form-order--button a.hide {
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      height: 0;
      display: none;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0); }
    .form-order--button a:hover {
      background: #FF6600; }

.form-order--switch {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem; }
  .form-order--switch p {
    margin-left: 2rem; }
  .form-order--switch .switcher {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    -webkit-border-radius: 3rem;
            border-radius: 3rem;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16); }
    .form-order--switch .switcher input {
      opacity: 0;
      width: 0;
      height: 0; }
      .form-order--switch .switcher input:checked + .switcher-slider {
        background-color: #FF5B00; }
      .form-order--switch .switcher input:checked + .switcher-slider:before {
        -webkit-transform: translateX(23px);
        -ms-transform: translateX(23px);
        transform: translateX(23px);
        background: #fff; }
      .form-order--switch .switcher input:focus + .switcher-slider {
        -webkit-box-shadow: 0 0 1px #2196F3;
                box-shadow: 0 0 1px #2196F3; }
    .form-order--switch .switcher-slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ffffff;
      border: 1px solid #000;
      -webkit-transition: .4s;
      transition: .4s; }
      .form-order--switch .switcher-slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 3px;
        background-color: #000;
        -webkit-transition: .4s;
        transition: .4s; }
      .form-order--switch .switcher-slider.round {
        -webkit-border-radius: 34px;
                border-radius: 34px; }
        .form-order--switch .switcher-slider.round:before {
          -webkit-border-radius: 50%;
                  border-radius: 50%; }

.form-order--radio {
  width: 25rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  position: relative;
  height: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-order--radio:after {
    content: '';
    position: absolute;
    left: -3.25rem;
    right: 0;
    width: 3.4rem;
    height: 2.1rem;
    margin: auto;
    border: 1px solid #000;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 16px;
            border-radius: 16px; }
  .form-order--radio li {
    position: relative;
    display: inline-block;
    margin-right: 6rem; }
    .form-order--radio li:first-child .check {
      right: -3.25rem;
      left: auto;
      top: .2rem;
      bottom: auto; }
    .form-order--radio li:last-child {
      margin-right: 0; }
      .form-order--radio li:last-child .check {
        left: -3.25rem;
        right: auto;
        top: .2rem;
        bottom: auto; }
    .form-order--radio li .check {
      display: block;
      position: absolute;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      height: 15px;
      width: 15px;
      top: .1rem;
      left: 0;
      z-index: 5;
      transition: border .25s linear;
      -webkit-transition: border .25s linear; }
      .form-order--radio li .check::before {
        display: block;
        position: absolute;
        content: '';
        -webkit-border-radius: 100%;
                border-radius: 100%;
        width: 100%;
        height: 100%;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear; }
    .form-order--radio li input[type=radio] {
      position: absolute;
      visibility: hidden; }
    .form-order--radio li input[type=radio]:checked ~ .check::before {
      background: #ff5b00; }
    .form-order--radio li input[type=radio]:checked ~ label {
      color: #FF5B00;
      text-decoration: none; }
    .form-order--radio li label {
      display: block;
      position: relative;
      font-size: 1.6rem;
      z-index: 9;
      cursor: pointer;
      -webkit-transition: all 0.25s linear;
      text-decoration: underline; }
    .form-order--radio li label.fake {
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      width: 2rem;
      height: 2.1rem; }
      .form-order--radio li label.fake.right {
        right: -1.2rem;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); }
      .form-order--radio li label.fake.left {
        left: -1.2rem;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }

.form-order--type {
  width: 50%; }

.form-order--delivery {
  padding-top: 4rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #DDDDDF; }
  @media (min-width: 48em) {
    .form-order--delivery {
      padding-bottom: 4rem; } }

.form-order--address {
  max-width: 76.8rem;
  position: relative;
  padding-top: 4rem; }
  @media (min-width: 48em) {
    .form-order--address {
      padding-top: 1rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .form-order--address > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #141204;
    font-size: 1.5rem;
    font-weight: 500; }
    @media (min-width: 48em) {
      .form-order--address > label {
        font-weight: 400;
        font-size: 1.5rem; } }
    @media (min-width: 62em) {
      .form-order--address > label {
        font-size: 1.6rem; } }
    @media (min-width: 78.125em) {
      .form-order--address > label {
        font-size: 1.8rem; } }

.form-order--payment {
  padding-top: 2rem; }
  @media (min-width: 48em) {
    .form-order--payment {
      padding-top: 4rem; } }

.form-order--total {
  max-width: 80rem;
  background: #efefef;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-top: 2rem;
  padding: 2rem 2.4rem; }
  @media (min-width: 48em) {
    .form-order--total {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 4rem; } }
  .form-order--total div {
    margin-bottom: 1rem; }
    @media (min-width: 48em) {
      .form-order--total div {
        margin-bottom: 0; } }
    .form-order--total div:last-child {
      margin-bottom: 0; }
  .form-order--total span.title {
    color: #484848;
    font-size: 1.6rem; }
    @media (min-width: 48em) {
      .form-order--total span.title {
        font-size: 1.4rem; } }
    @media (min-width: 62em) {
      .form-order--total span.title {
        font-size: 1.6rem; } }
    @media (min-width: 78.125em) {
      .form-order--total span.title {
        font-size: 1.8rem; } }
  .form-order--total span.price {
    font-size: 1.8rem;
    font-weight: 500; }
    @media (min-width: 48em) {
      .form-order--total span.price {
        font-size: 1.8rem; } }
    @media (min-width: 62em) {
      .form-order--total span.price {
        font-size: 2.1rem; } }
    @media (min-width: 78.125em) {
      .form-order--total span.price {
        font-size: 2.4rem; } }
    .form-order--total span.price.blue {
      color: #FF5B00; }

.form-order--buy {
  margin-top: 2rem; }
  @media (min-width: 48em) {
    .form-order--buy {
      margin-top: 4rem; } }
  .form-order--buy input {
    float: left;
    width: 100%;
    margin-bottom: 2rem; }
    @media (min-width: 48em) {
      .form-order--buy input {
        width: 24rem;
        margin-right: 3rem;
        margin-bottom: 0; } }
    .form-order--buy input:disabled {
      opacity: .7; }
  .form-order--buy a {
    width: 100%;
    background: transparent;
    text-align: center; }
    @media (min-width: 48em) {
      .form-order--buy a {
        width: auto; } }

.agreement {
  width: 100%;
  text-align: left; }
  .agreement__label {
    margin-bottom: 3rem; }

.c-filter__close {
  position: absolute;
  top: 9rem;
  left: 260px;
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff; }
  @media (min-width: 48em) {
    .c-filter__close {
      display: none; } }
  .c-filter__close svg {
    color: #5959e5;
    font-size: 2.1rem; }

.c-filter__button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4.75rem;
  text-align: center;
  z-index: 50;
  background: #6FCF97;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (min-width: 48em) {
    .c-filter__button {
      display: none; } }
  .c-filter__button.active {
    bottom: -4.75rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .c-filter__button span {
    font-size: 1.4rem;
    display: inline-block;
    color: #fff; }
  .c-filter__button svg {
    color: #fff;
    margin-right: .5rem;
    font-size: 2.4rem; }

.pay-bonus {
  width: 100%; }

.switcher-text {
  margin-top: 1rem;
  font-style: italic;
  display: none; }
  .switcher-text.active {
    display: block; }

/* Burger Icon VARS */
.cabinet {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .cabinet--left {
    width: 100%; }
    @media (min-width: 48em) {
      .cabinet--left {
        width: 16rem; } }
    @media (min-width: 62em) {
      .cabinet--left {
        width: 22rem; } }
    @media (min-width: 78.125em) {
      .cabinet--left {
        width: 30rem; } }
    .cabinet--left ul li {
      display: block;
      margin-bottom: 1.5rem;
      padding-bottom: .75rem;
      border-bottom: 1px solid #d2d2d2; }
      .cabinet--left ul li:last-child {
        margin-bottom: 0;
        border-bottom: none; }
      .cabinet--left ul li a {
        font-size: 1.3rem;
        color: #484848; }
        @media (min-width: 48em) {
          .cabinet--left ul li a {
            font-size: 1.5rem; } }
        .cabinet--left ul li a.active {
          font-weight: bold; }
        .cabinet--left ul li a.red {
          color: red; }
  .cabinet--right {
    width: 100%;
    margin-top: 2rem; }
    @media (min-width: 48em) {
      .cabinet--right {
        margin-top: 0;
        padding-left: 2rem;
        width: -webkit-calc(100% - 16rem);
        width: calc(100% - 16rem); } }
    @media (min-width: 62em) {
      .cabinet--right {
        width: -webkit-calc(100% - 22rem);
        width: calc(100% - 22rem); } }
    @media (min-width: 78.125em) {
      .cabinet--right {
        width: -webkit-calc(100% - 30rem);
        width: calc(100% - 30rem); } }
  .cabinet__tab {
    display: none; }
    .cabinet__tab.active {
      display: block; }
  .cabinet__history-item {
    margin-bottom: 3rem; }
    .cabinet__history-item:last-child {
      margin-bottom: 0; }
  .cabinet__history-header {
    background: #FF5B00;
    padding: 1.5rem 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 48em) {
      .cabinet__history-header {
        padding: 1.5rem 2rem; } }
    .cabinet__history-header p {
      width: 50%; }
      @media (min-width: 48em) {
        .cabinet__history-header p {
          width: auto; } }
    .cabinet__history-header span.data {
      font-size: 1.2rem; }
    .cabinet__history-header span.status {
      -webkit-border-radius: 5rem;
              border-radius: 5rem;
      padding: .75rem 1rem;
      font-size: 1.2rem;
      background: #fff; }
      @media (min-width: 48em) {
        .cabinet__history-header span.status {
          padding: .85rem 1.25rem;
          font-size: 1.3rem; } }
    .cabinet__history-header span.paid {
      color: green; }
    .cabinet__history-header span.get-paid {
      background: #3f3386;
      color: #fff; }
    .cabinet__history-header span.in-delivery {
      background: #fff810;
      color: #5959e5; }
    .cabinet__history-header span.dont-paid {
      background: #de0000;
      color: #fff; }
    .cabinet__history-header span.performed {
      background: #26bd46;
      color: #fff; }
    .cabinet__history-header span.processed {
      background: #ff6600; }
    .cabinet__history-header span.dont-confirmed {
      background: orange;
      color: #fff; }
  .cabinet__history-content {
    background: #fff; }
  .cabinet__history-el {
    position: relative;
    padding: 2rem 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e0dfe3; }
    @media (min-width: 48em) {
      .cabinet__history-el {
        padding: 2rem 2rem; } }
    .cabinet__history-el:hover {
      background: #efefef; }
    .cabinet__history-el p {
      font-size: 1.2rem; }
      @media (min-width: 62em) {
        .cabinet__history-el p {
          font-size: 1.3rem; } }
      @media (min-width: 78.125em) {
        .cabinet__history-el p {
          font-size: 1.4rem; } }
      .cabinet__history-el p.title {
        text-transform: uppercase;
        font-weight: bold; }
      .cabinet__history-el p.code {
        margin-top: .5rem;
        opacity: .5;
        font-size: 1.1rem; }
        @media (min-width: 48em) {
          .cabinet__history-el p.code {
            font-size: 1.3rem; } }
      .cabinet__history-el p.count {
        font-size: 1.2rem; }
        @media (min-width: 48em) {
          .cabinet__history-el p.count {
            font-size: 1.3rem; } }
    .cabinet__history-el a.link {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .cabinet__history-el div.desc {
      width: 50%; }
      @media (min-width: 48em) {
        .cabinet__history-el div.desc {
          width: 34rem; } }
    .cabinet__history-el div.total {
      display: none; }
      @media (min-width: 48em) {
        .cabinet__history-el div.total {
          display: block; } }
  .cabinet__history-result {
    background: #fff;
    padding: 2.5rem 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .cabinet__history-result p {
      font-size: 1.4rem;
      font-weight: bold;
      color: green; }
      @media (min-width: 48em) {
        .cabinet__history-result p {
          font-size: 2.3rem; } }
      .cabinet__history-result p span {
        font-size: 1.2rem;
        font-weight: normal;
        color: #333;
        display: block; }
        @media (min-width: 48em) {
          .cabinet__history-result p span {
            font-size: 1.4rem; } }
    .cabinet__history-result ul {
      width: 16rem; }
      @media (min-width: 48em) {
        .cabinet__history-result ul {
          width: 30rem; } }
    .cabinet__history-result li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 1.2rem;
      margin-bottom: .5rem; }
      @media (min-width: 48em) {
        .cabinet__history-result li {
          font-size: 1.4rem; } }
  .cabinet__history-top {
    position: relative;
    background: #fff;
    padding: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem;
    -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
            box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1); }
    @media (min-width: 48em) {
      .cabinet__history-top {
        padding: 2rem; } }
    .cabinet__history-top div {
      position: relative;
      padding-left: 4rem; }
      @media (min-width: 48em) {
        .cabinet__history-top div {
          padding-left: 6rem; } }
    .cabinet__history-top p {
      font-size: 1.3rem; }
      @media (min-width: 48em) {
        .cabinet__history-top p {
          font-size: 1.5rem; } }
    .cabinet__history-top svg {
      position: absolute;
      font-size: 3.5rem;
      opacity: .5;
      left: 0; }
      @media (min-width: 48em) {
        .cabinet__history-top svg {
          font-size: 4.5rem; } }
    .cabinet__history-top span {
      font-size: 1.6rem;
      font-weight: bold;
      color: #FF5B00; }
      @media (min-width: 48em) {
        .cabinet__history-top span {
          font-size: 2.4rem; } }
  .cabinet__personal-bonus {
    margin-top: 2rem; }
    @media (min-width: 48em) {
      .cabinet__personal-bonus {
        position: absolute;
        right: 1.5rem;
        margin-top: 0;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .cabinet__personal-bonus div {
      position: relative;
      padding-left: 4rem; }
      @media (min-width: 48em) {
        .cabinet__personal-bonus div {
          padding-left: 6rem; } }
    .cabinet__personal-bonus p {
      font-size: 1.3rem; }
      @media (min-width: 48em) {
        .cabinet__personal-bonus p {
          font-size: 1.5rem; } }
    .cabinet__personal-bonus svg {
      position: absolute;
      font-size: 3.5rem;
      opacity: .5;
      left: 0; }
      @media (min-width: 48em) {
        .cabinet__personal-bonus svg {
          font-size: 4.5rem; } }
    .cabinet__personal-bonus span {
      font-size: 1.6rem;
      font-weight: bold;
      color: #FF5B00; }
      @media (min-width: 48em) {
        .cabinet__personal-bonus span {
          font-size: 2.4rem; } }
  .cabinet__personal-row {
    position: relative;
    margin-bottom: 1.5rem;
    background: #fff;
    padding: 2rem 1.5rem; }
    @media (min-width: 48em) {
      .cabinet__personal-row {
        padding: 2rem; } }
    .cabinet__personal-row ul li {
      font-size: 1.3rem;
      margin-bottom: .5rem; }
      @media (min-width: 48em) {
        .cabinet__personal-row ul li {
          font-size: 1.5rem; } }
      .cabinet__personal-row ul li:last-child {
        margin-bottom: 0; }
  .cabinet__personal-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem; }
    @media (min-width: 48em) {
      .cabinet__personal-title {
        font-size: 1.9rem; } }
  .cabinet__personal-group {
    margin-bottom: 2rem; }
    @media (min-width: 48em) {
      .cabinet__personal-group {
        margin-bottom: 2.5rem; } }
    .cabinet__personal-group:last-child {
      margin-bottom: 0; }
    .cabinet__personal-group.group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cabinet__personal-group.group div {
        width: 48%; }
    .cabinet__personal-group label {
      display: block;
      margin-bottom: .5rem;
      font-size: 1.3rem; }
      @media (min-width: 48em) {
        .cabinet__personal-group label {
          font-size: 1.5rem; } }
    .cabinet__personal-group input,
    .cabinet__personal-group textarea {
      width: 100%;
      height: 4.2rem;
      background: #fff;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      border: 1.5px solid #DDDDDF;
      padding-left: 1.5rem;
      font-size: 1.4rem;
      font-weight: 700; }
      @media (min-width: 48em) {
        .cabinet__personal-group input,
        .cabinet__personal-group textarea {
          font-size: 1.6rem;
          height: 4.4rem; } }
    .cabinet__personal-group select {
      width: 100%;
      height: 4.2rem;
      background: #fff;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      border: 1.5px solid #DDDDDF;
      padding-left: 1.5rem;
      font-size: 1.4rem;
      font-weight: 700; }
      @media (min-width: 48em) {
        .cabinet__personal-group select {
          font-size: 1.6rem;
          height: 4.4rem; } }
    .cabinet__personal-group textarea {
      padding-top: 1.5rem;
      height: 10rem; }
    .cabinet__personal-group button {
      cursor: pointer;
      background: #FF5B00;
      -webkit-border-radius: .5rem;
              border-radius: .5rem;
      height: 4.8rem;
      color: #fff;
      padding: 0 4rem;
      font-weight: bold; }

/* Burger Icon VARS */
.w-wrapper {
  width: 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; }
  .w-wrapper .alert-s {
    text-align: center;
    font-size: 1.3rem; }
    @media (min-width: 48em) {
      .w-wrapper .alert-s {
        font-size: 1.4rem; } }

.w-login {
  width: 40rem;
  background: #fff;
  -webkit-border-radius: .5rem;
          border-radius: .5rem;
  padding: 2rem;
  -webkit-box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1);
          box-shadow: -3px 12px 24px rgba(0, 0, 111, 0.1); }
  .w-login__title {
    text-align: center;
    color: #FF5B00;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem; }
    @media (min-width: 48em) {
      .w-login__title {
        font-size: 2.4rem; } }
  .w-login__group {
    margin-top: 1.75rem; }
    @media (min-width: 48em) {
      .w-login__group {
        margin-top: 2rem; } }
    .w-login__group div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: .5rem; }
      .w-login__group div label {
        margin-bottom: 0; }
    .w-login__group a {
      font-size: 1.3rem; }
      @media (min-width: 48em) {
        .w-login__group a {
          font-size: 1.4rem; } }
      .w-login__group a.f-password {
        color: #FF5B00;
        text-decoration: underline; }
        .w-login__group a.f-password:hover {
          text-decoration: none; }
      .w-login__group a.f-register {
        border: 2px solid #FF6600;
        color: #FF6600;
        padding: 0 4rem;
        height: 4rem;
        line-height: 3.5rem;
        -webkit-border-radius: .5rem;
                border-radius: .5rem; }
        .w-login__group a.f-register:hover {
          color: #fff;
          background: #FF6600; }
    .w-login__group label {
      display: block;
      margin-bottom: .5rem;
      font-weight: bold;
      font-size: 1.3rem; }
      @media (min-width: 48em) {
        .w-login__group label {
          font-size: 1.4rem; } }
    .w-login__group input {
      width: 100%;
      height: 4.2rem;
      background: #fff;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      border: 1.5px solid #DDDDDF;
      padding-left: 1.5rem;
      font-size: 1.4rem;
      font-weight: 700; }
      @media (min-width: 48em) {
        .w-login__group input {
          height: 4.4rem;
          font-size: 1.6rem; } }
    .w-login__group button {
      cursor: pointer;
      background: #FF5B00;
      padding: 0 4rem;
      height: 4rem;
      -webkit-border-radius: .5rem;
              border-radius: .5rem;
      color: #fff; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-arrow-down {
  font-size: 45.1847rem;
  width: 1em; }

.icon-close {
  font-size: 3rem;
  width: 1em; }

.icon-facebook {
  font-size: 9.6123rem;
  width: 1.00001em; }

.icon-instagram {
  font-size: 16.9063rem;
  width: 1em; }

.icon-mail {
  font-size: 49.02rem;
  width: 1em; }

.icon-ok {
  font-size: 9.5481rem;
  width: 1em; }

.icon-repeat {
  font-size: 1.7rem;
  width: 0.94118em; }

.icon-vk {
  font-size: 30.436rem;
  width: 1em; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 3000;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 3020;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 3030; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 3020;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 3020;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3022;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 3020;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3021;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2999;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2900;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
