
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Futura Std';
  src: url("../fonts/FuturaStd-Heavy.woff2") format("woff2"), url("../fonts/FuturaStd-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #424d52; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2); }
.h1,
h1 {
  font-size: 30px;
  line-height: 1.35; }
@media (max-width: 1023px) {
    .h1,
    h1 {
      font-size: 27px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h1,
    h1 {
      font-size: 24px; } }
.h2,
h2 {
  font-size: 36px;
  line-height: 1.1; }
@media (max-width: 1023px) {
    .h2,
    h2 {
      font-size: 32px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h2,
    h2 {
      font-size: 26px; } }
.h4,
h4 {
  font-size: 16px; }
.h5,
h5 {
  font-size: 14px; }
@media (max-width: 1023px) {
    .h5,
    h5 {
      font-size: 13px; } }
.h6,
h6 {
  font-size: 13px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h6,
    h6 {
      font-size: 12px; } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion {
  color: #5c6d78; }
.accordion .accordion__section.is-current .accordion__head {
    margin-bottom: 21px; }
.accordion .accordion__section.is-current .accordion__head a:after {
    -webkit-transform: translate(125%, -25%) rotate(45deg);
        -ms-transform: translate(125%, -25%) rotate(45deg);
            transform: translate(125%, -25%) rotate(45deg);
    pointer-events: all; }
.accordion .accordion__section.is-current .accordion__body {
    max-height: initial;
    pointer-events: all; }
.accordion .accordion__body {
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: max-height 0.4s ease;
    -o-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease; }
.accordion .accordion__section + .accordion__section {
    margin-top: 25px; }
.accordion .accordion__head {
    color: #424d52;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
    margin-bottom: 0; }
.accordion .accordion__head a {
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease; }
.accordion .accordion__head a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(125%, -75%) rotate(-135deg);
          -ms-transform: translate(125%, -75%) rotate(-135deg);
              transform: translate(125%, -75%) rotate(-135deg);
      width: 5px;
      height: 5px;
      border-left: 1px solid #424d52;
      border-top: 1px solid #424d52;
      pointer-events: none;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
.accordion .accordion__head a:hover {
      opacity: .75; }
/*  Accordion alt  */
.accordion--alt .accordion__section.is-current .accordion__head {
  margin-bottom: 16px; }
.accordion--alt .accordion__section.is-current .accordion__body {
  padding-bottom: 2px; }
.accordion--alt .accordion__head {
  color: #5c6d78;
  letter-spacing: -0.03em; }
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.banner {
  padding: 0;
  background-color: #f4f4f4;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: padding 0.4s ease, -webkit-transform 0.4s ease;
  transition: padding 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: padding 0.4s ease, transform 0.4s ease;
  transition: padding 0.4s ease, transform 0.4s ease;
  transition: padding 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  letter-spacing: 0.165em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .banner {
      letter-spacing: 0.1em; } }
.banner p {
    margin-bottom: 0;
    font-size: 0;
    -webkit-transition: font-size 0.4s ease;
    -o-transition: font-size 0.4s ease;
    transition: font-size 0.4s ease; }
.banner.is-active {
    padding: 17px 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all; }
@media (max-width: 1023px) {
      .banner.is-active {
        padding: 12px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .banner.is-active {
        padding: 8px 0; } }
@media (max-width: 575px) {
      .banner.is-active {
        padding: 8px 0 0; } }
.banner.is-active p {
    font-size: 13px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .banner.is-active p {
        font-size: 12px; } }
.banner.is-active .banner__btn {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
@media (max-width: 575px) {
      .banner.is-active .banner__btn {
        max-height: initial;
        margin-top: 10px; } }
@media (max-width: 575px) {
    .banner .banner__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.banner .banner__btn {
    position: absolute;
    top: 50%;
    right: 33px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
@media (max-width: 575px) {
      .banner .banner__btn {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-top: 0;
        max-height: 0;
        -webkit-transition: max-height 0.4s ease;
        -o-transition: max-height 0.4s ease;
        transition: max-height 0.4s ease; } }
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  padding: 28px 0;
  border-bottom: 1px solid #cdcece;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .075em;
  color: #a1a6a8; }
@media (max-width: 1023px) {
    .breadcrumbs {
      padding: 23px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .breadcrumbs {
      padding: 15px 0; } }
@media (max-width: 575px) {
    .breadcrumbs {
      text-align: center; } }
.breadcrumbs ul {
    padding-left: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 575px) {
      .breadcrumbs ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
.breadcrumbs li + li {
    margin-left: 17px;
    position: relative; }
.breadcrumbs li + li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -8px;
      -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%);
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #a1a6a8; }
.breadcrumbs a {
    text-transform: uppercase;
    text-decoration: none; }
.breadcrumbs a:hover {
      text-decoration: underline; }
.breadcrumbs .is-current a {
    color: #424d52; }
/* ------------------------------------------------------------ *\
	Btn close
\* ------------------------------------------------------------ */
.btn-close {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative; }
.btn-close:before, .btn-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #424d52; }
.btn-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
.btn-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 13px 29px;
  background-color: transparent;
  color: #5c6d78;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: 1px solid #8da2ab;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease; }
.btn:hover {
    color: #fff;
    background-color: #5c6d78; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Checkbox color
\* ------------------------------------------------------------ */
.checkbox-color input {
  display: none; }
.checkbox-color label {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px; }
.checkbox-color label:before, .checkbox-color label:after {
    content: '';
    position: absolute; }
.checkbox-color label:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ee324b;
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    -o-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease; }
.checkbox-color label:after {
    width: 6px;
    height: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("../images/temp/tick.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
.checkbox-color input:checked ~ label:before {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }
.checkbox-color input:checked ~ label:after {
  opacity: 1; }
/*  Checkbox color--brown  */
.checkbox-color--brown label:before {
  background-color: #825d44; }
/*  Checkbox color--beige  */
.checkbox-color--beige label:before {
  background-color: #c2b59b; }
/*  Checkbox color--yellow  */
.checkbox-color--yellow label:before {
  background-color: #fdd345; }
/*  Checkbox color--orange  */
.checkbox-color--orange label:before {
  background-color: #f26b34; }
/*  Checkbox color--darkblue  */
.checkbox-color--darkblue label:before {
  background-color: #424d52; }
/*  Checkbox color--darkyellow  */
.checkbox-color--darkyellow label:before {
  background-color: #876a30; }
/*  Checkbox color--darkorange  */
.checkbox-color--darkorange label:before {
  background-color: #a15725; }
/*  Checkbox color--gray  */
.checkbox-color--gray label:before {
  background-color: #7b7972; }
/*  Checkbox color--darkred  */
.checkbox-color--darkred label:before {
  background-color: #bc3903; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox input {
  display: none; }
.checkbox label {
  display: block;
  color: #5c6d78;
  line-height: 1.3;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative; }
.checkbox label:before, .checkbox label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
.checkbox label:before {
    width: 14px;
    height: 14px;
    border: 1px solid #5c6d78;
    background-color: transparent;
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease; }
.checkbox label:after {
    width: 6px;
    height: 5px;
    -webkit-transform: translate(4px, -50%);
        -ms-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
    background-image: url("../images/temp/tick.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
.checkbox input:checked ~ label:before {
  background-color: #5c6d78; }
.checkbox input:checked ~ label:after {
  opacity: 1; }
/* ------------------------------------------------------------ *\
	Checkboxes Colors
\* ------------------------------------------------------------ */
.checkboxes-colors {
  padding-bottom: 5px; }
.checkboxes-colors ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -6px -5px; }
.checkboxes-colors li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 6px 5.4px; }
/* ------------------------------------------------------------ *\
	Checkboxes
\* ------------------------------------------------------------ */
.checkboxes {
  letter-spacing: 0.06em; }
.checkboxes li + li {
    margin-top: 15px; }
/* ------------------------------------------------------------ *\
	Color
\* ------------------------------------------------------------ */
.color {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ee324b; }
.color a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%; }
/*  color brown  */
.color--brown {
  background-color: #825d44; }
/*  color beige  */
.color--beige {
  background-color: #c2b59b; }
/*  color yellow  */
.color--yellow {
  background-color: #fdd345; }
/*  color orange  */
.color--orange {
  background-color: #f26b34; }
/*  color darkblue  */
.color--darkblue {
  background-color: #424d52; }
/* ------------------------------------------------------------ *\
	Colors
\* ------------------------------------------------------------ */
.colors {
  display: inline-block; }
.colors .colors__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -4px; }
.colors .colors__item {
    padding: 4px; }
/* ------------------------------------------------------------ *\
	Contacts
\* ------------------------------------------------------------ */
.contacts {
  letter-spacing: 0.06em; }
.contacts a {
    text-decoration: none; }
.contacts a:hover {
      text-decoration: underline;
      cursor: pointer; }
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature .feature__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 66px;
  min-height: 66px;
  background-color: #ee324b;
  border-radius: 50%;
  margin-bottom: 38px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
@media (max-width: 1023px) {
    .feature .feature__icon {
      margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .feature .feature__icon {
      margin-bottom: 15px; } }
.feature .feature__content {
  max-width: 182px;
  margin: 0 auto; }
@media (max-width: 1023px) {
    .feature .feature__content {
      max-width: initial; } }
.feature .feature__head {
  color: #606b70;
  letter-spacing: 0.1em;
  line-height: 1.28;
  text-transform: uppercase;
  margin: 0 auto 19px;
  max-width: 154px; }
@media (max-width: 1023px) {
    .feature .feature__head {
      max-width: initial;
      margin-bottom: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .feature .feature__head {
      margin-bottom: 10px; } }
.feature .feature__body {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #8d999e; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .feature .feature__body {
      font-size: 12px; } }
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features .features__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .features .features__items {
      margin: -15px; } }
@media (max-width: 575px) {
    .features .features__items {
      margin: -15px 0; } }
.features .features__item {
  max-width: calc(100% / 4);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 4);
      flex-basis: calc(100% / 4);
  padding: 0 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .features .features__item {
      max-width: calc(100% / 2);
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% / 2);
          flex-basis: calc(100% / 2);
      padding: 15px; } }
@media (max-width: 575px) {
    .features .features__item {
      max-width: calc(100% / 1);
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% / 1);
          flex-basis: calc(100% / 1);
      padding: 15px 0; } }
.features .features__item + .features__item {
  position: relative; }
.features .features__item + .features__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #d7d7d7; }
@media (max-width: 1023px) {
      .features .features__item + .features__item:before {
        display: none; } }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 72px 0;
  background-color: #e3e2e2; }
@media (max-width: 1023px) {
    .footer {
      padding: 60px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer {
      padding: 30px 0; } }
.footer h6 {
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 0.14em; }
@media (max-width: 1023px) {
      .footer h6 {
        margin-bottom: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer h6 {
        margin-bottom: 10px; } }
.footer .footer__content {
    max-width: 950px;
    margin: 0 auto; }
@media (max-width: 575px) {
      .footer .footer__content {
        text-align: center; } }
.footer .footer__head {
    position: relative;
    text-align: center;
    padding-bottom: 36px;
    margin-bottom: 54px; }
@media (max-width: 1023px) {
      .footer .footer__head {
        padding-bottom: 30px;
        margin-bottom: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__head {
        padding-bottom: 15px;
        margin-bottom: 15px; } }
.footer .footer__head:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #c6c6c6; }
.footer .footer__logo {
    margin-bottom: 38px; }
@media (max-width: 1023px) {
      .footer .footer__logo {
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__logo {
        margin-bottom: 15px;
        max-width: 225px; } }
@media (max-width: 575px) {
      .footer .footer__logo {
        max-width: 175px; } }
.footer .footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px 0; }
@media (max-width: 575px) {
      .footer .footer__cols {
        margin: -15px; } }
.footer .footer__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 15px 0; }
@media (max-width: 575px) {
      .footer .footer__col {
        padding: 15px; } }
.footer .footer__col--size-1 {
    max-width: 39.6%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 39.6%;
            flex: 1 0 39.6%; }
.footer .footer__col--size-2 {
    max-width: 37.6%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 37.6%;
            flex: 1 0 37.6%; }
.footer .footer__col--size-3 {
    max-width: 22.8%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 22.8%;
            flex: 1 0 22.8%; }
@media (max-width: 575px) {
    .footer .footer__col--size-1,
    .footer .footer__col--size-2 {
      max-width: 50%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%; } }
@media (max-width: 575px) {
    .footer .footer__col--size-3 {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }
.footer .footer__nav li + li {
    margin-top: 16px; }
@media (max-width: 1023px) {
      .footer .footer__nav li + li {
        margin-top: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__nav li + li {
        margin-top: 8px; } }
.footer .footer__nav a {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.025em; }
.footer .footer__nav a:hover {
      text-decoration: underline; }
.footer .footer__payment {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 16px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__payment {
        margin-top: 10px; } }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of4  */
  /*  Grid col 3of4  */ }
.grid.grid--gutter {
    margin: 0 -15px; }
.grid.grid--gutter .grid__col {
      padding: 0 15px; }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
.grid .grid__col--1of4 {
    max-width: calc(100% / 4);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4); }
.grid .grid__col--3of4 {
    max-width: calc(100% / 4 * 3);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 4 * 3);
        flex-basis: calc(100% / 4 * 3); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .grid .grid__col--1of2,
    .grid .grid__col--1of4,
    .grid .grid__col--3of4 {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .header.is-active {
    z-index: 15;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto; } }
@media (max-width: 1023px) {
  .header.is-active .header__aside {
    display: block; } }
@media (max-width: 1023px) {
  .header.is-active .header__content {
    padding-bottom: 15px; } }
@media (max-width: 1023px) {
  .header.is-active .header__logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media (max-width: 1023px) {
  .header.is-active .header__content-inner {
    margin-bottom: 5px; } }
@media (max-width: 1023px) {
  .header.is-active .header__list-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 15px; } }
@media (max-width: 1023px) {
  .header.is-active .header__search {
    display: block; } }
@media (max-width: 1023px) {
  .header.is-active .header__nav {
    display: block; } }
.header .header__body {
  position: relative;
  padding: 11px 0 34px;
  letter-spacing: 0.01em; }
@media (max-width: 1023px) {
    .header .header__body {
      text-align: center;
      padding: 30px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__body {
      padding: 15px 0; } }
@media (max-width: 374px) {
    .header .header__body {
      padding: 10px 0; } }
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
@media (max-width: 1023px) {
    .header .header__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
@media (max-width: 1023px) {
  .header .header__aside {
    display: none; } }
.header .header__aside-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.header .header__aside-inner ul + ul {
  margin-left: 80px; }
.header .header__contacts {
  margin-bottom: 26px;
  padding-left: 10px; }
@media (max-width: 1023px) {
    .header .header__contacts {
      padding: 0;
      margin-bottom: 15px; } }
.header .header__contacts a:hover {
  cursor: pointer;
  text-decoration: underline; }
.header .header__contacts p {
  margin: 0; }
.header .header__contacts p + p {
  margin-top: 6px; }
.header .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
@media (max-width: 1023px) {
    .header .header__content {
      display: block; } }
.header .header__list-actions {
  margin-bottom: 29px; }
@media (max-width: 1023px) {
    .header .header__list-actions {
      margin-bottom: 0;
      display: none; } }
.header .header__logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px; }
@media (max-width: 1023px) {
    .header .header__logout {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; } }
.header .header__logout p {
  margin: 0 31px 0 0;
  font-style: italic; }
.header .header__logout a {
  text-decoration: none;
  color: #ee324b; }
.header .header__logout a:hover {
    text-decoration: underline; }
@media (max-width: 1023px) {
  .header .header__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
@media (max-width: 1023px) {
  .header .header__search {
    display: none; } }
.header .header__logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 30px; }
@media (max-width: 1023px) {
    .header .header__logo {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin: 0;
      max-width: 275px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__logo {
      margin-bottom: 10px;
      max-width: 225px; } }
@media (max-width: 575px) {
    .header .header__logo {
      max-width: 175px; } }
.header .header__nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  margin-bottom: 3px; }
@media (max-width: 1023px) {
    .header .header__nav {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      display: none;
      margin-bottom: 0; } }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  padding: 58px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
@media (max-width: 1023px) {
    .hero {
      padding: 45px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero {
      padding: 30px 0; } }
.hero ul {
    margin: 0; }
.hero ul + ul {
    margin-left: 62px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero ul + ul {
        margin-left: 30px; } }
.hero .hero__overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(134, 142, 157, 0.71)), color-stop(65%, rgba(134, 142, 157, 0)));
    background: -o-linear-gradient(left, rgba(134, 142, 157, 0.71), rgba(134, 142, 157, 0) 65%);
    background: linear-gradient(to right, rgba(134, 142, 157, 0.71), rgba(134, 142, 157, 0) 65%); }
.hero .hero__content {
    position: relative;
    z-index: 2;
    font-family: "Futura Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.4em;
    font-weight: 900;
    padding-left: 13px; }
@media (max-width: 1023px) {
      .hero .hero__content {
        padding: 0; } }
.hero .hero__head {
    position: relative;
    max-width: 197px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    padding-bottom: 27px;
    margin-bottom: 6px; }
.hero .hero__head:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 15px;
      background-color: #fff; }
.hero .hero__body {
    color: #fff;
    font-size: 24px;
    line-height: 1.55; }
@media (max-width: 1023px) {
      .hero .hero__body {
        font-size: 21px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__body {
        font-size: 18px; } }
.hero .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Link cart
\* ------------------------------------------------------------ */
.link-cart {
  color: #ee324b;
  font-style: italic; }
.link-cart img,
  .link-cart span {
    display: inline-block;
    vertical-align: middle; }
.link-cart span {
    font-size: 13px;
    padding: 2px 0 0 7px; }
.link-cart span:before {
      font-style: normal;
      content: '('; }
.link-cart span:after {
      content: ')'; }
/* ------------------------------------------------------------ *\
	List actions
\* ------------------------------------------------------------ */
.list-actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0; }
.list-actions a {
    display: inline-block;
    text-decoration: none; }
.list-actions li + li {
    margin-left: 45px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-actions li + li {
        margin-left: 30px; } }
/* ------------------------------------------------------------ *\
	List links
\* ------------------------------------------------------------ */
.list-links {
  list-style: none; }
.list-links li + li {
    margin-top: 19px; }
.list-links a {
    color: #5c6d78;
    font-size: 14px;
    text-decoration: none; }
.list-links a:hover {
      text-decoration: underline; }
/*  List links--alt  */
.list-links--alt {
  text-transform: uppercase;
  padding-top: 6px; }
.list-links--alt li + li {
    margin-top: 24px; }
.list-links--alt a {
    color: #424d52;
    font-weight: 600;
    letter-spacing: 0.02em; }
/* ------------------------------------------------------------ *\
	List options
\* ------------------------------------------------------------ */
.list-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0; }
.list-options a {
    font-size: 10px;
    display: inline-block;
    text-decoration: none; }
.list-options li + li {
    margin-left: 12px; }
.list-options .is-active a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #efeeee;
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px; }
/*  List options alt  */
.list-options--alt a {
  font-size: 12px; }
.list-options--alt .is-active a {
  min-width: 36px;
  min-height: 36px; }
.list-options--alt li + li {
  margin-left: 18px; }
/* ------------------------------------------------------------ *\
	List payment
\* ------------------------------------------------------------ */
.list-payment {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.list-payment li + li {
    margin-left: 5px; }
/* ------------------------------------------------------------ *\
	List products shown
\* ------------------------------------------------------------ */
.list-products-shown {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #acb4b8; }
.list-products-shown li + li {
    margin-left: 15px;
    position: relative; }
.list-products-shown li + li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -7px;
      -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%);
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #a1a6a8; }
.list-products-shown a {
    text-transform: uppercase;
    text-decoration: none; }
.list-products-shown a:hover {
      text-decoration: underline; }
.list-products-shown .is-current a {
    color: #424d52; }
.list-products-shown .is-current + li:before {
    background-color: #424d52; }
/* ------------------------------------------------------------ *\
	List products
\* ------------------------------------------------------------ */
.list-products {
  text-transform: uppercase;
  list-style: none; }
.list-products li {
    max-width: 300px; }
.list-products li + li {
    margin-top: 0px; }
.list-products a {
    text-decoration: none; }
.list-products a:hover {
      text-decoration: underline; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 1023px) {
    .nav ul {
      display: block; } }
.nav li {
  position: relative;
  padding: 5px 17px; }
@media (max-width: 1023px) {
    .nav li {
      padding: 0; } }
.nav li + li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #c7c7c7; }
@media (max-width: 1023px) {
    .nav li + li:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
.nav a {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease; }
@media (max-width: 1023px) {
    .nav a {
      display: block;
      padding: 15px 0; } }
.nav a:after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 50%;
    width: 0;
    height: 6px;
    background-color: #ee324b;
    opacity: 0;
    -webkit-transition: left .3s ease, opacity .3s ease, width .3s ease;
    -o-transition: left .3s ease, opacity .3s ease, width .3s ease;
    transition: left .3s ease, opacity .3s ease, width .3s ease; }
@media (max-width: 1023px) {
      .nav a:after {
        display: none; } }
.nav a:hover {
    color: #ee324b; }
@media (max-width: 1023px) {
      .nav a:hover {
        background-color: rgba(199, 199, 199, 0.2); } }
.nav a:hover:after {
      width: 100%;
      opacity: 1;
      left: 0; }
/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0; }
.paging li + li {
  margin-left: 16px;
  position: relative; }
.paging li + li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -6px;
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #a1a6a8; }
.paging a {
  text-transform: uppercase;
  text-decoration: none; }
.paging a:hover {
    text-decoration: underline; }
.paging .is-current + li:before {
  background-color: #424d52; }
.paging .is-current a {
  color: #424d52; }
/* ------------------------------------------------------------ *\
	Product
\* ------------------------------------------------------------ */
.product {
  text-align: center; }
.product h3 {
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 9px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .product h3 {
        margin-bottom: 5px; } }
.product .product__image-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 21px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .product .product__image-box {
        margin-bottom: 12px; } }
.product .product__image-box:hover .product__image-content {
    -webkit-transform: translateY(calc(-100% + 1px));
        -ms-transform: translateY(calc(-100% + 1px));
            transform: translateY(calc(-100% + 1px));
    opacity: 1; }
.product .product__image img {
    width: 100%;
    height: 100%;
    min-height: 375px;
    -o-object-fit: cover;
       object-fit: cover; }
.product .product__status {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 13px;
    min-width: 45px;
    min-height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
    text-transform: uppercase;
    background-color: #ee324b; }
@media (max-width: 1023px) {
      .product .product__status {
        min-width: 35px;
        min-height: 35px; } }
.product .product__status--orange {
    background-color: #f06d04; }
.product .product__status--darkred {
    background-color: #c70e27; }
.product .product__image-box > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.product .product__image-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 32px 0 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease; }
.product .product__image-content a + a {
    margin-top: 14px; }
.product .product__content {
    letter-spacing: 0.05em;
    font-weight: 500; }
.product .product__colors {
    margin-bottom: 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .product .product__colors {
        margin-bottom: 10px; } }
.product .product__name {
    margin-bottom: 4px; }
.product .product__price {
    font-size: 14px; }
.product .product__price span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px; }
.product .product__price--red {
    color: #ee324b; }
.product .product__price span + span {
    margin-left: 9px; }
.product .product__price-old {
    position: relative;
    font-size: 12px; }
.product .product__price-old:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      height: 1px;
      width: 125%;
      background-color: #ee324b; }
/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */
.products {
  position: relative;
  z-index: 2; }
.products .products__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -31px -15px; }
@media (max-width: 1023px) {
      .products .products__items {
        margin: -25px -15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .products .products__items {
        margin: -15px -10px; } }
@media (max-width: 575px) {
      .products .products__items {
        margin: -15px 0; } }
.products .products__item {
    max-width: calc(100% / 3);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    padding: 31px 15px; }
@media (max-width: 1023px) {
      .products .products__item {
        max-width: calc(100% / 2);
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% / 2);
            flex-basis: calc(100% / 2);
        padding: 25px 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .products .products__item {
        padding: 15px 10px; } }
@media (max-width: 575px) {
      .products .products__item {
        max-width: calc(100% / 1);
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% / 1);
            flex-basis: calc(100% / 1);
        padding: 15px 0; } }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search .search__inner {
  display: inline-block;
  position: relative; }
@media (max-width: 1023px) {
    .search .search__inner {
      display: block; } }
.search .search__field {
  font-size: 13px;
  max-width: 226px;
  border: 1px solid #c7c7c7;
  color: #94989a;
  padding: 13px 45px 13px 20px;
  letter-spacing: -0.004em; }
@media (max-width: 1023px) {
    .search .search__field {
      max-width: initial;
      width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .search .search__field {
      font-size: 12px;
      padding: 8px 30px 8px 15px; } }
.search .search__field::-webkit-input-placeholder {
  font-style: italic; }
.search .search__field::-moz-placeholder {
  font-style: italic; }
.search .search__field:-ms-input-placeholder {
  font-style: italic; }
.search .search__field::-ms-input-placeholder {
  font-style: italic; }
.search .search__field::placeholder {
  font-style: italic; }
.search .search__btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(-100% - 3px), -50%);
      -ms-transform: translate(calc(-100% - 3px), -50%);
          transform: translate(calc(-100% - 3px), -50%);
  border: none;
  background-color: transparent; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .search .search__btn {
      -webkit-transform: translate(calc(-100%), -50%);
          -ms-transform: translate(calc(-100%), -50%);
              transform: translate(calc(-100%), -50%); } }
/* ------------------------------------------------------------ *\
	Section products
\* ------------------------------------------------------------ */
.section-products {
  position: relative;
  padding-bottom: 140px;
  background-color: #f4f4f4; }
@media (max-width: 1023px) {
    .section-products {
      padding-bottom: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-products {
      padding-bottom: 30px; } }
.section-products .section__aside {
    padding: 68px 23px 0 0; }
@media (max-width: 1023px) {
      .section-products .section__aside {
        padding-top: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-products .section__aside {
        z-index: 10;
        position: absolute;
        top: 97px;
        left: 0;
        width: 50%;
        bottom: 75px;
        overflow-y: auto;
        pointer-events: none;
        background-color: rgba(244, 244, 244, 0.9);
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
        transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
        -o-transition: opacity 0.4s ease, transform 0.4s ease;
        transition: opacity 0.4s ease, transform 0.4s ease;
        transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
        padding: 30px; } }
@media (max-width: 575px) {
      .section-products .section__aside {
        width: 100%;
        top: 111px;
        bottom: 99px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-products .section__aside.is-active {
      pointer-events: all;
      opacity: 1;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
@media (max-width: 1023px) {
    .section-products .section__trigger {
      display: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-products .section__trigger {
      display: inline-block;
      margin-right: 30px; } }
.section-products .section__trigger span {
    right: 100%;
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%); }
.section-products .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
@media (max-width: 575px) {
      .section-products .section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.section-products .section__listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600; }
@media (max-width: 575px) {
      .section-products .section__listing {
        margin-top: 10px; } }
.section-products .section__listing p {
    margin: 0 23px 0 0;
    color: #5c6d78;
    text-transform: uppercase; }
.section-products .section__actions {
    position: relative;
    z-index: 5;
    padding: 27px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 1023px) {
      .section-products .section__actions {
        padding: 23px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-products .section__actions {
        padding: 15px 0; } }
.section-products .section__actions--alt {
    margin-top: 78px;
    border-top: 1px solid #cdcece;
    display: block; }
@media (max-width: 1023px) {
      .section-products .section__actions--alt {
        margin-top: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-products .section__actions--alt {
        margin-top: 30px; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 86px 0 88px;
  text-align: center; }
@media (max-width: 1023px) {
    .section {
      padding: 60px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      padding: 45px 0; } }
.section .section__grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.section .section__head {
    position: relative;
    text-transform: uppercase;
    padding-bottom: 21px;
    margin-bottom: 44px; }
@media (max-width: 1023px) {
      .section .section__head {
        padding-bottom: 15px;
        margin-bottom: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head {
        padding-bottom: 8px;
        margin-bottom: 15px; } }
.section .section__head:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 31px;
      height: 1px;
      background-color: #424d52; }
.section .section__body {
    max-width: 875px;
    margin: 0 auto;
    color: #8d999e;
    letter-spacing: .01em;
    line-height: 1.5;
    font-size: 13px; }
/*  Section subscribe  */
.section--subscribe {
  padding: 66px 0 68px;
  background-color: #f4f4f4;
  text-align: left; }
@media (max-width: 1023px) {
    .section--subscribe {
      padding: 45px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--subscribe {
      padding: 30px 0; } }
.section--subscribe h2 {
    font-family: "Futura Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.095em; }
.section--subscribe .section__content {
    max-width: 756px;
    margin: 0 auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--subscribe .section__content {
        text-align: center; } }
.section--subscribe .section__head {
    padding-bottom: 14px;
    margin: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--subscribe .section__head {
        padding-bottom: 0;
        margin-bottom: 15px; } }
.section--subscribe .section__head:after {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section--subscribe .section__head:after {
          display: none; } }
.section--subscribe .section__body {
    color: #606b70;
    letter-spacing: .1em;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 28px; }
@media (max-width: 1023px) {
      .section--subscribe .section__body {
        margin-top: 23px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--subscribe .section__body {
        margin-top: 15px; } }
/*  Section features  */
.section--features {
  padding: 92px 0 77px;
  overflow-x: hidden; }
@media (max-width: 1023px) {
    .section--features {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--features {
      padding: 30px 0; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  color: #8b9499; }
.select select {
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding-right: 4px; }
.select select::-ms-expand {
    display: none; }
.select .select__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.select .select__label {
    text-transform: uppercase;
    margin-right: 25px;
    pointer-events: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1147px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
.subscribe {
  position: relative; }
.subscribe .subscribe__field {
    width: 100%;
    padding: 19px 55px 19px 28px;
    letter-spacing: .09em;
    border: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .subscribe .subscribe__field {
        padding: 13px 45px 13px 20px; } }
.subscribe .subscribe__field::-webkit-input-placeholder {
    font-style: italic;
    color: #8d999e; }
.subscribe .subscribe__field::-moz-placeholder {
    font-style: italic;
    color: #8d999e; }
.subscribe .subscribe__field:-ms-input-placeholder {
    font-style: italic;
    color: #8d999e; }
.subscribe .subscribe__field::-ms-input-placeholder {
    font-style: italic;
    color: #8d999e; }
.subscribe .subscribe__field::placeholder {
    font-style: italic;
    color: #8d999e; }
.subscribe .subscribe__btn {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: none;
    background-color: transparent; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .subscribe .subscribe__btn {
        right: 15px; } }
/* ------------------------------------------------------------ *\
	Trigger
\* ------------------------------------------------------------ */
.trigger {
  display: none;
  height: 25px;
  width: 30px; }
.trigger input {
    position: absolute;
    opacity: 0; }
.trigger label {
    position: relative;
    height: 100%;
    display: block;
    -webkit-transition: -webkit-transform .3s 0s;
    transition: -webkit-transform .3s 0s;
    -o-transition: transform .3s 0s;
    transition: transform .3s 0s;
    transition: transform .3s 0s, -webkit-transform .3s 0s; }
.trigger label:before,
  .trigger label:after {
    content: ''; }
.trigger label:before,
  .trigger label:after,
  .trigger span {
    position: absolute;
    right: 0;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background-color: #ee324b;
    -webkit-transition: width .2s .1s, top .3s 0s, bottom .3s 0s, -webkit-transform .3s 0s;
    transition: width .2s .1s, top .3s 0s, bottom .3s 0s, -webkit-transform .3s 0s;
    -o-transition: width .2s .1s, transform .3s 0s, top .3s 0s, bottom .3s 0s;
    transition: width .2s .1s, transform .3s 0s, top .3s 0s, bottom .3s 0s;
    transition: width .2s .1s, transform .3s 0s, top .3s 0s, bottom .3s 0s, -webkit-transform .3s 0s; }
.trigger label:before {
    top: 0; }
.trigger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 66.67%; }
.trigger label:after {
    bottom: 0; }
.trigger input:checked ~ label,
  .trigger input:checked ~ label:before,
  .trigger input:checked ~ label:after {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s; }
.trigger input:checked ~ label {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
.trigger input:checked ~ label span {
    width: 0;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0; }
.trigger input:checked ~ label:before {
    top: 50%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
.trigger input:checked ~ label:after {
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }
@media (max-width: 1023px) {
    .trigger {
      display: inline-block; } }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget .widget__title {
  color: #5c6d78;
  text-transform: uppercase;
  margin-bottom: 13px; }
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none; }
.widgets .widget + .widget {
    padding-top: 41px;
    margin-top: 41px;
    border-top: 1px solid #d2d2d2; }
@media (max-width: 1023px) {
      .widgets .widget + .widget {
        padding-top: 30px;
        margin-top: 30px; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */

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