@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

:root, html, body{
  font-size: 16px;
  font-family: 'BasisGrotesquePro', Arial, Helvetica, sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

@font-face {
  font-family: "BasisGrotesquePro";
  src: url("../asset/fonts/basis_grotesque_pro_regular.otf");
  src: url("../asset/fonts/basis_grotesque_pro_regular.otf") format("opentype"), url("../asset/fonts/basis_grotesque_pro_regular.otf") format("opentype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "BasisGrotesquePro-Bold";
  src: url("../asset/fonts/basis_grotesque_pro_bold.otf");
  src: url("../asset/fonts/basis_grotesque_pro_bold.otf") format("opentype"), url("../asset/fonts/basis_grotesque_pro_bold.otf") format("opentype");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "BasisGrotesquePro-Mono";
  src: url("../asset/fonts/basis_grotesque_pro_mono.otf");
  src: url("../asset/fonts/basis_grotesque_pro_mono.otf") format("opentype"), url("../asset/fonts/basis_grotesque_pro_mono.otf") format("opentype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "BasisGrotesquePro-Mono";
  src: url("../asset/fonts/basis_grotesque_pro_mono_italic.otf");
  src: url("../asset/fonts/basis_grotesque_pro_mono_italic.otf") format("opentype"), url("../asset/fonts/basis_grotesque_pro_mono_italic.otf") format("opentype");
  font-style: italic;
  font-weight: normal; }

* {
  outline: none; }

html {
  background: #f3f3f3; }
  @media screen and (max-width: 480px) {
    html {
      overflow-x: hidden; } }

body {
  font-family: 'BasisGrotesquePro', Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.42;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  background: #fff;
  max-width: 1600px;
  margin: 0 auto; }
  body.google-map {
    max-width: 250px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px; }
  @media screen and (max-width: 1601px) {
    body {
      max-width: 100%; } }
  @media screen and (max-width: 1279px) {
    body {
      max-width: 1080px; } }
  @media screen and (max-width: 959px) {
    body {
      max-width: 800px; } }
  @media screen and (max-width: 639px) {
    body {
      max-width: 480px; } }

a {
  text-decoration: none;
  color: #272663; }

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

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

a.underline-hover:hover {
  text-decoration: underline; }

.modalBack {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: .5;
  z-index: 99;
  visibility: hidden; }
  .modalBack.visible {
    visibility: visible; }

.modal {
  background: #fff;
  border-radius: 2px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  z-index: 100;
  visibility: hidden; }
  .modal .head {
    text-align: center;
    position: relative;
    height: 60px;
    line-height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    font-size: 1.125rem;
    line-height: 1.33;
    text-align: left;
    color: #000;
    border-bottom: 1px dotted #e2a8af; }
    .modal .head i {
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 15px; }
  .modal.visible {
    visibility: visible; }

.modal-classic {
  background: #fff;
  border-radius: 2px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  visibility: hidden; }
  .modal-classic .body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 60px; }
    .modal-classic .body.medium-padding {
      padding: 30px; }
    .modal-classic .body .product-list {
      width: 540px;
      margin: 0 auto;
      margin-top: -30px; }
      .modal-classic .body .product-list .product-wide {
        border-right: 0;
        border-bottom: 1px dotted #e2a8af;
        width: 540px;
        padding-left: 0;
        padding-right: 0;
        height: 296px; }
        .modal-classic .body .product-list .product-wide .product-wide__img {
          margin-right: 95px; }
    .modal-classic .body .description {
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: center;
      color: #333333; }
    .modal-classic .body .form {
      margin-top: 30px; }
      .modal-classic .body .form .btn-group {
        margin-top: 30px;
        text-align: center; }
        .modal-classic .body .form .btn-group button {
          margin-bottom: 18px;
          background: none;
          border: none;
          color: #272663;
          font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
          font-size: 0.875rem;
          line-height: 1.29;
          display: inline-block; }
          .modal-classic .body .form .btn-group button:hover {
            text-decoration: underline;
            cursor: pointer; }
          .modal-classic .body .form .btn-group button:last-child {
            margin-bottom: 0; }
      .modal-classic .body .form .input-group {
        position: relative; }
        .modal-classic .body .form .input-group label {
          display: block;
          margin-bottom: 13px;
          font-size: 0.75rem;
          line-height: 1.5;
          text-align: left;
          color: #333333; }
        .modal-classic .body .form .input-group input {
          width: 100%;
          border-radius: 2px;
          background-color: transparent;
          border-width: 1px;
          border: solid 1px #e2a8af;
          height: 40px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0 12px;
          font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
          font-size: 0.875rem; }
        .modal-classic .body .form .input-group .spinner {
          position: absolute;
          border: 1px solid #272663;
          border-top: 1px solid #fff;
          border-radius: 50%;
          width: 18px;
          height: 18px;
          top: unset;
          right: 12px;
          bottom: 11px;
          -webkit-animation: spin 2s linear infinite;
               -o-animation: spin 2s linear infinite;
                  animation: spin 2s linear infinite; }
  .modal-classic .footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px 30px 30px;
    text-align: center; }
  .modal-classic .head {
    text-align: center;
    position: relative;
    height: 60px;
    line-height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    font-size: 1.125rem;
    color: #000;
    border-bottom: 1px dotted #e2a8af; }
    .modal-classic .head.high {
      height: 82px;
      line-height: 1.5; }
      .modal-classic .head.high span {
        margin-top: 18px;
        display: inline-block; }
    .modal-classic .head p {
      margin-top: 4px;
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: center;
      color: #333333; }
    .modal-classic .head i {
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 15px; }
  .modal-classic.visible {
    visibility: visible; }

.cart-checkout {
  width: 480px; }

.modal-description {
  margin-top: 30px;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
  .modal-description a {
    color: #333333; }
    .modal-description a:hover {
      text-decoration: underline; }

.spinner {
  position: absolute;
  border: 1px solid #272663;
  border-top: 1px solid #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  right: 12px;
  top: 40px;
  opacity: 0;
  -webkit-animation: spin 2s linear infinite;
       -o-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite; }
  .spinner.visible {
    opacity: 1; }

.lk-modal__body form {
  position: relative; }

.modal-action {
  margin-top: 30px; }

#modal-18 {
  text-align: center;
  width: 480px; }
  #modal-18 .modal-icon-18 {
    display: inline-block;
    font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    background: #b72637;
    font-size: 2rem;
    text-align: center;
    line-height: 3.75rem; }

@-webkit-keyframes translate {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px); } }

@-o-keyframes translate {
  0% {
    -o-transform: translateY(60px);
       transform: translateY(60px); }
  0% {
    -o-transform: translateY(-60px);
       transform: translateY(-60px); } }

@keyframes translate {
  0% {
    -webkit-transform: translateY(60px);
         -o-transform: translateY(60px);
            transform: translateY(60px); }
  0% {
    -webkit-transform: translateY(-60px);
         -o-transform: translateY(-60px);
            transform: translateY(-60px); } }

@-webkit-keyframes slowShow {
  0% {
    width: 60px;
    opacity: 0; }
  50% {
    width: 360px;
    opacity: 0.6; }
  100% {
    opacity: 1; } }

@-o-keyframes slowShow {
  0% {
    width: 60px;
    opacity: 0; }
  50% {
    width: 360px;
    opacity: 0.6; }
  100% {
    opacity: 1; } }

@keyframes slowShow {
  0% {
    width: 60px;
    opacity: 0; }
  50% {
    width: 360px;
    opacity: 0.6; }
  100% {
    opacity: 1; } }

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

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

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

/* call back widget */
.callBack {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 30px;
  left: 120px;
  z-index: 100;
  visibility: hidden; }
  .callBack.visible {
    visibility: visible; }
    .callBack.visible .callback__form {
      visibility: visible;
      -webkit-animation: slowShow .5s;
           -o-animation: slowShow .5s;
              animation: slowShow .5s; }

.callback__btn {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 30px;
  left: 30px;
  z-index: 94; }
  .callback__btn img {
    width: 100%; }

.callback__form {
  height: 60px;
  width: 360px;
  border-radius: 100px;
  background: #258048;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden; }
  .callback__form form {
    position: absolute;
    left: 60px;
    top: 10px;
    height: 40px; }
    .callback__form form input {
      height: 40px;
      background: #fff;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      width: 240px;
      color: #000;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 10px;
      border: none; }
    .callback__form form button {
      position: absolute;
      color: #fff;
      text-transform: uppercase;
      font-size: 0.875rem;
      font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
      background: none;
      border: none;
      top: 11px;
      right: -40px;
      cursor: pointer; }
      .callback__form form button:hover {
        text-decoration: underline; }
  .callback__form i {
    position: absolute;
    cursor: pointer;
    top: 15px;
    left: 15px;
    border-radius: 50%; }
    .callback__form i:hover {
      background-color: rgba(255, 255, 255, 0.1); }

.callback__status {
  margin-left: 0;
  height: 60px;
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 360px;
  border-radius: 100px;
  background: #258048;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  color: #fff;
  visibility: hidden; }
  .callback__status.visible {
    visibility: visible;
    -webkit-animation: slowShow .5s;
         -o-animation: slowShow .5s;
            animation: slowShow .5s; }
  .callback__status .status {
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: left;
    color: #fff;
    position: absolute;
    left: 60px;
    top: 21px; }
  .callback__status i {
    position: absolute;
    cursor: pointer;
    top: 15px;
    left: 15px;
    border-radius: 50%; }
    .callback__status i:hover {
      background-color: rgba(255, 255, 255, 0.1); }

.getSubscribe {
  display: none; }
  .getSubscribe.visible {
    display: block; }

a.btn-classic {
  display: inline-block;
  background: #272663;
  height: 40px;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  width: 100%;
  font-size: 0.875rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  a.btn-classic:hover {
    background: #5f5e86; }

.systemStatus {
  height: 60px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
  background: #b72637;
  color: #fff;
  text-transform: uppercase;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 3.75rem;
  display: none; }
  @media screen and (max-width: 639px) {
    .systemStatus {
      padding-right: 65px;
      text-align: left; } }
  @media screen and (max-width: 479px) {
    .systemStatus {
      line-height: 1.5;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 12px 65px 12px 20px;
      height: auto;
      text-align: left; } }
  .systemStatus.visible {
    display: block; }
  .systemStatus i {
    position: absolute;
    right: 30px;
    top: 15px; }
    @media screen and (max-width: 479px) {
      .systemStatus i {
        right: 15px;
        top: 10px; } }

.swiper-button-disabled {
  visibility: hidden !important; }

.order-repeat {
  width: 720px;
  top: 90px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow-y: auto;
  max-height: calc(100vh - 120px); }
  @media screen and (max-width: 600px) {
    .order-repeat {
      max-height: 100%; } }

.bread {
  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;
  margin-bottom: 18px; }
  .bread li {
    display: inline-block;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
    color: #272663;
    margin: 0 5px; }
    .bread li a {
      color: #272663; }
      .bread li a:hover {
        text-decoration: underline; }
    .bread li:after {
      content: '\2014';
      padding-left: 10px; }
    .bread li:last-child:after {
      content: none; }

.mobile-btn {
  display: inline-block;
  width: 18px;
  margin-top: 23px; }
  .mobile-btn div {
    display: block;
    width: 100%;
    height: 1px;
    background: #272663;
    margin-bottom: 6px; }
    .mobile-btn div:last-child {
      margin-bottom: 0; }

.header {
  max-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-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .header {
      padding: 40px 60px;
      align-items: center;
    }
      .header > div:not(.header__logo):not(.header__search) {
        display: none; }
      .header .header__logo {
        right: 0; } }
  @media screen and (max-width: 959px) {
    .header {
      padding: 20px 30px; } }
  @media screen and (max-width: 639px) {
    .header {
      flex-direction: column; } }

.header__contacts {
  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-sizing: border-box;
          box-sizing: border-box;
  margin-left: 260px;
  order: 1;
}
@media screen and (max-width: 1279px) {
  .header__contacts {
    margin-left: 60px;
  }
}
.header__search {
  order: 2;
  /* background: #000; */
  width: 100%;
  max-width: 670px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
  .header__search:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: -1px;
    left: 0;
    background: #fff; }
  .header__search form {
    width: 100%;
    position: relative; }
    .header__search form button {
      background: none;
      border: none;
      cursor: pointer;
      position: absolute;
      left: 8px;
      top: 12px; }
    .header__search form input {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 12px;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      height: 40px;
      border-radius: 2px;
      background-color: transparent;
      border: solid 1px #e9e9ef;
      padding-left: 40px;
      font-size: 14px;
      line-height: 1.29;
      text-align: left;
      color: #000000; }
      .header__search form input:focus {
        border: solid 1px #e2a8af;
      }

/* Результаты поиска */
.header__search-autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #e2a8af;
  background: #fff;
  z-index: 200;
  width: calc(100% - 2px);
  max-height: 316px;
  overflow-y: auto;
  padding-top: 10px;
  display: none;
}
.header__search-autocomplete.is-active {
  display: block;
}
.header__search-autocomplete ul {
  list-style: none;
}
.header__search-autocomplete ul li {
  display: block;
}
.header__search-autocomplete ul li .search-wine__img {
  width: auto;
  height: 45px;
  width: 35px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0,-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__search-autocomplete ul li .search-wine__img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.header__search-autocomplete ul li.divider {
  min-height: 20px;
  padding: 10px 15px 5px 15px;
  position: relative;
  text-align: left;
  color: #b2b2b2;
  font-size: 12px;
}
.header__search-autocomplete ul li a {
  display: block;
  padding: 10px 25px 10px 65px;
  margin-left: 0;
  position: relative;
  transition: all .3s;
}
.header__search-autocomplete ul li a:before {

}
.header__search-autocomplete ul li a .name {
  color: #002855;
  font-size: 14px;
}
.header__search-autocomplete ul li a .small {
  font-size: 10px;
  color: #b2b2b2;
}
.header__search-autocomplete ul li a .meta {
  font-size: 10px;
  color: #b2b2b2;
  display: block;
}

.header__search-autocomplete ul li a:hover {
  background: #e2a8af;
}
.header__search-autocomplete ul li a:hover .small,
.header__search-autocomplete ul li a:hover .meta {
  color: #fff;
}

.header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  order: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 60px; }

.header__contacts-item {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  color: #333;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1.5;
  position: relative; }
  .header__contacts-item.-js-select-city {
    cursor: pointer; }
  .header__contacts-item a {
    color: #333;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
.header__info-shop ul li.cart-informer .bx-basket {
  white-space: nowrap;
}
.city-selector {
  position: absolute;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px 0 30px;
  z-index: 89;
  width: 220px;
  border-radius: 2px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  left: -30px;
  top: 37px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0; }
  .city-selector.visible {
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  .city-selector:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
    left: 88px;
    border-top: 1px solid #e9e9ef;
    border-left: 1px solid #e9e9ef;
    top: -9px; }
  .city-selector li {
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: left;
    font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
    margin-bottom: 18px;
    position: relative; }
    .city-selector li:hover a {
      text-decoration: underline; }
    .city-selector li.active:after {
      content: '';
      display: block;
      position: absolute;
      right: -15px;
      width: 28px;
      height: 18px;
      top: 2px;
      background-size: 28px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(img/icon_checkbox.png); }
    .city-selector li a {
      color: #272663;
      display: block; }
      .city-selector li a:hover {
        text-decoration: underline; }

.header__logo {
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media screen and (max-width: 1279px) {
    .header__logo {
      position: static;
      margin-right: 30px;
      -webkit-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; } }
  .header__logo img {
    max-width: 100px; }
    @media screen and (max-width: 959px) {
      .header__logo img {
        max-width: 90px; } }
    @media screen and (max-width: 639px) {
      .header__logo {
        margin-bottom: 15px; }
      .header__logo img {
      max-width: 66px; }
    }

.header__info-shop {
  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; }
  .header__info-shop ul {
    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; }
    .header__info-shop ul li {
      display: inline-block;
      margin: 0 20px; }
      @media screen and (max-width: 1350px) {
        .header__info-shop ul li {
          margin: 0 15px; } }

.header__info-socials {
  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-left: 40px; }
  .header__info-socials ul {
    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; }
    .header__info-socials ul li {
      display: inline-block;
      margin: 0 20px; }

nav {
  border-top: solid 1px #e9e9ef;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: #fff;
  position: relative;
  z-index: 88; }
  nav.floated {
    position: fixed;
    top: 0;
    width: 1600px;
    z-index: 95;
    background: #fff;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    -webkit-animation: translate .3s;
         -o-animation: translate .3s;
            animation: translate .3s; }
    @media screen and (max-width: 1622px) {
      nav.floated {
        width: 100%; } }
    @media screen and (max-width: 1279px) {
      nav.floated {
        width: 1080px; } }
    @media screen and (max-width: 1100px) {
      nav.floated {
        width: 100%; } }
    @media screen and (max-width: 959px) {
      nav.floated {
        width: 800px; } }
    @media screen and (max-width: 820px) {
      nav.floated {
        width: 100%; } }
    @media screen and (max-width: 639px) {
      nav.floated {
        max-width: 480px; } }
    nav.floated .float-logo {
      display: inline-block; }
      @media screen and (max-width: 959px) {
        nav.floated .float-logo {
          -webkit-box-ordinal-group: -1;
          -webkit-order: -2;
              -ms-flex-order: -2;
                  order: -2;
          width: 20%; } }
    nav.floated ul li.nav-item:nth-child(4) {
      display: inline-block; }
      @media screen and (max-width: 1279px) {
        nav.floated ul li.nav-item:nth-child(4) {
          display: none; } }
    nav.floated ul li.nav-item:nth-child(5) {
      display: none; }
    nav.floated ul li.nav-item:nth-child(6) {
      display: none; }
    nav.floated ul li.nav-item.small-width {
      display: inline-block; }
      nav.floated ul li.nav-item.small-width .product-count {
        left: 70px; }
        @media screen and (max-width: 1439px) {
          nav.floated ul li.nav-item.small-width .product-count {
            left: 52px; } }
        @media screen and (max-width: 1279px) {
          nav.floated ul li.nav-item.small-width .product-count {
            left: 47px; } }
        @media screen and (max-width: 959px) {
          nav.floated ul li.nav-item.small-width .product-count {
            left: 89px; } }
        @media screen and (max-width: 740px) {
          nav.floated ul li.nav-item.small-width .product-count {
            left: 57%; } }
        @media screen and (max-width: 640px) {
          nav.floated ul li.nav-item.small-width .product-count {
            left: 59%; } }
    @media screen and (max-width: 959px) {
      nav.floated ul li.nav-item.pointer {
        width: 20%; } }
    @media screen and (max-width: 959px) {
      nav.floated ul li.nav-item.fast-lk {
        display: none !important; } }
    nav.floated ul li.nav-item.small-search {
      width: 133px; }
      @media screen and (max-width: 1439px) {
        nav.floated ul li.nav-item.small-search {
          width: 89px; } }
      @media screen and (max-width: 959px) {
        nav.floated ul li.nav-item.small-search {
          display: block;
          width: 20%; } }
  nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    nav ul li {
      width: calc(100%/9);
      display: inline-block;
      text-align: center;
      cursor: pointer;
      border-right: solid 1px #e9e9ef;
      height: 60px;
      line-height: 3.75rem;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      @media screen and (max-width: 640) {
        nav ul li {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      nav ul li:last-item {
        border-right: none; }
      @media screen and (max-width: 959px) {
        nav ul li {
          display: none; } }
      nav ul li.nav-item.active {
        background: #e9e9ef; }
      nav ul li.nav-item.pointer {
        cursor: pointer;
        display: none; }
        @media screen and (max-width: 959px) {
          nav ul li.nav-item.pointer {
            display: inline-block;
            width: 25%; } }
      nav ul li.nav-item.small-width {
        width: 133px;
        display: none; }
        @media screen and (max-width: 959px) {
          nav ul li.nav-item.small-width {
            display: inline-block !important;
            } }
        nav ul li.nav-item.small-width:last-item {
          border-right: none; }
        nav ul li.nav-item.small-width .product-count {
          top: 16px;
          left: 68px;
          line-height: 1.33; }
          @media screen and (max-width: 1439px) {
            nav ul li.nav-item.small-width .product-count {
              left: 53px; } }
          @media screen and (max-width: 1279px) {
            nav ul li.nav-item.small-width .product-count {
              left: 45px; } }
          @media screen and (max-width: 959px) {
            nav ul li.nav-item.small-width .product-count {
              left: 108px; } }
          @media screen and (max-width: 750px) {
            nav ul li.nav-item.small-width .product-count {
              left: 55%; } }
          @media screen and (max-width: 639px) {
            nav ul li.nav-item.small-width .product-count {
              left: 58%; } }
      @media screen and (max-width: 1439px) {
        nav ul li.nav-item.small-width {
          width: 89px; } }

@media screen and (max-width: 1439px) and (max-width: 959px) {
  nav ul li.nav-item.fast-lk {
    display: none !important; } }

@media screen and (max-width: 1439px) and (max-width: 959px) {
  nav ul li.nav-item.small-search {
    display: block;
    width: 25%; } }
      @media screen and (max-width: 1279px) {
        nav ul li {
          width: calc(100%/7); }
          nav ul li.nav-item:nth-child(5) {
            display: none; }
          nav ul li.nav-item:nth-child(6) {
            display: none; } }
      nav ul li:hover {
        background: #e9e9ef; }
        @media screen and (max-width: 640px) {
          nav ul li:hover {
            background: #fff; } }
        nav ul li:hover .submenu {
          visibility: visible;
          opacity: 1; }
      nav ul li:last-child {
        border-right: 0; }
      nav ul li a {
        display: block;
        height: 100%;
        color: #272663;
        font-size: 0.875rem; }

.float-fav {
  position: relative; }

.submenu {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 46px 60px;
  background: #fff;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
  z-index: 70;
  border-top: 1px solid #d3d3e0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-height: 500px;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  visibility: hidden;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0; }
  .submenu .show-all {
    background: #fff;
    width: 100%;
    padding-bottom: 20px !important; }
  .submenu ul {
    display: block;
    width: 300px;
    max-width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 25px;
    width: 25%; }
    .submenu ul.margin-top {
      margin-top: 30px;
      width: 100%; }
    .submenu ul.numbers li a {
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
    .submenu ul li {
      display: block;
      font-size: 1.125rem;
      line-height: 1.33;
      text-align: left;
      color: #000000;
      width: 100%;
      height: auto;
      border-right: none;
      margin-bottom: 18px; }
      .submenu ul li:hover {
        background: none; }
      .submenu ul li a {
        font-size: 0.875rem;
        line-height: 1.29;
        text-align: left;
        color: #272663;
        display: inline; }
        .submenu ul li a:hover {
          text-decoration: underline;
          background: none; }

.sub-more {
  position: relative; }
  .sub-more .submenu {
    width: 100%;
    padding: 18px 30px 0 30px; }

.cart-informer {
  min-width: 143px;
  position: relative; }
  .cart-informer i {
    cursor: pointer; }

.product-count {
  position: absolute;
  color: #fff;
  font-size: 0.625rem;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 1px 5px;
  top: 15px;
  left: 14px;
  background: #b72637;
  border-radius: 100px; }

.fast-cart {
  position: absolute;
  width: 360px;
  background: #fff;
  right: -13px;
  top: 40px;
  z-index: 89;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px 0 24px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden; }
  .fast-cart.long .footer {
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15); }
  .fast-cart.long .body {
    margin-bottom: 70px; }
  .fast-cart.visible {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .fast-cart:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: -10px;
    right: 14px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #e9e9ef;
    border-left: 1px solid #e9e9ef; }
  .fast-cart .body-box {
    overflow: hidden; }
  .fast-cart .body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 0 40px 6px;
    display: inline-block;
    max-height: calc(100vh - 260px);
    overflow-y: auto;
    position: relative;
    margin-right: -41px;
    margin-bottom: 80px;
    max-width: 100%; }
    .fast-cart .body.no-margin-bottom {
      margin-bottom: 10px; }
    .fast-cart .body .product-wide {
      padding: 0;
      border-right: 0;
      height: 240px;
      border-bottom: 1px dotted #e2a8af;
      padding-bottom: 25px;
      position: relative;
      margin-bottom: 30px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .fast-cart .body .product-wide .cart-remove-item {
        left: 1px;
        top: 0;
        z-index: 2; }
      .fast-cart .body .product-wide .product-wide__data {
        width: calc(100% - 120px); }
      .fast-cart .body .product-wide .product__title {
        margin-top: 20px;
        position: static; }
      .fast-cart .body .product-wide .product-action {
        bottom: 6px; }
      .fast-cart .body .product-wide .product-offer {
        position: static;
        text-align: left;
        margin-top: 10px; }
      .fast-cart .body .product-wide .product-wide__img {
        max-width: 90px;
        width: 90px;
        margin-left: 6px;
        margin-right: 22px; }
        .fast-cart .body .product-wide .product-wide__img img {
          max-height: 218px; }
  .fast-cart .head {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18px 60px;
    text-align: center;
    line-height: 1.33;
    font-size: 1.125rem;
    color: #000000;
    box-sizing: border-box;
    border-bottom: 1px dotted #e2a8af; }
  .fast-cart .footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%; }
    .fast-cart .footer a {
      display: block; }
      .fast-cart .footer a:not(.buy-btn):hover {
        text-decoration: underline; }
      .fast-cart .footer a:nth-child(2):hover {
        text-decoration: underline; }
      .fast-cart .footer a.buy-btn {
        height: 40px;
        border-radius: 2px;
        line-height: 2.5rem;
        color: #fff;
        background-color: #272663;
        margin-bottom: 30px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        .fast-cart .footer a.buy-btn:hover {
          background: #5f5e86; }

.description-success-testimonial {
  text-align: center;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #333333; }

.user-fav {
  position: relative; }
  .user-fav i {
    cursor: pointer; }

#userFavNav {
  top: 100%;
  right: 37px;
  line-height: 1.29; }

#fastCartNav {
  line-height: 1.33;
  right: 14px;
  top: 100%; }
  @media screen and (min-width: 1500px) {
    #fastCartNav {
      right: 35px; } }
  @media screen and (max-width: 959px) {
    #fastCartNav:before {
      right: 77px; } }

#lkModalNav {
  right: 7px;
  top: 100%; }
  @media screen and (min-width: 1500px) {
    #lkModalNav {
      right: 30px; } }
  @media screen and (max-width: 959px) {
    #lkModalNav:before {
      right: 85px; } }

.head-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 6px;
  border-bottom: 1px dotted #e2a8af;
  text-align: center;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.38;
  text-align: center;
  color: #4c4c4c; }
  .head-info a {
    font-weight: 600;
    color: #272663; }
    .head-info a:hover {
      text-decoration: underline; }

.mobile-toggler {
  position: relative; }

.mobile-menu {
  position: absolute;
  top: 100%;
  width: 802px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 83;
  overflow-y: scroll;
  border-top: 1px solid #e9e9ef;
  display: none; }
  @media screen and (max-width: 640px) {
    .mobile-menu {
      max-width: 480px; } }
  @media screen and (max-width: 480px) {
    .mobile-menu {
      width: 100vw; } }
  .mobile-menu.visible {
    display: block; }

nav.floated .mobile-menu {
  left: -101%; }

.mobile-tel-numb {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
  color: #333333;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 20px 30px; }
  .mobile-tel-numb a {
    color: #333333;
    font-size: 0.75rem; }

.mobile-content-wrapper {
  width: 320px;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  background: #fff;
  line-height: 1.29;
  text-align: left; }

.mobile-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 80px; }

.current-city {
  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-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 30px; }

.citys-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 30px;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  display: none; }
  .citys-list.visible {
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .citys-list div {
    line-height: 1.29;
    font-size: 0.875rem;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    color: #272663;
    margin-bottom: 12px; }
    .citys-list div:hover {
      text-decoration: underline; }
    .citys-list div.active {
      position: relative; }
      .citys-list div.active:after {
        content: '';
        display: block;
        position: absolute;
        right: 2px;
        width: 22px;
        height: 16px;
        top: 2px;
        background-size: 22px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(img/icon_checkbox.png); }
    .citys-list div:last-child {
      margin-bottom: 0; }
  .citys-list:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 30px;
    top: -9px; }

.mobile-account {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 30px;
  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; }
  .mobile-account.mobile-account {
    padding: 29px 30px; }
  .mobile-account .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 2.5rem;
    background-position: center;
    background-size: cover;
    background-color: #272663;
    color: #fff;
    text-transform: uppercase;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 0.875rem; }
  .mobile-account .user-name {
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: left;
    color: #272663;
    margin-left: 12px; }
    .mobile-account .user-name a {
      color: #272663; }

.mobile-socials {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .mobile-socials form {
    width: 100%;
    margin-top: 18px;
    position: relative; }
    .mobile-socials form button {
      position: absolute;
      right: 10px;
      top: 12px;
      border: none;
      background: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      text-transform: uppercase;
      color: #000;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      cursor: pointer;
      opacity: 0; }
    .mobile-socials form input {
      height: 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 12px;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      color: #272663;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 100%;
      border: 1px solid #e2a8af; }
      @media screen and (max-width: 640) {
        .mobile-socials form input {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .mobile-socials form input:focus + button {
        opacity: 1; }
  .mobile-socials ul {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e9e9ef;
    height: 40px;
    margin-top: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .mobile-socials ul li {
      display: inline-block;
      width: 25%;
      text-align: center;
      line-height: 2.5rem;
      height: 100%; }
  .mobile-socials span {
    display: block;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
    color: #333333; }

.mobile-catalog, .page-catalog {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .mobile-catalog ul, .page-catalog ul {
    display: block; }
    .mobile-catalog ul li, .page-catalog ul li {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 30px;
      font-size: 0.875rem;
      line-height: 2.5;
      text-align: left;
      color: #272663;
      width: 100%;
      border-right: none;
      height: auto; }
      .mobile-catalog ul li:last-child, .page-catalog ul li:last-child {
        margin-bottom: 0; }
      .mobile-catalog ul li:hover, .page-catalog ul li:hover {
        background: #fff; }
      .mobile-catalog ul li a, .page-catalog ul li a {
        display: block; }

@media screen and (max-width: 640px) {
  nav .floated #userFavNav:before {
    right: 2.5vw; } }

.products-price {
  display: none; }
  @media screen and (min-width: 1100px) {
    .products-price {
      display: inline-block;
      vertical-align: bottom;
      line-height: 1;
      padding-left: 31px;
      color: #272663; } }
  @media screen and (max-width: 1380px) {
    .products-price {
      padding-left: 16px; } }

.product-list__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  height: 59px;
  line-height: 3.6875rem;
  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;
  color: #fff;
  background: #b72637; }
  .product-list__header a {
    color: #fff; }

.product-list__header-label {
  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; }
  .product-list__header-label a:hover {
    text-decoration: underline; }
  .product-list__header-label span {
    font-size: 1.125rem;
    margin-right: 30px; }
  .product-list__header-label ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px; }
    @media screen and (max-width: 640px) {
      .product-list__header-label ul {
        display: none; } }
    .product-list__header-label ul li {
      display: inline-block;
      margin-right: 30px;
      position: relative;
      font-size: 0.75rem;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-style: italic;
      text-transform: uppercase; }
      @media screen and (max-width: 720px) {
        .product-list__header-label ul li:nth-child(3):after {
          content: none; } }
      .product-list__header-label ul li:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 26px; }
      @media screen and (max-width: 720px) {
        .product-list__header-label ul li:last-child {
          display: none; } }
      .product-list__header-label ul li:last-child:after {
        content: none; }

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 1279px) {
    .product-list .product-list-item {
      width: 33.3333%; } }
  @media screen and (max-width: 959px) {
    .product-list .product-list-item {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .product-list .product-list-item {
      width: 100% !important;
      width: 100% !important;
      height: 240px !important;
      padding: 20px 30px;
      border-right: none;
      border-bottom: 1px solid #e2a8af; }
      .product-list .product-list-item:last-child {
        border-bottom: none; } }
  @media screen and (max-width: 640px) and (max-width: 480px) {
    .product-list .product-list-item .product-price.sell span:first-child {
      display: none; } }
  @media screen and (max-width: 640px) {
      .product-list .product-list-item .product-action {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 120px;
        bottom: 50px; }
        .product-list .product-list-item .product-action .product-action__buy {
          position: absolute;
          left: 27px;
          bottom: -25px;
          width: 420px; } }
      @media screen and (max-width: 640px) and (max-width: 480px) {
        .product-list .product-list-item .product-action .product-action__buy {
          width: calc(100vw - 58px); } }
  @media screen and (max-width: 640px) {
          .product-list .product-list-item .product-action .product-action__buy button.btn-buy {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
        .product-list .product-list-item .product-action .product-action__counter {
          width: 100%;
          -webkit-box-flex: 1;
          -webkit-flex: 1 100%;
              -ms-flex: 1 100%;
                  flex: 1 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-right: 10px; } }
      @media screen and (max-width: 640px) and (max-width: 440px) {
        .product-list .product-list-item .product-action .product-action__counter {
          padding-right: 0; } }
  @media screen and (max-width: 640px) {
      .product-list .product-list-item .product-price {
        margin-top: 0; }
      .product-list .product-list-item .product__title {
        font-size: 0.875rem;
        line-height: 1.29;
        text-align: left;
        position: static !important;
        margin-top: 5px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 90px; }
      .product-list .product-list-item .product-list-item__info {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: static !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 90px; }
        .product-list .product-list-item .product-list-item__info .product-rate {
          font-size: 0.625rem;
          margin-right: 5px;
          margin-left: 0; }
        .product-list .product-list-item .product-list-item__info .product-icons i {
          margin: 0 5px; }
        .product-list .product-list-item .product-list-item__info .product-data span {
          margin: 0 5px;
          font-size: 0.625rem; }
      .product-list .product-list-item .product-offer {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 90px;
        margin-top: 5px;
        -webkit-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        position: static !important;
        text-align: left; }
        .product-list .product-list-item .product-offer span {
          line-height: 1.125rem;
          padding: 0 5px;
          white-space: nowrap; } }
      @media screen and (max-width: 640px) and (max-width: 640px) {
        .product-list .product-list-item .product-offer span {
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: calc(100% - 30px); } }
  @media screen and (max-width: 640px) {
    .product-list .product__img {
      width: 90px !important;
      height: 140px !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
           -o-transform: none !important;
              transform: none !important;
      margin-right: 20px !important;
      top: 20px;
      left: 20px; }
      .product-list .product__img img {
        max-height: 140px; } }
  .product-list.swiper-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    @media screen and (max-width: 1279px) {
      .product-list.swiper-wrapper .product-list-item {
        height: 540px;
        width: 33.3333%; }
        .product-list.swiper-wrapper .product-list-item i .tooltip {
          top: 33px;
          z-index: 3; }
          .product-list.swiper-wrapper .product-list-item i .tooltip:after {
            top: -6px;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                 -o-transform: rotate(45deg);
                    transform: rotate(45deg); } }
    @media screen and (max-width: 1279px) {
      .product-list.swiper-wrapper .product-list-item {
        width: 33.3333%; }
        .product-list.swiper-wrapper .product-list-item.grid-xl-4 {
          width: 33.3333%; } }
    @media screen and (max-width: 959px) {
      .product-list.swiper-wrapper .product-list-item {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .product-list.swiper-wrapper .product-list-item {
        width: 100% !important;
        height: 260px;
        width: 100% !important;
        height: 260px !important;
        padding: 20px 30px;
        border-right: none;
        border-bottom: 1px solid #e2a8af; }
        .product-list.swiper-wrapper .product-list-item:last-child {
          border-bottom: none; } }
  @media screen and (max-width: 640px) and (max-width: 480px) {
    .product-list.swiper-wrapper .product-list-item .product-price.sell span:first-child {
      display: none; } }
    @media screen and (max-width: 640px) {
        .product-list.swiper-wrapper .product-list-item .product-action {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 120px;
          bottom: 68px; }
          .product-list.swiper-wrapper .product-list-item .product-action .product-action__buy {
            position: absolute;
            left: 27px;
            top: 40px;
            width: 420px; } }
      @media screen and (max-width: 640px) and (max-width: 480px) {
        .product-list.swiper-wrapper .product-list-item .product-action .product-action__buy {
          width: calc(100vw - 58px); } }
    @media screen and (max-width: 640px) {
            .product-list.swiper-wrapper .product-list-item .product-action .product-action__buy button.btn-buy {
              -webkit-box-flex: 1;
              -webkit-flex-grow: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1; }
          .product-list.swiper-wrapper .product-list-item .product-action .product-action__counter {
            width: 100%;
            -webkit-box-flex: 1;
            -webkit-flex: 1 100%;
                -ms-flex: 1 100%;
                    flex: 1 100%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding-right: 30px; } }
      @media screen and (max-width: 640px) and (max-width: 440px) {
        .product-list.swiper-wrapper .product-list-item .product-action .product-action__counter {
          padding-right: 0; } }
    @media screen and (max-width: 640px) {
        .product-list.swiper-wrapper .product-list-item .product-price {
          margin-top: 0; }
        .product-list.swiper-wrapper .product-list-item .product__title {
          font-size: 0.875rem;
          line-height: 1.29;
          text-align: left;
          position: static !important;
          margin-top: 5px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 90px; }
        .product-list.swiper-wrapper .product-list-item .product-list-item__info {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          position: static !important;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 90px; }
          .product-list.swiper-wrapper .product-list-item .product-list-item__info .product-rate {
            font-size: 0.625rem;
            margin-right: 5px;
            margin-left: 0; }
          .product-list.swiper-wrapper .product-list-item .product-list-item__info .product-icons i {
            margin: 0 5px; }
          .product-list.swiper-wrapper .product-list-item .product-list-item__info .product-data span {
            margin: 0 5px;
            font-size: 0.625rem; }
        .product-list.swiper-wrapper .product-list-item .product-offer {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 90px;
          margin-top: 5px;
          -webkit-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none;
          position: static !important;
          text-align: left; }
      .product-list.swiper-wrapper .product__img {
        width: 90px !important;
        height: 140px !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
             -o-transform: none !important;
                transform: none !important;
        margin-right: 20px !important;
        top: 20px;
        left: 20px; }
        .product-list.swiper-wrapper .product__img img {
          max-height: 140px; } }
  .product-list.promo {
    border-top: 1px solid #e2a8af; }
    .product-list.promo .product-list-item {
      border-bottom: 1px solid #e2a8af; }
      .product-list.promo .product-list-item:last-item {
        border-right: 1px solid #e2a8af !important; }
  .product-list.border-bottom .product-list-item {
    border-bottom: 1px solid #e2a8af; }

.product-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  position: relative;
  border-right: 1px solid #e2a8af;
  height: 540px; }
  .product-list-item.compilation {
    background: #5C5683;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (max-width: 640px) {
      .product-list-item.compilation {
        height: 480px !important; }
        .product-list-item.compilation .product-float-footer button {
          width: 100%; } }
    .product-list-item.compilation.pink-bg {
      background: #e2a8af; }
  @media screen and (max-width: 480px) {
    .product-list-item {
      max-width: 100%; } }

.product-list-item__info {
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  -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; }
  .product-list-item__info .product-icons i {
    position: relative; }
    .product-list-item__info .product-icons i .tooltip {
      top: -65px;
      right: -16px; }

.product-rate {
  margin: 0 8px;
  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; }
  .product-rate:hover .info-rate {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 10; }
  .product-rate span {
    position: relative;
    margin-left: 5px; }

.info-rate {
  background: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 240px;
  padding: 0 24px 30px 24px;
  right: -20px;
  top: 26px;
  z-index: 4;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden; }
  .info-rate:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: -8px;
    right: 23px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #e9e9ef;
    border-left: 1px solid #e9e9ef; }
    @media screen and (max-width: 959px) {
      .info-rate:before {
        right: 111px; } }
  .info-rate .body {
    margin-top: 25px;
    border-bottom: 1px dotted #e2a8af;
    padding-bottom: 10px; }
    .info-rate .body .item {
      margin-bottom: 12px;
      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;
      width: 100%;
      background-image: url(img/dots.jpg);
      background-position: 0 10px;
      background-repeat: repeat-x; }
      .info-rate .body .item div {
        background: #fff; }
      .info-rate .body .item span {
        font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
        background: #fff;
        padding-left: 3px;
        line-height: 1.5; }
  .info-rate .head {
    height: 60px;
    text-align: center;
    line-height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.875rem;
    border-bottom: 1px dotted #e2a8af; }
  .info-rate .footer {
    margin-top: 20px;
    text-align: center; }
    .info-rate .footer button {
      color: #272663;
      cursor: pointer;
      background: none;
      border: none;
      font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif; }
      .info-rate .footer button:hover {
        text-decoration: underline; }
    .info-rate .footer p {
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: center;
      color: #333333;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      margin-bottom: 15px; }
      .info-rate .footer p a {
        color: #272663;
        font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
        text-transform: none; }
        .info-rate .footer p a:hover {
          text-decoration: underline; }

.product-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 959px) {
    .product-data .product-tabs {
      width: 100% !important; } }
  @media screen and (max-width: 959px) and (max-width: 640px) {
    .product-data .product-tabs {
      display: none; } }
  .product-data .product-action__counter span {
    margin: 0 2px; }
  .product-data span {
    display: inline-block;
    white-space: nowrap;
    margin: 0 8px;
    text-transform: uppercase; }
    @media screen and (max-width: 440px) {
      .product-data span:nth-child(2) {
        display: none; } }
    .product-data span.count-number {
      margin: 0 2px; }

.product-icons {
  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; }
  .product-icons i {
    margin: 0 8px; }

.product-offer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 56px;
  text-align: center; }
  .product-offer span {
    color: #fff;
    padding: 0 8px;
    background: #b72637;
    line-height: 2;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    font-style: italic;
    white-space: nowrap; }
    @media screen and (max-width: 640px) {
      .product-offer span {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100% - 30px); } }

.user-lk {
  position: relative; }

p.reddy {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #b72637; }

.user-avatar {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #5f5e86;
  border-radius: 50%;
  position: relative;
  top: 2px;
  text-align: center;
  background-size: cover;
  background-position: center;
  line-height: 2.5rem;
  color: #fff;
  font-style: italic;
  margin-left: -10px;
  cursor: pointer;
  font-size: 0.75rem; }

.product__img {
  position: absolute;
  top: 102px;
  text-align: center;
  left: 0;
  width: 100%; }
  .product__img img {
    max-width: 100%;
    max-height: 236px; }

.set .product__img img {
  max-height: 196px; }

.product__title {
  position: absolute;
  top: 361px;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  font-size: 1.125rem;
  line-height: 1.33;
  text-align: center; }
  .product__title label {
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    font-size: 0.875rem; }
  .product__title a {
    color: #000; }
    .product__title a:hover {
      text-decoration: underline; }

.product-price {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.29;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
  .product-price.sell span:nth-child(1) {
    text-decoration: line-through; }
  .product-price.sell span:nth-child(2) {
    color: #b72637; }

.product-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 30px 30px;
  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; }

.product-action__counter {
  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;
  font-size: 0.8125rem;
  color: #272663; }
  .product-action__counter i {
    color: #9e9e9e;
    margin-right: 8px; }

.count-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: solid 2px #d3d3e0;
  border-radius: 2px;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.25rem;
  cursor: pointer;
  color: #272663;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .count-btn:hover {
    border-color: #272663; }
  .count-btn.minus {
    line-height: 1.125rem; }

.count-number {
  margin: 0 2px;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 40px;
  text-align: center; }
  .count-number.input {
    width: 40px; }
  .count-number input {
    border: none;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.38;
    text-align: center;
    color: #272663;
    width: 40px;
    text-align: center; }
  .count-number:hover {
    border-color: #272663; }

.product-action__buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .product-action__buy button {
    height: 40px;
    background: #272663;
    color: #fff;
    font-size: 0.875rem;
    border: none;
    cursor: pointer;
    font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .product-action__buy button:hover {
      background: #5f5e86; }

.btn-buy {
  padding: 0 22px;
  border-radius: 2px 0 0 2px;
  height: 40px;
  background: #272663;
  color: #fff;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .btn-buy.width-240 {
    width: 240px; }
  .btn-buy.float-right {
    right: 0; }
  .btn-buy.go-catalog {
    width: 360px;
    margin-top: 30px;
    border-radius: 2px; }
    @media screen and (max-width: 480px) {
      .btn-buy.go-catalog {
        width: 100%; } }
  .btn-buy.full-width {
    width: 100%;
    border-radius: 2px; }
  .btn-buy.width-360 {
    width: 360px;
    max-width: 100%;
    border-radius: 2px; }
  .btn-buy.width-300 {
    width: 300px;
    border-radius: 2px; }
  .btn-buy--140 {
    width: 140px; }
    @media screen and (max-width: 661px) {
      .btn-buy--140 {
        width: 109px; } }
  .btn-buy:hover {
    background: #5f5e86; }

.btn-fav {
  margin-left: 1px;
  border-radius: 0 2px 2px 0;
  padding: 0 13px;
  max-width: 40px; }
  .btn-fav img {
    max-width: 15px;
    position: relative;
    top: 3px; }

.product-float-head {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-style: italic; }
  .product-float-head.comp {
    font-size: 2rem;
    line-height: 1.13;
    font-style: normal;
    text-transform: none;
    font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif; }

.product-float-body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 30px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.13;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .product-float-body a {
    color: #272663; }
    .product-float-body a:hover {
      text-decoration: underline; }
  .product-float-body span {
    white-space: normal; }
  .product-float-body.comp {
    font-size: 1.5rem;
    line-height: 1.25;
    max-width: 420px; }
  .product-float-body img, .product-float-body i {
    margin-bottom: 12px;
    max-width: 100%; }

.product-float-footer {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  text-align: center; }
  .product-float-footer .product-action__buy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-float-footer .product-action__buy .btn-buy {
      width: 319px; }
  .product-float-footer a {
    color: #fff;
    font-size: 0.875rem;
    display: inline-block; }
    .product-float-footer a:hover {
      text-decoration: underline; }

.product-float-price {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.29;
  text-align: left;
  color: #b72637;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-align: center; }
  .product-float-price.sell span:first-child {
    color: #000;
    text-decoration: line-through; }

.experts .product-float-head {
  color: #b72637; }

.experts .product-float-footer a {
  color: #272663; }

.experts .product-float-body p {
  color: #272663;
  font-size: 1.5rem;
  line-height: 1.25; }

.experts .product-float-body span {
  font-size: 0.75rem;
  line-height: 1.5;
  display: inline-block;
  margin-top: 4px;
  text-transform: uppercase;
  color: #333;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-style: italic; }

.banner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #272663;
  padding: 30px;
  height: 320px;
  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: 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 screen and (max-width: 640px) {
    .banner {
      height: 340px; } }

.banner__desc {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-style: italic; }

.banner__title {
  font-size: 2rem;
  line-height: 1.13;
  max-width: 840px;
  margin: 0 auto; }
  @media screen and (max-width: 660px) {
    .banner__title {
      font-size: 1.5rem;
      line-height: 1.25; } }
  @media screen and (max-width: 640px) {
    .banner__title {
      font-size: 1.25rem; } }
  .banner__title img, .banner__title i {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px; }

.banner__action a {
  color: #fff; }
  .banner__action a:hover {
    text-decoration: underline; }

.testimonials {
  position: relative; }
  .testimonials.border-top {
    border-top: 1px solid #e2a8af; }
  .testimonials:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: -1px;
    height: 1px;
    background: #e2a8af;
    z-index: -1; }

.testimonials-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.product-status {
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  color: #b72637;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin-top: 13px; }

.testimonials-tab {
  text-align: center;
  height: 60px;
  line-height: 3.75rem;
  color: #272663;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: solid 1px #e2a8af; }
  @media screen and (max-width: 959px) {
    .testimonials-tab {
      width: 30% !important; } }
  @media screen and (max-width: 661px) {
    .testimonials-tab {
      width: 33.33333% !important; } }
  .testimonials-tab.active {
    background: #b72637;
    color: #fff; }

.testimonials-box {
  border-top: 1px solid #e2a8af; }

.testimonials-container {
  display: none;
  overflow: hidden; }
  @media screen and (max-width: 1279px) {
    .testimonials-container .testimonial-item {
      width: 33.33%; } }
  @media screen and (max-width: 820px) {
    .testimonials-container .testimonial-item {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .testimonials-container .testimonial-item {
      width: 100%; } }
  .testimonials-container .read-more {
    position: relative; }
  .testimonials-container.height-auto {
    max-height: 100% !important; }
  .testimonials-container.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .testimonials-container.active.instagram {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-bottom: 90px; }
      .testimonials-container.active.instagram .read-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
      .testimonials-container.active.instagram .testimonial-item {
        display: inline-block;
        border-bottom: none;
        height: auto;
        min-height: auto;
        padding-bottom: 0;
        border-right: none; }
        @media screen and (max-width: 480px) {
          .testimonials-container.active.instagram .testimonial-item {
            padding: 30px 0 0 0; }
            .testimonials-container.active.instagram .testimonial-item .testimonial-item__info {
              padding: 0 30px; }
            .testimonials-container.active.instagram .testimonial-item .testimonial-item__text {
              margin-top: 18px; } }
        .testimonials-container.active.instagram .testimonial-item:before {
          content: '';
          display: block;
          position: absolute;
          right: -1px;
          width: 1px;
          top: 0;
          height: 5000px;
          background: #e2a8af;
          z-index: 0; }

.testimonial-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  min-height: 320px;
  position: relative;
  border-right: solid 1px #e2a8af; }
  .testimonial-item:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -1px;
    position: absolute;
    background: #e2a8af; }

.testimonial-item__info {
  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; }
  .testimonial-item__info .info__data span {
    margin-left: 0; }

.info__data span {
  display: block;
  text-transform: uppercase;
  color: #b72637;
  font-size: 0.75rem;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-style: italic; }

.info__data p {
  margin-top: 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;
  font-size: 0.75rem;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-style: italic;
  line-height: 1.5; }
  .info__data p i {
    margin-right: 8px; }

.info__user {
  width: 40px;
  height: 40px;
  background: #272663;
  border-radius: 50%;
  color: #fff;
  overflow: hidden;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.75rem;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-style: italic;
  background-size: cover;
  background-position: center; }
  .info__user span {
    color: #fff !important; }

.testimonial-item__text {
  margin-top: 30px;
  text-transform: uppercase;
  color: #5f5e86;
  font-size: 0.75rem;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-style: italic;
  line-height: 1.5; }
  .testimonial-item__text img {
    width: 100%;
    height: auto; }
  .testimonial-item__text iframe {
    width: 100%; }

.testimonial-item__action {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .testimonial-item__action {
      bottom: 40px; } }
  .testimonial-item__action a {
    color: #272663; }
    .testimonial-item__action a:hover {
      text-decoration: underline; }

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #e2a8af; }
  @media screen and (max-width: 640px) {
    .info-box {
      display: block;
      border-top: none; } }

.info-box__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 90px;
  border-right: solid 1px #e2a8af; }
  @media screen and (max-width: 1279px) {
    .info-box__text {
      padding: 30px 60px; } }
  @media screen and (max-width: 959px) {
    .info-box__text {
      padding: 30px; } }
  @media screen and (max-width: 640px) {
    .info-box__text {
      width: 100% !important;
      border-right: none; } }
  .info-box__text h2, .info-box__text h3, .info-box__text h4, .info-box__text h5 {
    color: #000;
    font-size: 1.125rem;
    line-height: 1.33;
    margin-bottom: 30px; }
  .info-box__text p {
    font-size: 0.875rem;
    line-height: 1.43;
    margin-bottom: 30px;
    color: #333; }
  .info-box__text span {
    display: block;
    color: #b72637;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 1.5;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 4px; }

.info-box__banner {
  position: relative; }
  @media screen and (max-width: 640px) {
    .info-box__banner {
      width: 100% !important; } }

.float-cart {
  display: inline-block; }
  @media screen and (max-width: 640px) {
    .float-cart {
      position: static !important; } }
  .float-cart.floating {
    position: fixed;
    top: 60px;
    width: 800px; }
    @media screen and (max-width: 1601px) {
      .float-cart.floating {
        width: 50%; } }
    @media screen and (max-width: 1279px) {
      .float-cart.floating {
        width: 540px; } }
    @media screen and (max-width: 1100px) {
      .float-cart.floating {
        width: 50%; } }
    @media screen and (max-width: 959px) {
      .float-cart.floating {
        width: 400px; } }
    @media screen and (max-width: 800px) {
      .float-cart.floating {
        width: 50%; } }
  .float-cart.bottomed {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media screen and (max-width: 640px) {
      .float-cart.bottomed {
        position: static; } }

.float-info-banner, .float-info-product {
  width: 100%;
  height: 320px; }
  .float-info-banner.floating, .float-info-product.floating {
    position: fixed;
    top: 60px;
    width: 800px; }
    @media screen and (max-width: 1601px) {
      .float-info-banner.floating, .float-info-product.floating {
        width: 50%; } }
    @media screen and (max-width: 1279px) {
      .float-info-banner.floating, .float-info-product.floating {
        width: 540px; } }
    @media screen and (max-width: 959px) {
      .float-info-banner.floating, .float-info-product.floating {
        width: 400px; } }
    @media screen and (max-width: 800px) {
      .float-info-banner.floating, .float-info-product.floating {
        width: 50%; } }
  .float-info-banner.bottomed, .float-info-product.bottomed {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media screen and (max-width: 640px) {
      .float-info-banner.bottomed, .float-info-product.bottomed {
        position: static; } }
  .float-info-banner .banner-simple__body, .float-info-product .banner-simple__body {
    font-size: 32px;
    line-height: 1; }
    @media screen and (max-width: 959px) {
      .float-info-banner .banner-simple__body, .float-info-product .banner-simple__body {
        font-size: 24px;
        line-height: 1.13; } }
  .float-info-banner img, .float-info-product img {
    width: 100%;
    height: auto; }

.legal-info {
  border-top: solid 1px #e2a8af;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 90px;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.4;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #333; }
  @media screen and (max-width: 1279px) {
    .legal-info {
      padding: 30px 60px; } }
  @media screen and (max-width: 640px) {
    .legal-info {
      padding: 30px; } }

.slider-classic {
  height: 320px;
  width: 100%;
  position: relative; }

.slider-classic-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.slider-item {
  height: 100%; }

.banner-responsive, .banner-responsive.swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background: #b72637;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 641px) {
    .banner-responsive, .banner-responsive.swiper-slide {
      height: 480px; } }
  .banner-responsive .banner-responsive__data a, .banner-responsive.swiper-slide .banner-responsive__data a {
    max-height: 70px;
    overflow: hidden; }
  .category-banner .banner-responsive .banner-responsive__data a {
    max-height: 100px;}
    @media screen and (max-width: 641px) {
      .banner-responsive .banner-responsive__data a, .banner-responsive.swiper-slide .banner-responsive__data a {
        max-height: 46px; } }

@media screen and (max-width: 641px) {
  #main-top-slider, .slider-box {
    height: 480px; }
    #main-top-slider .banner-responsive__data, .slider-box .banner-responsive__data {
      margin-left: 0;
      text-align: center;
      width: 100%; }
      #main-top-slider .banner-responsive__data button, .slider-box .banner-responsive__data button {
        left: 0;
        bottom: 10px; }
      #main-top-slider .banner-responsive__data span, .slider-box .banner-responsive__data span {
        position: absolute;
        top: -5px;
        width: 100%;
        text-align: center; }
      #main-top-slider .banner-responsive__data a, .slider-box .banner-responsive__data a {
        top: 274px;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 1.125rem;
        line-height: 1.33;
        text-align: center;
        color: #ffffff;
        margin-top: 0; }
      #main-top-slider .banner-responsive__data p, .slider-box .banner-responsive__data p {
        bottom: 70px;
        position: absolute;
        left: 0;
        width: 100%;
        font-size: 0.875rem;
        line-height: 1.29; }
    #main-top-slider .banner-responsive__img, .slider-box .banner-responsive__img {
      position: absolute;
      width: 232px;
      height: 232px;
      top: 54px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
      #main-top-slider .banner-responsive__img img, .slider-box .banner-responsive__img img {
        max-width: 51px; }
    #main-top-slider .banner-product-wrapper, .slider-box .banner-product-wrapper {
      width: 232px;
      height: 232px; } }

.banner-responsive__img {
  width: 260px;
  min-width: 260px; }
  @media screen and (max-width: 641px) {
    .banner-responsive__img {
      width: 231px;
      min-width: 231px; } }

@media screen and (max-width: 641px) {
  .slider-box .banner-responsive.swiper-slide button {
    width: 100%; } }

.banner-product-wrapper {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  min-width: 260px;
  background: #e2a8af;
  position: relative; }
  @media screen and (max-width: 641px) {
    .banner-product-wrapper {
      width: 231px;
      min-width: 231px;
      height: 231px; } }
  .banner-product-wrapper img {
    max-width: 58px;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.banner-responsive__data {
  margin-left: 35px;
  position: relative;
  width: 100%;
  color: #fff; }
  @media screen and (min-width: 1280px) and (max-width: 1440px) {
    .banner-responsive__data {
      margin-left: 26px; } }
  .banner-responsive__data span {
    font-size: 0.75rem;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 1.5;
    text-transform: uppercase;
    display: block; }
  .banner-responsive__data a {
    color: #fff;
    margin-top: 30px;
    display: block;
    font-size: 2rem;
    line-height: 1.13; }
    .banner-responsive__data a:hover {
      text-decoration: underline; }
  .banner-responsive__data p {
    margin-top: 12px;
    font-size: 1.125rem;
    line-height: 1.33;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
  .banner-responsive__data button {
    position: absolute;
    bottom: 0; }

.article-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); }

.banner-simple {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 69px;
  color: #fff;
  height: 320px;
  text-align: center; }
  .banner-simple span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .banner-simple.big-title .banner-simple__body {
    font-size: 3rem;
    line-height: 1; }
  @media screen and (max-width: 959px) {
    .banner-simple.event {
      padding: 30px; }
      .banner-simple.event .banner-simple__body {
        font-size: 1.5rem;
        line-height: 1.25;
        padding: 0 30px; }
      .banner-simple.event .banner-simple__footer {
        display: none; } }
  @media screen and (max-width: 959px) {
    .banner-simple.event {
      padding: 30px; }
      .banner-simple.event .banner-simple__body {
        font-size: 1.5rem;
        line-height: 1.25;
        padding: 0 30px; } }
  .banner-simple.dark-bg {
    background: #5f5e86; }
  .banner-simple span {
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.banner-simple:hover .banner-simple__body a {
  text-decoration: underline; }

.banner-simple__head {
  text-align: center;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 5; }
  .banner-simple__head ul li {
    display: inline-block; }
    .banner-simple__head ul li:after {
      content: '-';
      padding-left: 5px;
      color: #272663; }
    .banner-simple__head ul li:last-child:after {
      content: none; }
    .banner-simple__head ul li a {
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: left;
      color: #272663;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
      .banner-simple__head ul li a:hover {
        text-decoration: underline; }

.banner-simple__body {
  font-size: 2rem;
  line-height: 1.13;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto; }
  .banner-simple__body p {
    margin-top: 18px;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
  .banner-simple__body.max-width {
    max-width: 420px;
    padding: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .banner-simple__body img, .banner-simple__body i {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px; }
  .banner-simple__body.with-img img {
    max-height: 18px; }

.banner-simple__footer {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .banner-simple__footer {
      bottom: 40px; } }
  .banner-simple__footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    -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; }
    .banner-simple__footer ul li {
      display: inline-block;
      margin-right: 30px;
      position: relative;
      font-size: 0.75rem;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-style: italic;
      text-transform: uppercase; }
      .banner-simple__footer ul li:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        right: -18px;
        top: 5px; }
      .banner-simple__footer ul li:last-child:after {
        content: none; }
  .banner-simple__footer a {
    color: #fff; }
    .banner-simple__footer a:hover {
      text-decoration: underline; }

.slider-classic-controls__left, .slider-classic-controls__right {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px; }
  @media screen and (max-width: 639px) {
    .slider-classic-controls__left, .slider-classic-controls__right {
      display: none; } }

.slider-classic-controls__left {
  left: 30px;
  bottom: 30px;
  background-image: url(img/arrow-left.svg); }

.slider-classic-controls__right {
  right: 30px;
  bottom: 30px;
  background-image: url(img/arrow-right.svg); }

.compilation-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 640px; }
  @media screen and (max-width: 1279px) {
    .compilation-box {
      height: 860px; } }
  @media screen and (max-width: 640px) {
    .compilation-box {
      height: 1160px; }
      .compilation-box .banner-simple {
        height: 340px !important;
        width: 100% !important; } }
  .compilation-box.margin-top {
    margin-top: 30px; }
  .compilation-box.no-borders .banner-simple {
    border-right: none; }
  @media screen and (max-width: 1279px) {
    .compilation-box .product-wide {
      height: 540px;
      position: relative; }
      .compilation-box .product-wide .product-offer {
        position: static;
        -webkit-transform: none !important;
            -ms-transform: none !important;
             -o-transform: none !important;
                transform: none !important;
        text-align: center !important;
        margin-top: 26px !important; }
      .compilation-box .product-wide.fix-title .product__title {
        top: 362px; } }
  @media screen and (max-width: 1279px) and (max-width: 959px) {
    .compilation-box .product-wide.fix-title {
      display: none; } }
  @media screen and (max-width: 1279px) {
      .compilation-box .product-wide .product-list-item__info {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        width: 100%;
        left: 0; }
      .compilation-box .product-wide .product-offer {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
      .compilation-box .product-wide .product-wide__img {
        min-width: 90px;
        max-width: 90px;
        width: 90px;
        height: 236px;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
        position: absolute;
        top: 102px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
      .compilation-box .product-wide .product__title {
        top: 332px;
        text-align: center; } }
  @media screen and (max-width: 640px) {
    .compilation-box .product-wide .product-offer {
      margin-top: 5px !important;
      text-align: left !important; }
    .compilation-box .product-wide .product-price {
      margin-top: 0 !important; }
    .compilation-box .product-wide .product__title {
      margin-top: 5px !important; } }

.product-wide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-right: 1px solid #e2a8af;
  float: left;
  width: 50%; }
  @media screen and (max-width: 640px) {
    .product-wide {
      width: 100% !important;
      height: 240px !important;
      padding: 20px 30px;
      border-right: none;
      border-bottom: 1px solid #e2a8af; }
      .product-wide:last-child {
        border-bottom: none; } }
  @media screen and (max-width: 640px) and (max-width: 480px) {
    .product-wide .product-wide__img {
      width: 60px !important;
      min-width: 60px !important; } }
  @media screen and (max-width: 640px) {
      .product-wide .product-wide__data {
        height: 142px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 640px) and (max-width: 480px) {
      .product-wide .product-wide__data {
        padding-right: 0; } }
  @media screen and (max-width: 640px) {
        .product-wide .product-wide__data .product-action .product-action__buy {
          position: absolute;
          left: -90px;
          top: 40px;
          width: 420px; } }
      @media screen and (max-width: 640px) and (max-width: 480px) {
        .product-wide .product-wide__data .product-action .product-action__buy {
          width: calc(100vw - 70px); } }
  @media screen and (max-width: 640px) {
          .product-wide .product-wide__data .product-action .product-action__buy button.btn-buy {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
        .product-wide .product-wide__data .product-action .product-action__counter {
          width: 100%;
          -webkit-box-flex: 1;
          -webkit-flex: 1 100%;
              -ms-flex: 1 100%;
                  flex: 1 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-right: 30px; } }
      @media screen and (max-width: 640px) and (max-width: 440px) {
        .product-wide .product-wide__data .product-action .product-action__counter {
          padding-right: 0; } }
  @media screen and (max-width: 640px) {
        .product-wide .product-wide__data .product-price {
          margin-top: 0; }
        .product-wide .product-wide__data .product__title {
          font-size: 0.875rem;
          line-height: 1.29;
          text-align: left;
          position: static !important;
          margin-top: 5px; }
        .product-wide .product-wide__data .product-list-item__info {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          position: static !important; }
          .product-wide .product-wide__data .product-list-item__info .product-rate {
            font-size: 0.625rem;
            margin-right: 5px; }
          .product-wide .product-wide__data .product-list-item__info .product-icons i {
            margin: 0 5px; }
          .product-wide .product-wide__data .product-list-item__info .product-data span {
            margin: 0 5px;
            font-size: 0.625rem; }
        .product-wide .product-wide__data .product-offer {
          left: 0 !important;
          margin-top: 5px;
          -webkit-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none;
          position: static !important;
          text-align: left; }
      .product-wide .product-wide__img {
        width: 90px !important;
        height: 140px !important;
        position: static !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
             -o-transform: none !important;
                transform: none !important;
        margin-right: 20px !important; } }

.product-wide__img {
  min-width: 90px;
  width: 90px;
  margin-left: 15px;
  margin-right: 45px; }
  .product-wide__img img {
    height: 100%;
    width: auto; }

.product-wide__data {
  position: relative;
  width: 100%; }
  .product-wide__data .product-offer {
    top: 26px;
    left: 0;
    width: auto; }
  .product-wide__data .product__title {
    top: 79px;
    left: 0;
    text-align: left;
    padding: 0; }
  .product-wide__data .product-list-item__info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .product-wide__data .product-list-item__info .product-rate {
      margin-left: 0; }
  .product-wide__data .product-action {
    padding: 0; }

.product-high {
  height: 640px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px; }
  .product-high .banner-simple__body {
    text-align: center; }
  .product-high .product__title {
    top: 461px; }
    .product-high .product__title .product-price {
      margin-top: 12px; }
  .product-high .product__img {
    max-width: 116px;
    width: 116px;
    left: 50%;
    top: 102px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
    .product-high .product__img img {
      max-width: 116px;
      height: auto;
      max-height: 320px; }

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.compilation-banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 30px 0 30px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .compilation-banner {
      padding: 30px 0 0 0; } }
  .compilation-banner:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    bottom: -1px; }

.promo-info-box .academy-prod-block {
  padding: 0;
  border-top: 1px solid #e2a8af; }
  @media screen and (max-width: 640px) {
    .promo-info-box .academy-prod-block .body .product-wide .product-wide__data .product__title {
      margin-top: 5px !important; } }
  .promo-info-box .academy-prod-block:after {
    content: none; }

.category-description,
.brands-description{
  border-top: 1px solid #e9e9ef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  text-align: center; }
  .category-description .product__data-category {
    margin-bottom: 20px; }
    .category-description .product__data-category li {
      display: inline-block;
      margin-right: 1px; }
      .category-description .product__data-category li:after {
        content: '-';
        padding-left: 1px; }
      .category-description .product__data-category li:last-child:after {
        content: none; }
    .category-description .product__data-category a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 1279px) {
    .category-description {
      padding-bottom: 0; } }
  .category-description.no-bottom-padding {
    padding-bottom: 0; }
  .category-description h1, .category-description h2 {
    font-size: 1.5rem;
    line-height: 1.25; }
  .category-description p {
    text-transform: uppercase;
    max-width: 720px;
    margin: 12px auto 0 auto;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    color: #333; }
.brands-description p {
  max-width: 720px;
  margin: 12px auto 0 auto;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  color: #333; }

.category-pre-filter {
  text-align: center;
  margin-top: 30px;
  position: relative; }
  .category-pre-filter:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.37)), color-stop(11%, rgba(255, 255, 255, 0.37)), color-stop(18%, rgba(255, 245, 255, 0.44)), color-stop(74%, white), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.37) 11%, rgba(255, 245, 255, 0.44) 18%, white 74%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.37) 11%, rgba(255, 245, 255, 0.44) 18%, white 74%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.37) 11%, rgba(255, 245, 255, 0.44) 18%, white 74%, white 100%); }
  .category-pre-filter a:hover {
    text-decoration: underline; }
  @media screen and (max-width: 959px) {
    .category-pre-filter ul {
      white-space: nowrap;
      overflow-y: auto;
      position: relative; } }
  .category-pre-filter ul li {
    display: inline-block;
    position: relative;
    font-size: 0.75rem;
    font-style: italic;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    margin: 0 15px; }
    @media screen and (max-width: 1279px) {
      .category-pre-filter ul li {
        white-space: nowrap;
        margin: 0 12px;
        margin-bottom: 6px; } }
    .category-pre-filter ul li:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #b72637;
      position: absolute;
      top: 5px;
      right: -17px; }
    .category-pre-filter ul li:last-child:after {
      content: none; }
    .category-pre-filter ul li a {
      color: #b72637; }

.active-filters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border-bottom: 1px solid #e2a8af; }

.active-filters-item {
  display: block;
  position: relative;
  margin-bottom: 18px; }
  .active-filters-item:last-child {
    margin-bottom: 0; }
  .active-filters-item span {
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    color: #333333; }
  .active-filters-item div {
    margin-left: 17px;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: left;
    color: #272663; }
  .active-filters-item i {
    position: absolute;
    cursor: pointer;
    right: 0; }

.cat-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 30px 12px 0;
  margin-top: 18px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .cat-info.menu-open {
    z-index: 9 !important; }
  @media screen and (max-width: 640px) {
    .cat-info {
      padding: 0;
      border-top: 1px solid #e2a8af; }
      .cat-info.back {
        z-index: 1 !important; }
      .cat-info.floated {
        position: fixed;
        width: 480px;
        background: #fff;
        -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.11);
                box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.11);
        border-top: 1px solid #d3d3e0;
        z-index: 95;
        top: 42px;
        -webkit-animation: translate .3s;
             -o-animation: translate .3s;
                animation: translate .3s; } }
    @media screen and (max-width: 640px) and (max-width: 500px) {
      .cat-info.floated {
        width: 100%; } }

.cat-info__count {
  margin-left: 30px; }
  @media screen and (max-width: 1279px) {
    .cat-info__count {
      margin-left: 40px; } }
  @media screen and (max-width: 640px) {
    .cat-info__count {
      display: none; } }

.cat-info__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 22px 0 30px;
  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 screen and (max-width: 1279px) {
    .cat-info__title {
      width: 33% !important; } }
  @media screen and (max-width: 959px) {
    .cat-info__title {
      width: 75% !important; } }
  @media screen and (max-width: 640px) {
    .cat-info__title {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 21px 30px;
      width: 40% !important; }
      .cat-info__title .reset-filter-all {
        display: none; } }

.reset-filter-all {
  font-size: 0.875rem;
  color: #272663;
  cursor: pointer; }
  .reset-filter-all i {
    margin-left: 8px; }

@media screen and (max-width: 640px) {
  .hide-mob {
    display: none; } }

.hide-desk {
  display: none; }
  @media screen and (max-width: 640px) {
    .hide-desk {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .hide-desk i {
        margin-left: 12px; } }

.content {
  border-top: 1px solid #e2a8af;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media screen and (max-width: 640px) {
    .content {
      max-width: 100vw;
      overflow: hidden; } }

.cat-info__sort {
  position: absolute;
  top: 12px;
  right: 30px;
  color: #272663;
  cursor: pointer; }
  @media screen and (max-width: 959px) {
    .cat-info__sort {
      right: 30px; } }
  @media screen and (max-width: 840px) {
    .cat-info__sort span small {
      display: none; } }
  @media screen and (max-width: 640px) {
    .cat-info__sort {
      top: 22px;
      position: static;
      display: block;
      margin-right: 30px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 22px;
      text-align: right; }
      .cat-info__sort span small {
        display: none; } }
  .cat-info__sort.right-align {
    right: 30px;
    top: -10px; }
  .cat-info__sort .sorting-popular {
    position: absolute;
    right: -21px;
    top: 32px;
    z-index: 90;
    background: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 229px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18px 20px 18px 30px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px); }
    .cat-info__sort .sorting-popular li {
      position: relative; }
      .cat-info__sort .sorting-popular li a {
        color: #272663; }
    .cat-info__sort .sorting-popular.visible {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0); }
      @media screen and (max-width: 640px) {
        .cat-info__sort .sorting-popular.visible {
          left: 0;
          top: 100%;
          border-radius: 0;
          rigth: 0;
          width: 100%; } }
    .cat-info__sort .sorting-popular:before {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      background: #fff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      border-top: 1px solid #e9e9ef;
      border-left: 1px solid #e9e9ef;
      position: absolute;
      right: 32px;
      top: -7px; }
    .cat-info__sort .sorting-popular li {
      font-size: 0.875rem;
      line-height: 1.29;
      text-align: left;
      position: relative;
      color: #272663;
      margin-bottom: 18px; }
      .cat-info__sort .sorting-popular li.active:after {
        content: '';
        display: block;
        position: absolute;
        right: -10px;
        width: 28px;
        height: 18px;
        top: 0;
        background-size: 28px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(img/icon_checkbox.png); }
      .cat-info__sort .sorting-popular li:last-child {
        margin-bottom: 0; }
      .cat-info__sort .sorting-popular li:hover {
        text-decoration: underline; }

.ask-expert {
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  color: #333333;
  margin-bottom: 80px; }
  .ask-expert a {
    color: #272663;
    text-decoration: underline; }

.cat-info__show {
  position: absolute;
  top: 12px;
  right: 30px;
  color: #272663;
  cursor: pointer; }
  @media screen and (max-width: 959px) {
    .cat-info__show {
      display: none; } }
  .cat-info__show .sorting-count {
    position: absolute;
    right: -21px;
    top: 32px;
    z-index: 90;
    background: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 120px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18px 20px 18px 30px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px); }
    .cat-info__show .sorting-count li {
      position: relative; }
      .cat-info__show .sorting-count li a {
        color: #272663; }
    .cat-info__show .sorting-count.visible {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0); }
    .cat-info__show .sorting-count:before {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      background: #fff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      border-top: 1px solid #e9e9ef;
      border-left: 1px solid #e9e9ef;
      position: absolute;
      right: 22px;
      top: -7px; }
    .cat-info__show .sorting-count li {
      font-size: 0.875rem;
      line-height: 1.29;
      text-align: left;
      color: #272663;
      margin-bottom: 18px; }
      .cat-info__show .sorting-count li.active:after {
        content: '';
        display: block;
        position: absolute;
        right: -10px;
        width: 28px;
        height: 18px;
        top: 0;
        background-size: 28px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(img/icon_checkbox.png); }
      .cat-info__show .sorting-count li:last-child {
        margin-bottom: 0; }
      .cat-info__show .sorting-count li:hover {
        text-decoration: underline; }

.filter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 30px 18px 30px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  @media screen and (max-width: 640px) {
    .filter {
      padding: 18px 30px; } }
  .filter.floating {
    position: fixed;
    top: 60px;
    width: 399px; }
    @media screen and (max-width: 1601px) {
      .filter.floating {
        width: 25%; } }
    @media screen and (max-width: 1279px) {
      .filter.floating {
        width: 333px; } }
    @media screen and (max-width: 1096px) {
      .filter.floating {
        width: 31%; } }
    @media screen and (max-width: 959px) {
      .filter.floating {
        width: 399px; } }
    @media screen and (max-width: 820px) {
      .filter.floating {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .filter.floating {
        position: static;
        width: 100%; } }
  .filter.bottomed {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%; }
    @media screen and (max-width: 1279px) {
      .filter.bottomed {
        width: 31%; } }
    @media screen and (max-width: 959px) {
      .filter.bottomed {
        width: 399px; } }
    @media screen and (max-width: 820px) {
      .filter.bottomed {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .filter.bottomed {
        position: static;
        width: 100%; } }

.filter-item {
  margin-bottom: 18px; }
  .filter-item .icon-minus {
    display: none; }
  .filter-item .icon-plus {
    display: inline-block; }
  .filter-item ul, .filter-item .filter-price {
    display: none; }
  .filter-item.font-mono label {
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
  .filter-item.opened .icon-minus {
    display: inline-block; }
  .filter-item.opened .icon-plus {
    display: none; }
  .filter-item.opened ul {
    display: block; }
  .filter-item.opened .filter-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .filter-item.opened .filter-item__title span {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #333; }
  .filter-item ul {
    margin-top: 12px;
    margin-bottom: 30px; }
    .filter-item ul li {
      display: block;
      margin-bottom: 18px;
      color: #272663; }
      .filter-item ul li input {
        display: none; }
      .filter-item ul li input + span {
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 2px;
        border: 1px solid #b72637;
        margin-right: 8px;
        position: relative; }
      .filter-item ul li input:checked + span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(img/check.svg) #b72637;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px; }
      .filter-item ul li label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        color: #272663;
        font-size: 0.8125rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }

.mobile-title {
  display: none; }
  @media screen and (max-width: 640px) {
    .mobile-title {
      display: block;
      font-size: 1.125rem;
      line-height: 1.33;
      text-align: left;
      color: #000000;
      margin-bottom: 18px; } }

.filter-head {
  display: none; }
  @media screen and (max-width: 640px) {
    .filter-head {
      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;
      font-size: 0.875rem;
      line-height: 1.29;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 21px 30px;
      text-align: left;
      color: #272663;
      cursor: pointer;
      border-bottom: 1px solid #e2a8af; }
      .filter-head i.drop-btn {
        margin-right: 12px;
        margin-left: 0;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg); } }
  @media screen and (orientation: landscape) {
    .filter-head {
      display: none; } }

.filter-item__title {
  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;
  cursor: pointer;
  color: #272663;
  line-height: 1.29; }

.filter-price {
  border: solid 1px #e2a8af;
  border-radius: 2px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  width: 100%; }
  .filter-price input {
    height: 40px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 35px;
    padding-right: 10px;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    width: 50%; }
    .filter-price input:first-child {
      border-right: solid 1px #e2a8af; }
  .filter-price span {
    position: absolute;
    font-size: 0.875rem;
    line-height: 1.29;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    top: 10px;
    left: 12px; }
    .filter-price span:first-child {
      left: 22px; }
    .filter-price span:last-child {
      left: 53%; }

.category-products {
  border-left: 1px solid #e2a8af;
  position: relative; }
  .category-products:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #fff;
    top: 0;
    right: 0;
    position: absolute; }
  .category-products .load-more:before {
    content: none; }
  @media screen and (max-width: 959px) {
    .category-products {
      width: 50%;
      max-width: calc(100% / 2); } }
  @media screen and (max-width: 640px) {
    .category-products {
      width: 100% !important;
      max-width: 100%;} }
  @media screen and (max-width: 959px) {
    .category-products .category-banner {
      height: 480px;
      position: relative;
      width: 100%;
      padding: 0; }
      .category-products .category-banner .banner-responsive .banner-responsive__data, .category-products .category-banner .banner-responsive.swiper-slide .banner-responsive__data {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin-left: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 18px 30px 40px 30px; }
        .category-products .category-banner .banner-responsive .banner-responsive__data a, .category-products .category-banner .banner-responsive.swiper-slide .banner-responsive__data a {
          position: absolute;
          top: 304px;
          left: 30px;
          right: 30px;
          margin-top: 0; }
        .category-products .category-banner .banner-responsive .banner-responsive__data button, .category-products .category-banner .banner-responsive.swiper-slide .banner-responsive__data button {
          bottom: 40px;
          left: 30px;
          right: 30px;
          width: calc(100% - 60px); }
        .category-products .category-banner .banner-responsive .banner-responsive__data p, .category-products .category-banner .banner-responsive.swiper-slide .banner-responsive__data p {
          position: absolute;
          bottom: 98px;
          font-size: 0.875rem;
          line-height: 1.29;
          left: 30px;
          right: 30px; }
      .category-products .category-banner .banner-responsive .banner-responsive__img, .category-products .category-banner .banner-responsive.swiper-slide .banner-responsive__img {
        width: 232px;
        height: 232px;
        top: 54px;
        min-width: 232px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
        .category-products .category-banner .banner-responsive .banner-responsive__img .banner-product-wrapper, .category-products .category-banner .banner-responsive.swiper-slide .banner-responsive__img .banner-product-wrapper {
          width: 232px;
          height: 232px;
          min-width: 232px; }
        .category-products .category-banner .banner-responsive .banner-responsive__img img, .category-products .category-banner .banner-responsive.swiper-slide .banner-responsive__img img {
          max-height: 208px; } }
  .category-products .product-list-item {
    border-bottom: 1px solid #e2a8af;
    border-right: 1px solid #e2a8af; }
    @media screen and (max-width: 1279px) {
      .category-products .product-list-item {
        width: 50%; } }
    @media screen and (max-width: 959px) {
      .category-products .product-list-item {
        width: 100%;
        height: 240px;
        padding: 20px 30px; } }
  @media screen and (max-width: 959px) and (max-width: 640px) {
    .category-products .product-list-item .product-offer span {
      padding: 0 8px;
      line-height: 1.125rem; } }
    @media screen and (max-width: 959px) {
        .category-products .product-list-item .product-action {
          position: absolute;
          left: 90px;
          top: 60px;
          width: auto;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          width: calc(100% - 90px);
          padding-bottom: 0;
          max-width: calc(100% - 90px); }
          .category-products .product-list-item .product-action .product-action__counter {
            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-flex: 1;
            -webkit-flex: 1 100%;
                -ms-flex: 1 100%;
                    flex: 1 100%;
            width: calc(100% - 90px); }
          .category-products .product-list-item .product-action .product-action__buy {
            position: absolute;
            bottom: 20px;
            width: calc(100% + 30px);
            left: -60px; }
            .category-products .product-list-item .product-action .product-action__buy button.btn-buy {
              -webkit-box-flex: 1;
              -webkit-flex-grow: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1; }
        .category-products .product-list-item .product-price {
          margin-top: 1px; }
        .category-products .product-list-item .product__title {
          position: static;
          margin-top: 5px;
          font-size: 0.875rem;
          line-height: 1.29;
          text-align: left;
          padding-right: 0;
          padding-left: 90px; }
        .category-products .product-list-item .product-offer {
          position: static;
          margin-top: 10px;
          text-align: left;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 90px; }
          .category-products .product-list-item .product-offer span {
            padding: 0 4px;
            white-space: nowrap; } }
      @media screen and (max-width: 959px) and (max-width: 640px) {
        .category-products .product-list-item .product-offer span {
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: calc(100% - 30px); } }
    @media screen and (max-width: 959px) {
        .category-products .product-list-item .product-list-item__info {
          padding-left: 90px;
          text-align: left;
          font-size: 0.625rem;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .category-products .product-list-item .product-list-item__info .product-rate {
            margin-left: -5px;
            margin-right: 5px; }
          .category-products .product-list-item .product-list-item__info span, .category-products .product-list-item .product-list-item__info i {
            margin: 0 5px; }
        .category-products .product-list-item .product__img {
          position: absolute;
          left: 30px;
          top: 20px;
          height: 140px;
          width: 60px;
          text-align: center; }
          .category-products .product-list-item .product__img img {
            max-height: 100%;
            max-width: 90px;} }

.category-banner, .full-width-banner {
  height: 380px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border-bottom: 1px solid #e2a8af; }
  @media screen and (max-width: 640px) {
    .category-banner, .full-width-banner {
      padding: 0; } }
  @media screen and (max-width: 640px) and (max-width: 640px) {
    .category-banner .banner-simple__body, .full-width-banner .banner-simple__body {
      font-size: 2rem;
      line-height: 1.13; } }
  @media screen and (max-width: 640px) {
      .category-banner .banner-simple, .full-width-banner .banner-simple {
        height: 100%; } }
  .category-banner.academy, .full-width-banner.academy {
    background: #f3f3f3; }
    @media screen and (max-width: 640px) {
      .category-banner.academy, .full-width-banner.academy {
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        padding-bottom: 30px;
        margin-bottom: 0;
        border-bottom: none; } }
  .category-banner.big-title .banner-simple__body, .full-width-banner.big-title .banner-simple__body {
    font-size: 3rem;
    line-height: 1; }
    @media screen and (max-width: 640px) {
      .category-banner.big-title .banner-simple__body, .full-width-banner.big-title .banner-simple__body {
        font-size: 2rem;
        line-height: 1.13; } }
  .category-banner.top-border, .full-width-banner.top-border {
    border-top: 1px solid #e2a8af;
    border-bottom: none; }
  .category-banner .banner-responsive a, .full-width-banner .banner-responsive a {
    font-size: 3rem;
    line-height: 1; }
    @media screen and (max-width: 1279px) {
      .category-banner .banner-responsive a, .full-width-banner .banner-responsive a {
        font-size: 2rem;
        line-height: 1.13; } }
    @media screen and (max-width: 959px) {
      .category-banner .banner-responsive a, .full-width-banner .banner-responsive a {
        font-size: 1.125rem;
        line-height: 1.33; } }
  .category-banner .banner-responsive button, .full-width-banner .banner-responsive button {
    right: 0;
    width: 360px; }
  @media screen and (max-width: 641px) {
    .category-banner .banner-responsive, .full-width-banner .banner-responsive {
      height: 480px;
      position: relative; }
      .category-banner .banner-responsive .banner-responsive__data, .full-width-banner .banner-responsive .banner-responsive__data {
        margin-left: 0;
        text-align: center;
        width: 100%; }
        .category-banner .banner-responsive .banner-responsive__data button, .full-width-banner .banner-responsive .banner-responsive__data button {
          left: 0;
          bottom: 10px;
          width: 100%; }
        .category-banner .banner-responsive .banner-responsive__data span, .full-width-banner .banner-responsive .banner-responsive__data span {
          position: absolute;
          top: -5px;
          width: 100%;
          text-align: center; }
        .category-banner .banner-responsive .banner-responsive__data a, .full-width-banner .banner-responsive .banner-responsive__data a {
          top: 274px;
          position: absolute;
          left: 0;
          width: 100%;
          text-align: center;
          font-size: 1.125rem;
          line-height: 1.33;
          text-align: center;
          color: #ffffff;
          margin-top: 0; }
        .category-banner .banner-responsive .banner-responsive__data p, .full-width-banner .banner-responsive .banner-responsive__data p {
          bottom: 70px;
          position: absolute;
          left: 0;
          width: 100%;
          font-size: 0.875rem;
          line-height: 1.29; }
      .category-banner .banner-responsive .banner-responsive__img, .full-width-banner .banner-responsive .banner-responsive__img {
        position: absolute;
        width: 232px;
        height: 232px;
        top: 54px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
        .category-banner .banner-responsive .banner-responsive__img .banner-product-wrapper, .full-width-banner .banner-responsive .banner-responsive__img .banner-product-wrapper {
          width: 232px;
          height: 232px;
          min-width: 232px; }
        .category-banner .banner-responsive .banner-responsive__img img, .full-width-banner .banner-responsive .banner-responsive__img img {
          max-width: 51px; } }

@media screen and (max-width: 641px) {
  .category-banner {
    height: 480px;
    padding: 0;
    margin-bottom: 30px; } }

.load-more, .show-all {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
  position: relative; }
  .load-more.no-bottom, .show-all.no-bottom {
    padding: 30px 0 0 0; }
  .load-more.padding-sides, .show-all.padding-sides {
    padding-left: 30px;
    padding-right: 30px; }
  .load-more:before, .show-all:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    top: 0;
    left: -1px; }

.load-more-btn {
  height: 60px;
  border-radius: 3px;
  background-color: transparent;
  border: solid 2px #d3d3e0;
  cursor: pointer;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.29;
  text-align: center;
  color: #272663;
  font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  @media screen and (max-width: 959px) {
    .load-more-btn {
      height: 40px; } }
  .load-more-btn:hover {
    background: #d3d3e0; }

.fast-lk {
  position: relative; }
  .fast-lk i {
    cursor: pointer; }

.enter-lk {
  position: absolute;
  width: 360px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px 30px 24px;
  border-radius: 2px;
  right: 1px;
  top: 0;
  z-index: 90;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05); }
  .enter-lk.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  .enter-lk:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: -10px;
    right: 22px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #e9e9ef;
    border-left: 1px solid #e9e9ef; }
  .enter-lk a {
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: center;
    color: #272663; }
    .enter-lk a:hover {
      text-decoration: underline; }

.enter-lk__account {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 0; }

.enter-lk__logout {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 0 0 0;
  border-top: 1px dotted #e2a8af; }

.enter-lk__username {
  font-size: 1.125rem;
  line-height: 1.33;
  text-align: center;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 0;
  border-bottom: 1px dotted #e2a8af; }

.lk-modal {
  position: absolute;
  width: 360px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px 30px 24px;
  border-radius: 2px;
  right: -23px;
  top: 40px;
  z-index: 89;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05); }
  .lk-modal.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  .lk-modal.auth {
    right: -11px;
    top: 60px; }
  .lk-modal:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: -10px;
    right: 22px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #e9e9ef;
    border-left: 1px solid #e9e9ef; }

.lk-modal__body {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6px; }
  .lk-modal__body label.invalid {
    color: #b72637; }
    .lk-modal__body label.invalid + input {
      color: #b72637;
      border-color: #e2a8af; }
  .lk-modal__body a.btn-classic {
    display: inline-block;
    width: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 40px;
    border-radius: 2px;
    line-height: 2.5rem;
    background: #272663;
    color: #fff; }
    .lk-modal__body a.btn-classic:hover {
      background: #5f5e86; }
  .lk-modal__body p {
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
    color: #333333;
    margin-bottom: 30px; }
    .lk-modal__body p.reddy {
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: center;
      color: #b72637;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 12px; }
  .lk-modal__body button {
    margin-top: 30px; }
    .lk-modal__body button.btn-text-blue {
      margin-top: 18px;
      text-align: center; }
  .lk-modal__body input {
    border-radius: 2px;
    background-color: transparent;
    border: solid 1px #e2a8af;
    width: 100%;
    height: 40px;
    font-size: 0.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 12px;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
  .lk-modal__body label {
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    color: #333333;
    display: block;
    margin-bottom: 12px; }
  .lk-modal__body form {
    width: 100%; }

.lk-modal__body-action {
  text-align: center; }

.lk-modal__head {
  text-align: center;
  border-bottom: 1px dotted #e2a8af;
  height: 60px;
  line-height: 3.75rem;
  font-size: 1.125rem;
  text-align: center;
  color: #000000;
  position: relative; }
  .lk-modal__head i {
    position: absolute;
    display: none;
    top: 15px;
    right: 15px; }
    @media screen and (max-width: 680px) {
      .lk-modal__head i {
        display: inline-block; } }

.academy-menu {
  margin-top: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px; }
  @media screen and (max-width: 640px) {
    .academy-menu {
      margin-bottom: 20px; } }
  .academy-menu.no-after li:after {
    content: none; }
  @media screen and (max-width: 640px) {
    .academy-menu.no-after {
      padding: 0; }
      .academy-menu.no-after:after {
        right: 0;
        width: 30px; }
      .academy-menu.no-after li {
        padding-right: 2px; }
        .academy-menu.no-after li:after {
          content: '';
          margin-right: 5px;
          width: 4px;
          heigth: 6px;
          min-width: 4px; } }
  @media screen and (max-width: 640px) {
    .academy-menu {
      position: relative; }
      .academy-menu:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 30px;
        top: 0;
        height: 20px;
        width: 60px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.37)), color-stop(11%, rgba(255, 255, 255, 0.37)), color-stop(18%, rgba(255, 245, 255, 0.44)), color-stop(74%, white), to(white));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.37) 11%, rgba(255, 245, 255, 0.44) 18%, white 74%, white 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.37) 11%, rgba(255, 245, 255, 0.44) 18%, white 74%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.37) 11%, rgba(255, 245, 255, 0.44) 18%, white 74%, white 100%); } }
  @media screen and (max-width: 640px) {
    .academy-menu.italic-font {
      padding-bottom: 30px;
      margin-bottom: -10px;
      border-bottom: 1px solid #e2a8af; } }
  .academy-menu.italic-font li {
    text-transform: uppercase;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    font-style: italic;
    text-align: center;
    color: #272663; }
    @media screen and (max-width: 640px) {
      .academy-menu.italic-font li {
        color: #b72637; } }
    .academy-menu.italic-font li a {
      color: #272663; }
      @media screen and (max-width: 640px) {
        .academy-menu.italic-font li a {
          color: #b72637; } }
  .academy-menu ul {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      .academy-menu ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        overflow-x: auto;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
    .academy-menu ul li {
      display: inline-block;
      height: 40px;
      line-height: 2.5rem;
      font-size: 0.875rem;
      text-align: left;
      color: #272663;
      padding: 0 20px; }
      @media screen and (max-width: 640px) {
        .academy-menu ul li {
          display: inline;
          white-space: nowrap;
          padding: 0;
          height: auto;
          text-transform: uppercase;
          line-height: 1.5; }
          .academy-menu ul li:after {
            content: '';
            display: inline-block;
            width: 6px;
            height: 6px;
            background: #b72637;
            position: relative;
            top: -1px;
            border-radius: 50%;
            margin-left: 12px;
            margin-right: 12px; } }
      .academy-menu ul li.active {
        background: #b72637; }
        @media screen and (max-width: 640px) {
          .academy-menu ul li.active {
            background: none; } }
        .academy-menu ul li.active a {
          color: #fff; }
          @media screen and (max-width: 640px) {
            .academy-menu ul li.active a {
              color: #b72637; } }
      .academy-menu ul li:hover {
        background: #e2a8af; }
        @media screen and (max-width: 640px) {
          .academy-menu ul li:hover {
            background: none; } }
        .academy-menu ul li:hover a {
          color: #fff; }
          @media screen and (max-width: 640px) {
            .academy-menu ul li:hover a {
              color: #b72637; } }
      .academy-menu ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #272663;
        text-align: center; }
        @media screen and (max-width: 640px) {
          .academy-menu ul li a {
            display: inline;
            color: #b72637;
            font-size: 0.75rem;
            font-style: italic;
            line-height: 1.5;
            text-align: center;
            color: #b72637;
            font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; } }

.product {
  border-top: 1px solid #e9e9ef;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .product {
      height: 600px; } }
  @media screen and (max-width: 959px) {
    .product {
      height: auto; } }
  .product .product-offer {
    z-index: 3;
    top: 30px;
    left: 30px;
    text-align: left;
    display: inline-block;
    width: auto; }
    @media screen and (max-width: 959px) {
      .product .product-offer {
        top: 20px;
        left: 60px; } }
    @media screen and (max-width: 801px) {
      .product .product-offer {
        top: 20px;
        left: 60px; } }
    @media screen and (max-width: 641px) {
      .product .product-offer {
        top: 15px;
        left: 30px; } }
    @media screen and (max-width: 440px) {
      .product .product-offer {
        top: -40px; } }

.icon-star {
  position: relative; }
  .icon-star .rate-status {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 30px;
    width: 234px;
    position: absolute;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    text-align: center;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    z-index: 92;
    text-align: center;
    color: #333333;
    right: -20px;
    bottom: 180%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px); }
    @media screen and (max-width: 959px) {
      .icon-star .rate-status {
        right: unset;
        left: -22px;
        bottom: 40px; } }
    .icon-star .rate-status.visible {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      position: absolute;
      right: -20px;
      bottom: 180%; }
    .icon-star .rate-status:after {
      content: '';
      display: inline-block;
      width: 16px;
      background: #fff;
      height: 16px;
      position: absolute;
      border-right: 1px solid rgba(0, 0, 0, 0.24);
      border-top: 1px solid rgba(0, 0, 0, 0.24);
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
           -o-transform: rotate(135deg);
              transform: rotate(135deg);
      bottom: -9px;
      right: 20px; }
      @media screen and (max-width: 959px) {
        .icon-star .rate-status:after {
          right: unset;
          left: 20px; } }

.product__images-container {
  height: 100%; }

.product__images-item {
  width: 100%;
  height: 100%;
  position: relative; }
  .product__images-item.set img {
    max-height: 658px; }
    @media screen and (max-width: 1279px) {
      .product__images-item.set img {
        max-height: 500px; } }
    .product__images-item.set img:nth-child(1) {
      left: 23%; }
    .product__images-item.set img:nth-child(3) {
      left: 77%; }
  .product__images-item img {
    max-height: 765px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 1279px) {
      .product__images-item img {
        max-height: 500px; } }

.product__images {
  background: #eeeef0; }
  .product__images.swiper-container {
    height: 100%; }

.gallery-controls__right, .gallery-controls__left {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  z-index: 8;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(img/arrow-right.svg); }
  @media screen and (max-width: 959px) {
    .gallery-controls__right, .gallery-controls__left {
      display: none; } }
  .gallery-controls__right.swiper-button-disabled, .gallery-controls__left.swiper-button-disabled {
    visibility: hidden; }

.gallery-controls__left {
  background-image: url(img/arrow-right.svg);
  z-index: 9;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
       -o-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg); }

.product__data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 90px;
  position: relative;
  z-index: 7; }
  .product__data:hover {
    z-index: 11; }
  @media screen and (max-width: 1279px) {
    .product__data {
      padding: 30px 70px 30px 50px; } }
  @media screen and (max-width: 959px) {
    .product__data {
      width: 100% !important;
      padding: 30px 0; }
      .product__data .product__data-category {
        padding: 0 60px; }
      .product__data .product-list-item__info {
        padding: 0 60px; }
      .product__data .legal {
        padding: 0 60px; }
      .product__data .product-title {
        padding: 0 60px;
        margin-top: 30px; }
      .product__data .product-subtitle {
        padding: 0 60px; }
      .product__data .product-selector {
        padding: 0 60px; } }
    @media screen and (max-width: 959px) and (max-width: 641px) {
      .product__data .product-selector {
        display: none; } }
  @media screen and (max-width: 959px) {
      .product__data .product-price-box {
        padding: 0 60px; }
      .product__data .product-info {
        padding: 0 60px; }
      .product__data .product-buy {
        padding: 0 60px; }
      .product__data .back-mob-info-960 {
        padding: 0 60px; }
      .product__data .product-search {
        padding: 0 60px; }
      .product__data .product-contact {
        padding: 0 60px; } }
  @media screen and (max-width: 641px) {
    .product__data {
      padding: 20px 0; }
      .product__data .product-description__values {
        display: none; }
      .product__data .product-description {
        display: block; }
        .product__data .product-description .product-description__keys {
          width: 100%; }
          .product__data .product-description .product-description__keys li {
            background-image: none;
            margin-bottom: 12px; }
            .product__data .product-description .product-description__keys li a {
              font-size: 0.875rem;
              line-height: 1.29;
              text-align: left;
              color: #272663; }
              .product__data .product-description .product-description__keys li a:after {
                content: '-';
                margin-right: 5px;
                padding-left: 6px; }
              .product__data .product-description .product-description__keys li a:last-child:after {
                content: none; }
            .product__data .product-description .product-description__keys li div {
              margin-top: 4px; }
        .product__data .product-description .product-description__values {
          width: 100%; }
      .product__data .product-comp {
        display: block;
        margin-top: 0; }
        .product__data .product-comp .product-comp__list, .product__data .product-comp .product-glass__list {
          margin-right: 0;
          width: 100%;
          margin-bottom: 12px; }
          .product__data .product-comp .product-comp__list div, .product__data .product-comp .product-glass__list div {
            margin-top: 4px; }
      .product__data .back-mob-info-960 {
        padding: 0 30px; }
      .product__data .product-search {
        padding: 0 30px; }
      .product__data .product-contact {
        display: none; }
      .product__data .product-buy {
        padding: 0 30px 30px 30px;
        border-bottom: 1px solid #e2a8af; }
      .product__data .product-info {
        padding: 0 30px;
        margin-top: 18px; }
      .product__data .product-price-box {
        padding: 0 30px;
        padding-top: 17px;
        margin-top: 0; }
        .product__data .product-price-box .product-price__count {
          width: 170px; } }
      @media screen and (max-width: 641px) and (max-width: 440px) {
        .product__data .product-price-box .product-price__count {
          width: 126px;
          max-width: 126px; } }
  @media screen and (max-width: 641px) {
        .product__data .product-price-box .product-price__price span {
          font-size: 0.875rem;
          line-height: 1.29; }
      .product__data .product__data-category {
        padding: 0 30px; }
      .product__data .product-list-item__info {
        padding: 0 30px;
        margin-top: 12px !important;
        font-size: 0.75rem;
        line-height: 1.5; }
        .product__data .product-list-item__info span {
          font-size: 0.75rem;
          margin: 0 5px; }
      .product__data .product-title {
        padding: 0 30px;
        font-size: 1.125rem;
        line-height: 1.33;
        margin-top: 20px; }
      .product__data .product-subtitle {
        padding: 0 30px;
        margin-top: 5px;
        font-size: 0.75rem;
        font-style: italic;
        line-height: 1.5; } }
  .product__data .product-list-item__info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 18px; }
    .product__data .product-list-item__info .product-rate {
      margin-left: 0; }

.product-image-wrapper {
/*height: 900px;*/ }
  @media screen and (max-width: 1279px) {
    .product-image-wrapper {
      height: 600px; } }

.product-img-mob-960 {
  display: none; }
  @media screen and (max-width: 959px) {
    .product-img-mob-960 {
      display: block;
      height: 600px;
      margin-top: 30px;
      position: relative; }
      .product-img-mob-960 .product-image-wrapper {
        width: 100%;
        height: 100%; } }
  @media screen and (max-width: 640px) {
    .product-img-mob-960 {
      height: 480px;
      position: relative; } }
  @media screen and (max-width: 640px) and (max-width: 440px) {
    .product-img-mob-960 .dark-dots {
      bottom: 10px !important; } }
  @media screen and (max-width: 640px) {
      .product-img-mob-960 .dark-dots span {
        margin: 0 5px; }
      .product-img-mob-960 .product__images-item img {
        max-height: 390px; } }
  @media screen and (max-width: 440px) {
    .product-img-mob-960 {
      height: 320px;
      margin-top: 45px; }
      .product-img-mob-960 .product__images-item img {
        max-height: 260px; } }

[data-rate] {
  cursor: pointer; }

.product__data-category {
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #272663;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1.5; }
  .product__data-category a {
    color: #272663; }
    .product__data-category a:after {
      content: '\2014';
      padding-left: 5px; }
    .product__data-category a:last-child:after {
      content: none; }

.product-title {
  margin-top: 33px;
  font-size: 1.5rem;
  line-height: 1.25; }
  .product-title span {
    font-size: 1.125rem;
    line-height: 1.67;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    padding-left: 10px; }

.product-subtitle {
  margin-top: 4px;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  color: #333;
  text-transform: uppercase; }

.result-box-img {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 60px 60px 60px;
  margin-bottom: -31px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .result-box-img {
      padding: 30px; } }
  .result-box-img a {
    color: #fff;
    text-decoration: underline; }
  .result-box-img p {
    padding: 0 30px !important;
    color: #fff !important; }
  .result-box-img h1 {
    color: #fff !important; }
    .result-box-img h1 a {
      color: #fff; }
  .result-box-img i {
    margin-bottom: 12px; }

.product-selector {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .product-selector div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .product-selector div:first-child {
      min-width: 108px; }
  .product-selector span {
    display: inline-block;
    margin-bottom: 4px;
    width: 54px;
    height: 30px;
    line-height: 1.875rem;
    text-align: center;
    color: #272663;
    border-left: 1px solid #e2a8af;
    font-size: 0.75rem;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .product-selector span:hover {
      background: #e2a8af;
      color: #fff; }
    .product-selector span.none {
      color: #bebed0; }
      .product-selector span.none:hover {
        background: #fff;
        cursor: text; }
    .product-selector span.selected {
      background: #b72637;
      color: #fff;
      border-left: none; }
    .product-selector span.selected + span {
      border-left: none; }

.product-selector__value span:first-child {
  border-left: none; }

.product-price-box {
  margin-top: 30px;
  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 screen and (max-width: 440px) {
    .product-price-box {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }

.rates-block-box a {
  display: block; }

.product-price__price.sell span:first-child {
  text-decoration: line-through;
  margin-right: 12px; }
  @media screen and (max-width: 440px) {
    .product-price__price.sell span:first-child {
      display: block; } }

.product-price__price.sell span:last-child {
  color: #b72637; }

.product-price__price span {
  font-size: 1.125rem;
  line-height: 1.33;
  color: #000;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }

.product-info {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #333;
  margin-top: 4px;
  max-width: 300px; }
  .product-info.unavailable {
    color: #b72637;
    max-width: 300px; }

.product-buy {
  margin-top: 30px; }
  .product-buy .product-action__buy .btn-buy {
    width: 100%; }

.product-description {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.product-desc-mob {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 50px;
  border-bottom: 1px solid #e2a8af;
  position: relative;
  min-height: 320px;
  display: none; }
  @media screen and (max-width: 1279px) {
    .product-desc-mob {
      display: block; } }
  @media screen and (max-width: 959px) {
    .product-desc-mob {
      display: none; } }
  .product-desc-mob .product-description {
    margin-top: 0; }
    .product-desc-mob .product-description li span {
      margin: 0;
      font-size: 0.75rem;
      line-height: 1.5;
      text-align: left;
      color: #333333;
      text-transform: none; }
  .product-desc-mob:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -1px; }

.product-description__keys {
  display: inline-block;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5; }
  .product-description__keys div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 641px) {
      .product-description__keys div {
        display: block;
        margin-bottom: 11px; } }
    .product-description__keys div li:first-child {
      width: 235px;
      margin-right: 60px;
      background-image: url(img/dots.jpg);
      background-position: 0 10px;
      background-repeat: repeat-x; }
      @media screen and (max-width: 1441px) {
        .product-description__keys div li:first-child {
          width: 215px;
          margin-right: 30px;
          min-width: 215px; } }
      @media screen and (max-width: 1279px) {
        .product-description__keys div li:first-child {
          width: 205px;
          min-width: 205px; } }
      @media screen and (max-width: 959px) {
        .product-description__keys div li:first-child {
          width: 235px;
          min-width: 235px;
          margin-right: 60px; } }
      @media screen and (max-width: 641px) {
        .product-description__keys div li:first-child {
          width: 100%;
          min-width: 100%;
          display: block;
          margin-bottom: 0 !important; } }
      .product-description__keys div li:first-child span {
        display: inline-block;
        background: #fff;
        padding-right: 3px; }
    .product-description__keys div li:last-child {
      width: 255px;
      font-size: 0.75rem;
      line-height: 1.5; }
      @media screen and (max-width: 641px) {
        .product-description__keys div li:last-child {
          width: 100%;
          display: block;
          margin-bottom: 0 !important; } }
      .product-description__keys div li:last-child a {
        color: #272663; }
        .product-description__keys div li:last-child a:after {
          content: '-';
          padding-left: 6px;
          margin-right: 3px; }
        .product-description__keys div li:last-child a:last-child:after {
          content: none; }

.product-comp__list {
  width: 235px;
  min-width: 215px;
  margin-right: 60px; }
  @media screen and (max-width: 1441px) {
    .product-comp__list {
      width: 215px;
      margin-right: 30px; } }
  @media screen and (max-width: 1279px) {
    .product-comp__list {
      width: 205px;
      min-width: 205px; } }
  @media screen and (max-width: 959px) {
    .product-comp__list {
      width: 235px;
      min-width: 235px;
      margin-right: 60px; } }

.product-glass__list {
  width: 255px; }

.product-comp {
  margin-top: 30px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.product-container {
  position: relative; }

.fav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .fav-list .product-list-item {
    border-top: 1px solid #e2a8af;
    position: relative; }
    .fav-list .product-list-item:after {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      height: 1px;
      bottom: -1px;
      left: 0;
      background: #e2a8af; }

.product-comp__list div, .product-glass__list div {
  margin-top: 10px; }
  .product-comp__list div i, .product-glass__list div i {
    margin-right: 20px;
    position: relative;
    cursor: pointer; }
    .product-comp__list div i:hover .tooltip, .product-glass__list div i:hover .tooltip {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: visible; }

.product-icons i {
  cursor: pointer; }
  .product-icons i:hover .tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible; }

.tooltip {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-style: italic;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #333333;
  padding: 12px 30px;
  top: -65px;
  right: -20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  white-space: nowrap; }
  @media screen and (max-width: 640px) {
    .tooltip {
      right: unset !important;
      left: -15px; } }
  .tooltip:after {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    height: 12px;
    background: #fff;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
    border-top: 1px solid #e9e9ef;
    border-left: 1px solid #e9e9ef;
    right: 18px;
    bottom: -6px; }
    @media screen and (max-width: 640px) {
      .tooltip:after {
        right: unset;
        left: 18px; } }

.product-search {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.29;
  color: #272663; }
  .product-search a {
    color: #272663; }
    .product-search a:hover {
      text-decoration: underline; }

.partners-item {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 210px;
  text-align: center;
  margin-bottom: 30px; }
  .partners-item.map {
    padding: 60px 120px; }
    @media screen and (max-width: 960px) {
      .partners-item.map {
        padding: 30px 30px; } }
  @media screen and (max-width: 800px) {
    .partners-item {
      padding: 30px 140px; } }
  @media screen and (max-width: 641px) {
    .partners-item {
      padding: 30px 60px; } }
  @media screen and (max-width: 481px) {
    .partners-item {
      padding: 30px;
      margin-bottom: 0;
      border-bottom: 1px dotted #e2a8af; } }
  .partners-item:last-child {
    margin-bottom: 0; }
  .partners-item.small-padding {
    padding: 60px 120px; }
    @media screen and (max-width: 959px) {
      .partners-item.small-padding {
        padding: 60px; } }
    @media screen and (max-width: 800px) {
      .partners-item.small-padding {
        padding: 60px 30px; } }
  .partners-item .partners-form {
    padding-top: 30px;
    border-top: 1px dotted #e2a8af; }
    .partners-item .partners-form button {
      margin-top: 12px;
      border-radius: 2px; }
  .partners-item .link {
    margin-top: 30px;
    text-align: center;
    color: #272663;
    font-size: 0.875rem;
    line-height: 1.29; }
    .partners-item .link a {
      color: #272663;
      text-align: center; }
      .partners-item .link a:hover {
        text-decoration: underline; }
  .partners-item .map {
    margin-top: 60px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 959px) {
      .partners-item .map {
        margin-top: 30px; } }
    @media screen and (max-width: 800px) {
      .partners-item .map {
        display: none; } }
    .partners-item .map i {
      cursor: pointer;
      position: absolute; }
      .partners-item .map i:nth-child(2) {
        left: 92px;
        bottom: 150px; }
      .partners-item .map i:nth-child(3) {
        left: 90px;
        top: 177px; }
      .partners-item .map i:nth-child(4) {
        left: 317px;
        bottom: 20px; }
      .partners-item .map i:nth-child(5) {
        left: 55px;
        bottom: 108px; }
      .partners-item .map i:nth-child(6) {
        right: 277px;
        bottom: 37px; }
      .partners-item .map i:nth-child(7) {
        left: 90px;
        top: 194px; }
      .partners-item .map i:nth-child(8) {
        right: 73px;
        bottom: 10px; }
      .partners-item .map i:nth-child(9) {
        left: 75px;
        bottom: 65px; }
      .partners-item .map i:nth-child(10) {
        left: 74px;
        bottom: 102px; }
      .partners-item .map i:nth-child(11) {
        left: 202px;
        bottom: 83px; }
      .partners-item .map i:nth-child(12) {
        left: 165px;
        bottom: 99px; }
      .partners-item .map i:nth-child(13) {
        right: 276px;
        bottom: 18px; }
      .partners-item .map i:nth-child(14) {
        left: 140px;
        bottom: 100px; }
      .partners-item .map i:nth-child(15) {
        left: 28px;
        top: 173px; }
      .partners-item .map i:nth-child(16) {
        left: 30px;
        bottom: 60px; }
      .partners-item .map i:nth-child(17) {
        left: 367px;
        bottom: 55px; }
      .partners-item .map i:nth-child(18) {
        left: 80px;
        bottom: 112px; }
      .partners-item .map i:nth-child(19) {
        right: 200px;
        bottom: 175px; }
      .partners-item .map i:nth-child(20) {
        left: 122px;
        bottom: 123px; }
      .partners-item .map i:nth-child(21) {
        left: 313px;
        bottom: 32px; }
      .partners-item .map i:nth-child(22) {
        left: 261px;
        bottom: 44px; }
      .partners-item .map i:nth-child(23) {
        left: 108px;
        bottom: 96px; }
      .partners-item .map i:nth-child(24) {
        left: 184px;
        bottom: 97px; }
      .partners-item .map i:nth-child(25) {
        left: 46px;
        bottom: 73px; }
      .partners-item .map i:nth-child(26) {
        left: 133px;
        bottom: 80px; }
      .partners-item .map i:nth-child(27) {
        left: 109px;
        bottom: 79px; }
      .partners-item .map i:nth-child(28) {
        left: 1px;
        bottom: 92px; }
      .partners-item .map i:nth-child(29) {
        left: 7px;
        bottom: 85px; }
      .partners-item .map i:nth-child(30) {
        left: 20px;
        bottom: 62px; }
      .partners-item .map i:nth-child(31) {
        left: 47px;
        bottom: 48px; }
      .partners-item .map i:nth-child(32) {
        left: 128px;
        bottom: 86px; }
      .partners-item .map i:nth-child(33) {
        left: 330px;
        bottom: 53px; }
      .partners-item .map i:nth-child(34) {
        left: 232px;
        bottom: 75px; }
      .partners-item .map i:nth-child(35) {
        left: 127px;
        bottom: 93px; }
      .partners-item .map i:nth-child(36) {
        left: 164px;
        bottom: 73px; }
      .partners-item .map i:nth-child(37) {
        left: 196px;
        bottom: 66px; }
      .partners-item .map i:nth-child(38) {
        left: 1px;
        bottom: 84px; }
      .partners-item .map i:nth-child(39) {
        left: 113px;
        bottom: 148px; }
      .partners-item .map i:nth-child(40) {
        left: 71px;
        bottom: 180px; }
      .partners-item .map i:hover .tooltip {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        visibility: visible; }
    .partners-item .map img {
      width: 100%;
      height: auto; }
  .partners-item .description {
    margin-bottom: 30px; }
    .partners-item .description p {
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: center;
      color: #333333; }
  .partners-item i {
    margin-bottom: 30px; }
  .partners-item h3, .partners-item h2, .partners-item h4, .partners-item h5, .partners-item h6 {
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: center;
    color: #000;
    margin-bottom: 30px; }
  .partners-item p {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: #000; }

.city-list {
  margin-top: 30px;
  text-align: center; }
  .city-list ul {
    max-width: 440px;
    display: columns;
    -webkit-column-count: 3;
            column-count: 3;
    margin: 0 auto;
    text-align: left; }
    @media screen and (max-width: 640px) {
      .city-list ul {
        -webkit-column-count: 2;
                column-count: 2; } }
    .city-list ul li {
      display: block;
      break-inside: avoid-column;
      -webkit-column-break-inside: avoid;
      vertical-align: top;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-right: 10px;
      font-size: 0.75rem;
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-style: italic;
      line-height: 1.5;
      cursor: pointer;
      text-align: left;
      color: #333333; }
      .city-list ul li:hover {
        text-decoration: underline; }
  @media screen and (max-width: 640px) {
    .city-list ul {
      max-width: 270px; }
      .city-list ul li {
        padding-right: 5px;
        width: 115px; } }

.input-group {
  position: relative;
  margin-bottom: 18px; }
  .input-group label {
    display: block;
    margin-bottom: 13px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    color: #333333; }
    .input-group label.invalid {
      color: #b72637 !important; }
      .input-group label.invalid + input {
        color: #b72637 !important;
        border-color: #e2a8af !important; }
  .input-group input {
    width: 100%;
    border-radius: 2px;
    background-color: transparent;
    border-width: 1px;
    border: solid 1px #e2a8af;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 12px;
    font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
    font-size: 0.875rem; }
  .input-group .spinner {
    position: absolute;
    border: 1px solid #272663;
    border-top: 1px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    right: 12px;
    bottom: 11px;
    -webkit-animation: spin 2s linear infinite;
         -o-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite; }

.product-contact {
  margin-top: 30px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1279px) {
    .product-contact {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .product-contact.service {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0; }
    @media screen and (max-width: 481px) {
      .product-contact.service {
        background: #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 30px 30px 18px 30px;
        margin-top: -30px;
        margin-bottom: -30px; }
        .product-contact.service.hide-mobile > div {
          display: none; } }
  .product-contact.centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-contact div {
    margin-right: 24px;
    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; }
    @media screen and (max-width: 1279px) {
      .product-contact div {
        margin-bottom: 12px; } }
    .product-contact div i {
      margin-right: 8px; }
  .product-contact a {
    color: #333; }

.product-tabs {
  border-right: 1px solid #e2a8af;
  border-top: 1px solid #e2a8af;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.product-tabs-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.product-tabs-list li {
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 3.75rem;
  height: 60px;
  text-align: center;
  font-size: 0.875rem;
  color: #272663;
  border-right: 1px solid #e2a8af;
  cursor: pointer; }
  .product-tabs-list li:last-child {
    border-right: 0; }
  .product-tabs-list li.active {
    background: #b72637;
    color: #fff; }

.tab-container-descr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 60px;
  border-top: 1px solid #e2a8af;
  display: none; }
  .tab-container-descr.dish button {
    margin-bottom: 30px;
    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;
    border: none;
    background: none;
    color: #272663;
    font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.29;
    margin-left: 0;
    cursor: pointer;
    padding-left: 0; }
    .tab-container-descr.dish button i {
      margin-right: 8px; }
  .tab-container-descr.dish ul {
    display: block;
    margin-bottom: 18px; }
    .tab-container-descr.dish ul li {
      font-size: 1rem;
      line-height: 1.5;
      text-align: left;
      color: #000000;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: auto;
      border-right: none;
      padding-left: 16px;
      position: relative;
      cursor: text; }
      .tab-container-descr.dish ul li:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        top: 9px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #000; }
  .tab-container-descr.active {
    display: block; }
  .tab-container-descr span {
    color: #b72637;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    font-style: italic;
    margin: 0 0 4px 0;
    display: block; }
  .tab-container-descr p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: justify;}

.no-testimonials {
  text-align: center;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 47px;
  padding: 0 30px; }
  .no-testimonials button {
    margin-top: 30px;
    display: block;
    width: 100%; }

.expert-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0; }

.expert-info {
  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-top: 1px dotted #e2a8af;
  padding-top: 30px; }

.expert-info__name a {
  color: #272663; }
  .expert-info__name a:hover {
    text-decoration: underline; }

.expert-info__name span {
  font-size: 0.875rem;
  line-height: 1.29;
  color: #272663;
  text-transform: none; }

.expert-info__name p {
  font-size: 0.75rem;
  color: #333;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0; }

.expert-info__avatar .info__user span {
  color: #fff; }

.expert-text {
  margin-top: 30px;
  font-size: 0.75rem;
  color: #5f5e86;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.5; }

.expert-banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  height: auto;
  border-top: 1px solid #e2a8af;
  border-bottom: 1px solid #e2a8af;
  border-right: none; }
  .expert-banner .product-float-head {
    position: static; }
  .expert-banner .product-float-body {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin-top: 55px; }
    .expert-banner .product-float-body p {
      margin-bottom: 0;
      font-size: 2rem;
      line-height: 1.13; }
    .expert-banner .product-float-body span {
      margin-top: 4px;
      margin-bottom: 74px; }

@media screen and (max-width: 640px) {
  .product-list-item .product-float-body img {
    display: none; } }

@media screen and (max-width: 640px) {
  .product-list-item .product-float-body span {
    max-height: 36px;
    overflow: hidden; } }

.mobile-vintage-choose {
  border-bottom: 1px solid #e2a8af;
  display: none; }
  @media screen and (max-width: 641px) {
    .mobile-vintage-choose {
      display: block; } }

.mobile-vintage-choose-tabs {
  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-sizing: border-box;
          box-sizing: border-box;
  padding: 21px 30px; }
  .mobile-vintage-choose-tabs 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;
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: left;
    color: #272663;
    cursor: pointer; }
    .mobile-vintage-choose-tabs div span {
      margin-left: 4px; }
    .mobile-vintage-choose-tabs div i {
      margin-left: 8px;
      margin-right: 0; }

.mobile-vintage-choose-containers {
  padding: 0 !important;
  display: block !important;
  margin-top: 0 !important; }
  .mobile-vintage-choose-containers .product-selector__value {
    border-top: 1px solid #e2a8af;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 21px 30px;
    position: relative;
    display: none; }
    .mobile-vintage-choose-containers .product-selector__value.visible {
      display: block; }
    .mobile-vintage-choose-containers .product-selector__value:after {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-top: 1px solid #e2a8af;
      border-left: 1px solid #e2a8af;
      position: absolute;
      top: -7px;
      left: 73px;
      background: #fff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
  .mobile-vintage-choose-containers .product-selector__year {
    border-top: 1px solid #e2a8af;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 21px 30px;
    position: relative;
    display: none; }
    .mobile-vintage-choose-containers .product-selector__year.visible {
      display: block; }
    .mobile-vintage-choose-containers .product-selector__year:after {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-top: 1px solid #e2a8af;
      border-left: 1px solid #e2a8af;
      position: absolute;
      top: -7px;
      right: 33px;
      background: #fff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }

.rates-block {
  margin-top: 30px; }
  .rates-block p {
    font-size: 0.875rem;
    line-height: 1.29;
    color: #272663; }
    .rates-block p a {
      color: #272663; }

.float-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 30px;
  background: #fff;
  font-size: 1.125rem;
  line-height: 1.33;
  text-align: left;
  color: #000000;
  width: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: #fff;
  z-index: 95;
  border-top: 1px solid #d3d3e0;
  display: none; }
  @media screen and (max-width: 481px) {
    .float-title {
      font-size: 0.75rem;
      line-height: 1.17;
      padding: 10px 15px; } }
  .float-title.menu-open {
    z-index: 94; }
  .float-title.floated {
    position: fixed;
    top: 60px;
    width: 480px;
    background: #fff;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.11);
    -webkit-animation: translate .3s;
         -o-animation: translate .3s;
            animation: translate .3s; }
    @media screen and (max-width: 801px) {
      .float-title.floated {
        width: 100%;
        display: block; } }
    @media screen and (max-width: 641px) {
      .float-title.floated {
        width: 100%;
        display: block;
        max-width: 480px; } }

.float-product {
  border-top: 1px solid #e2a8af;
  position: relative; }
  @media screen and (max-width: 959px) {
    .float-product {
      display: none; } }
  .float-product .product-wide {
    border-right: none;
    padding: 0;
    border-bottom: 1px solid #e2a8af; }
    .float-product .product-wide.set img {
      max-height: 237px !important; }
      .float-product .product-wide.set img:nth-child(1) {
        left: 20%; }
      .float-product .product-wide.set img:nth-child(3) {
        left: 80%; }
    .float-product .product-wide .product-wide__data {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 30px 90px; }
      @media screen and (max-width: 1430px) {
        .float-product .product-wide .product-wide__data {
          padding: 30px 60px; } }
      @media screen and (max-width: 1279px) {
        .float-product .product-wide .product-wide__data {
          padding: 30px; } }
    .float-product .product-wide .product-offer {
      left: 85px;
      top: 55px; }
      @media screen and (max-width: 1430px) {
        .float-product .product-wide .product-offer {
          position: static;
          margin-top: 8px;
          text-align: left; }
          .float-product .product-wide .product-offer span {
            margin: 0; } }
    .float-product .product-wide .product__title {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 90px;
      top: 107px; }
      @media screen and (max-width: 1430px) {
        .float-product .product-wide .product__title {
          position: static;
          padding: 0;
          margin-top: 30px; } }
    .float-product .product-wide .product-action {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 90px 30px 90px; }
      @media screen and (max-width: 1430px) {
        .float-product .product-wide .product-action {
          padding: 0 60px 30px 60px; } }
      .float-product .product-wide .product-action .btn-buy--140 {
        width: 109px; }
      @media screen and (max-width: 1279px) {
        .float-product .product-wide .product-action {
          padding: 0 30px 30px 30px; } }
  @media screen and (max-width: 1279px) and (max-width: 641px) {
    .float-product .product-wide .product-action {
      width: 109px; } }
    .float-product .product-wide .product-price span {
      margin: 0; }
      @media screen and (max-width: 1279px) {
        .float-product .product-wide .product-price span {
          text-transform: none; } }
    .float-product .product-wide .product-wide__img {
      width: 240px;
      min-width: 240px;
      background: #eeeef0;
      text-align: center;
      position: relative;
      margin: 0; }
      @media screen and (max-width: 1430px) {
        .float-product .product-wide .product-wide__img {
          width: 210px;
          min-width: 210px; } }
      @media screen and (max-width: 1100px) {
        .float-product .product-wide .product-wide__img {
          width: 150px;
          min-width: 150px; } }
      .float-product .product-wide .product-wide__img img {
        max-height: 260px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

.pink-bg {
  background: #e2a8af; }

.blue-bg {
  background: #272663; }

.red-bg {
  background: #b72637; }

.games {
  background: #b72637; }

.dark-grey-bg {
  background: #5f5e86;
  color: #fff; }
  .dark-grey-bg .banner-simple__body {
    text-align: center; }
  .dark-grey-bg a {
    color: #fff; }

.white-bg {
  background: #fff;
  color: #272663; }
  .white-bg a {
    color: #272663; }

.grey-bg {
  background: #bebed0; }

.pink-bg {
  background: #e2a8af; }

.read-more {
  height: 60px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #e2a8af; }
  @media screen and (max-width: 640px) {
    .read-more {
      border-bottom: 1px solid #e2a8af; } }
  .read-more button {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
    border: none;
    text-align: center;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #272663;
    font-size: 0.875rem; }
    .read-more button:hover {
      text-decoration: underline; }

.comp-line-2 {
  heigth: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px; }

.compilations-head {
  border-bottom: 1px solid #e2a8af; }

.compilations-head, .classic-head {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border-top: 1px solid #d3d3e0; }
  @media screen and (max-width: 640px) {
    .compilations-head, .classic-head {
      padding: 18px 30px 30px 30px; } }
  .compilations-head .banner-simple.white-bg .banner-simple__head li a, .classic-head .banner-simple.white-bg .banner-simple__head li a {
    color: #b72637; }
    .compilations-head .banner-simple.white-bg .banner-simple__head li a:hover, .classic-head .banner-simple.white-bg .banner-simple__head li a:hover {
      text-decoration: underline; }
  .compilations-head .product-contact, .classic-head .product-contact {
    margin-top: 60px;
    -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; }
  .compilations-head.cart-success, .classic-head.cart-success {
    padding-top: 60px;
    padding-bottom: 0; }
    @media screen and (max-width: 640px) {
      .compilations-head.cart-success, .classic-head.cart-success {
        padding-top: 30px; }
        .compilations-head.cart-success .product-contact, .classic-head.cart-success .product-contact {
          margin-bottom: 12px;
          -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;
          margin-top: 30px; }
          .compilations-head.cart-success .product-contact > div, .classic-head.cart-success .product-contact > div {
            margin-right: 0; } }
    .compilations-head.cart-success h1, .classic-head.cart-success h1 {
      margin-top: 12px; }
    .compilations-head.cart-success .go-back, .classic-head.cart-success .go-back {
      display: block;
      text-align: center;
      margin-top: 30px;
      margin-bottom: -30px; }
      @media screen and (max-width: 640px) {
        .compilations-head.cart-success .go-back, .classic-head.cart-success .go-back {
          margin-bottom: 0; } }
      .compilations-head.cart-success .go-back:hover, .classic-head.cart-success .go-back:hover {
        text-decoration: underline; }
  .compilations-head.banner-head, .classic-head.banner-head {
    height: 320px;
    padding: 0; }
  .compilations-head h1, .compilations-head h2, .classic-head h1, .classic-head h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: center;
    color: #000000; }
  .compilations-head p, .classic-head p {
    margin-top: 12px;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }

.cart-box, .account-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e2a8af; }

.cart-box__items, .cart-box__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cart-box__items {
  position: relative; }
  .cart-box__items .product-wide {
    padding: 0;
    border-bottom: 1px solid #e2a8af; }
    .cart-box__items .product-wide:last-child {
      border-bottom: none; }
    .cart-box__items .product-wide .product-wide__data {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 30px 90px; }
      .cart-box__items .product-wide .product-wide__data .product-list-item__info {
        position: static; }
      .cart-box__items .product-wide .product-wide__data .product__present {
        margin-top: 30px; }
        .cart-box__items .product-wide .product-wide__data .product__present input {
          display: none; }
        .cart-box__items .product-wide .product-wide__data .product__present input + span {
          display: inline-block;
          width: 18px;
          height: 18px;
          vertical-align: middle;
          cursor: pointer;
          border-radius: 2px;
          border: 1px solid #b72637;
          margin-right: 8px;
          position: relative; }
        .cart-box__items .product-wide .product-wide__data .product__present input:checked + span {
          background: #b72637; }
          .cart-box__items .product-wide .product-wide__data .product__present input:checked + span:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(img/check.svg) #b72637;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 12px; }
      .cart-box__items .product-wide .product-wide__data label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        color: #272663;
        font-size: 0.8125rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .cart-box__items .product-wide .product-wide__data .product-offer {
        position: static;
        text-align: left;
        margin-top: 8px; }
      .cart-box__items .product-wide .product-wide__data .product__title {
        position: static;
        margin-top: 30px; }
      .cart-box__items .product-wide .product-wide__data .product-action {
        left: 90px;
        bottom: 30px; }
    .cart-box__items .product-wide .product-wide__img {
      width: 240px;
      min-width: 240px;
      margin: 0;
      background: #eeeef0;
      text-align: center;
      position: relative; }
      .cart-box__items .product-wide .product-wide__img img {
        max-height: 260px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

.cart-remove-item {
  position: absolute;
  left: 30px;
  z-index: 2;
  top: 30px;
  cursor: pointer; }

.cart-box__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 90px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  @media screen and (min-width: 640px) {
    .cart-box__info {
      position: -webkit-sticky;
      position: sticky;
      top: 60px; } }
  .cart-box__info h2 {
    font-size: 1.125rem;
    line-height: 1.33;
    text-align: center;
    color: #000000; }

.cart-box__info-sum {
  margin-top: 30px; }
  .cart-box__info-sum input {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    border: solid 1px #e2a8af; }
    .cart-box__info-sum input:focus {
      border: solid 1px #272663; }
  .cart-box__info-sum li {
    width: 100%;
    background-image: url(img/dots.jpg);
    background-position: 0 10px;
    background-repeat: repeat-x;
    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: 0.75rem;
    line-height: 1.5;
    text-align: left;
    color: #333333; }
    .cart-box__info-sum li.last-item {
      margin-top: 30px; }
    .cart-box__info-sum li.no-border {
      background-image: none; }
    .cart-box__info-sum li.discount {
      color: #b72637;
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-style: italic; }
      .cart-box__info-sum li.discount span:nth-child(2) {
        text-transform: none;
        font-style: normal; }
    .cart-box__info-sum li span {
      display: inline-block;
      background: #fff;
      padding-right: 3px; }
      .cart-box__info-sum li span:nth-child(2) {
        padding-left: 20px;
        background: #fff;
        display: inline-block;
        font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }

.cart-info__delivery {
  margin-top: 30px;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }

.cart-info__checkout {
  margin-top: 30px; }
  .cart-info__checkout button {
    width: 100%; }

.cart-info__info {
  margin-top: 30px;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  color: #b72637;
  text-transform: uppercase;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
  .cart-info__info a {
    color: #b72637; }
    .cart-info__info a:hover {
      text-decoration: underline; }

.dark-page {
  background: #f3f3f3;
  padding-bottom: 30px; }

.service-box {
  max-width: 960px;
  margin: 0 auto;
  width: 960px;
  padding-bottom: 30px; }
  @media screen and (max-width: 959px) {
    .service-box {
      max-width: 840px;
      width: 100%; } }
  @media screen and (max-width: 800px) {
    .service-box {
      max-width: 680px; } }
  .service-box.padding-top {
    padding-top: 30px; }
    @media screen and (max-width: 481px) {
      .service-box.padding-top {
        padding-top: 0;
        border-top: 1px solid #d3d3e0; } }
  @media screen and (max-width: 481px) {
    .service-box .partners-item {
      overflow: hidden;
      word-break: break-all; } }

@media screen and (max-width: 481px) {
  body.modal-opened {
    position: fixed;
    width: 100%;
    overflow: hidden; } }

.service-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .service-item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    .service-item {
      height: auto;
      display: block; } }

#map {
  max-width: 50%;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    #map {
      max-width: 100%; } }
  @media screen and (max-width: 640px) {
    #map {
      height: 250px !important; } }

.map-title {
  font-size: 1.125rem;
  line-height: 1.33;
  text-align: left;
  color: #000000;
  font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif; }

.service-item__map, .service-item__info {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .service-item__map iframe, .service-item__info iframe {
    width: 100%;
    height: 100%; }
  .service-item__map > ymaps, .service-item__info > ymaps {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 800px) {
  .service-item__map {
    height: 400px;
    width: 100%; } }

@media screen and (max-width: 321px) {
  .service-item__map {
    height: 320px; } }

@media screen and (max-width: 800px) {
  .service-item__info {
    height: 352px;
    width: 100%;
    padding: 30px 140px 30px 140px !important; } }

@media screen and (max-width: 641px) {
  .service-item__info {
    padding: 30px 60px 30px 60px !important;
    height: auto; } }

@media screen and (max-width: 481px) {
  .service-item__info {
    padding: 30px 0 !important;
    padding-bottom: 0 !important; } }

.mobile-map-link {
  display: none; }

.google-tel {
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
  color: #333333;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
  .google-tel a {
    color: #333333; }
  .google-tel i {
    margin-right: 5px; }

.metro-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 481px) {
    .metro-item {
      padding: 0 30px;
      border-bottom: 1px dotted #e2a8af; }
      .metro-item:first-child {
        margin-bottom: 30px;
        padding-bottom: 30px; }
      .metro-item:last-child {
        border-bottom: none; }
      .metro-item .mobile-map-link {
        margin-top: -12px;
        display: block; }
        .metro-item .mobile-map-link a {
          font-size: 0.875rem;
          line-height: 1.29;
          text-align: left;
          color: #272663; }
          .metro-item .mobile-map-link a:hover {
            text-decoration: underline; } }

.google-time {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  color: #333333;
  margin-top: 4px;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }

.google-metro {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  color: #b72637;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  margin-top: 12px;
  text-transform: uppercase; }
  .google-metro i {
    position: relative;
    top: -2px; }
    .google-metro i.metro {
      width: 14px;
      height: 14px;
      border: 1px solid #b72637;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 50%;
      display: inline-block;
      font-size: 0.5625rem;
      color: #b72637;
      text-align: center;
      line-height: 0.75rem;
      margin-right: 8px; }

.service-item__info {
  padding: 60px 60px 20px 60px; }
  .service-item__info .adress {
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: left;
    color: #000000; }
    @media screen and (max-width: 800px) {
      .service-item__info .adress {
        font-size: 1.125rem;
        line-height: 1.33; } }
  .service-item__info .action {
    margin-top: 30px; }
    .service-item__info .action a {
      color: #272663;
      font-size: 0.875rem;
      line-height: 1.29; }
  .service-item__info .info {
    margin-top: 10px;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
    color: #333333;
    text-transform: uppercase;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    margin-bottom: 30px; }
    .service-item__info .info i {
      position: relative;
      top: -2px; }
      .service-item__info .info i.metro {
        width: 14px;
        height: 14px;
        border: 1px solid #b72637;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 50%;
        display: inline-block;
        font-size: 0.5625rem;
        color: #b72637;
        text-align: center;
        line-height: 0.75rem;
        margin-right: 8px; }
    .service-item__info .info p {
      margin-bottom: 4px; }
      .service-item__info .info p.red {
        color: #b72637; }
      .service-item__info .info p.tel i {
        margin-right: 8px; }
      .service-item__info .info p:last-child {
        margin-bottom: 0; }
      .service-item__info .info p a {
        color: #333333; }

.questions-box {
  background: #fff;
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 60px 120px; }
  @media screen and (max-width: 959px) {
    .questions-box {
      padding: 60px 90px; } }
  @media screen and (max-width: 640px) {
    .questions-box {
      padding: 30px; } }
  @media screen and (max-width: 480px) {
    .questions-box {
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; } }

.qa-item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 90px;
  border-bottom: 1px solid #e2a8af; }
  @media screen and (max-width: 640px) {
    .qa-item {
      padding: 30px; } }
  @media screen and (max-width: 480px) {
    .qa-item {
      padding: 18px 30px; } }
  .qa-item.open .answer {
    display: block; }
  .qa-item .question {
    font-size: 1.125rem;
    line-height: 1.33;
    text-align: left;
    color: #000;
    cursor: pointer; }
    @media screen and (max-width: 640px) {
      .qa-item .question {
        font-size: 1rem;
        line-height: 1.5; } }
    .qa-item .question:hover {
      text-decoration: underline; }
  .qa-item .answer {
    margin-top: 18px;
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: left;
    color: #000;
    display: none; }
    @media screen and (max-width: 640px) {
      .qa-item .answer {
        font-size: 0.75rem;
        margin-top: 12px;
        line-height: 1.5; } }
  .qa-item:first-child {
    border-top: 1px solid #e2a8af; }

@media screen and (max-width: 480px) {
  .dark-page {
    background: #fff; } }

@media screen and (max-width: 480px) {
  .dark-page .classic-head {
    background: #fff; } }

@media screen and (max-width: 640px) {
  .dark-page .classic-head h1 {
    font-size: 1.125rem;
    line-height: 1.33; } }

.oferta-box {
  background: #fff;
  max-width: 960px;
  width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 60px 210px;
  max-width: 100%; }
  @media screen and (max-width: 959px) {
    .oferta-box {
      padding: 60px 120px; } }
  @media screen and (max-width: 640px) {
    .oferta-box {
      padding: 30px; } }
  @media screen and (max-width: 480px) {
    .oferta-box {
      padding: 12px 30px 30px 30px; } }
  .oferta-box .line {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
    height: 3px;
    background-image: url(img/dots.jpg);
    background-position: 0 -2px;
    background-repeat: repeat-x; }
  .oferta-box h1, .oferta-box h2, .oferta-box h3 {
    color: #000;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "BasisGrotesquePro-Bold", Arial, Helvetica, sans-serif;
    margin-bottom: 15px; }
    @media screen and (max-width: 480px) {
      .oferta-box h1, .oferta-box h2, .oferta-box h3 {
        font-size: 0.875rem;
        line-height: 1.125rem;
        margin-bottom: 0; } }
  .oferta-box ul {
    padding-left: 15px; }
  .oferta-box p, .oferta-box ul {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.5rem; }
    @media screen and (max-width: 480px) {
      .oferta-box p, .oferta-box ul {
        font-size: 0.875rem;
        line-height: 1.125rem;
        margin-bottom: 0; } }
    .oferta-box p li, .oferta-box ul li {
      list-style: disc; }

.account-box__info, .account-box__orders {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.account-box__info {
  border-right: 1px solid #e2a8af;
  padding: 30px 90px; }
  @media screen and (max-width: 1080px) {
    .account-box__info {
      padding: 30px; } }
  .account-box__info .box__body {
    margin-top: 30px; }
    .account-box__info .box__body div {
      margin-bottom: 30px; }
      .account-box__info .box__body div ul.socials li {
        cursor: pointer;
        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; }
      .account-box__info .box__body div ul.socials i {
        margin-right: 12px; }
      .account-box__info .box__body div ul li {
        display: block;
        margin-bottom: 18px; }
        .account-box__info .box__body div ul li input {
          display: none; }
        .account-box__info .box__body div ul li input + span {
          display: inline-block;
          width: 18px;
          height: 18px;
          vertical-align: middle;
          cursor: pointer;
          border-radius: 2px;
          border: 1px solid #b72637;
          margin-right: 8px;
          position: relative; }
        .account-box__info .box__body div ul li input:checked + span {
          background: #b72637; }
          .account-box__info .box__body div ul li input:checked + span:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(img/check.svg) #b72637;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 12px; }
        .account-box__info .box__body div ul li label {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer;
          color: #272663;
          font-size: 0.8125rem;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
      .account-box__info .box__body div input {
        width: 100%;
        border-radius: 2px;
        background-color: transparent;
        border: solid 1px #e2a8af;
        height: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 12px;
        font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
        font-size: 0.875rem; }
      .account-box__info .box__body div label {
        font-size: 0.75rem;
        line-height: 1.5;
        text-align: left;
        display: block;
        margin-bottom: 12px;
        color: #333333; }
  .account-box__info .box__head {
    font-size: 1.125rem;
    line-height: 1.33;
    text-align: center;
    color: #000000; }
    .account-box__info .box__head .leave {
      margin-top: 30px;
      display: inline-block;
      text-align: center;
      font-size: 0.875rem;
      line-height: 1.29;
      margin-bottom: 50px; }
  .account-box__info .line {
    width: 100%;
    height: 3px;
    background-image: url(img/dots.jpg);
    background-position: 0 -2px;
    background-repeat: repeat-x;
    margin-top: 30px; }

.order-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e2a8af; }
  .order-item.opened .head .drop-btn {
    visibility: visible; }
    @media screen and (max-width: 959px) {
      .order-item.opened .head .drop-btn {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); } }
  .order-item.opened .body {
    display: inline-block; }
  .order-item.opened .order-infobox {
    display: inline-block;
    width: 100%; }
  .order-item .body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 90px;
    display: inline-block;
    width: 100%;
    display: none; }
    @media screen and (max-width: 1080px) {
      .order-item .body {
        padding: 0 30px; } }
    @media screen and (max-width: 800px) {
      .order-item .body {
        padding: 0; } }
    .order-item .body .line {
      width: 100%;
      height: 3px;
      background-image: url(img/dots.jpg);
      background-position: 0 -2px;
      background-repeat: repeat-x; }
    .order-item .body .product-wide {
      border-right: 0;
      height: 298px;
      padding: 30px 0;
      position: relative; }
      @media screen and (max-width: 959px) {
        .order-item .body .product-wide {
          height: 180px !important;
          padding: 20px 0; }
          .order-item .body .product-wide .product-price {
            margin-top: 0; }
          .order-item .body .product-wide .product__title {
            margin-top: 5px;
            position: static;
            font-size: 0.875rem; }
          .order-item .body .product-wide .product-offer {
            margin-top: 3px;
            position: static;
            text-align: left; }
            .order-item .body .product-wide .product-offer span {
              padding: 0 4px;
              line-height: 1.125rem;
              white-space: nowrap; } }
      @media screen and (max-width: 959px) and (max-width: 640px) {
        .order-item .body .product-wide .product-offer span {
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: calc(100% - 30px); } }
      @media screen and (max-width: 959px) {
          .order-item .body .product-wide .product-list-item__info {
            font-size: 0.625rem; }
            .order-item .body .product-wide .product-list-item__info span {
              font-size: 0.625rem;
              margin: 0 4px; } }
      @media screen and (max-width: 640px) {
        .order-item .body .product-wide {
          border-top: 1px dotted #e2a8af;
          border-bottom: 1px dotted #e2a8af; }
          .order-item .body .product-wide .product-action__counter {
            display: block; }
          .order-item .body .product-wide:after {
            content: none; } }
      .order-item .body .product-wide:after {
        content: '';
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 3px;
        background-image: url(img/dots.jpg);
        background-position: 0 -2px;
        background-repeat: repeat-x;
        margin-top: 30px; }
        @media screen and (max-width: 640px) {
          .order-item .body .product-wide:after {
            display: none; } }
      .order-item .body .product-wide .product-wide__img {
        margin-right: 90px;
        margin-left: 0; }
        @media screen and (max-width: 1439px) {
          .order-item .body .product-wide .product-wide__img {
            margin-right: 60px; } }
        @media screen and (max-width: 1080px) {
          .order-item .body .product-wide .product-wide__img {
            width: 100px;
            margin-right: 30px; } }
        @media screen and (max-width: 959px) {
          .order-item .body .product-wide .product-wide__img {
            width: 60px;
            margin-left: 30px;
            min-width: 60px; } }
        .order-item .body .product-wide .product-wide__img img {
          max-height: 236px; }
          @media screen and (max-width: 959px) {
            .order-item .body .product-wide .product-wide__img img {
              max-height: 140px; } }
  .order-item .head {
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    cursor: pointer;
    padding: 30px 0; }
    @media screen and (max-width: 959px) {
      .order-item .head {
        padding: 30px 0 18px 0; } }
    .order-item .head span {
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: center;
      color: #333333;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
      @media screen and (max-width: 959px) {
        .order-item .head span {
          max-width: 260px;
          text-align: center;
          margin: 0 auto;
          display: inline-block;
          margin-top: 4px; } }
    .order-item .head .drop-btn {
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      visibility: hidden; }
      @media screen and (max-width: 959px) {
        .order-item .head .drop-btn {
          visibility: visible;
          top: 33px;
          right: 30px;
          -webkit-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; } }
    .order-item .head h3 {
      font-size: 1.125rem;
      line-height: 1.33;
      color: #000000; }
    .order-item .head p {
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: center;
      color: #333333;
      margin-top: 4px;
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }

.order-infobox {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 90px;
  display: none;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .order-infobox {
      padding: 18px 30px; }
      .order-infobox button {
        width: 100%; } }
  .order-infobox .product-contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0; }
    @media screen and (max-width: 959px) {
      .order-infobox .product-contact {
        display: none; } }

.service-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.partner {
  width: 33.333%;
  text-align: center;
  margin-top: 77px; }
  @media screen and (max-width: 800px) {
    .partner {
      width: 50%; } }
  @media screen and (max-width: 430px) {
    .partner {
      width: 100%;
      margin-top: 40px; } }

.partner__item {
  max-width: 180px;
  display: inline-block; }
  @media screen and (max-width: 430px) {
    .partner__item {
      max-width: 100%; } }

.partner__item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 480px) {
    .partner__item-img {
      height: 45px; } }
  .partner__item-img img {
    max-width: 100%;
    max-height: 100%; }

.partner__item-name {
  margin-top: 28px;
  text-align: center;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.reorder {
  margin-top: 30px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .reorder {
      margin-top: -10px; } }
  .reorder button {
    width: 240px; }
    @media screen and (max-width: 959px) {
      .reorder button {
        width: 100%; } }

.filter-regions {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  width: 720px;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 100; }
  @media screen and (max-width: 800px) {
    .filter-regions {
      width: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      -webkit-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; } }
  .filter-regions.visible {
    opacity: 1;
    visibility: visible; }
  .filter-regions .footer {
    width: 100%;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    height: 60px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .filter-regions .footer {
        position: absolute;
        bottom: 0; } }
    .filter-regions .footer button {
      height: 60px;
      font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
      color: #272663;
      background: none;
      border: none;
      cursor: pointer; }
      .filter-regions .footer button:hover {
        text-decoration: underline; }
  .filter-regions .body {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
    max-height: 500px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 24px; }
    @media screen and (max-width: 800px) {
      .filter-regions .body {
        max-height: calc(100vh - 120px); } }
    .filter-regions .body ul {
      margin-top: 12px;
      margin-bottom: 30px;
      -webkit-columns: 2;
              columns: 2; }
      @media screen and (max-width: 630px) {
        .filter-regions .body ul {
          display: block;
          -webkit-columns: unset;
                  columns: unset; } }
      .filter-regions .body ul li {
        display: block;
        margin-bottom: 18px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 20px;
        break-inside: avoid-column;
        -webkit-column-break-inside: avoid; }
        .filter-regions .body ul li input {
          display: none; }
        .filter-regions .body ul li input + span {
          display: inline-block;
          min-width: 18px;
          height: 18px;
          vertical-align: middle;
          cursor: pointer;
          border-radius: 2px;
          border: 1px solid #b72637;
          margin-right: 8px;
          position: relative; }
        .filter-regions .body ul li input:checked + span:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background: url(img/check.svg) #b72637;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 12px; }
        .filter-regions .body ul li label {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          cursor: pointer;
          color: #272663;
          font-size: 0.8125rem;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media screen and (max-width: 630px) {
            .filter-regions .body ul li label {
              -webkit-box-align: unset;
              -webkit-align-items: unset;
                  -ms-flex-align: unset;
                      align-items: unset; } }
          .filter-regions .body ul li label div.offer {
            color: #b72637; }
          .filter-regions .body ul li label div div {
            display: inline-block;
            color: #bebed0;
            font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
            margin-left: 2px; }
  .filter-regions .head {
    position: relative;
    text-align: center;
    font-size: 1.125rem;
    text-align: center;
    color: #000000;
    height: 60px;
    line-height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 24px;
    border-bottom: 1px dotted #e2a8af; }
    @media screen and (max-width: 630px) {
      .filter-regions .head {
        margin: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 30px;
        border-bottom: 1px solid #e2a8af; }
        .filter-regions .head 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; } }
    @media screen and (max-width: 630px) {
      .filter-regions .head span {
        display: none; } }
    .filter-regions .head i {
      position: absolute;
      right: 0;
      cursor: pointer;
      top: 15px; }
      @media screen and (max-width: 630px) {
        .filter-regions .head i {
          position: static; } }
      @media screen and (max-width: 630px) {
        .filter-regions .head i.icon-close {
          margin-left: 12px; } }
      @media screen and (max-width: 630px) {
        .filter-regions .head i.drop-btn {
          margin-right: 12px;
          margin-left: 0;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
               -o-transform: rotate(90deg);
                  transform: rotate(90deg); } }
      @media screen and (max-width: 630px) {
        .filter-regions .head i.icon-close-2x {
          display: none; } }

.mobile-label {
  display: none; }
  @media screen and (max-width: 630px) {
    .mobile-label {
      display: block;
      font-size: 1.125rem;
      line-height: 1.33;
      text-align: left;
      color: #000000; } }

.filter-regions-mobile {
  display: none; }
  @media screen and (max-width: 630px) {
    .filter-regions-mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 0.875rem;
      line-height: 1.29;
      text-align: left;
      color: #272663;
      -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%; } }

.buyer-info {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 480px;
  z-index: 95;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  @media screen and (max-width: 959px) {
    .buyer-info {
      width: 330px;
      height: 240px; }
      .buyer-info .product__img {
        width: 60px;
        min-width: 60px;
        height: 140px;
        margin-right: 30px; }
      .buyer-info .product-wide {
        height: 240px; } }
  .buyer-info.visible {
    opacity: 1;
    visibility: visible; }

.buyer-item {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03), 0 9px 20px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px;
  margin-bottom: 30px; }
  @media screen and (max-width: 680px) {
    .buyer-item {
      padding: 0; } }
  .buyer-item:last-child {
    margin-bottom: 0; }
  .buyer-item .head {
    height: 60px;
    text-align: center;
    border-bottom: 1px dotted #e2a8af;
    height: 60px;
    line-height: 3.75rem;
    font-size: 1.125rem;
    color: #000000; }
    @media screen and (max-width: 959px) {
      .buyer-item .head {
        padding: 12px 0;
        font-size: 0.875rem;
        height: auto;
        line-height: 1.25rem; } }
  .buyer-item .body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 0;
    display: inline-block;
    width: 100%;
    padding-top: 20px; }
    @media screen and (max-width: 959px) {
      .buyer-item .body {
        padding: 18px 0; } }
    .buyer-item .body .product__title {
      font-size: 0.875rem;
      line-height: 1.29; }
    .buyer-item .body .product-wide {
      padding: 0;
      height: 155px;
      border-right: none; }
      @media screen and (max-width: 959px) {
        .buyer-item .body .product-wide {
          height: 120px; } }
      .buyer-item .body .product-wide .product-wide__data .product__title {
        margin-top: 18px; }
      @media screen and (max-width: 959px) {
        .buyer-item .body .product-wide .product-wide__data {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-right: 15px; }
          .buyer-item .body .product-wide .product-wide__data .product__title {
            position: static;
            margin-top: 5px !important;
            font-size: 0.875rem !important; }
          .buyer-item .body .product-wide .product-wide__data .product-price {
            margin-top: 0; }
          .buyer-item .body .product-wide .product-wide__data .product-offer {
            position: static;
            margin-top: 4px;
            line-height: 1.125rem;
            text-align: left; }
            .buyer-item .body .product-wide .product-wide__data .product-offer span {
              padding: 0 8px;
              line-height: 1.125rem;
              white-space: nowrap; } }
      @media screen and (max-width: 959px) and (max-width: 640px) {
        .buyer-item .body .product-wide .product-wide__data .product-offer span {
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: calc(100% - 30px); } }
      @media screen and (max-width: 959px) {
          .buyer-item .body .product-wide .product-wide__data .product-list-item__info .product-rate {
            font-size: 0.625rem; }
          .buyer-item .body .product-wide .product-wide__data .product-list-item__info span {
            font-size: 0.625rem;
            margin: 0 4px; }
          .buyer-item .body .product-wide .product-wide__data .product-list-item__info .product-data {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; } }
      .buyer-item .body .product-wide .product-wide__img {
        margin-right: 41px;
        width: 60px;
        min-width: 60px; }
        @media screen and (max-width: 959px) {
          .buyer-item .body .product-wide .product-wide__img {
            margin-right: 20px;
            margin-left: 0;
            text-align: center; } }
        .buyer-item .body .product-wide .product-wide__img img {
          max-height: 154px;
          max-width: 100%; }
          @media screen and (max-width: 959px) {
            .buyer-item .body .product-wide .product-wide__img img {
              max-height: 115px; } }

.rate-not-auth {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  padding-bottom: 30px;
  text-align: center;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  text-transform: uppercase; }

.subscribe-success {
  width: 480px; }
  .subscribe-success .body {
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 82px 0; }
  .subscribe-success i {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer; }

.testimonial-modal {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px 30px 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 2px;
  width: 720px;
  visibility: hidden; }
  .testimonial-modal.visible {
    visibility: visible; }
  .testimonial-modal .body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 36px 0 36px; }
    .testimonial-modal .body .form-action {
      margin-top: 30px;
      text-align: center; }
      .testimonial-modal .body .form-action button {
        width: 240px;
        border-radius: 2px; }
      .testimonial-modal .body .form-action div {
        margin-top: 30px; }
        .testimonial-modal .body .form-action div li {
          display: block;
          text-align: center;
          color: #272663; }
          .testimonial-modal .body .form-action div li a {
            text-decoration: underline;
            font-size: 0.875rem;
            line-height: 1.29; }
          .testimonial-modal .body .form-action div li input {
            display: none; }
          .testimonial-modal .body .form-action div li input + span {
            display: inline-block;
            width: 18px;
            height: 18px;
            vertical-align: middle;
            cursor: pointer;
            border-radius: 2px;
            border: 1px solid #b72637;
            margin-right: 8px;
            position: relative; }
          .testimonial-modal .body .form-action div li input:checked + span:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(img/check.svg) #b72637;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 12px;
            left: 0; }
          .testimonial-modal .body .form-action div li label {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            cursor: pointer;
            color: #272663;
            font-size: 0.8125rem;
            -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; }
      .testimonial-modal .body .form-action p {
        text-align: center;
        font-size: 0.75rem;
        font-style: italic;
        text-transform: uppercase;
        font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
        line-height: 1.5;
        text-align: center;
        color: #333333;
        margin-top: 12px; }
    .testimonial-modal .body .form-item {
      margin-top: 18px;
      width: 100%; }
      .testimonial-modal .body .form-item label {
        display: block;
        font-size: 0.75rem;
        line-height: 1.5;
        text-align: left;
        color: #333333; }
        .testimonial-modal .body .form-item label.invalid {
          color: #b72637; }
      .testimonial-modal .body .form-item input {
        height: 40px;
        border-radius: 2px;
        border: 1px solid #e2a8af;
        margin-top: 12px;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 30px;
        font-size: 0.75rem;
        color: #000;
        font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif; }
      .testimonial-modal .body .form-item textarea {
        height: 150px;
        border-radius: 2px;
        border: 1px solid #e2a8af;
        font-size: 0.75rem;
        color: #000;
        font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 30px;
        width: 100%;
        margin-top: 12px; }
    .testimonial-modal .body .rate {
      text-align: center;
      font-size: 0.75rem;
      font-style: italic;
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      line-height: 1.5;
      text-align: center;
      color: #333333; }
      .testimonial-modal .body .rate.invalid {
        color: #b72637; }
      .testimonial-modal .body .rate .stars {
        margin-top: 12px; }
  .testimonial-modal .head {
    height: 60px;
    line-height: 3.75rem;
    text-align: center;
    font-size: 1.125rem;
    color: #000000;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px dotted #e2a8af; }
    .testimonial-modal .head i {
      position: absolute;
      cursor: pointer;
      right: 0;
      top: 15px; }

.yes-testimonials .testimonial-item {
  padding: 0;
  height: auto;
  min-height: auto;
  border-right: none;
  padding-bottom: 30px;
  border-bottom: 1px dotted #e2a8af;
  margin-bottom: 30px; }
  .yes-testimonials .testimonial-item .info__data span {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.29; }
  .yes-testimonials .testimonial-item .info__data p {
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
    color: #333333;
    margin-bottom: 18px; }

.leave-testimonial {
  text-align: center; }
  .leave-testimonial button {
    display: inline-block;
    cursor: pointer;
    font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
    margin: 0 12px;
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: center;
    color: #272663;
    border: none;
    background: none; }
    .leave-testimonial button:hover {
      text-decoration: underline; }

.promo-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    .promo-box {
      max-width: 680px;
      margin: 0 auto;
      padding: 0;
      display: block; } }
  @media screen and (max-width: 800px) {
    .promo-box {
      max-width: 520px; } }
  .promo-box .item {
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .promo-box .item {
        margin-bottom: 0; } }
    @media screen and (max-width: 640px) {
      .promo-box .item .banner-responsive {
        position: relative;
        padding: 18px; } }
    @media screen and (max-width: 640px) {
      .promo-box .item .banner-responsive .banner-responsive__img {
        width: 232px;
        height: 232px;
        min-width: 232px;
        position: absolute;
        top: 54px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
        .promo-box .item .banner-responsive .banner-responsive__img .banner-product-wrapper {
          width: 232px;
          height: 232px;
          min-width: 232px; }
          .promo-box .item .banner-responsive .banner-responsive__img .banner-product-wrapper img {
            max-height: 208px; } }
    .promo-box .item .banner-responsive .banner-responsive__data {
      width: 100%; }
      @media screen and (max-width: 640px) {
        .promo-box .item .banner-responsive .banner-responsive__data {
          padding: 0 30px;
          width: 100%;
          height: 100%;
          margin-left: 0;
          text-align: center; } }
      @media screen and (max-width: 800px) {
        .promo-box .item .banner-responsive .banner-responsive__data p {
          margin-top: 12px;
          font-size: 0.875rem; } }
      @media screen and (max-width: 640px) {
        .promo-box .item .banner-responsive .banner-responsive__data p {
          position: absolute;
          bottom: 70px;
          margin-top: 0;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0;
          left: 0; } }
      @media screen and (max-width: 800px) {
        .promo-box .item .banner-responsive .banner-responsive__data a {
          font-size: 1.125rem;
          line-height: 1.33; } }
      @media screen and (max-width: 640px) {
        .promo-box .item .banner-responsive .banner-responsive__data a {
          position: absolute;
          top: 304px;
          margin-top: 0;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0;
          left: 0; } }
      .promo-box .item .banner-responsive .banner-responsive__data button {
        right: 0;
        width: 360px; }
        @media screen and (max-width: 1080px) {
          .promo-box .item .banner-responsive .banner-responsive__data button {
            width: 330px; } }
        @media screen and (max-width: 800px) {
          .promo-box .item .banner-responsive .banner-responsive__data button {
            width: 170px; } }
        @media screen and (max-width: 640px) {
          .promo-box .item .banner-responsive .banner-responsive__data button {
            width: calc(100% - 24px);
            bottom: 10px;
            left: 12px; } }

.promo-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background: #f3f3f3; }
  @media screen and (max-width: 800px) {
    .promo-info {
      padding: 30px 0; } }
  .promo-info .promo-info-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 210px;
    max-width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 969px) {
      .promo-info .promo-info-box {
        padding: 30px 110px; } }
    @media screen and (max-width: 800px) {
      .promo-info .promo-info-box {
        padding: 30px 30px; } }
    .promo-info .promo-info-box .title {
      text-align: center;
      font-size: 1.5rem;
      line-height: 1.25;
      text-align: center;
      color: #000000;
      margin-bottom: 18px; }
    .promo-info .promo-info-box .body {
      font-size: 1rem;
      line-height: 1.5;
      text-align: left;
      color: #000000; }
      .promo-info .promo-info-box .body p {
        margin-bottom: 14px; }
        .promo-info .promo-info-box .body p.offer {
          color: #b72637; }
    .promo-info .promo-info-box .info {
      margin-top: 30px;
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: left;
      color: #333333; }
      .promo-info .promo-info-box .info p {
        margin-bottom: 14px; }

.banner-promo {
  width: 100%;
  height: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1080px) {
    .banner-promo {
      display: block; } }
  .banner-promo .banner-promo__img {
    width: 50%; }
    @media screen and (max-width: 1080px) {
      .banner-promo .banner-promo__img {
        width: 100%;
        height: 320px; } }
    .banner-promo .banner-promo__img.grid-xl-1 {
      width: 100%; }
    .banner-promo .banner-promo__img .banner-simple {
      height: 320px; }
      .banner-promo .banner-promo__img .banner-simple .banner-simple__body {
        font-size: 3rem;
        line-height: 1; }
        @media screen and (max-width: 800px) {
          .banner-promo .banner-promo__img .banner-simple .banner-simple__body {
            font-size: 2rem;
            line-height: 1.13; } }
  .banner-promo .banner-promo__content {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 60px 60px 90px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 1080px) {
      .banner-promo .banner-promo__content {
        width: 100%;
        padding: 30px 132px;
        text-align: center; } }
    @media screen and (max-width: 800px) {
      .banner-promo .banner-promo__content {
        padding: 30px 50px; } }
    @media screen and (max-width: 480px) {
      .banner-promo .banner-promo__content {
        padding: 30px; } }
    .banner-promo .banner-promo__content a {
      margin-top: 30px;
      display: inline-block; }
      .banner-promo .banner-promo__content a:hover {
        text-decoration: underline; }
    .banner-promo .banner-promo__content p {
      margin-top: 18px;
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: left;
      color: #333333; }
      @media screen and (max-width: 1080px) {
        .banner-promo .banner-promo__content p {
          text-align: center; } }
    .banner-promo .banner-promo__content h2 {
      font-size: 1.5rem;
      line-height: 1.25;
      text-align: left;
      color: #000000; }
      @media screen and (max-width: 1080px) {
        .banner-promo .banner-promo__content h2 {
          text-align: center; } }

.promo-box .load-more.news:before {
  content: none; }

.promo-box .item .banner-responsive {
  width: 100% !important; }

@media screen and (max-width: 1080px) {
  .promo-box .banner-promo {
    height: auto; } }

.timer {
  text-align: center;
  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-bottom: 12px; }
  .timer div {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #fff;
    line-height: 1.5rem;
    margin-right: 1px; }
    .timer div span {
      font-size: 1.125rem;
      line-height: 1.33;
      text-align: center;
      color: #b72637;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      display: inline-block;
      max-width: 100%;
      position: static; }
    .timer div p {
      font-size: 0.625rem;
      font-style: italic;
      line-height: 1.8;
      text-align: center;
      color: #191919;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      margin-top: 0; }

.academy-head {
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 30px;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  color: #272663;
  border-top: 1px solid #d3d3e0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative; }
.brands-head {
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 30px;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  color: #272663;
  border-top: 1px solid #d3d3e0;
  position: relative; }
  @media screen and (max-width: 820px) {
    .academy-head {
      padding: 18px 30px;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  .academy-head .academy-menu {
    margin-top: 18px; }
    .academy-head .academy-menu li {
      display: inline;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: center;
      color: #b72637;
      height: auto; }
      .academy-head .academy-menu li a {
        color: #b72637;
        height: auto;
        display: inline; }
        .academy-head .academy-menu li a:hover {
          color: #b72637;
          text-decoration: underline; }
      .academy-head .academy-menu li:hover {
        background: none; }
        .academy-head .academy-menu li:hover a {
          color: #b72637; }
  .academy-head h1 {
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: center;
    color: #000000;
    font-style: normal;
    font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
    text-transform: none; }

.academy-box {
  background-color: #f3f3f3; }
  @media screen and (max-width: 820px) {
    .academy-box {
      background: #fff; } }
  @media screen and (max-width: 480px) {
    .academy-box.video .academy-item {
      border-top: none !important; } }

.academy-box-wrapper {
  margin: 0 auto;
  max-width: 1020px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  padding-top: 30px; }
  @media screen and (max-width: 1080px) {
    .academy-box-wrapper {
      max-width: 900px; } }
  @media screen and (max-width: 820px) {
    .academy-box-wrapper {
      padding: 0; } }
  @media screen and (max-width: 480px) {
    .academy-box-wrapper {
      padding: 0; }
      .academy-box-wrapper h1, .academy-box-wrapper h2 {
        margin-bottom: 18px; } }
  @media screen and (max-width: 480px) and (max-width: 480px) {
    .academy-box-wrapper > h1 {
      font-size: 1.125rem !important;
      line-height: 1.33 !important; } }
  .academy-box-wrapper.margin-top h1 {
    margin-bottom: 30px; }
    @media screen and (max-width: 820px) {
      .academy-box-wrapper.margin-top h1 {
        padding-top: 30px !important; } }
    @media screen and (max-width: 480px) {
      .academy-box-wrapper.margin-top h1 {
        padding-top: 0 !important; } }
  .academy-box-wrapper .expert-avatar {
    text-align: center;
    margin-bottom: 18px; }
    .academy-box-wrapper .expert-avatar img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
  .academy-box-wrapper h1, .academy-box-wrapper h2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 30px 30px 0 30px;
    font-size: 1.5rem;
    line-height: 1.25;
    color: #000000;
    padding-top: 0; }

@media screen and (max-width: 480px) {
  .academy-box-wrapper .academy-item:first-child {
    border-top: 1px solid #e2a8af; } }

.academy-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 60px 120px 30px 120px;
  text-align: center;
  margin-top: 30px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1080px) {
    .academy-item {
      padding: 60px 60px 30px 60px; } }
  @media screen and (max-width: 820px) {
    .academy-item {
      padding: 30px 40px 30px 40px; } }
  @media screen and (max-width: 700px) {
    .academy-item {
      padding: 30px 50px 30px 50px; } }
  @media screen and (max-width: 640px) {
    .academy-item {
      padding: 30px 30px 30px 30px;
      min-height: 320px !important; } }
  @media screen and (max-width: 480px) {
    .academy-item {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-top: 0;
      padding-top: 0;
      border-bottom: 1px solid #e2a8af; }
      .academy-item .category {
        position: static;
        margin-bottom: 18px;
        left: 0;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0); } }
  .academy-item.video {
    padding-top: 30px; }
    @media screen and (max-width: 640px) {
      .academy-item.video {
        margin-top: 0; } }
  .academy-item.pink-bg {
    background: #e2a8af; }
  .academy-item.blue-bg {
    background: #272663; }
  .academy-item.gastronomy {
    background: #272663 !important;
    color: #fff !important; }
    @media screen and (max-width: 640px) {
      .academy-item.gastronomy {
        margin-top: 0; } }
    .academy-item.gastronomy .description {
      color: #fff !important; }
    .academy-item.gastronomy a {
      color: #fff !important; }
  .academy-item.red-bg {
    background: #b72637; }
  .academy-item.book {
    height: auto !important; }
    @media screen and (max-width: 640px) {
      .academy-item.book {
        padding-top: 20px; } }
    .academy-item.book .category {
      position: static !important;
      display: block !important;
      text-align: center !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
           -o-transform: none !important;
              transform: none !important; }
  .academy-item.games {
    background: #b72637;
    color: #fff !important; }
    @media screen and (max-width: 640px) {
      .academy-item.games {
        margin-top: 0; } }
    .academy-item.games .description {
      color: #fff !important; }
    .academy-item.games a {
      color: #fff !important; }
  .academy-item.dark-grey-bg {
    background: #5f5e86;
    color: #fff; }
    .academy-item.dark-grey-bg .banner-simple__body {
      text-align: center; }
    .academy-item.dark-grey-bg a {
      color: #fff; }
  .academy-item.white-bg {
    background: #fff;
    color: #272663; }
    .academy-item.white-bg a {
      color: #272663; }
  .academy-item.grey-bg {
    background: #bebed0; }
  .academy-item.pink-bg {
    background: #e2a8af; }
  .academy-item.article-img {
    color: #fff !important; }
    .academy-item.article-img .author, .academy-item.article-img .category {
      color: #fff !important; }
    .academy-item.article-img .description {
      color: #fff !important; }
    .academy-item.article-img a {
      color: #fff !important; }
  .academy-item .video {
    margin-top: 30px; }
    .academy-item .video iframe {
      max-width: 100%; }
      @media screen and (max-width: 480px) {
        .academy-item .video iframe {
          height: 160px; } }
  .academy-item.book {
    padding-top: 30px; }
    @media screen and (max-width: 640px) {
      .academy-item.book {
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 0; } }
  .academy-item.article {
    padding-top: 30px;
    height: 320px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .academy-item.article .box {
      position: relative;
      max-width: 100%; }
    .academy-item.article .article-bg {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .academy-item.article .author, .academy-item.article .category {
      font-size: 0.75rem;
      position: absolute;
      top: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      font-style: italic;
      line-height: 1.5;
      text-align: center;
      color: #b72637;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      margin-bottom: 37px; }
  .academy-item.swiper-slide {
    vertical-align: top;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    padding-top: 30px;
    width: 960px;
    max-width: 960px; }
    @media screen and (max-width: 640px) {
      .academy-item.swiper-slide {
        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; } }
  .academy-item:first-child {
    margin-top: 0; }
  .academy-item .image {
    margin-bottom: 30px; }
  .academy-item .link {
    text-align: center;
    margin-top: 30px; }
    .academy-item .link a {
      color: #272663;
      font-size: 0.875rem;
      line-height: 1.29; }
      .academy-item .link a:hover {
        text-decoration: underline; }
  .academy-item .description {
    text-transform: uppercase;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
    color: #333333;
    max-width: 540px;
    margin: 0 auto;
    margin-top: 18px; }
    @media screen and (max-width: 700px) {
      .academy-item .description {
        max-width: 100%; } }
  .academy-item .academy-content {
    border-top: 1px dotted #e2a8af;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 30px;
    text-align: left;
    margin-left: 90px;
    margin-right: 90px; }
    @media screen and (max-width: 700px) {
      .academy-item .academy-content {
        margin-left: 0;
        margin-right: 0; } }
    .academy-item .academy-content .info {
      margin-top: 30px;
      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: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: left;
      color: #333333;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
    .academy-item .academy-content .text {
      margin-top: 30px;
      font-size: 1rem;
      line-height: 1.5;
      text-align: left;
      color: #000000; }
      .academy-item .academy-content .text button {
        margin-top: 12px;
        width: 100%; }
      .academy-item .academy-content .text p {
        margin-bottom: 15px; }
    .academy-item .academy-content .author {
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: left;
      color: #333333;
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
  .academy-item .headers {
    margin-bottom: 30px;
    padding: 0;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
    color: #b72637; }
    .academy-item .headers ul li {
      display: inline-block;
      color: #b72637;
      margin-right: 2px; }
      .academy-item .headers ul li:after {
        content: '-';
        display: inline-block;
        padding-left: 2px; }
      .academy-item .headers ul li:last-child {
        margin-right: 0; }
        .academy-item .headers ul li:last-child:after {
          content: none; }
      .academy-item .headers ul li a {
        color: #b72637; }
        .academy-item .headers ul li a:hover {
          text-decoration: underline; }
  .academy-item .title {
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    color: #000; }
    @media screen and (max-width: 700px) {
      .academy-item .title {
        font-size: 2rem;
        line-height: 1.13; } }
    @media screen and (max-width: 640px) {
      .academy-item .title {
        font-size: 1.5rem;
        line-height: 1.25; } }
    .academy-item .title i {
      display: inline-block;
      margin-bottom: 13px; }
    .academy-item .title.not-link {
      font-size: 1.5rem;
      line-height: 1.25;
      text-align: center;
      color: #000000; }
    .academy-item .title a {
      color: #272663;
      display: block; }
      .academy-item .title a:hover {
        text-decoration: underline; }

.academy-prod-block {
  position: relative;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 90px;
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 1080px) {
    .academy-prod-block {
      padding: 30px 90px;
      padding-top: 0;
      padding-bottom: 0; } }
  @media screen and (max-width: 700px) {
    .academy-prod-block {
      padding: 30px 0;
      padding-top: 0;
      padding-bottom: 0; } }
  @media screen and (max-width: 640px) {
    .academy-prod-block {
      padding-top: 0; } }
  .academy-prod-block:after {
    content: '';
    display: block;
    width: 960px;
    left: -120px;
    top: 0;
    height: 1px;
    position: absolute;
    background: #e2a8af; }
  .academy-prod-block .action {
    margin-top: 30px; }
    .academy-prod-block .action.padding-bottom {
      padding-bottom: 30px;
      padding-top: 30px;
      border-top: 1px dotted #e2a8af;
      margin-top: 0; }
  .academy-prod-block .body {
    display: inline-block;
    width: 100%; }
    .academy-prod-block .body .product-wide {
      border-right: 0;
      border-bottom: 1px dotted #e2a8af; }
      .academy-prod-block .body .product-wide .product-wide__data .product-offer {
        position: static;
        text-align: left;
        margin-top: 8px;
        white-space: nowrap; }
        @media screen and (max-width: 640px) {
          .academy-prod-block .body .product-wide .product-wide__data .product-offer {
            margin-top: 2px;
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: calc(100% - 30px); } }
      .academy-prod-block .body .product-wide .product-wide__data .product__title {
        position: static;
        margin-top: 18px; }
        @media screen and (max-width: 640px) {
          .academy-prod-block .body .product-wide .product-wide__data .product__title {
            margin-top: 12px; } }
      @media screen and (max-width: 640px) {
        .academy-prod-block .body .product-wide {
          padding: 20px 0;
          position: relative; }
          .academy-prod-block .body .product-wide .product-list-item__info {
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
          .academy-prod-block .body .product-wide .product-wide__data {
            padding-right: 0; }
            .academy-prod-block .body .product-wide .product-wide__data .product-action__buy {
              left: -110px; } }
      @media screen and (max-width: 640px) and (max-width: 490px) {
        .academy-prod-block .body .product-wide .product-wide__data .product-action__buy {
          width: calc(100vw - 75px);
          left: -107px !important; } }
      @media screen and (max-width: 640px) {
          .academy-prod-block .body .product-wide .product-offer span {
            padding: 0 8px;
            line-height: 1.125rem;
            white-space: nowrap; } }
    @media screen and (max-width: 640px) and (max-width: 640px) {
      .academy-prod-block .body .product-wide .product-offer span {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100% - 30px); } }
      @media screen and (max-width: 640px) {
        .academy-prod-block .body .product-wide .product-action__counter {
          padding-right: 0; } }
      .academy-prod-block .body .product-wide .product-wide__img {
        margin-left: 0; }
        @media screen and (max-width: 640px) {
          .academy-prod-block .body .product-wide .product-wide__img {
            width: 60px;
            min-width: 60px;
            margin-left: 15px;
            margin-right: 45px !important; }
            .academy-prod-block .body .product-wide .product-wide__img img {
              max-height: 140px;
              width: auto; } }
        @media screen and (max-width: 490px) {
          .academy-prod-block .body .product-wide .product-wide__img {
            margin-right: 30px !important; } }
      .academy-prod-block .body .product-wide .btn-buy {
        width: 140px; }
  .academy-prod-block .head {
    height: 60px;
    line-height: 3.75rem;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
    color: #b72637;
    border-bottom: 1px dotted #e2a8af; }
    @media screen and (max-width: 640px) {
      .academy-prod-block .head {
        padding: 18px 0;
        line-height: 1.5;
        height: auto; } }

.academy-slider {
  background: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 960px;
  padding-right: 6px; }
  @media screen and (max-width: 1080px) {
    .academy-slider {
      max-width: 840px; } }
  @media screen and (max-width: 820px) {
    .academy-slider {
      max-width: 680px; } }
  @media screen and (max-width: 700px) {
    .academy-slider {
      max-width: 520px; } }
  @media screen and (max-width: 640px) {
    .academy-slider {
      max-width: 100%;
      background: #fff;
      border-top: 1px solid #e2a8af;
      height: auto;
      padding-top: 0;
      padding-bottom: 0; }
      .academy-slider .academy-item {
        border-bottom: none !important; } }

@media screen and (max-width: 640px) {
  .academy-slider-controls {
    display: none !important; } }

.academy-slider-controls .right, .academy-slider-controls .left {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url(img/arrow-right.svg); }
  .academy-slider-controls .right.swiper-button-disabled, .academy-slider-controls .left.swiper-button-disabled {
    visibility: hidden; }

.academy-slider-controls .left {
  background-image: url(img/arrow-right.svg);
  z-index: 2;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
       -o-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg); }
  @media screen and (max-width: 1080px) {
    .academy-slider-controls .left {
      left: 75px; } }
  @media screen and (max-width: 820px) {
    .academy-slider-controls .left {
      left: 30px; } }
  @media screen and (max-width: 700px) {
    .academy-slider-controls .left {
      left: 50px; } }

.academy-slider-controls .right {
  z-index: 2;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 1080px) {
    .academy-slider-controls .right {
      right: 75px; } }
  @media screen and (max-width: 820px) {
    .academy-slider-controls .right {
      right: 30px; } }
  @media screen and (max-width: 700px) {
    .academy-slider-controls .right {
      right: 50px; } }

.academy-slider-wrapper {
  max-width: 960px;
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 3px; }
  @media screen and (max-width: 1080px) {
    .academy-slider-wrapper {
      max-width: 840px; } }

.slider-box {
  position: relative;
  background: #f3f3f3; }
  @media screen and (max-width: 640px) {
    .slider-box {
      overflow: hidden; } }
  .slider-box .dark-dots span {
    margin: 0 5px; }

.articles-load-more {
  margin-top: 30px; }
  @media screen and (max-width: 640px) {
    .articles-load-more {
      padding: 0 30px 30px 30px; } }
  .articles-load-more button {
    height: 60px;
    border-radius: 3px;
    background-color: transparent;
    border: solid 2px #d3d3e0;
    width: 100%;
    cursor: pointer;
    font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
    color: #272663;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    @media screen and (max-width: 640px) {
      .articles-load-more button {
        height: 40px; } }
    .articles-load-more button:hover {
      background: #d3d3e0; }

article {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 120px 0 120px;
  position: relative; }
  @media screen and (max-width: 1080px) {
    article {
      padding-left: 0;
      padding-right: 0;
      padding-top: 30px; } }
  @media screen and (max-width: 820px) {
    article {
      padding-top: 0; } }
  article .content-block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 0;
    margin: 0 100px;
    border-top: 1px dotted #e2a8af;
    margin-top: 30px; }
    article .content-block img {
      display: block; }
    @media screen and (max-width: 750px) {
      article .content-block {
        padding: 30px 0 30px 0;
        margin: 0 50px;
        margin-top: 30px; } }
    @media screen and (max-width: 640px) {
      article .content-block {
        margin: 0;
        padding: 30px;
        margin-top: 30px; } }
    article .content-block .article-footer {
      margin-top: 30px;
      border-top: 1px dotted #e2a8af;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 30px; }
      article .content-block .article-footer .info {
        margin-top: 30px;
        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: baseline;
        -webkit-align-items: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
        article .content-block .article-footer .info p {
          font-size: 0.75rem;
          line-height: 1.5;
          text-align: left;
          color: #333333;
          font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
          margin-bottom: 0; }
          article .content-block .article-footer .info p a {
            color: #333333;
            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; }
            article .content-block .article-footer .info p a i {
              margin-right: 7px; }
              article .content-block .article-footer .info p a i.icon-share {
                top: 0; }
        article .content-block .article-footer .info span {
          text-transform: uppercase;
          font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
          font-size: 0.75rem;
          font-style: italic;
          line-height: 1.5;
          text-align: left;
          color: #333333; }
      article .content-block .article-footer .source {
        font-size: 0.75rem;
        font-style: italic;
        line-height: 1.5;
        text-align: left;
        color: #333333;
        font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
        text-transform: uppercase; }
        article .content-block .article-footer .source p {
          font-size: 0.75rem;
          font-style: italic;
          line-height: 1.5;
          text-align: left;
          color: #333333;
          font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
          text-transform: uppercase;
          margin: 0; }
    article .content-block iframe {
      width: 100%;
      margin-bottom: 30px; }
    article .content-block .academy-prod-block {
      padding: 0;
      border-top: 1px dotted #e2a8af;
      margin-bottom: 30px; }
      article .content-block .academy-prod-block:after {
        content: none; }
      article .content-block .academy-prod-block .product-wide {
        border-bottom: 1px dotted #e2a8af !important; }
      @media screen and (max-width: 640px) {
        article .content-block .academy-prod-block .product-action .product-action__buy {
          left: -125px; } }
      article .content-block .academy-prod-block .product-action img {
        margin-bottom: 0; }
      article .content-block .academy-prod-block .product-wide__img img {
        max-height: 260px;
        max-width: 100%; }
    article .content-block .img-desc {
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: center;
      color: #333333;
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      margin-top: -18px;
      margin-bottom: 30px; }
    article .content-block h2, article .content-block h3, article .content-block h4,
    article .content-block h5, article .content-block h6, article .content-block h7{
      font-size: 2rem;
      line-height: 1.13;
      text-align: left;
      color: #000000;
      margin-bottom: 30px; }
      @media screen and (max-width: 750px) {
        article .content-block h2, article .content-block h3, article .content-block h4, article .content-block h5 {
          font-size: 1.5rem;
          line-height: 1.25; } }
    article .content-block img {
      width: 100%;
      height: auto;
      margin-bottom: 30px; }
    article .content-block p {
      margin-bottom: 30px;
      margin-right: 30px;
      font-size: 1rem;
      line-height: 1.5;
      text-align: left;
      color: #000000; }
      article .content-block p.numbers {
        font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
        font-size: 0.875rem; }
        article .content-block p.numbers.date {
          font-size: 0.75rem;
          font-style: italic;
          line-height: 1.5;
          text-align: left;
          color: #333333; }
  @media screen and (max-width: 1080px) {
    article .head {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 60px; } }
  @media screen and (max-width: 820px) {
    article .head {
      padding: 0 100px; } }
  @media screen and (max-width: 750px) {
    article .head {
      padding: 0 50px; } }
  @media screen and (max-width: 640px) {
    article .head {
      padding: 0 15px; } }
  @media screen and (max-width: 480px) {
    article .head {
      padding: 0; } }
  article .head.text-center {
    text-align: center; }
  article .head img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
    article .head img.with-sides {
      max-width: 540px;
      margin: 0 auto 30px auto; }
  article .head h1 {
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    color: #191919; }
    @media screen and (max-width: 959px) {
      article .head h1 {
        font-size: 2rem;
        line-height: 1.13; } }
    @media screen and (max-width: 640px) {
      article .head h1 {
        font-size: 1.5rem;
        line-height: 1.25;
        padding: 0 15px; } }
    article .head h1.no-sides {
      padding: 0; }
  article .head p {
    margin-top: 18px;
    font-style: italic;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    font-size: 0.75rem;
    color: #333333; }
    article .head p.with-sides {
      margin-top: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 90px; }
      @media screen and (max-width: 640px) {
        article .head p.with-sides {
          padding: 0 30px; } }
    article .head p a {
      color: #333333; }
      article .head p a:hover {
        text-decoration: underline; }
  article.event {
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      article.event h1 {
        font-size: 1.5rem;
        line-height: 1.875rem; } }
    @media screen and (max-width: 480px) {
      article.event .head h1 {
        font-size: 1.5rem !important;
        line-height: 1.875rem !important; }
      article.event .head p {
        padding: 0 15px !important; } }
    @media screen and (max-width: 959px) {
      article.event .academy-prod-block {
        padding: 0 100px; } }
    @media screen and (max-width: 640px) {
      article.event .academy-prod-block {
        padding: 0 30px; }
        article.event .academy-prod-block .body .product-wide .product-action__buy {
          left: -122px; } }
    article.event .academy-prod-block .head {
      padding: 18px 0;
      height: auto;
      line-height: 1.5; }
    article.event .event-box {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 30px 0;
      margin: 0 100px;
      border-top: 1px dotted #e2a8af;
      margin-top: 30px;
      padding-bottom: 0; }
      article.event .event-box .black-text {
        padding-bottom: 30px; }
      @media screen and (max-width: 700px) {
        article.event .event-box {
          margin: 0 50px;
          margin-top: 30px; } }
      @media screen and (max-width: 640px) {
        article.event .event-box {
          margin: 0 30px;
          margin-top: 30px; } }
      article.event .event-box iframe {
        width: 100%;
        margin-bottom: 30px; }
      article.event .event-box span {
        display: block;
        text-transform: uppercase;
        color: #b72637;
        font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
        font-size: 0.75rem;
        font-style: italic;
        line-height: 1.5;
        text-align: left; }
      article.event .event-box p {
        margin-top: 3px;
        font-size: 1rem;
        line-height: 1.5;
        text-align: left;
        color: #272663;
        margin-bottom: 30px; }
        article.event .event-box p.black-text {
          color: #000; }
        article.event .event-box p:last-child {
          margin-bottom: 0; }
        article.event .event-box p a {
          color: #272663; }
          article.event .event-box p a:hover {
            text-decoration: underline; }
    article.event.padding-short {
      padding-top: 12px; }
      article.event.padding-short .article-footer {
        max-width: 540px;
        margin: 30px auto 0 auto; }
        @media screen and (max-width: 640px) {
          article.event.padding-short .article-footer {
            padding-top: 21px; } }
        article.event.padding-short .article-footer .info {
          margin-top: 0; }
          @media screen and (max-width: 640px) {
            article.event.padding-short .article-footer .info {
              margin-bottom: -9px; }
              article.event.padding-short .article-footer .info .product-contact {
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                padding: 0 30px; }
              article.event.padding-short .article-footer .info div {
                margin-bottom: 0;
                margin-right: 0; } }
      article.event.padding-short p {
        padding: 0 90px; }
      article.event.padding-short h1 {
        font-size: 2rem;
        line-height: 1.13;
        text-align: center;
        color: #000000;
        padding: 0;
        margin-top: 18px;
        margin-bottom: 18px; }
        article.event.padding-short h1 a:hover {
          text-decoration: underline; }
    article.event .info {
      display: block; }
    article.event .product-contact {
      margin-top: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    article.event .academy-prod-block {
      padding-bottom: 30px; }
      article.event .academy-prod-block .head {
        text-align: left; }
      article.event .academy-prod-block .product-wide:last-child {
        border-bottom: 1px dotted #e2a8af; }
  article .info {
    display: block; }
  article .product-contact {
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  article .academy-prod-block {
    padding-bottom: 30px; }
    article .academy-prod-block .head {
      text-align: left; }
    article .academy-prod-block .product-wide:last-child {
      border-bottom: 1px dotted #e2a8af; }
    article .academy-prod-block .event-box {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 30px 0;
      margin: 0 100px;
      border-top: 1px dotted #e2a8af;
      margin-top: 30px;
      padding-bottom: 0; }
      article .academy-prod-block .event-box iframe {
        width: 100%;
        margin-bottom: 30px; }
      article .academy-prod-block .event-box span {
        display: block;
        text-transform: uppercase;
        color: #b72637;
        font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
        font-size: 0.75rem;
        font-style: italic;
        line-height: 1.5;
        text-align: left; }
      article .academy-prod-block .event-box p {
        margin-top: 3px;
        font-size: 1rem;
        line-height: 1.5;
        text-align: left;
        color: #272663;
        margin-bottom: 30px; }
        article .academy-prod-block .event-box p.black-text {
          color: #000; }
        article .academy-prod-block .event-box p:last-child {
          margin-bottom: 0; }
        article .academy-prod-block .event-box p a {
          color: #272663; }
          article .academy-prod-block .event-box p a:hover {
            text-decoration: underline; }
    article .academy-prod-block .head {
      text-align: center; }
      article .academy-prod-block .head img {
        max-width: 540px;
        margin: 0 auto 30px auto; }

@media screen and (orientation: portrait) and (max-width: 640px) {
  .filter-box.visible {
    display: block !important;
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    background: #fff; } }

@media screen and (max-width: 1279px) {
  .filter-box {
    width: 33.3333%; } }

@media screen and (max-width: 959px) {
  .sticky.filter-box {
    width: 100%;
    max-width: calc(100% / 2); } }

@media screen and (max-width: 640px) {
  .filter-box {
    display: none;
    overflow-y: scroll; } }

.filter-box .content-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  margin: 0 100px;
  border-top: 1px dotted #e2a8af;
  margin-top: 30px; }
  .filter-box .content-block iframe {
    width: 100%;
    margin-bottom: 30px; }
  .filter-box .content-block .academy-prod-block {
    padding: 0;
    border-top: 1px dotted #e2a8af;
    margin-bottom: 30px; }
    .filter-box .content-block .academy-prod-block:after {
      content: none; }
    .filter-box .content-block .academy-prod-block .product-wide {
      border-bottom: 1px dotted #e2a8af !important; }
    .filter-box .content-block .academy-prod-block .product-action img {
      margin-bottom: 0; }
    .filter-box .content-block .academy-prod-block .product-wide__img img {
      height: 260px; }
  .filter-box .content-block .img-desc {
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    margin-top: -18px;
    margin-bottom: 30px; }
  .filter-box .content-block h2, .filter-box .content-block h3, .filter-box .content-block h4, .filter-box .content-block h5 {
    font-size: 2rem;
    line-height: 1.13;
    text-align: left;
    color: #000000;
    margin-bottom: 30px; }
  .filter-box .content-block img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: block; }
  .filter-box .content-block p {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    color: #000000; }
    .filter-box .content-block p.numbers {
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-size: 0.875rem; }
      .filter-box .content-block p.numbers.date {
        font-size: 0.75rem;
        font-style: italic;
        line-height: 1.5;
        text-align: left;
        color: #333333; }

.filter-box .head.text-center {
  text-align: center; }

.filter-box .head img {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
  .filter-box .head img.with-sides {
    max-width: 540px;
    margin: 0 auto 30px auto; }

.filter-box .head h1 {
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #191919; }
  .filter-box .head h1.no-sides {
    padding: 0; }

.filter-box .head p {
  margin-top: 18px;
  font-style: italic;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  font-size: 0.75rem;
  color: #333333; }
  .filter-box .head p.with-sides {
    margin-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 90px; }
    @media screen and (max-width: 820px) {
      .filter-box .head p.with-sides {
        padding: 0 30px; } }
  .filter-box .head p a {
    color: #333333; }
    .filter-box .head p a:hover {
      text-decoration: underline; }

.img-desc {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  margin-top: -18px;
  margin-bottom: 30px; }

.article-gallery-box {
  position: relative;
  height: 360px;
  margin-bottom: 70px; }
  @media screen and (max-width: 640px) {
    .article-gallery-box {
      height: 290px; } }

.article-gallery {
  height: 360px;
  width: 100%;
  padding-bottom: 60px; }
  @media screen and (max-width: 640px) {
    .article-gallery {
      height: 290px; } }

.article-gallery-controls .right, .article-gallery-controls .left {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url(img/arrow-right.svg); }
  .article-gallery-controls .right.swiper-button-disabled, .article-gallery-controls .left.swiper-button-disabled {
    visibility: hidden; }

.article-gallery-controls .left {
  background-image: url(img/arrow-right.svg);
  z-index: 2;
  top: 50%;
  left: -90px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
       -o-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg); }
  @media screen and (max-width: 640px) {
    .article-gallery-controls .left {
      display: none; } }

.article-gallery-controls .right {
  z-index: 2;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 640px) {
    .article-gallery-controls .right {
      display: none; } }

.article-gallery-item {
  width: 100%;
  height: 360px;
  position: relative; }
  .article-gallery-item .img-title {
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
  .article-gallery-item img {
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media screen and (max-width: 959px) {
  .float-fav {
    border-right: none !important; } }

.article-gallery-dots {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: -18px;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .article-gallery-dots {
      bottom: -21px; } }
  .article-gallery-dots span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 5px;
    background: #272663;
    opacity: .3; }
    .article-gallery-dots span.swiper-pagination-bullet-active {
      background: #272663;
      opacity: 1 !important; }

hr {
  border: none;
  border-bottom: 1px dotted #e2a8af;
  background: #fff;
  color: #fff;
  height: 0;
  font-size: 0;
  margin-bottom: 30px; }

.article-footer {
  margin-top: 30px;
  border-top: 1px dotted #e2a8af;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px; }
  .article-footer .info {
    margin-top: 30px;
    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: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .article-footer .info p {
      font-size: 0.75rem;
      line-height: 1.5;
      text-align: left;
      color: #333333;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      margin-bottom: 0; }
      .article-footer .info p a {
        color: #333333;
        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; }
        .article-footer .info p a i {
          margin-right: 7px; }
    .article-footer .info span {
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: left;
      color: #333333; }
  .article-footer .source {
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
    color: #333333;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
    .article-footer .source p {
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: left;
      color: #333333;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      margin: 0; }

.academy-item.article.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 640px) {
    .academy-item.article.swiper-slide {
      height: 340px; } }

.expert-item {
  min-height: 320px;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }
  @media screen and (max-width: 1439px) {
    .expert-item {
      max-width: 840px;
      margin: 0 auto;
      margin-top: 30px; } }
  @media screen and (max-width: 959px) {
    .expert-item {
      max-width: 520px;
      display: block; } }
  @media screen and (max-width: 480px) {
    .expert-item {
      margin-top: 0; } }
  .expert-item:nth-child(odd) .info {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .expert-item .info {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 60px 110px 60px;
    position: relative; }
    @media screen and (max-width: 959px) {
      .expert-item .info {
        padding: 30px;
        text-align: center;
        padding-bottom: 100px; } }
    @media screen and (max-width: 480px) {
      .expert-item .info {
        padding: 30px;
        text-align: left; } }
    @media screen and (max-width: 400px) {
      .expert-item .info {
        padding: 12px 30px 30px 30px; } }
    .expert-item .info a {
      position: absolute;
      bottom: 30px;
      left: 60px;
      display: inline-block;
      background: #272663;
      color: #fff;
      width: 100%;
      border-radius: 2px;
      height: 40px;
      line-height: 2.5rem;
      text-align: center;
      max-width: 540px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      @media screen and (max-width: 1439px) {
        .expert-item .info a {
          width: 400px; } }
      @media screen and (max-width: 480px) {
        .expert-item .info a {
          position: static;
          width: 100%;
          margin-top: 30px; } }
      @media screen and (max-width: 400px) {
        .expert-item .info a {
          margin-top: 18px; } }
      .expert-item .info a:hover {
        background: #5f5e86; }
    .expert-item .info p {
      margin-top: 30px;
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.5;
      text-align: left;
      color: #333333;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
      @media screen and (max-width: 959px) {
        .expert-item .info p {
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .expert-item .info p {
          text-align: left; } }
      @media screen and (max-width: 400px) {
        .expert-item .info p {
          margin-top: 12px; } }
    .expert-item .info span {
      font-size: 1.5rem;
      line-height: 1.25;
      text-align: left;
      color: #000000; }
  .expert-item .ava {
    width: 320px;
    min-width: 320px;
    height: 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    height: auto;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 959px) {
      .expert-item .ava {
        height: 260px;
        width: 100%;
        background-position: top; } }
    @media screen and (max-width: 480px) {
      .expert-item .ava {
        height: 480px; } }
    @media screen and (max-width: 400px) {
      .expert-item .ava {
        height: 320px; } }

.test-box {
  max-width: 960px;
  background: #fff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 120px;
  padding-bottom: 0; }
  @media screen and (max-width: 640px) {
    .test-box {
      padding: 30px;
      padding-bottom: 0;
      border-top: 1px dotted #e2a8af; } }

.question-count {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.29;
  text-align: center;
  color: #000;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.text-box-question {
  margin-top: 18px;
  text-align: center; }
  .text-box-question h1 {
    font-size: 2rem;
    line-height: 1.13;
    text-align: center;
    color: #000;
    padding: 0; }
    @media screen and (max-width: 640px) {
      .text-box-question h1 {
        font-size: 1.5rem;
        line-height: 1.25;
        padding-top: 0 !important; } }

.test-questions {
  margin-top: 30px; }

.test-action.margin-top {
  margin-top: 30px; }

.test-action.padding-bottom {
  padding-bottom: 30px; }

.test-form {
  max-width: 540px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .test-form.no-padding-bottom {
    padding-bottom: 0; }
  .test-form .item {
    max-width: 47.224%;
    width: 100%; }
  .test-form .radio-image {
    width: 100%;
    height: 255px;
    position: relative;
    background-position: center;
    background-size: cover; }
    .test-form .radio-image:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2); }
    .test-form .radio-image label {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

.test-image {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px dotted #e2a8af;
  max-width: 540px;
  margin: 0 auto; }

.radio-questions {
  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 screen and (max-width: 640px) {
    .radio-questions {
      width: 480px;
      margin-left: -30px; } }
  @media screen and (max-width: 480px) {
    .radio-questions {
      width: 100vw; } }
  .radio-questions .item {
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .radio-questions .item {
        width: 239px;
        max-width: 239px;
        margin-bottom: 1px; }
        .radio-questions .item:last-child {
          margin-bottom: 30px; }
        .radio-questions .item .radio-answer {
          padding-left: 15px;
          padding-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .radio-questions .item {
        width: 49.8%;
        max-width: 49.8%; }
        .radio-questions .item .radio-image {
          height: 160px; } }
    .radio-questions .item input[type=radio] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      visibility: hidden; }
    .radio-questions .item input[type=radio] + span {
      display: inline-block;
      position: absolute;
      left: 18px;
      top: 18px;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      border: 1px solid #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .radio-questions .item input[type=radio]:checked + span {
      background: #258048;
      border: 1px solid #258048; }
      .radio-questions .item input[type=radio]:checked + span:after {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        position: absolute;
        background: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

.radio-answer {
  margin-top: 12px;
  text-transform: uppercase;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  color: #333333; }

.hidden-answer {
  display: none;
  margin-top: 12px;
  text-transform: uppercase;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  color: #333333; }
  .hidden-answer.visible {
    display: block; }

.list-questions ul {
  padding-bottom: 30px;
  border-bottom: 1px dotted #e2a8af; }
  .list-questions ul li {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 26px;
    margin-bottom: 18px;
    -webkit-box-align: top;
    -webkit-align-items: top;
        -ms-flex-align: top;
            align-items: top; }
    .list-questions ul li:last-child {
      margin-bottom: 0; }
    .list-questions ul li label {
      display: block;
      cursor: pointer;
      font-size: 0.875rem;
      line-height: 1.29;
      text-align: left;
      color: #272663; }
      .list-questions ul li label.right {
        color: #258048; }
      .list-questions ul li label.wrong {
        color: #b72637; }
        .list-questions ul li label.wrong input[type=radio]:checked + span {
          background: #b72637;
          border: 1px solid #b72637; }
      .list-questions ul li label input[type=radio] {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        visibility: hidden; }
      .list-questions ul li label input[type=radio] + span {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        border: 1px solid #258048;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .list-questions ul li label input[type=radio]:checked + span {
        background: #258048;
        border: 1px solid #258048; }
        .list-questions ul li label input[type=radio]:checked + span:after {
          content: '';
          display: inline-block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          position: absolute;
          background: #fff;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .list-questions ul li label input[type=checkbox] {
        display: none; }
      .list-questions ul li label input[type=checkbox] + span {
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 2px;
        border: 1px solid #b72637;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 0; }
      .list-questions ul li label input[type=checkbox]:checked + span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(img/check.svg) #b72637;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px; }

.test-front-item {
  max-width: 960px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 120px 30px 120px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 959px) {
    .test-front-item {
      padding: 30px 50px 30px 50px; } }
  @media screen and (max-width: 640px) {
    .test-front-item {
      padding: 0;
      padding-bottom: 30px; } }

.test-front-item__head {
  text-align: center; }
  .test-front-item__head i {
    display: inline-block;
    margin-bottom: 12px; }
  .test-front-item__head h1 {
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    color: #333333;
    padding: 0; }
    @media screen and (max-width: 640px) {
      .test-front-item__head h1 {
        padding: 0 !important;
        font-size: 1.5rem;
        line-height: 1.25;
        padding-top: 0 !important;
        margin-top: -30px; } }
    @media screen and (max-width: 480px) {
      .test-front-item__head h1 {
        margin-top: 0; } }

.test-front-item__body {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  margin: 0 90px;
  border-top: 1px dotted #e2a8af;
  border-bottom: 1px dotted #e2a8af;
  text-align: center;
  text-transform: uppercase;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #333333; }
  @media screen and (max-width: 959px) {
    .test-front-item__body {
      margin: 0 50px; } }
  @media screen and (max-width: 640px) {
    .test-front-item__body {
      margin: 0;
      padding: 30px;
      border-bottom: none; } }

.test-front-item__footer {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  margin: 0 90px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .test-front-item__footer {
      margin: 0 50px; } }
  @media screen and (max-width: 640px) {
    .test-front-item__footer {
      margin: 0;
      padding: 0 30px;
      margin-bottom: -10px; }
      .test-front-item__footer .btn-text {
        margin-top: 18px; } }

.btn-text {
  background: none;
  margin-top: 30px;
  text-align: center;
  display: inline-block;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  cursor: pointer;
  text-align: left;
  color: #333333; }
  .btn-text:hover {
    text-decoration: underline; }

.btn-text-blue {
  background: none;
  margin-top: 18px;
  text-align: center;
  display: inline-block;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  cursor: pointer;
  text-align: left;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.29;
  text-align: center;
  color: #272663; }
  .btn-text-blue:hover {
    text-decoration: underline; }

.choose-value {
  width: 300px; }

#lk-confirm-tel {
  display: none; }

.modal-expert {
  width: 480px;
  z-index: 112; }

.form textarea {
  height: 120px;
  border-radius: 2px;
  background-color: transparent;
  border: solid 1px #e2a8af;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  font-size: 0.875rem;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }

.form .btn-action {
  margin-top: 30px;
  text-align: center; }
  .form .btn-action button {
    border-radius: 2px; }

.potential-slider {
  position: relative; }
  @media screen and (max-width: 640px) {
    .potential-slider .product-list .product-list-item .product-offer span {
      padding: 0 8px;
      line-height: 1.125rem;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: calc(100% - 30px); } }

.academy-slider-controls {
  display: none; }

.slider-box .academy-slider-controls {
  display: block; }

.swiper-container .academy-slider-controls {
  display: block; }

.adaptive-header {
  height: 60px;
  -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;
  border-bottom: solid 1px #e9e9ef;
  display: none; }
  @media screen and (max-width: 1279px) {
    .adaptive-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 959px) {
    .adaptive-header {
      display: none; } }

.float-logo {
  display: none; }
  .float-logo img {
    max-width: 70px;
    vertical-align: middle;
    max-height: 22px; }
  @media screen and (max-width: 641px) {
    .float-logo {
      overflow: hidden; }
      .float-logo .mob-view {
        display: block !important; }
        .float-logo .mob-view img {
          max-width: 22px; }
      .float-logo .desk-view {
        display: none; } }
  .float-logo .mob-view {
    display: none; }

.search-wrapper {
  position: fixed;
  top: 0;
  background: #fff;
  left: 0;
  right: 0;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  z-index: 999;
  max-height: 100vh;
  margin-right: -20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden; }
  @media screen and (max-width: 640px) {
    .search-wrapper {
      padding-top: 0;
      width: 100%; } }
  .search-wrapper.visible {
    visibility: visible; }

.search__head {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .search__head {
      padding-bottom: 18px; } }
  .search__head i {
    position: absolute;
    right: 30px;
    top: 0;
    cursor: pointer; }
    @media screen and (max-width: 640px) {
      .search__head i {
        top: 15px;
        right: 20px; } }

.search__head-title {
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
  color: #000000; }
  @media screen and (max-width: 640px) {
    .search__head-title {
      font-size: 1.125rem;
      line-height: 1.33;
      padding-top: 18px; } }

.search__head-examples {
  margin-top: 12px;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
  .search__head-examples a {
    display: inline-block;
    position: relative;
    margin-right: 30px; }
    .search__head-examples a:last-child {
      margin-right: 0; }
      .search__head-examples a:last-child:after {
        content: none; }
    .search__head-examples a:after {
      content: '';
      display: inline-block;
      height: 6px;
      width: 6px;
      background: #272663;
      border-radius: 50%;
      position: absolute;
      right: -21px;
      top: 5px; }
    .search__head-examples a:hover {
      text-decoration: underline; }

.search__search {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  position: relative; }
  .search__search:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: -1px;
    left: 0;
    background: #fff; }
  .search__search form {
    width: 100%;
    position: relative; }
    .search__search form button {
      background: none;
      border: none;
      cursor: pointer;
      position: absolute;
      left: 8px;
      top: 12px; }
    .search__search form input {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 12px;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      height: 40px;
      border-radius: 2px;
      background-color: transparent;
      border: solid 1px #e2a8af;
      padding-left: 40px;
      font-size: 14px;
      line-height: 1.29;
      text-align: left;
      color: #000000; }

.search__tabs {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: #272663;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px; }
  @media screen and (max-width: 640px) {
    .search__tabs {
      margin-top: 12px; } }

.search__tabs-item {
  display: inline-block;
  height: 40px;
  line-height: 2.5rem;
  text-align: center;
  width: 150px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #e2a8af; }
  @media screen and (max-width: 640px) {
    .search__tabs-item {
      width: 50%;
      border-right: none; } }
  .search__tabs-item:hover {
    background: #e2a8af;
    color: #fff; }
  .search__tabs-item.active {
    color: #fff;
    background: #b72637;
    border: none; }

.no-orders {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 90px;
  text-align: center; }
  @media screen and (max-width: 639px) {
    .no-orders {
      padding: 30px; } }
  .no-orders a {
    margin-top: 30px; }
  .no-orders p {
    margin-top: 30px;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
    color: #333333; }
  .no-orders span {
    display: block;
    width: 100%;
    padding-bottom: 29px;
    border-bottom: 1px dotted #e2a8af;
    font-size: 1.125rem;
    line-height: 1.33;
    text-align: center;
    color: #000000; }

.search__body {
  margin-top: 30px;
  border-top: 1px solid #e2a8af;
  overflow-y: auto; }
  @media screen and (max-width: 640px) {
    .search__body {
      margin-top: 18px; } }
  .search__body.no-overflow {
    overflow: unset; }

#search-tab-2 .product-list-item {
  height: 540px; }
  @media screen and (max-width: 1260px) {
    #search-tab-2 .product-list-item {
      width: 33.33% !important; } }
  @media screen and (max-width: 959px) {
    #search-tab-2 .product-list-item {
      width: 50% !important; } }

@media screen and (max-width: 640px) {
  #search-tab-2 .product-list-item, #search-tab-2 .banner-simple {
    height: 340px;
    width: 100% !important; } }

.product-contact.service.hide-mobile .product-contact div:last-child {
  margin-right: 0; }

.search__body-container {
  display: none; }
  .search__body-container .product-list-item .product-list-item__info .tooltip {
    right: unset !important;
    left: -15px;
    top: 25px;
    z-index: 3; }
    .search__body-container .product-list-item .product-list-item__info .tooltip:after {
      right: unset;
      left: 18px;
      top: -6px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
  @media screen and (max-width: 640px) {
    .search__body-container {
      overflow-x: hidden; }
      .search__body-container .show-all {
        padding-top: 18px; }
      .search__body-container .product-list-item {
        height: 240px;
        padding: 20px 30px;
        width: 100% !important;
        max-width: 100%;
        border-right: 0; }
        .search__body-container .product-list-item .product-action {
          padding-bottom: 20px; }
          .search__body-container .product-list-item .product-action .product-action__counter {
            position: absolute;
            bottom: 80px;
            left: 118px;
            width: 265px; } }
        @media screen and (max-width: 640px) and (max-width: 480px) {
          .search__body-container .product-list-item .product-action .product-action__counter {
            left: 118px;
            width: calc(100% - 170px);
            bottom: 75px; } }
  @media screen and (max-width: 640px) {
        .search__body-container .product-list-item .product__title {
          position: static;
          padding-left: 90px;
          font-size: 0.875rem;
          line-height: 1.29;
          margin-top: 5px;
          text-align: left; } }
      @media screen and (max-width: 640px) and (max-width: 480px) {
        .search__body-container .product-list-item .product__title {
          padding-left: 90px;
          padding-right: 0; } }
      @media screen and (max-width: 640px) and (max-width: 380px) {
        .search__body-container .product-list-item .product__title {
          padding-left: 90px; } }
  @media screen and (max-width: 640px) {
          .search__body-container .product-list-item .product__title .product-price {
            margin-top: 0; }
        .search__body-container .product-list-item .product-offer {
          padding-left: 90px;
          text-align: left;
          margin-top: 7px;
          position: static;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; } }
      @media screen and (max-width: 640px) and (max-width: 480px) {
        .search__body-container .product-list-item .product-offer {
          padding-left: 90px; } }
      @media screen and (max-width: 640px) and (max-width: 380px) {
        .search__body-container .product-list-item .product-offer {
          padding-left: 90px; } }
  @media screen and (max-width: 640px) {
          .search__body-container .product-list-item .product-offer span {
            line-height: 1.125rem;
            padding: 0 8px; } }
        @media screen and (max-width: 640px) and (max-width: 640px) {
          .search__body-container .product-list-item .product-offer span {
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: calc(100% - 30px); } }
  @media screen and (max-width: 640px) {
        .search__body-container .product-list-item .product-list-item__info {
          text-align: left;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          font-size: 0.625rem;
          padding-left: 80px; } }
      @media screen and (max-width: 640px) and (max-width: 480px) {
        .search__body-container .product-list-item .product-list-item__info {
          padding-left: 80px; } }
      @media screen and (max-width: 640px) and (max-width: 380px) {
        .search__body-container .product-list-item .product-list-item__info {
          padding-left: 85px; } }
  @media screen and (max-width: 640px) {
          .search__body-container .product-list-item .product-list-item__info span {
            font-size: 0.625rem;
            margin: 0 5px; }
        .search__body-container .product-list-item .product__img {
          position: absolute;
          left: 30px;
          top: 20px;
          width: 60px;
          min-width: 60px;
          margin-left: 6px; } }
      @media screen and (max-width: 640px) and (max-width: 480px) {
        .search__body-container .product-list-item .product__img {
          margin-left: 0; } }
  @media screen and (max-width: 640px) {
          .search__body-container .product-list-item .product__img img {
            max-height: 140px; }
        .search__body-container .product-list-item .product-offer span {
          padding: 0 8px;
          line-height: 1.125rem;
          white-space: nowrap; } }
      @media screen and (max-width: 640px) and (max-width: 640px) {
        .search__body-container .product-list-item .product-offer span {
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: calc(100% - 30px); } }
  .search__body-container.padding-bottom {
    padding-bottom: 30px; }
  .search__body-container.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .search__body-container .product-list-item {
    border-bottom: 1px solid #e2a8af; }

.value-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #e2a8af;
  border-left: solid 1px #e2a8af; }

.bottle-value-item {
  width: 121px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
  color: #272663;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  border-right: solid 1px #e2a8af;
  border-bottom: solid 1px #e2a8af;
  cursor: pointer;
  padding: 4px 6px;
  display: inline-block; }
  .bottle-value-item span.unavailable {
    color: #bebed0; }
  .bottle-value-item.selected {
    color: #fff;
    background: #b72637;
    border: none; }
    .bottle-value-item.selected:hover {
      color: #fff;
      background: #b72637;
      border: none; }
  .bottle-value-item:hover {
    background: #e2a8af;
    color: #fff; }

.choose-vintage {
  width: 540px; }

.vintage-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vintage-tabs-item {
  width: 54px;
  height: 30px;
  text-align: center;
  line-height: 1.875rem;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  text-align: center;
  color: #272663;
  cursor: pointer;
  border-right: 1px solid #e2a8af;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .vintage-tabs-item:hover {
    background: #e2a8af;
    color: #fff; }
  .vintage-tabs-item.selected {
    background: #b72637;
    color: #fff; }
    .vintage-tabs-item.selected:hover {
      color: #fff;
      background: #b72637;
      border: none; }

.vintage-container {
  margin-top: 30px;
  display: none;
  border-left: solid 1px #e2a8af; }
  .vintage-container .bottle-value-item {
    width: 25%;
    position: relative; }
    .vintage-container .bottle-value-item:hover span.unavailable {
      color: #fff; }
    .vintage-container .bottle-value-item:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      left: 0px;
      top: -1px;
      height: 1px;
      background: #e2a8af; }
    .vintage-container .bottle-value-item.selected:after {
      background: #b72637; }
  .vintage-container.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.choose-present {
  width: 480px; }

.choose-box-item {
  height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 6px;
  border-bottom: 1px dotted #e2a8af; }
  .choose-box-item:first-child {
    padding-top: 0; }
  .choose-box-item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }

.testimonial-wrapper-slider {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .testimonial-wrapper-slider {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

.box-img {
  min-width: 120px;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .box-img input[type=radio] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    visibility: hidden; }
  .box-img input[type=radio] + span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #b72637;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .box-img input[type=radio]:checked + span {
    background: #258048;
    border: 1px solid #258048; }
    .box-img input[type=radio]:checked + span:after {
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      position: absolute;
      background: #fff;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .box-img img {
    max-height: 120px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.box-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px; }
  .box-content span {
    display: block;
    margin-top: 12px;
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: left;
    color: #000000;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif; }
  .box-content p {
    font-size: 1.125rem;
    line-height: 1.33;
    text-align: left;
    color: #000000; }

.product-tabs-list li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-list-item.set .product__img {
  top: 118px; }
  .product-list-item.set .product__img img {
    max-height: 195px !important; }
    .product-list-item.set .product__img img:nth-child(1) {
      left: 30%; }
    .product-list-item.set .product__img img:nth-child(3) {
      left: 80%; }

.slider-classic-dots {
  position: absolute;
  bottom: 12px !important;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center; }
  .slider-classic-dots span {
    width: 4px;
    height: 4px;
    background: #fff;
    opacity: .3; }
    .slider-classic-dots span.swiper-pagination-bullet-active {
      opacity: 1; }

.slider-item .banner-simple {
  height: 100%; }

.dark-dots {
  position: absolute;
  bottom: 14px !important;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center; }
  .dark-dots span {
    width: 4px;
    height: 4px;
    background: #272663;
    opacity: .3; }
    .dark-dots span.swiper-pagination-bullet-active {
      opacity: 1; }

.mobile-product-tabs {
  display: none;
  border-top: 1px solid #e2a8af;
  margin-top: 30px;
  padding-top: 18px;
  width: 100%; }
  @media screen and (max-width: 641px) {
    .mobile-product-tabs {
      display: block;
      margin-top: 5px; } }
  .mobile-product-tabs .rates-block {
    padding: 30px 30px 12px 30px;
    margin-top: 0; }
    .mobile-product-tabs .rates-block a {
      color: #272663; }
    .mobile-product-tabs .rates-block p {
      margin-top: 12px;
      font-size: 0.875rem;
      line-height: 1.29;
      text-align: left;
      color: #272663;
      margin-bottom: 18px; }
    .mobile-product-tabs .rates-block span {
      margin: 0;
      text-transform: uppercase;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-style: italic;
      line-height: 1.5;
      text-align: left;
      color: #b72637;
      font-size: 0.75rem; }
  .mobile-product-tabs .expert-block {
    padding: 30px;
    margin-top: 30px;
    border-top: 1px dotted #e2a8af; }
    .mobile-product-tabs .expert-block .expert-info__name span {
      margin: 0; }
    .mobile-product-tabs .expert-block .expert-info {
      border-top: none;
      padding-top: 0; }

.hidden-dish {
  display: none; }
  .hidden-dish.visible {
    display: block; }

.mobile-product-item__content {
  display: none; }
  .mobile-product-item__content.descr {
    padding: 0 30px 0 30px; }
    .mobile-product-item__content.descr p {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 30px;
      text-align: justify; }
    .mobile-product-item__content.descr span {
      color: #b72637;
      text-transform: uppercase;
      font-size: 0.75rem;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-style: italic;
      margin: 0 0 4px 0;
      display: block;
      white-space: normal; }
  .mobile-product-item__content .dish {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px; }
    .mobile-product-item__content .dish button {
      margin-bottom: 30px;
      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;
      border: none;
      background: none;
      color: #272663;
      font-family: "BasisGrotesquePro", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      line-height: 1.29;
      margin-left: 0;
      cursor: pointer;
      padding-left: 0; }
      .mobile-product-item__content .dish button i {
        margin-right: 8px; }
    .mobile-product-item__content .dish ul {
      display: block;
      margin-bottom: 18px; }
      .mobile-product-item__content .dish ul li {
        font-size: 1rem;
        line-height: 1.5;
        text-align: left;
        color: #000000;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: auto;
        border-right: none;
        padding-left: 16px;
        position: relative;
        cursor: text; }
        .mobile-product-item__content .dish ul li:before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 0;
          top: 9px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #000; }
    .mobile-product-item__content .dish span {
      color: #b72637;
      text-transform: uppercase;
      font-size: 0.75rem;
      font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
      font-style: italic;
      margin: 0 0 4px 0;
      display: block; }
    .mobile-product-item__content .dish p {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 30px; }

.mobile-product-item .product-float-body {
  margin-top: 18px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
  color: #272663; }
  .mobile-product-item .product-float-body span {
    margin-top: 12px;
    margin-bottom: 0; }
  .mobile-product-item .product-float-body p {
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: center;
    color: #272663; }

.mobile-product-item.open .mobile-product-item__content {
  display: block; }

.mobile-product-item.open .mobile-product-item__title {
  display: block; }
  .mobile-product-item.open .mobile-product-item__title i.icon-minus {
    display: inline-block;
    float: right; }
  .mobile-product-item.open .mobile-product-item__title i.icon-plus {
    display: none;
    float: right; }

.mobile-product-item__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 30px;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.33;
  cursor: pointer;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000; }
  .mobile-product-item__title i {
    float: right; }
  .mobile-product-item__title i.icon-minus {
    display: none; }

.mobile-product-item-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 18px; }
  .mobile-product-item-info i.icon-minus {
    display: none; }
  .mobile-product-item-info.open i.icon-plus {
    display: none; }
  .mobile-product-item-info.open i.icon-minus {
    display: inline-block; }
  .mobile-product-item-info.open .content-hidden {
    display: block; }

.content-opener {
  text-transform: uppercase;
  font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  color: #b72637;
  display: block;
  -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; }
  .content-opener i {
    font-style: normal !important;
    float: right; }

.content-hidden {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.29;
  text-align: left;
  color: #000000;
  display: none;
  text-align: justify;}

.testimonials-action {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px; }

.mobile-product-item__content {
  margin-top: 18px; }
  .mobile-product-item__content .swiper-container {
    border-top: 1px solid #e2a8af;
    border-bottom: 1px solid #e2a8af; }
    .mobile-product-item__content .swiper-container .testimonial-item {
      border-right: none; }

@media screen and (max-width: 641px) {
  .category-products .category-banner {
    margin-bottom: 0; } }

@media screen and (max-width: 641px) {
  .category-products .load-more {
    border-bottom: 1px solid #e2a8af; } }

@media screen and (max-width: 641px) {
  .category-products .product-list-item .product-action__counter {
    padding-right: 26px; } }

@media screen and (max-width: 639px) {
  .category-products .product-list-item {
    padding-right: 0;
    height: auto;
    min-height: 240px; } }

@media screen and (max-width: 641px) {
  .category-products .banner-responsive__data span {
    top: 18px !important;
    left: 0; }
  .category-products .banner-responsive__data a {
    left: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px; }
  .category-products .banner-responsive__data p {
    left: 0 !important; } }

@media screen and (max-width: 959px) {
  .category-products .product-offer {
    margin-top: 6px; }
    .category-products .product-offer span {
      padding: 0 8px;
      line-height: 1.125rem;
      white-space: nowrap; } }
    @media screen and (max-width: 959px) and (max-width: 640px) {
      .category-products .product-offer span {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100% - 30px); } }

@media screen and (max-width: 640px) {
  .category-products .product-offer {
    margin-top: 6px !important; } }

@media screen and (max-width: 959px) {
  .category-products .product__title {
    position: relative !important;
    top: 0 !important;
    z-index: 2; } }

@media screen and (max-width: 640px) {
  .category-products .product__title {
    padding-right: 30px !important; } }

@media screen and (max-width: 640px) {
  .category-products .product__title .product-price.sell span {
    color: #000; }
    .category-products .product__title .product-price.sell span:first-child {
      display: none; } }

@media screen and (max-width: 360px) {
  .category-products .product__title .product-price.sell {
    max-width: calc(100% - 15px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media screen and (max-width: 330px) {
  .category-products .product__title .product-price.sell {
    max-width: calc(100% - 25px); } }

.cart-box .product-wide {
  border-bottom: 1px solid #e2a8af !important; }

.cart-box .cart-box__info:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #e2a8af; }

@media screen and (max-width: 640px) {
  .cart-box .cart-box__info:before {
    content: none; } }

@media screen and (max-width: 1279px) {
  .cart-box .product-wide .product-wide__img {
    width: 210px;
    min-width: 210px; }
  .cart-box .product-wide .product-wide__data {
    padding: 30px; }
  .cart-box .product-wide .product-action {
    left: 30px !important; }
  .cart-box .cart-box__info {
    padding: 30px 60px; } }

@media screen and (max-width: 1100px) {
  .cart-box .product-wide .product-wide__img {
    width: 150px;
    min-width: 150px; } }

@media screen and (max-width: 959px) {
  .cart-box .cart-box__info {
    border-left: 1px solid #e2a8af;
    padding: 30px; }
  .cart-box .product-wide {
    border-bottom: 1px solid #e2a8af !important;
    height: 220px;
    border-right: none !important; }
    .cart-box .product-wide .product__present {
      position: absolute;
      left: -70px;
      bottom: 20px; }
    .cart-box .product-wide .product-wide__data {
      padding: 20px; }
    .cart-box .product-wide .product-action {
      position: static;
      margin-top: 10px; }
    .cart-box .product-wide .product-price {
      margin-top: 0; }
    .cart-box .product-wide .product__title {
      margin-top: 5px !important;
      font-size: 0.875rem;
      line-height: 1.29; }
    .cart-box .product-wide .product-offer span {
      padding: 0 4px;
      line-height: 1.125rem;
      white-space: nowrap; } }
    @media screen and (max-width: 959px) and (max-width: 640px) {
      .cart-box .product-wide .product-offer span {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100% - 30px); } }

@media screen and (max-width: 959px) {
    .cart-box .product-wide .product-list-item__info {
      font-size: 0.625rem; }
      .cart-box .product-wide .product-list-item__info span {
        font-size: 0.625rem;
        margin: 0 4px; }
    .cart-box .product-wide .cart-remove-item {
      left: -20px;
      top: 0;
      z-index: 2; }
    .cart-box .product-wide .product-wide__img {
      background: none;
      width: 70px;
      min-width: 70px;
      height: 160px;
      margin-left: 30px;
      margin-top: 10px; }
      .cart-box .product-wide .product-wide__img img {
        max-height: 140px; } }

@media screen and (max-width: 640px) {
  .cart-box {
    display: block;
    border-top: 1px dotted #e2a8af; }
    .cart-box .cart-box__items {
      width: 100%;
      display: inline-block; }
      .cart-box .cart-box__items .product-wide {
        height: 220px !important;
        border-bottom: 1px dotted #e2a8af !important; }
        .cart-box .cart-box__items .product-wide .product__present {
          left: -90px;
          bottom: -50px; }
      .cart-box .cart-box__items .product-wide__img {
        position: relative !important; }
      .cart-box .cart-box__items .product-wide__data {
        height: 150px !important; }
        .cart-box .cart-box__items .product-wide__data .product-action {
          width: 156px;
          /*position: absolute;*/
          left: 17px !important;
          bottom: 0; }
    .cart-box .cart-box__info {
      width: 100%;
      border-left: none;
      padding-top: 25px; } }

@media screen and (max-width: 480px) {
  .cart-box .product-wide__img {
    min-width: 55px;
    margin-right: 10px;
    margin-top: 20px !important;
    width: 55px; }
  .cart-box .product-wide .product-wide__data {
    height: 160px !important;
    padding-left: 0; }
    .cart-box .product-wide .product-wide__data .product-action {
      left: 0 !important; }
    .cart-box .product-wide .product-wide__data .product__present {
      bottom: -40px; } }

@media screen and (max-width: 640px) {
  .account-box {
    border-top: none; } }

@media screen and (max-width: 640px) {
  .lk-head {
    padding: 18px 0 0 0; }
    .lk-head h1 {
      font-size: 1.125rem;
      margin-bottom: 18px; } }

.lk-tabs {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 15px 0 15px;
  border-top: 1px dotted #e2a8af; }
  @media screen and (max-width: 640px) {
    .lk-tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 480px) {
    .lk-tabs {
      padding-left: 0;
      padding-right: 0; } }
  .lk-tabs div {
    height: 40px;
    line-height: 2.5rem;
    width: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    font-size: 0.875rem;
    text-align: center;
    color: #272663;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    cursor: pointer; }
    .lk-tabs div:hover {
      background: #e2a8af;
      color: #fff; }
    .lk-tabs div.active {
      background: #b72637;
      color: #fff; }

@media screen and (max-width: 640px) {
  #accountOrders, #accountInfo {
    display: none;
    width: 100%;
    padding-top: 0;
    border-right: none;
    border-top: none; }
    #accountOrders .box__head, #accountInfo .box__head {
      display: none; }
    #accountOrders .line, #accountInfo .line {
      display: none; } }

#accountOrders.active, #accountInfo.active {
  display: block; }

.dark-page .product-contact.centered .product-contact {
  margin-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-bottom: -10px; }
  .dark-page .product-contact.centered .product-contact > div:last-child {
    margin-right: 0; }

.promo-wrapper {
  background: #f3f3f3;
  margin-bottom: -30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .promo-wrapper {
      background: #fff; } }

@media screen and (max-width: 480px) {
  .classic-head {
    padding: 18px; } }

.ui {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 100px; }

.tabbox {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px; }
  .tabbox.active {
    display: block; }

.ui-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .ui-tabs div {
    height: 40px;
    line-height: 2.5rem;
    padding: 0 20px;
    text-align: center;
    font-size: 0.875rem;
    cursor: pointer; }
    .ui-tabs div.active {
      background: #b72637;
      color: #fff; }
    .ui-tabs div:hover {
      background: #e2a8af;
      color: #fff; }

.tabbox .product-icons {
  margin-bottom: 20px; }

@media screen and (max-width: 680px) {
  #modal-18 {
    width: 90%; } }

@media screen and (max-width: 640px) {
  #lkModalNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #fff;
    width: 100%;
    z-index: 200;
    padding: 0; }
    #lkModalNav .lk-modal__body {
      padding: 0 30px 30px 30px; }
      #lkModalNav .lk-modal__body label.invalid {
        color: #b72637; }
        #lkModalNav .lk-modal__body label.invalid + input {
          color: #b72637;
          border-color: #e2a8af; }
    #lkModalNav .lk-modal__head {
      padding: 18px 30px;
      height: auto;
      line-height: 1.25rem; } }

@media screen and (max-width: 680px) {
  #askExpert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 200;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: 100%; }
    #askExpert .body {
      padding: 30px; } }

.btn-group button:disabled {
  opacity: .7;
  cursor: default; }

@media screen and (max-width: 959px) {
  #testimonialModal {
    width: 580px; }
    #testimonialModal .body {
      padding-left: 6px;
      padding-right: 6px; } }

@media screen and (max-width: 640px) {
  #testimonialModal {
    position: fixed;
    z-index: 200;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    overflow-y: auto; }
    #testimonialModal .body {
      padding: 30px; }
    #testimonialModal .head {
      padding: 0 15px; }
      #testimonialModal .head i {
        right: 15px;
        top: 15px; } }

@media screen and (max-width: 640px) {
  #chooseVintage {
    width: 450px; } }

@media screen and (max-width: 480px) {
  #chooseVintage {
    width: calc(100% - 30px); }
    #chooseVintage .bottle-value-item {
      width: 50%; }
    #chooseVintage .body.medium-padding {
      padding: 30px 15px; } }

@media screen and (max-width: 640px) {
  #subscribeSuccess {
    width: calc(100% - 30px); }
    #subscribeSuccess i {
      top: 15px;
      right: 15px; } }

#buyerInfo .product-wide .product-wide__img {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

#buyerInfo .product-wide__data .product-offer {
  position: static;
  margin-top: 8px;
  text-align: left; }

#buyerInfo .product-wide__data .product__title {
  position: static;
  margin-top: 30px;
  font-size: 1.125rem; }

@media screen and (max-width: 640px) {
  #buyerInfo {
    height: 200px;
    border-radius: 4px; }
    #buyerInfo .body {
      padding-bottom: 0; }
    #buyerInfo .product-wide {
      height: auto !important; } }

@media screen and (max-width: 480px) {
  #buyerInfo {
    top: 30px;
    left: 15px;
    right: 0;
    width: calc(100% - 30px); } }

@media screen and (max-width: 800px) {
  #orderRepeat {
    width: 580px; }
    #orderRepeat .body {
      padding: 30px 20px; } }

@media screen and (max-width: 600px) {
  #orderRepeat {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
    #orderRepeat .body .product-list {
      width: 100%; }
      #orderRepeat .body .product-list .product-wide__data {
        padding-right: 0; }
    #orderRepeat .product-wide__img {
      width: 60px;
      min-width: 60px; }
    #orderRepeat .product-offer {
      position: static !important;
      margin-top: 5px;
      text-align: left; }
      #orderRepeat .product-offer span {
        padding: 0 5px;
        line-height: 1.125rem;
        white-space: nowrap; } }
      @media screen and (max-width: 600px) and (max-width: 640px) {
        #orderRepeat .product-offer span {
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: calc(100% - 30px); } }

@media screen and (max-width: 600px) {
    #orderRepeat .product__title {
      position: static !important;
      margin-top: 5px; }
    #orderRepeat .product-action {
      width: 126px !important; }
    #orderRepeat .head {
      height: auto;
      padding-bottom: 18px;
      padding-top: 18px; }
      #orderRepeat .head span {
        margin-top: 0; }
    #orderRepeat .product-wide {
      height: 190px !important; } }

@media screen and (max-width: 640px) {
  #choosePresent {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
    #choosePresent .choose-box-item {
      min-height: 132px;
      height: auto;
      padding: 18px 30px; }
      #choosePresent .choose-box-item .box-content p {
        font-size: 0.875rem;
        line-height: 1.29;
        text-align: left;
        color: #000000; }
      #choosePresent .choose-box-item .box-img {
        min-width: unset; }
        #choosePresent .choose-box-item .box-img img {
          -webkit-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none;
          position: static;
          margin-left: 25px; }
      #choosePresent .choose-box-item:last-child {
        border-bottom: none; }
    #choosePresent .body.medium-padding {
      padding: 0; } }

@media screen and (max-width: 640px) {
  #cartCheckout {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; } }

@media screen and (max-width: 640px) {
  .callback__btn {
    width: 40px;
    height: 40px; } }

@media screen and (max-width: 640px) {
  #callBack {
    bottom: 30px;
    left: 90px; }
    #callBack .callback__form {
      height: 40px;
      width: 250px; }
      #callBack .callback__form form {
        left: 45px;
        top: 5px;
        height: 30px; }
        #callBack .callback__form form input {
          height: 30px;
          width: 160px; }
        #callBack .callback__form form button {
          top: 6px;
          right: -37px; }
      #callBack .callback__form i {
        top: 5px;
        left: 5px; } }

@media screen and (max-width: 640px) {
  #callBackStatus {
    bottom: 0;
    left: 0;
    height: 40px;
    width: 250px; }
    #callBackStatus .status {
      top: 1px; }
    #callBackStatus i {
      top: 5px;
      left: 5px; } }

.compilation-box {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 640px) {
    .compilation-box .product-wide__img img {
      max-height: 142px; } }
  .compilation-box .product-wide__data .product-offer {
    position: static;
    text-align: left;
    margin-top: 8px;
    white-space: nowrap; }
    @media screen and (max-width: 640px) {
      .compilation-box .product-wide__data .product-offer {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100% - 30px); } }
  .compilation-box .product-wide__data .product__title {
    position: static;
    margin-top: 27px; }
    @media screen and (max-width: 1279px) {
      .compilation-box .product-wide__data .product__title {
        position: absolute;
        margin-top: 0; } }
    @media screen and (max-width: 640px) {
      .compilation-box .product-wide__data .product__title {
        position: static;
        margin-top: 12px; } }
    .compilation-box .product-wide__data .product__title .product-price {
      margin-top: 13px; }
  @media screen and (max-width: 640px) {
    .compilation-box .product-wide .product-offer span {
      padding: 0 8px;
      line-height: 1.125rem;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: calc(100% - 30px); }
    .compilation-box .product-wide .product-action__buy {
      left: -110px !important; } }
  @media screen and (max-width: 480px) {
    .compilation-box .product-wide .product-action__buy {
      left: -85px !important;
      width: calc(100vw - 60px) !important; } }
  @media screen and (max-width: 380px) {
    .compilation-box .product-wide .product-action__buy {
      left: -82px !important;
      width: calc(100vw - 60px) !important; } }

@media screen and (max-width: 800px) {
  #filterRegions {
    z-index: 111; } }

@media screen and (max-width: 959px) {
  #infoRate {
    right: -108px; } }

@media screen and (min-width: 980px) {
  #fastCartNav .body {
    width: 120%;
    max-width: 120%; } }

#fastCartNav .footer {
  z-index: 2; }

@media screen and (max-width: 640px) {
  #fastCartNav {
    width: 290px;
    right: -20vw; }
    #fastCartNav:before {
      right: 30vw; }
    #fastCartNav .body .product-wide {
      display: none; }
    #fastCartNav .footer {
      padding: 18px 18px 0 18px; }
      #fastCartNav .footer a {
        margin-bottom: 18px; }
    #fastCartNav .head {
      padding: 18px;
      border-bottom: none;
      font-size: 0.875rem;
      line-height: 1.29;
      margin-bottom: -55px; } }

@media screen and (max-width: 640px) {
  #userFavNav {
    width: 290px;
    right: 5vw;
    padding: 0; }
    #userFavNav:before {
      right: 5vw; }
    #userFavNav .head {
      display: none; }
    #userFavNav .body-box {
      display: none; }
    #userFavNav .footer {
      position: static;
      padding: 18px 0; } }

#userFav .product-action__buy {
  max-width: calc(100% - 10px); }

#userFav .product-icons i .tooltip {
  top: 25px; }
  #userFav .product-icons i .tooltip:after {
    top: -6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }

.product__title a {
  max-height: 45px;
  overflow: hidden;
  display: inline-block; }
  @media screen and (max-width: 640px) {
    .product__title a {
      max-height: 36px; } }

#main-bottom-slider .slider-classic-dots {
  visibility: hidden; }

@media screen and (max-width: 640px) {
  #main-bottom-slider .slider-item {
    width: 100%; }
  #main-bottom-slider .slider-classic-dots {
    visibility: visible; } }

#main-top-slider .slider-classic-dots {
  visibility: hidden; }

@media screen and (max-width: 640px) {
  #main-top-slider .slider-classic-dots {
    visibility: visible; }
  #main-top-slider .slider-item {
    width: 100%; } }

.potential-slider .dark-dots {
  visibility: hidden; }

@media screen and (max-width: 640px) {
  .potential-slider .dark-dots {
    visibility: visible; } }

.testimonials-container .dark-dots {
  visibility: hidden; }

@media screen and (max-width: 640px) {
  .testimonials-container .dark-dots {
    visibility: visible; } }

@media screen and (max-width: 1279px) and (min-width: 640px) {
  .compilation-box .product-wide:nth-child(3) {
    border-right: none; } }

.testimonials-container {
  position: relative; }
  .testimonials-container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    z-index: 2;
    background: #fff; }

.product-list .product-list-item .product-float-head ul li {
  display: inline-block;
  margin-right: 1px; }
  .product-list .product-list-item .product-float-head ul li:after {
    content: '-';
    display: inline-block;
    padding-left: 1px; }
  .product-list .product-list-item .product-float-head ul li:last-child:after {
    content: '';
    margin-right: 0; }

.product-list .product-list-item.compilation li:after {
  color: #fff; }

.product-list .product-list-item.compilation a {
  color: #fff; }

.product-list .product-list-item.experts .product-float-head a {
  color: #b72637; }

.product-list .product-list-item.experts .product-float-body a {
  color: #272663; }

.product-list .product-list-item .product-float-head a {
  color: #fff; }

.product-list .product-list-item a:hover {
  text-decoration: underline; }

.product-list .product-list-item > a {
  display: block;
  width: 100%;
  height: 100%; }

.banner-simple__body a {
  color: #fff; }
  .banner-simple__body a:hover {
    text-decoration: underline; }

.banner-simple__head ul li {
  display: inline-block;
  margin-right: 1px;
  color: #fff; }
  .banner-simple__head ul li a {
    color: #fff; }
  .banner-simple__head ul li:after {
    content: '-';
    display: inline-block;
    padding-left: 5px;
    color: #fff; }
  .banner-simple__head ul li:last-child:after {
    content: '';
    margin-right: 0; }

.product-list-item ul li {
  display: inline-block;
  margin-right: 1px;
  color: #b72637; }
  .product-list-item ul li a {
    color: #b72637; }
    .product-list-item ul li a:hover {
      text-decoration: underline; }
  .product-list-item ul li:after {
    content: '-';
    display: inline-block;
    padding-left: 1px;
    color: #b72637; }
  .product-list-item ul li:last-child:after {
    content: '';
    margin-right: 0; }

.academy-head a:hover {
  text-decoration: underline; }

.academy-head ul li {
  color: #272663;
  display: inline-block;
  margin-right: 2px; }
  .academy-head ul li:after {
    content: '-';
    padding-left: 2px; }
  .academy-head ul li:last-child {
    margin-right: 0; }
    .academy-head ul li:last-child:after {
      content: none; }
  .academy-head ul li a {
    color: #272663; }
    .academy-head ul li a:hover {
      text-decoration: underline; }

.academy-item .category ul li {
  color: #b72637;
  display: inline-block;
  margin-right: 2px; }
  .academy-item .category ul li:after {
    content: '-';
    padding-left: 2px; }
  .academy-item .category ul li:last-child {
    margin-right: 0; }
    .academy-item .category ul li:last-child:after {
      content: none; }
  .academy-item .category ul li a {
    color: #b72637; }
    .academy-item .category ul li a:hover {
      text-decoration: underline; }

.author ul li {
  color: #b72637;
  display: inline-block;
  margin-right: 2px; }
  .author ul li:after {
    content: '-';
    padding-left: 2px; }
  .author ul li:last-child {
    margin-right: 0; }
    .author ul li:last-child:after {
      content: none; }
  .author ul li a {
    color: #b72637; }
    .author ul li a:hover {
      text-decoration: underline; }

.author a:hover {
  text-decoration: underline; }

@media screen and (max-width: 959px) {
  .banner-responsive__data button.btn-buy.full-width {
    width: 100%; } }

button.btn-buy--140 {
  width: unset; }

.product-action .product-action__counter {
  margin-right: 60px; }
  @media screen and (max-width: 1320px) {
    .product-action .product-action__counter {
      margin-right: 30px; } }
  @media screen and (max-width: 1279px) {
    .product-action .product-action__counter {
      margin-right: 60px; } }
  @media screen and (max-width: 1060px) {
    .product-action .product-action__counter {
      margin-right: 20px; } }
  @media screen and (max-width: 959px) {
    .product-action .product-action__counter {
      margin-right: 60px; } }
  @media screen and (max-width: 730px) {
    .product-action .product-action__counter {
      margin-right: 20px; } }

.product-action .product-action__buy {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .product-action .product-action__buy button.btn-buy {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    white-space: nowrap; }

@media screen and (max-width: 1279px) {
  .compilation-box.no-borders {
    height: auto; }
    .compilation-box.no-borders .product-high {
      display: none; }
    .compilation-box.no-borders .grid-xl-3-4 {
      width: 100%; }
      .compilation-box.no-borders .grid-xl-3-4 .banner-simple {
        height: 320px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 50% !important; } }
      @media screen and (max-width: 1279px) and (max-width: 640px) {
        .compilation-box.no-borders .grid-xl-3-4 .banner-simple {
          width: 100% !important; } }

.comp-line-2 .banner-simple, .comp-line-2 .banner-responsive {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.comp-line-2 .banner-responsive .banner-responsive__data button {
  right: 10px;
  max-width: 500px; }

@media screen and (max-width: 959px) {
  .comp-line-2 .banner-simple {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }
  @media screen and (max-width: 959px) and (max-width: 640px) {
    .comp-line-2 .banner-simple {
      width: 100% !important; } }

@media screen and (max-width: 959px) {
  .comp-line-2 .banner-responsive {
    width: 100% !important;
    position: relative; } }
  @media screen and (max-width: 959px) and (max-width: 640px) {
    .comp-line-2 .banner-responsive .banner-responsive__data {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin-left: 0;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 18px 30px 40px 30px; }
      .comp-line-2 .banner-responsive .banner-responsive__data a {
        position: absolute;
        top: 304px;
        left: 30px;
        right: 30px;
        margin-top: 0;
        font-size: 1.125rem; }
      .comp-line-2 .banner-responsive .banner-responsive__data button {
        bottom: 40px;
        left: 30px;
        right: 30px;
        width: calc(100% - 60px); }
      .comp-line-2 .banner-responsive .banner-responsive__data p {
        position: absolute;
        bottom: 98px;
        font-size: 0.875rem;
        line-height: 1.29;
        left: 30px;
        right: 30px; }
    .comp-line-2 .banner-responsive .banner-responsive__img {
      width: 232px;
      height: 232px;
      top: 54px;
      min-width: 232px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
      .comp-line-2 .banner-responsive .banner-responsive__img .banner-product-wrapper {
        width: 232px;
        height: 232px;
        min-width: 232px; }
        .comp-line-2 .banner-responsive .banner-responsive__img .banner-product-wrapper img {
          max-height: 208px; } }

@media screen and (max-width: 640px) {
  .compilations-head .banner-simple {
    padding: 30px; } }

@media screen and (max-width: 640px) {
  .banner-simple__body {
    font-size: 1.5rem; } }

.banner-simple__footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px; }
  @media screen and (max-width: 640px) {
    .banner-simple__footer {
      bottom: 30px; } }
  @media screen and (max-width: 640px) {
    .banner-simple__footer ul {
      padding: 0;
      max-width: 480px;
      overflow-x: auto;
      position: relative;
      overflow-y: hidden;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .banner-simple__footer ul:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        height: 20px;
        width: 60px; }
      .banner-simple__footer ul:after {
        right: -30px;
        width: 60px; }
      .banner-simple__footer ul li {
        padding-right: 2px;
        white-space: nowrap; }
        .banner-simple__footer ul li:after {
          content: '';
          margin-right: 5px;
          width: 6px;
          heigth: 6px;
          min-width: 6px; } }

#cartCheckout .body .lk-modal__body {
  margin-top: 0;
  padding: 0; }
  #cartCheckout .body .lk-modal__body button {
    display: inherit;
    width: calc(100% - 60px);
    margin: 0 auto;
    margin-top: 30px; }

.product-list-item__info .product-rate.voted [data-rate] {
  pointer-events: none; }

@media screen and (max-width: 1280px) {
  .float-product .product-wide .product-action .product-action__counter {
    margin-right: 20px; } }

#enterLK, #alert {
  max-width: 480px; }
  #enterLK .btn-action, #alert .btn-action {
    margin: 30px 30px 0 30px; }
    #enterLK .btn-action button, #alert .btn-action button {
      width: 100%; }
  @media screen and (max-width: 640px) {
    #enterLK, #alert {
      position: fixed;
      z-index: 200;
      -webkit-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none;
      padding: 0;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      bottom: 0;
      overflow-y: auto; }
      #enterLK .body, #alert .body {
        padding: 30px; }
        #enterLK .body .btn-action, #alert .body .btn-action {
          margin: 30px 30px 0 30px; }
          #enterLK .body .btn-action button, #alert .body .btn-action button {
            width: 100%; } }

@media screen and (max-width: 640px) {
  #alert .body .description {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 35px; }
  #alert .body .btn-action {
    text-align: center; }
    #alert .body .btn-action a:hover {
      text-decoration: underline; } }

.product-wide__img img {
  max-width: 90%;
  height: auto; }

.product__img img {
  max-width: 90%; }

.product__images-item img {
  max-width: 90%; }

.product-high .product__img img {
  max-width: 100%; }

@media screen and (max-width: 480px) {
  #cityModal {
    max-width: 300px; } }

#cityModal i {
  top: 15px;
  right: 15px; }

#cityModal .body {
  padding: 30px 30px 20px 30px; }
  @media screen and (max-width: 480px) {
    #cityModal .body {
      padding: 30px 0 20px 0; } }
  #cityModal .body button {
    margin-top: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #272663;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: none;
    width: 100%; }

.product-list-item__info span:first-child {
  margin-left: 0; }

.agreements {
  margin-top: 18px;
  text-align: center; }
  .agreements label {
    margin-bottom: 0 !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .agreements label a {
      font-size: 0.75rem !important; }
  .agreements a:hover {
    text-decoration: underline; }
  .agreements input {
    display: none; }
  .agreements input + span {
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #b72637;
    margin-right: 8px;
    position: relative; }
  .agreements input:checked + span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(img/check.svg) #b72637;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    left: 0; }

.banner-simple .banner-simple__body img {
  max-height: 110px; }

.product-list-item .product-float-body img {
  max-height: 110px; }

.link-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.nav-item.sub-more .submenu {
  max-height: unset; }

nav .submenu.catalog li:nth-child(1) {
  display: none; }

nav .submenu.catalog li:nth-child(2) {
  display: none; }

nav .submenu.catalog li:nth-child(3) {
  display: none; }
  @media screen and (max-width: 1279px) {
    nav .submenu.catalog li:nth-child(3) {
      display: block; } }

nav .submenu.catalog li:nth-child(4) {
  display: none; }
  @media screen and (max-width: 1279px) {
    nav .submenu.catalog li:nth-child(4) {
      display: block; } }

nav.floated .submenu.catalog li:nth-child(1) {
  display: none; }

nav.floated .submenu.catalog li:nth-child(2) {
  display: none; }
  @media screen and (max-width: 1279px) {
    nav.floated .submenu.catalog li:nth-child(2) {
      display: block; } }

nav.floated .submenu.catalog li:nth-child(3) {
  display: block; }

nav.floated .submenu.catalog li:nth-child(4) {
  display: block; }

@media screen and (max-width: 480px) {
  .academy-box-wrapper .academy-item.article {
    height: auto; } }

@media screen and (max-width: 480px) {
  .academy-box-wrapper .academy-item.article .category {
    position: static;
    text-align: center;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 18px; } }

@media screen and (max-width: 641px) {
  .product__img img {
    position: absolute !important;
    left: 10px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
         -o-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important; } }

@media screen and (max-width: 641px) {
  .product-wide__img img {
    position: absolute !important;
    left: 50px !important;
    top: 40% !important;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
         -o-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important; } }

@media screen and (max-width: 480px) {
  .product-wide__img img {
    left: 35px !important; } }

@media screen and (max-width: 641px) {
  .search__body-container .product-list-item .product__img {
    position: static !important; }
    .search__body-container .product-list-item .product__img img {
      top: 39% !important;
      left: 40px !important; } }

@media screen and (max-width: 641px) {
  .cart-box__items .product-wide img {
    top: 51% !important;
    left: 20px !important; } }
  @media screen and (max-width: 641px) and (max-width: 480px) {
    .cart-box__items .product-wide img {
      left: 5px !important; } }

@media screen and (max-width: 641px) {
  .buyer-item .body .product-wide .product-wide__img img {
    top: 60% !important;
    left: 20px !important; } }

#product-testimonials {
  max-width: 100%; }
  #product-testimonials .testimonial-wrapper-slider {
    max-width: 100%; }

.compilation-box {
  position: relative; }
  .compilation-box .product-wide__img {
    position: relative; }
    .compilation-box .product-wide__img img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
           -o-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      @media screen and (min-width: 640px) {
        .compilation-box .product-wide__img img {
          max-width: 145px; } }

@media screen and (min-width: 640px) {
  .product-list .product__img {
    top: 220px; }
    .product-list .product__img img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
           -o-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); } }

@media screen and (max-width: 641px) {
  .academy-prod-block .product-wide .product-wide__img img {
    left: 35px !important;
    top: 38% !important; } }
  @media screen and (max-width: 641px) and (max-width: 480px) {
    .academy-prod-block .product-wide .product-wide__img img {
      left: 20px !important; } }

.academy-prod-block .product-wide .product-wide__img {
  position: relative; }
  .academy-prod-block .product-wide .product-wide__img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }

@media screen and (max-width: 640px) {
  .product-list-item__info .product-icons i.icon-comp {
    display: none; }
    .product-list-item__info .product-icons i.icon-comp:first-child {
      display: inline-block !important; } }

@media screen and (max-width: 640px) {
  .full-width-banner.big-title .banner-simple {
    height: 320px; } }

@media screen and (max-width: 640px) {
  .product-wide__img img, .product__img img {
    max-width: 80px; } }

@media screen and (max-width: 640px) {
  .product-image-wrapper.grid-xl-2 {
    width: 100% !important; } }

@media screen and (max-width: 640px) {
  .icon-star .rate-status {
    display: none !important; } }

.mobile-catalog ul li.active, .page-catalog ul li.active {
  position: relative; }
  .mobile-catalog ul li.active:active, .page-catalog ul li.active:active {
    background: #e9e9ef; }
  .mobile-catalog ul li.active:after, .page-catalog ul li.active:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    width: 28px;
    height: 18px;
    top: 8px;
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/icon_checkbox.png); }

@media screen and (min-width: 640px) {
  .product-list-item .product__title a label, .product-wide .product__title a label {
    display: none !important; } }

.product-img-mob-960 .product-image-wrapper .product-offer span {
  max-width: 100%; }

@media screen and (max-width: 640px) {
  .product__data .product-list-item__info .product-rate span.bottle-value {
    display: none; } }

@media screen and (max-width: 640px) {
  .bottle-value {
    display: none !important; } }

@media screen and (max-width: 640px) {
  .product-contact.service .product-contact {
    margin-right: 0;
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.slider-classic .swiper-slide {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.compilation-box .banner-simple {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.mobile-drop {
  cursor: pointer; }
  .mobile-drop i {
    margin-left: 12px; }

.filter-head {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .filter-head 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; }

i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle; }
  i.icon-pin {
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background: #5f5e86;
    margin-bottom: none !important;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    i.icon-pin.hovered {
      background: #b72637;
      width: 15px;
      height: 15px; }
      i.icon-pin.hovered .tooltip {
        visibility: visible;
        opacity: 1; }
    i.icon-pin .tooltip {
      z-index: 2; }
    i.icon-pin:hover {
      background: #b72637;
      width: 15px;
      height: 15px; }
  i.icon-cart {
    width: 18px;
    height: 18px;
    background-image: url(img/icon_cart.png);
    background-size: 18px; }
  i.icon-fav {
    width: 18px;
    height: 18px;
    background-image: url(img/icon_heart.png);
    background-size: 18px; }
  i.icon-heart--empty {
    width: 18px;
    height: 18px;
    background-image: url(img/heart_empty.png);
    background-size: 18px; }
    i.icon-heart--empty.filled {
      background-image: url(img/icon_heart.png); }
  i.icon-heart-white-empty {
    width: 14px;
    height: 12px;
    background-image: url(img/heart-white-empty.png);
    background-size: 14px;
    position: relative;
    top: -1px; }
    i.icon-heart-white-empty.filled {
      background-image: url(img/icon_heart.png); }
  i.icon-lk {
    width: 17px;
    height: 17px;
    background-image: url(img/icon_lk.png);
    background-size: 17px; }
  i.drop-btn {
    width: 18px;
    margin-left: 12px;
    min-width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    border: solid 2px #d3d3e0;
    background-image: url(img/down-arrow.svg);
    background-size: 8px 9px;
    -webkit-transition: all .2 ease;
    -o-transition: all .2 ease;
    transition: all .2 ease; }
    i.drop-btn:hover {
      border-color: #272663; }
  i.icon_logo {
    width: 40px;
    height: 40px;
    background-image: url(img/icon_logo.png);
    background-size: 40px; }
  i.icon_game {
    width: 50px;
    height: 30px;
    background-image: url(img/icon_game.png);
    background-size: 50px; }
  i.icon_game-pink {
    width: 50px;
    height: 30px;
    background-image: url(img/icon_game_pink.png);
    background-size: 50px; }
  i.icon-plus {
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    border: solid 2px #bebed0;
    text-align: center;
    line-height: 0.9375rem;
    color: #272663;
    font-size: 1.125rem;
    font-weight: bold;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    i.icon-plus:hover {
      border-color: #272663; }
  i.icon-minus {
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    border: solid 2px #bebed0;
    text-align: center;
    line-height: 0.8125rem;
    color: #272663;
    font-size: 1.125rem;
    font-weight: bold;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    i.icon-minus:hover {
      border-color: #272663; }
  i.icon-fb {
    width: 14px;
    height: 14px;
    background-image: url(img/social/fb.svg);
    background-size: 14px; }
  i.icon-vk {
    width: 14px;
    height: 14px;
    background-image: url(img/social/vk.svg);
    background-size: 14px; }
  i.icon-insta {
    width: 14px;
    height: 14px;
    background-image: url(img/social/insta.svg);
    background-size: 14px; }
  i.icon-youtube {
    width: 14px;
    height: 14px;
    background-image: url(img/social/youtube.svg);
    background-size: 14px; }
  i.icon-fb-colored {
    width: 14px;
    height: 14px;
    background-image: url(img/social/fb-copy.svg);
    background-size: 14px; }
  i.icon-vk-colored {
    width: 14px;
    height: 14px;
    background-image: url(img/social/vk-copy.svg);
    background-size: 14px; }
  i.icon-insta-colored {
    width: 14px;
    height: 14px;
    background-image: url(img/social/insta-copy.svg);
    background-size: 14px; }
  i.icon-youtube-colored {
    width: 14px;
    height: 14px;
    background-image: url(img/social/youtube-copy.svg);
    background-size: 14px; }
  i.icon-hits {
    width: 20px;
    height: 29px;
    background-image: url(img/icon_hits.png);
    background-size: 20px; }
  i.icon-discount {
    width: 30px;
    height: 30px;
    background-image: url(img/icon_discount.png);
    background-size: 30px; }
  i.icon-recommend {
    width: 20px;
    height: 23px;
    background-image: url(img/icon_recommend.png);
    background-size: 20px; }
  i.icon-similar {
    width: 24px;
    height: 16px;
    background-image: url(img/icon_similar.png);
    background-size: 24px; }
  i.icon-eye {
    width: 24px;
    height: 16px;
    background-image: url(img/icon_eye.png);
    background-size: 24px; }
  i.icon-more {
    width: 14px;
    height: 2px;
    background-image: url(img/icon_more.png);
    background-size: 14px;
    margin-left: 8px;
    position: relative;
    top: 2px; }
  i.icon-close-x {
    width: 8px;
    height: 8px;
    background-image: url(img/close-x.png);
    background-size: 8px;
    cursor: pointer; }
  i.icon-star {
    width: 18px;
    position: relative;
    top: -2px;
    height: 18px;
    margin-right: 3px;
    background-image: url(img/icon_star.png);
    background-size: 18px; }
    i.icon-star.filled {
      background-image: url(img/star_filled.png) }
    i.icon-star:last-child {
      margin-right: 5px; }
  i.icon-star-filled {
    width: 18px;
    position: relative;
    top: -3px;
    height: 18px;
    background-image: url(img/star_filled.png);
    background-size: 18px; }
  i.icon-search {
    width: 17px;
    height: 17px;
    background-image: url(img/search.png);
    background-size: 17px; }
  i.icon-close {
    width: 18px;
    height: 18px;
    background-image: url(img/close.png);
    background-size: 22px;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    border: solid 2px #bebed0;
    text-align: center;
    line-height: 0.8125rem;
    color: #272663;
    font-size: 1.125rem;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    i.icon-close:hover {
      border-color: #272663; }
  i.icon-close-2x {
    width: 30px;
    height: 30px;
    background-image: url(img/close.png);
    background-size: 30px;
    cursor: pointer; }
  i.icon-close-white {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(img/close-white.png);
    background-size: 30px;
    border-radius: 50%;
    overflow: hidden; }
    i.icon-close-white:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  i.icon-mail {
    width: 12px;
    height: 10px;
    background-image: url(img/icon_mail.png);
    background-size: 12px; }
  i.icon-tel {
    width: 13px;
    height: 14px;
    background-image: url(img/icon_tel.png);
    background-size: 13px; }
  i.icon-answer {
    width: 12px;
    height: 11px;
    background-image: url(img/icon_answer.png);
    background-size: 12px; }
  i.icon-share {
    width: 9px;
    height: 14px;
    background-image: url(img/share.png);
    background-size: 9px;
    margin-right: 8px;
    vertical-align: top;
    position: relative;
    top: 1px; }
  i.icon-repeat {
    width: 10px;
    height: 12px;
    background-image: url(img/repeat.png);
    background-size: 10px; }
  i.icon-wine-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    i.icon-wine-color.red {
      background: #b72637;
      border: 1px solid #b72637; }
    i.icon-wine-color.white {
      background: #fff;
      border: 1px solid #b72637; }
    i.icon-wine-color.pink {
      background: #e2a8af;
      border: 1px solid #e2a8af; }
  i.icon-glass {
    position: relative; }
    i.icon-glass.bordo {
      width: 18px;
      height: 18px;
      background-image: url(img/glass/bordo.svg);
      background-size: 100%; }
    i.icon-glass.burgundy {
      width: 18px;
      height: 18px;
      background-image: url(img/glass/burgundy.svg);
      background-size: 100%; }
    i.icon-glass.digestif {
      width: 18px;
      height: 18px;
      background-image: url(img/glass/digestif.svg);
      background-size: 100%; }
    i.icon-glass.flutter {
      width: 18px;
      height: 18px;
      background-image: url(img/glass/flutter.svg);
      background-size: 100%; }
  i.icon-comp {
    position: relative; }
    i.icon-comp.cheese {
      width: 19px;
      height: 17px;
      background-image: url(img/combine/cheese.svg);
      background-size: 19px; }
    i.icon-comp.bbq {
      width: 13px;
      height: 14px;
      background-image: url(img/combine/bbq.svg);
      background-size: 13px; }
    i.icon-comp.fowl {
      width: 19px;
      height: 15px;
      background-image: url(img/combine/fowl.svg);
      background-size: 19px; }
    i.icon-comp.meat {
      width: 18px;
      height: 18px;
      background-image: url(img/combine/meat.svg);
      background-size: 18px; }
    i.icon-comp.salads {
      width: 17px;
      height: 13px;
      background-image: url(img/combine/salads.svg);
      background-size: 17px; }
    i.icon-comp.seafood {
      width: 22px;
      height: 16px;
      background-image: url(img/combine/seafood.svg);
      background-size: 22px; }
    i.icon-comp.mushrooms {
      width: 16px;
      height: 16px;
      background-image: url(img/combine/mushrooms.svg);
      background-size: 16px; }
    i.icon-comp.dessert {
      width: 16px;
      height: 17px;
      background-image: url(img/combine/desert.svg);
      background-size: 16px; }
    i.icon-comp.fish {
      width: 20px;
      height: 10px;
      background-image: url(img/combine/fish.svg);
      background-size: 20px; }
    i.icon-comp.fruits {
      width: 18px;
      height: 17px;
      background-image: url(img/combine/fruits.svg);
      background-size: 18px; }
  i.icon-flag {
    width: 18px;
    height: 12px;
    position: relative; }
    i.icon-flag.bl {
      background-image: url(img/flags/belarus.png);
      background-size: 18px 12px; }
    i.icon-flag.belarus {
      background-image: url(img/flags/belarus.png);
      background-size: 18px 12px; }
    i.icon-flag.argentina {
      background-image: url(img/flags/argentina.png);
      background-size: 18px 12px; }
    i.icon-flag.armenia {
      background-image: url(img/flags/armenia.png);
      background-size: 18px 12px; }
    i.icon-flag.australia {
      background-image: url(img/flags/australia.png);
      background-size: 18px 12px; }
    i.icon-flag.belgium {
      background-image: url(img/flags/belgium.png);
      background-size: 18px 12px; }
    i.icon-flag.bulgaria {
      background-image: url(img/flags/bulgaria.png);
      background-size: 18px 12px; }
    i.icon-flag.chile {
      background-image: url(img/flags/chile.png);
      background-size: 18px 12px; }
    i.icon-flag.china {
      background-image: url(img/flags/china.png);
      background-size: 18px 12px; }
    i.icon-flag.estoniya {
      background-image: url(img/flags/estoniya.png);
      background-size: 18px 12px; }
    i.icon-flag.dominican_republic {
      background-image: url(img/flags/dominican_republic.png);
      background-size: 18px 12px; }
    i.icon-flag.france {
      background-image: url(img/flags/France.png);
      background-size: 18px 12px; }
    i.icon-flag.finland {
      background-image: url(img/flags/Finland.png);
      background-size: 18px 12px; }
    i.icon-flag.georgia {
      background-image: url(img/flags/Georgia.png);
      background-size: 18px 12px; }
    i.icon-flag.germany {
      background-image: url(img/flags/Germany.png);
      background-size: 18px 12px; }
    i.icon-flag.greece {
      background-image: url(img/flags/Greece.png);
      background-size: 18px 12px; }
    i.icon-flag.hungary {
      background-image: url(img/flags/Hungary.png);
      background-size: 18px 14px; }
    i.icon-flag.ireland {
      background-image: url(img/flags/Ireland.png);
      background-size: 18px 12px; }
    i.icon-flag.italy {
      background-image: url(img/flags/Italy.png);
      background-size: 18px 12px; }
    i.icon-flag.japan {
      background-image: url(img/flags/japan.png);
      background-size: 18px 12px; }
    i.icon-flag.lithuania {
      background-image: url(img/flags/lithuania.png);
      background-size: 18px 12px; }
    i.icon-flag.luxemburg {
      background-image: url(img/flags/luxemburg.png);
      background-size: 18px 12px; }
    i.icon-flag.mexico {
      background-image: url(img/flags/mexico.png);
      background-size: 18px 12px; }
    i.icon-flag.moldova {
      background-image: url(img/flags/moldova.png);
      background-size: 18px 12px; }
    i.icon-flag.new_zealand {
      background-image: url(img/flags/new_zealand.png);
      background-size: 18px 12px; }
    i.icon-flag.portugal {
      background-image: url(img/flags/portugal.png);
      background-size: 18px 12px; }
    i.icon-flag.russia {
      background-image: url(img/flags/russia.png);
      background-size: 18px 12px; }
    i.icon-flag.scotland {
      background-image: url(img/flags/scotland.png);
      background-size: 18px 12px; }
    i.icon-flag.serbia {
      background-image: url(img/flags/serbia.png);
      background-size: 18px 12px; }
    i.icon-flag.spain {
      background-image: url(img/flags/spain.png);
      background-size: 18px 12px; }
    i.icon-flag.uar {
      background-image: url(img/flags/uar.png);
      background-size: 18px 12px; }
    i.icon-flag.ukraine {
      background-image: url(img/flags/ukraine.png);
      background-size: 18px 12px; }
    i.icon-flag.uruguya {
      background-image: url(img/flags/uruguya.png);
      background-size: 18px 12px; }
    i.icon-flag.usa {
      background-image: url(img/flags/usa.png);
      background-size: 18px 12px; }
    i.icon-flag.uzbekistan {
      background-image: url(img/flags/uzbekistan.png);
      background-size: 18px 12px; }
    i.icon-flag.canada {
      background-image: url(img/flags/Canada.png);
      background-size: 18px 12px; }
    i.icon-flag.denmark {
      background-image: url(img/flags/Denmark.png);
      background-size: 18px 12px; }
    i.icon-flag.swiden {
      background-image: url(img/flags/Swiden.png);
      background-size: 18px 12px; }
    i.icon-flag.abkhazia {
      background-image: url(img/flags/Abkhazia.png);
      background-size: 18px 12px; }
    i.icon-flag.austria {
      background-image: url(img/flags/Austria.png);
      background-size: 18px 12px; }
    i.icon-flag.brasil {
      background-image: url(img/flags/Brasil.png);
      background-size: 18px 12px; }
    i.icon-flag.columbia {
      background-image: url(img/flags/Columbia.png);
      background-size: 18px 12px; }
    i.icon-flag.croatia {
      background-image: url(img/flags/Croatia.png);
      background-size: 18px 12px; }
    i.icon-flag.cuba {
      background-image: url(img/flags/Cuba.png);
      background-size: 18px 12px; }
    i.icon-flag.czech {
      background-image: url(img/flags/Czech.png);
      background-size: 18px 12px; }
    i.icon-flag.guatemala {
      background-image: url(img/flags/Guatemala.png);
      background-size: 18px 12px; }
    i.icon-flag.guyana {
      background-image: url(img/flags/Guyana.png);
      background-size: 18px 12px; }
    i.icon-flag.israel {
      background-image: url(img/flags/Israel.png);
      background-size: 18px 12px; }
    i.icon-flag.latvia {
      background-image: url(img/flags/Latvia.png);
      background-size: 18px 12px; }
    i.icon-flag.montenegro {
      background-image: url(img/flags/Montenegro.png);
      background-size: 18px 12px; }
    i.icon-flag.netherlands {
      background-image: url(img/flags/Netherlands.png);
      background-size: 18px 12px; }
    i.icon-flag.nicaragua {
      background-image: url(img/flags/Nicaragua.png);
      background-size: 18px 12px; }
    i.icon-flag.panama {
      background-image: url(img/flags/Panama.png);
      background-size: 18px 12px; }
    i.icon-flag.slovakia {
      background-image: url(img/flags/Slovakia.png);
      background-size: 18px 12px; }
    i.icon-flag.uk {
      background-image: url(img/flags/UK.png);
      background-size: 18px 12px; }
    i.icon-flag.venezuela {
      background-image: url(img/flags/Venezuela.png);
      background-size: 18px 12px; }
  i.icon-event.luck {
    width: 174px;
    height: 110px;
    background-image: url(img/event/good_luck.png);
    background-size: 174px; }
  i.icon-event.bbq {
    width: 240px;
    height: 110px;
    background-image: url(img/event/bbq.png);
    background-size: 240px; }
  i.icon-event.party {
    width: 240px;
    height: 110px;
    background-image: url(img/event/party.png);
    background-size: 240px; }
  i.icon-event.experts {
    width: 240px;
    height: 110px;
    background-image: url(img/event/experts.png);
    background-size: 240px; }
  i.icon-event.customers {
    width: 80px;
    height: 110px;
    background-image: url(img/event/customers.png);
    background-size: 80px; }
  i.icon-event.seafood {
    width: 156px;
    height: 110px;
    background-image: url(img/event/seafood.png);
    background-size: 156px; }
  i.icon-event.zodiacs {
    width: 156px;
    height: 110px;
    background-image: url(img/event/zodiacs.png);
    background-size: 156px; }
  i.icon-event.celeb {
    width: 120px;
    height: 110px;
    background-image: url(img/event/celeb.png);
    background-size: 120px; }

.grid-xl-12 {
  width: calc(100%/12); }

.grid-xl-11 {
  width: calc(100%/11); }

.grid-xl-10 {
  width: calc(100%/10); }

.grid-xl-9 {
  width: calc(100%/9); }

.grid-xl-8 {
  width: calc(100%/8); }

.grid-xl-7 {
  width: calc(100%/7); }

.grid-xl-6 {
  width: calc(100%/6); }

.grid-xl-5 {
  width: 20%; }

.grid-xl-4 {
  width: 25%; }

.grid-xl-3 {
  width: calc(100%/3); }

.grid-xl-2 {
  width: 50%; }

.grid-xl-1 {
  width: 100%; }

.grid-xl-3-4 {
  width: calc((100%/4)*3); }

.grid-xl-75 {
  width: 75%; }

.grid-xl-65 {
  width: 66.72%; }

.grid-xl-35 {
  width: 33.28%; }

.grid-xl-37 {
  width: 37.4%; }

.grid-xl-63 {
  width: 62.6%; }

.slider-classic-wrapper .grid-xl-4 {
  width: 25%; }

.slider-classic-wrapper .grid-xl-3 {
  width: calc(100%/3); }

.slider-classic-wrapper .grid-xl-2 {
  width: 50%; }

@media (max-width: 1279px) {
  .slider-classic-wrapper .grid-sm-1-3 {
    width: 33.3333%; }
  .slider-classic-wrapper .grid-sm-2-3 {
    width: 66.666666%; }
  .slider-classic-wrapper .grid-sm-3-3 {
    width: 100%; } }

@media (max-width: 959px) {
  .slider-classic-wrapper .grid-xs-1-2 {
    width: 50%; }
  .slider-classic-wrapper .grid-xs-1-1 {
    width: 100%; } }

@media (max-width: 1279px) {
  .grid-sm-1-3 {
    width: 33.3333%; }
  .grid-sm-2-3 {
    width: 66.666666%; }
  .grid-sm-3-3 {
    width: 100%; } }

@media (max-width: 959px) {
  .grid-xs-1-2 {
    width: 50%; }
  .grid-xs-1-1 {
    width: 100%; } }

@media screen and (max-width: 640px) {
  .grid-xs-1-2 {
    width: 100%; } }

footer {
    background: #111111;
}

@media screen and (max-width: 1279px) {
    footer .footer_body{
        padding: 60px 60px 0 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 959px) {
    footer .footer_body{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {
    footer .footer_body{
        padding: 30px 40px 30px 40px;
    }
}

.footer-list {
  color: #fff;
  width: 300px;
  display: inline-block;
  min-width: 250px; }
  @media screen and (max-width: 1439px) {
    .footer-list {
      width: 275px;
      min-width: 275px; } }
  @media screen and (max-width: 1279px) {
    .footer-list {
      width: 320px;
      min-width: 320px; } }
  @media screen and (max-width: 1279px) and (max-width: 959px) {
    .footer-list:nth-child(2) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 60px; } }
  @media screen and (max-width: 1279px) and (max-width: 640px) {
    .footer-list:nth-child(2) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 30px; } }
  @media screen and (max-width: 1279px) {
      .footer-list:nth-child(3) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
            -ms-flex-order: 5;
                order: 5;
        margin-top: 30px;
        padding-left: 330px; } }
    @media screen and (max-width: 1279px) and (max-width: 1095px) {
      .footer-list:nth-child(3) {
        padding-left: 34%; } }
    @media screen and (max-width: 1279px) and (max-width: 959px) {
      .footer-list:nth-child(3) {
        padding-left: 0;
        margin-top: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: 300px; } }
    @media screen and (max-width: 1279px) and (max-width: 640px) {
      .footer-list:nth-child(3) {
        margin-top: 30px; } }
  @media screen and (max-width: 1080px) {
    .footer-list {
      width: 280px;
      min-width: 280px; } }
  @media screen and (max-width: 860px) {
    .footer-list {
      width: 240px;
      min-width: 240px; } }
  .footer-list span {
    font-size: 0.875rem;
    line-height: 1.29;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px; }
  .footer-list li {
    display: block;
    line-height: 2;
    font-size: 0.75rem;
    text-transform: uppercase; }
    .footer-list li a {
      color: #fff; }
      .footer-list li a:hover {
        text-decoration: underline; }

.comp-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1279px) {
    .comp-footer-menu {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .comp-footer-menu ul:last-child {
        margin-top: 60px; } }

.footer-info {
  color: #fff; }
  @media screen and (max-width: 959px) {
    .footer-info {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; } }
  @media screen and (max-width: 640px) {
    .footer-info {
      margin-top: 30px;
      max-width: 100%; } }
  .footer-info form {
    position: relative;
    max-width: 100%; }
  .footer-info button {
    position: absolute;
    right: 8px;
    bottom: 0;
    height: 40px;
    cursor: pointer;
    background: none;
    color: #000;
    text-transform: uppercase;
    font-size: 0.875rem;
    border: none;
    opacity: 0; }
  .footer-info ul {
    border: 1px solid #fff;
    width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
    @media screen and (max-width: 640px) {
      .footer-info ul {
        width: 100%;
        max-width: 100%; } }
    .footer-info ul li {
      height: 100%;
      text-align: center;
      width: 25%;
      border-right: 1px solid #fff; }
      .footer-info ul li:last-child {
        border-right: none; }
      .footer-info ul li a {
        display: block;
        height: 100%;
        line-height: 2.125rem; }
      .footer-info ul li img {
        vertical-align: middle; }
  .footer-info p {
    margin-top: 30px;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-size: 0.75rem; }
  .footer-info span {
    font-size: 0.875rem;
    text-transform: uppercase; }
  .footer-info input {
    margin-top: 30px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 40px;
    width: 300px;
    padding: 12px;
    color: #000;
    font-size: 0.8125rem;
    font-family: "BasisGrotesquePro-Mono", Arial, Helvetica, sans-serif;
    background: #000;
    padding-right: 50px; }
    @media screen and (max-width: 640px) {
      .footer-info input {
        max-width: 100%; } }
    .footer-info input::-webkit-input-placeholder {
      color: #fff; }
    .footer-info input:focus {
      background: #fff; }
    .footer-info input:focus + button {
      opacity: 1; }
    .footer-info input:focus:valid {
      color: #000; }
    .footer-info input:focus:valid + button {
      color: #000; }
    .footer-info input:focus:invalid {
      color: #000; }
    .footer-info input:focus:invalid + button {
      color: #000; }
    .footer-info input:valid {
      color: #fff; }
    .footer-info input:valid + button {
      opacity: 1; }

.copyrights {
  padding-top: 136px;
  max-width: 100%;
  width: 100%;
  background: #111111;
  padding-bottom: 30px;
  text-align: center;
  color: #808080;
  font-size: 0.75rem;
  line-height: 1.5; }
  @media screen and (max-width: 640px) {
    .copyrights {
      padding-top: 40px; } }
  .copyrights a {
    color: #808080;
    text-decoration: underline; }

@media screen and (max-width: 1279px) {
  .comp-high-block {
    display: none; } }


.search__body .product-float-body{
    min-height: 300px;
}

.search__body .product-float-body .image-box{
  height: 110px;
  width: 100%;
}
.cat-info__nav {
  position: absolute;
  left: 50%;
  top: 15px;
}
@media screen and (max-width: 1200px) {

  .cat-info__nav {
    left: auto;
    right: 0px;
  }
}
@media screen and (max-width: 959px) {
  .cat-info__nav {
    position: relative;
    right: auto;
    margin-left: 40px;
    margin-top: 10px;
    top: auto;
  }
}
@media screen and (max-width: 720px) {
  .cat-info__nav {
    margin-left: 5px;
  }
}
.catalog-nav {

}
.catalog-nav .catalog-nav__item {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.catalog-nav .catalog-nav__item a,
.catalog-nav .catalog-nav__item span {
  display: block;
  border: 2px solid #DFDFE8;
  font-size: 14px;
  color: #272663;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
}
.catalog-nav .catalog-nav__item a:hover,
.catalog-nav .catalog-nav__item span:hover {
  border: 2px solid #D52135;
  color: #fff;
  background: #D52135;
}

.catalog-nav .catalog-nav__item.catalog-nav__curent span {
  display: block;
  border: none;
  font-size: 14px;
  color: #fff;
  border: 2px solid #D52135;
  background: #D52135;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px
}
.catalog-nav .catalog-nav__item.catalog-nav__delimiter span {
  display: block;
  border: none;
  font-size: 14px;
  color: #272663;
  border: 2px solid transparent;
  background: transparent;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px
}

.cat-nav-arrow {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(img/cat-nav-arrow.svg) no-repeat center;
  background-size: contain;
  content: "";
  margin-top: -2px;
}
.cat-nav-arrow.last-page{
  background: url(img/cat-nav-arrow-last.svg) no-repeat center;
}
.catalog-nav .catalog-nav__item.catalog-nav__prev .cat-nav-arrow {
  transform: rotate(-180deg);
}
.catalog-nav .catalog-nav__item.catalog-nav__prev:hover .cat-nav-arrow,
.catalog-nav .catalog-nav__item.catalog-nav__next:hover .cat-nav-arrow {
  background: url(img/cat-nav-arrow__hover.svg) no-repeat center;
  background-size: contain;
}
.catalog-nav .catalog-nav__item.catalog-nav__prev:hover .cat-nav-arrow.last-page,
.catalog-nav .catalog-nav__item.catalog-nav__next:hover .cat-nav-arrow.last-page {
  background: url(img/cat-nav-arrow-hover-last.svg) no-repeat center;
  background-size: contain;
}
.catalog-nav .catalog-nav__item.catalog-nav__next .cat-nav-arrow {
  margin-left: -2px;
}

@media screen and (max-width: 720px) {

  .cat-info__nav {
    margin-top: 17px;
    margin-left: 0px;
  }

  .catalog-nav .catalog-nav__item a,
  .catalog-nav .catalog-nav__item span {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .catalog-nav .catalog-nav__item.catalog-nav__curent span {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .catalog-nav .catalog-nav__item.catalog-nav__delimiter span {
    width: auto;
    height: 20px;
    line-height: 20px;
  }
  .cat-nav-arrow {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 380px) {
  .catalog-nav .catalog-nav__item {
    margin-right: 0px;
  }
}

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