/* FONTS INI */
@font-face {
  font-family: 'Neo Sans Cyr';
  src: url('/fonts/NeoSansCyr-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Neo Sans Cyr';
  src: url('/fonts/NeoSansCyr-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Neo Sans Cyr';
  src: url('/fonts/NeoSansCyr-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Neo Sans Cyr';
  src: url('/fonts/NeoSansCyr-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
/* GLOBAL RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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,
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* Global Parameters */
html {
  height: 100%;
}
body {
  position: relative;
  background-color: white;
  background-repeat: repeat;
  font-family: 'Neo Sans Cyr';
  font-weight: 300;
  font-style: normal;
}
.ibt {
  display: inline-block;
  vertical-align: top;
}
.ibm {
  display: inline-block;
  vertical-align: middle !important;
}
.ibb {
  display: inline-block;
  vertical-align: bottom;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.helper {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.upcase {
  text-transform: uppercase;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.h100 {
  height: 100%;
}
.decorNone {
  text-decoration: none;
}
.bbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pointer {
  cursor: pointer;
}
.default {
  cursor: default;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.maxPosition {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block {
  display: block;
}
.rur {
  display: inline !important;
  background-image: url("/images/rouble.svg");
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: inherit !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.rur-black {
  display: inline !important;
  background-image: url("/images/rouble.svg");
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: inherit !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  background-image: url("/images/rouble-black.svg");
}
/* Local Parameters */
body {
  font-size: 1em;
}
@media (max-width: 1600px) {
  body {
    font-size: 0.85em;
  }
}
@media (max-width: 1366px) {
  body {
    font-size: 0.7em;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 0.8em;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 0.5em;
  }
}
/* header */
.header {
  background: #595959;
  width: 9.375em;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  z-index: 14;
}
.header .logotype {
  width: 100%;
  height: 9.375em;
  background-image: url("/images/logotype.svg");
  -moz-background-size: 5.625em;
  -o-background-size: 5.625em;
  background-size: 5.625em;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .nav {
  width: 100%;
  height: -webkit-calc(100% - (8.175em * 3));
  height: -moz-calc(100% - (8.175em * 3));
  height: calc(100% - (8.175em * 3));
  overflow: hidden;
  position: relative;
}
.header .nav .nav-scroll {
  overflow-y: scroll;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.header .nav a {
  text-align: center;
  width: 100%;
  display: block;
  height: -webkit-calc(100% / 5);
  height: -moz-calc(100% / 5);
  height: calc(100% / 5);
  max-height: 7em;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .nav a .ibm {
  width: 100%;
}
.header .nav a i {
  width: 100%;
  display: block;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 3.125em;
  background-image: url("/images/basket_icon.svg");
  margin-bottom: .625em;
}
.header .nav a i.roll_icon {
  background-image: url("/images/roll_icon.svg");
}
.header .nav a i.wok_icon {
  background-image: url("/images/wok_icon.svg");
}
.header .nav a i.sweet_icon {
  background-image: url("/images/sweet_icon.svg");
}
.header .nav a i.drink_icon {
  background-image: url("/images/drink_icon.svg");
}
@media (min-width: 1601px) and (max-height: 800px) {
  .header .nav a i {
    height: 2.5em;
  }
}
@media (min-width: 1601px) and (max-height: 720px) {
  .header .nav a i {
    display: none;
  }
}
@media (min-width: 1367px) and (max-height: 680px) {
  .header .nav a i {
    height: 2.5em;
  }
}
@media (min-width: 1367px) and (max-height: 630px) {
  .header .nav a i {
    display: none;
  }
}
@media (min-width: 769px) and (max-height: 560px) {
  .header .nav a i {
    height: 2.5em;
  }
}
@media (min-width: 769px) and (max-height: 530px) {
  .header .nav a i {
    display: none;
  }
}
@media (min-width: 501px) and (max-height: 640px) {
  .header .nav a i {
    height: 2.5em;
  }
}
@media (min-width: 501px) and (max-height: 600px) {
  .header .nav a i {
    display: none;
  }
}
@media (max-width: 500px) and (max-height: 410px) {
  .header .nav a i {
    height: 2.5em;
  }
}
@media (max-width: 500px) and (max-height: 380px) {
  .header .nav a i {
    display: none;
  }
}
.header .nav a span {
  color: #2e2e2e;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  text-transform: uppercase;
}
.header .nav a:hover {
  background: #7e7e7e;
}
@media (max-width: 1024px) {
  .header .nav a:hover {
    background: none;
  }
}
.header .nav a.active {
  background: #7e7e7e;
}
.header .nav .menu-top-arrow,
.header .nav .menu-bottom-arrow {
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 10;
  display: none;
  cursor: pointer;
  background-image: url("/images/arrow-down-white.svg");
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header .nav .menu-top-arrow:after,
.header .nav .menu-bottom-arrow:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 70%;
  bottom: 100%;
  left: 0;
}
.header .nav .menu-top-arrow {
  top: 0;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.header .nav .menu-bottom-arrow {
  bottom: 0;
}
.header .nav.show-arrows .menu-top-arrow,
.header .nav.show-arrows .menu-bottom-arrow {
  display: block;
}
.header .basket {
  text-align: center;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 7.5em;
  height: 7.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 15;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .basket i {
  width: 100%;
  display: block;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 3.125em;
  margin-bottom: .625em;
  position: relative;
}
.header .basket i.basket_icon {
  background-image: url("/images/basket_icon.svg");
}
.header .basket span {
  display: block;
  color: #2e2e2e;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header .basket b {
  font-weight: inherit;
}
.header .basket .open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header .basket .close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header .basket .close i {
  background-image: url("/images/basket_close.svg");
}
.header .basket .close span {
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.header .basket:hover {
  background: #7e7e7e;
}
.header .basket.basket_btn_active {
  background: #7e7e7e;
}
.header .basket.basket_btn_active .open {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.header .basket.basket_btn_active .open span {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.header .basket.basket_btn_active .close {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header .basket.basket_btn_active .close span {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header .city {
  text-align: center;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  height: 7.5em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .city i {
  width: 100%;
  display: block;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 3.125em;
  background-image: url("/images/city_icon.svg");
  margin-bottom: .625em;
}
.header .city span {
  color: #2e2e2e;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
}
.header .city .open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header .city .close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header .city .close i {
  background-image: url("/images/basket_close.svg");
}
.header .city .close span {
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.header .city:hover {
  background: #7e7e7e;
}
.header .city.city_btn_active {
  background: #7e7e7e;
}
.header .city.city_btn_active .open {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.header .city.city_btn_active .open span {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.header .city.city_btn_active .close {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header .city.city_btn_active .close span {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Aside */
.aside {
  background: #191D19;
  width: 28.125em;
  height: 100%;
  position: fixed;
  left: 9.375em;
  top: 0;
  z-index: 8;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 1024px) {
  .aside {
    width: 23.125em;
  }
}
@media (max-width: 768px) {
  .aside {
    right: 0;
    width: auto;
  }
}
.aside .scroll {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.75em;
  color: white;
}
@media (max-width: 1024px) {
  .aside .scroll {
    padding: 1.75em;
  }
}
@media (max-width: 768px) {
  .aside .scroll {
    padding: 5%;
  }
}
.aside .scroll.category {
  padding: 0 0 3.75em 0;
}
.aside .scroll h1 {
  font-size: 2em;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.aside .scroll.subcategory {
  padding-top: 13.125em;
}
.aside .scroll.subcategory.category {
  padding-top: 9.375em;
}
.aside .scroll .preview_block {
  width: 100%;
  margin-bottom: 3.75em;
}
.aside .scroll .preview_block h2 {
  font-size: 1.5em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding: 1em 0 1em 0;
  margin: 0;
}
.aside .scroll .preview_block p.subtitle {
  font-size: 1.25em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  padding: 0 0 1.5em 0;
  margin: 0;
}
.aside .scroll .preview_block .preview_list > a {
  width: 100%;
  text-decoration: none;
}
@media (max-width: 768px) {
  .aside .scroll .preview_block .preview_list > a {
    width: 47%;
    display: inline-block;
    vertical-align: middle !important;
    margin-right: 5%;
  }
  .aside .scroll .preview_block .preview_list > a:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .aside .scroll .preview_block .preview_list > a {
    width: 100%;
    margin-right: 0;
  }
}
.aside .scroll .preview_block .preview_list > a .preview_elem {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 15em;
  padding: 1em 1em .7em 1em;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 1.875em;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 768px) {
  .aside .scroll .preview_block .preview_list > a .preview_elem {
    margin-bottom: 10%;
    height: 20em;
    padding: 1.5em;
  }
}
@media (max-width: 500px) {
  .aside .scroll .preview_block .preview_list > a .preview_elem {
    margin-bottom: 5%;
  }
}
.aside .scroll .preview_block .preview_list > a .preview_elem .preview_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aside .scroll .preview_block .preview_list > a .preview_elem .image_gradient {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  opacity: .7;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.aside .scroll .preview_block .preview_list > a .preview_elem h3 {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  position: relative;
  font-size: 1.25em;
  line-height: 1.45;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: white;
  width: -webkit-calc(100% - 5.5em);
  width: -moz-calc(100% - 5.5em);
  width: calc(100% - 5.5em);
  z-index: 3;
}
@media (max-width: 768px) {
  .aside .scroll .preview_block .preview_list > a .preview_elem h3 {
    font-size: 1.5em;
  }
}
.aside .scroll .preview_block .preview_list > a .preview_elem span {
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
  position: relative;
  font-size: 1.25em;
  line-height: 1.45;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: white;
  width: 4.5em;
  z-index: 3;
}
@media (max-width: 768px) {
  .aside .scroll .preview_block .preview_list > a .preview_elem span {
    font-size: 1.5em;
  }
}
.aside .scroll .preview_block .preview_list > a .preview_elem:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.aside .scroll .preview_block .preview_list > a.active .preview_elem {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.aside .scroll a {
  color: white;
  text-decoration: none;
}
.aside .scroll .sub_category_link {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.875em 3.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .aside .scroll .sub_category_link {
    padding: 1.875em 1.75em;
  }
}
@media (max-width: 768px) {
  .aside .scroll .sub_category_link {
    padding-left: 13.5em;
    min-height: 13.75em;
  }
}
@media (max-width: 500px) {
  .aside .scroll .sub_category_link {
    padding: 2em;
    min-height: auto;
  }
}
.aside .scroll .sub_category_link .preview_round_image {
  display: none;
  position: absolute;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 1.75em;
  top: 1.875em;
  width: 10em;
  height: 10em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .aside .scroll .sub_category_link .preview_round_image {
    display: block;
  }
}
@media (max-width: 500px) {
  .aside .scroll .sub_category_link .preview_round_image {
    display: none;
  }
}
.aside .scroll .sub_category_link p {
  display: block;
  font-size: 1.5em;
  line-height: 1.45;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .aside .scroll .sub_category_link p {
    font-size: 2em;
  }
}
.aside .scroll .sub_category_link span {
  display: block;
  font-size: 1em;
  line-height: 1.7;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  opacity: .7;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .aside .scroll .sub_category_link span {
    font-size: 1.4em;
  }
}
.aside .scroll .sub_category_link:hover {
  background: rgba(255, 255, 255, 0.03);
}
.aside .scroll .back {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.75em;
  height: 9.375em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.aside .scroll .back i {
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle !important;
  width: 1.5em;
  height: 1.5em;
  background-image: url("/images/arrow_back.svg");
  margin-right: 1em;
}
.aside .scroll .back span {
  display: inline-block;
  vertical-align: middle !important;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  text-transform: uppercase;
}
.aside .scroll .back:hover {
  background: rgba(255, 255, 255, 0.03);
}
.aside .scroll.no-return {
  padding-top: 5%;
}
.aside .scroll.no-return .back {
  display: none;
}
.aside .scroll_holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: perspective(3500px) translate3d(0, 0, 0) rotateY(0);
  -moz-transform: perspective(3500px) translate3d(0, 0, 0) rotateY(0);
  transform: perspective(3500px) translate3d(0, 0, 0) rotateY(0);
  opacity: 1;
}
.aside .scroll_holder a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.aside .scroll_holder.slide-right {
  -webkit-transform: perspective(3500px) translate3d(0, 0, 0) rotateY(-90deg);
  -moz-transform: perspective(3500px) translate3d(0, 0, 0) rotateY(-90deg);
  transform: perspective(3500px) translate3d(0, 0, 0) rotateY(-90deg);
  opacity: 0;
  overflow-y: hidden;
}
.aside .scroll_holder.slide-right a {
  opacity: 0;
  -webkit-transform: translate3d(10%, 0, 0);
  -moz-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
}
.aside .scroll_holder.slide-left {
  -webkit-transform: perspective(3500px) translate3d(0, 0, 0) rotateY(90deg);
  -moz-transform: perspective(3500px) translate3d(0, 0, 0) rotateY(90deg);
  transform: perspective(3500px) translate3d(0, 0, 0) rotateY(90deg);
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  overflow-y: hidden;
}
.aside .scroll_holder.slide-left a {
  opacity: 0;
  -webkit-transform: translate3d(-10%, 0, 0);
  -moz-transform: translate3d(-10%, 0, 0);
  transform: translate3d(-10%, 0, 0);
}
/* Basket */
.basket_block {
  background: #7e7e7e;
  width: 28.125em;
  height: 100%;
  position: fixed;
  left: 9.375em;
  top: 0;
  overflow: hidden;
  z-index: 9;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (max-width: 1024px) {
  .basket_block {
    width: 23.125em;
  }
}
@media (max-width: 768px) {
  .basket_block {
    width: auto;
    right: 0;
    z-index: 12;
  }
}
.basket_block .scroll_holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.basket_block .scroll {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.75em;
  color: white;
}
@media (max-width: 1024px) {
  .basket_block .scroll {
    padding: 0 1.5em;
  }
}
@media (max-width: 768px) {
  .basket_block .scroll {
    padding: 0 2em;
  }
}
.basket_block .scroll .panda {
  position: relative;
  overflow: hidden;
  height: 7.5em;
  width: 100%;
}
@media (max-width: 768px) {
  .basket_block .scroll .panda {
    height: 10em;
  }
}
@media (max-width: 500px) {
  .basket_block .scroll .panda {
    height: 7em;
  }
}
.basket_block .scroll .panda i {
  position: absolute;
  left: 0;
  top: -1em;
  display: block;
  height: 100%;
  width: 100%;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/panda_basket.svg");
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.basket_block .scroll .basket_title {
  color: black;
  text-align: center;
  margin-top: 1.875em;
  margin-bottom: 3.75em;
}
.basket_block .scroll .basket_title p {
  font-size: 3em;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .basket_block .scroll .basket_title p {
    font-size: 4em;
  }
}
@media (max-width: 500px) {
  .basket_block .scroll .basket_title p {
    font-size: 2.5em;
  }
}
.basket_block .scroll .basket_title span {
  display: block;
  font-size: 1.5em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 1em 0 0 0;
}
.basket_block .scroll .basket_list,
.basket_block .scroll .basket_list * {
  color: white !important;
}
.basket_block .scroll .basket_list {
  width: 100%;
}
.basket_block .scroll .basket_list .basket_elem {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 15em;
  padding: 1em 1em .7em 1em;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 1.875em;
}
@media (max-width: 768px) {
  .basket_block .scroll .basket_list .basket_elem {
    display: inline-block;
    vertical-align: middle !important;
    height: 25em;
    width: 100%;
    margin-right: 0;
    padding: 2em;
    margin-bottom: 5%;
  }
  .basket_block .scroll .basket_list .basket_elem + .basket_elem {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .basket_block .scroll .basket_list .basket_elem {
    width: 100%;
    margin-right: 0;
    padding: 1em;
  }
}
.basket_block .scroll .basket_list .basket_elem .basket_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.basket_block .scroll .basket_list .basket_elem .image_gradient {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  opacity: 1;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.basket_block .scroll .basket_list .basket_elem .count {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  position: relative;
  color: white;
  width: -webkit-calc(100% - 7em);
  width: -moz-calc(100% - 7em);
  width: calc(100% - 7em);
  z-index: 3;
}
@media (max-width: 1024px) {
  .basket_block .scroll .basket_list .basket_elem .count {
    width: 100%;
  }
}
.basket_block .scroll .basket_list .basket_elem .count p {
  display: inline-block;
  vertical-align: middle !important;
  width: 100%;
  font-size: 1.25em;
  line-height: 1.45;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .basket_block .scroll .basket_list .basket_elem .count p {
    font-size: 1.5em;
  }
}
.basket_block .scroll .basket_list .basket_elem .count .size {
  font-size: 1em;
}
.basket_block .scroll .basket_list .basket_elem .count .count_elem {
  margin-top: .75em;
}
.basket_block .scroll .basket_list .basket_elem .count .count_elem i {
  display: inline-block;
  vertical-align: middle !important;
  width: 1.875em;
  height: 1.875em;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.basket_block .scroll .basket_list .basket_elem .count .count_elem i.plus {
  background-image: url("/images/plus.svg");
}
.basket_block .scroll .basket_list .basket_elem .count .count_elem i.minus {
  background-image: url("/images/minus.svg");
}
.basket_block .scroll .basket_list .basket_elem .count .count_elem i:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .basket_block .scroll .basket_list .basket_elem .count .count_elem i {
    width: 2.875em;
    height: 2.875em;
  }
}
.basket_block .scroll .basket_list .basket_elem .count .count_elem b {
  display: inline-block;
  vertical-align: middle !important;
  margin: 0 .75em;
  font-size: 1.5em;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  .basket_block .scroll .basket_list .basket_elem .count .count_elem b {
    font-size: 2em;
  }
}
.basket_block .scroll .basket_list .basket_elem span {
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
  position: relative;
  font-size: 1.25em;
  line-height: 1.45;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: white;
  white-space: nowrap;
  width: 3.6em;
  z-index: 3;
}
@media (max-width: 1024px) {
  .basket_block .scroll .basket_list .basket_elem span {
    position: absolute;
    font-size: 1.25em;
    right: 3em;
    bottom: .7em;
  }
}
@media (max-width: 768px) {
  .basket_block .scroll .basket_list .basket_elem span {
    font-size: 2em;
    right: 3em;
    bottom: 1em;
  }
}
.basket_block .scroll .basket_list .basket_elem .basket_remove {
  display: inline-block;
  vertical-align: bottom;
  width: 1.875em;
  height: 1.875em;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-image: url("/images/remove.svg");
  position: relative;
  z-index: 3;
  margin-left: 0.625em;
}
.basket_block .scroll .basket_list .basket_elem .basket_remove:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .basket_block .scroll .basket_list .basket_elem .basket_remove {
    width: 1.875em;
    height: 1.875em;
    position: absolute;
    right: 1em;
    bottom: 1em;
  }
}
@media (max-width: 768px) {
  .basket_block .scroll .basket_list .basket_elem .basket_remove {
    width: 2.875em;
    height: 2.875em;
    right: 2em;
    bottom: 2em;
  }
}
.basket_block .scroll .basket_form {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #191D19;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 3.75em;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.basket_block .scroll .basket_form .basket_form_title {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.25em;
  overflow: hidden;
  border: 5px solid #7e7e7e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.basket_block .scroll .basket_form .basket_form_title p {
  font-size: 2.25em;
  line-height: 1.45;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
}
.basket_block .scroll .basket_form .basket_form_title span {
  display: block;
  font-size: 0.875em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  opacity: .5;
}
.basket_block .scroll .basket_form .basket_form_title i {
  position: absolute;
  top: 0;
  right: 1.875em;
  height: 100%;
  width: 6.5em;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("/images/form_icon.svg");
}
.basket_block .scroll .basket_form .basket_form_title_mincost {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.25em;
  overflow: hidden;
  border: none;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  display: none;
  font-size: 1.25em;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.basket_block .scroll .basket_form .basket_form_title_mincost_show {
  display: block;
}
.basket_block .scroll .basket_form .type-select-hide {
  display: none !important;
}
.basket_block .scroll .basket_form .basket_form_fields {
  width: 100%;
}
.basket_block .scroll .basket_form .basket_form_fields input,
.basket_block .scroll .basket_form .basket_form_fields select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  display: inline-block;
  vertical-align: middle !important;
  background: none;
  color: white;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.25em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  padding: 1.25em 1em;
  outline: none;
  margin: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 500px) {
  .basket_block .scroll .basket_form .basket_form_fields input,
  .basket_block .scroll .basket_form .basket_form_fields select {
    font-size: 1.6em;
  }
}
.basket_block .scroll .basket_form .basket_form_fields input:focus,
.basket_block .scroll .basket_form .basket_form_fields select:focus {
  border-left: 5px solid #7e7e7e;
  border-right: 5px solid #7e7e7e;
  background: rgba(255, 255, 255, 0.02);
}
.basket_block .scroll .basket_form .basket_form_fields input:hover,
.basket_block .scroll .basket_form .basket_form_fields select:hover {
  background: rgba(255, 255, 255, 0.02);
}
.basket_block .scroll .basket_form .basket_form_fields input.invalid,
.basket_block .scroll .basket_form .basket_form_fields select.invalid {
  border-left: 5px solid red !important;
  border-right: 5px solid red !important;
}
.basket_block .scroll .basket_form .basket_form_fields textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  display: inline-block;
  vertical-align: middle !important;
  background: none;
  color: white;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.25em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  padding: 1.25em 1em;
  outline: none;
  margin: 0;
  -webkit-appearance: none;
  resize: none;
  overflow: hidden;
  height: 7.5em;
  line-height: 1.4;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 500px) {
  .basket_block .scroll .basket_form .basket_form_fields textarea {
    font-size: 1.6em;
    height: 5.5em;
  }
}
.basket_block .scroll .basket_form .basket_form_fields textarea:hover {
  background: rgba(255, 255, 255, 0.02);
}
.basket_block .scroll .basket_form .basket_form_fields textarea:focus {
  border-left: 5px solid #7e7e7e;
  border-right: 5px solid #7e7e7e;
  background: rgba(255, 255, 255, 0.02);
}
.basket_block .scroll .basket_form .basket_form_fields textarea.invalid {
  border-left: 5px solid red !important;
  border-right: 5px solid red !important;
}
.basket_block .scroll .basket_form .basket_form_fields select {
  -webkit-appearance: initial;
}
.basket_block .scroll .basket_form .basket_form_fields option {
  background-color: #191d19;
}
.basket_block .scroll .basket_form .basket_form_fields .form_btn {
  background: #7e7e7e;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: white;
  font-size: 1.25em;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  padding: 1.25em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.basket_block .scroll .basket_form .basket_form_fields .form_btn:hover {
  background: #7e7e7e;
}
@media (max-width: 500px) {
  .basket_block .scroll .basket_form .basket_form_fields .form_btn {
    font-size: 1.6em;
  }
}
.basket_block .scroll .basket_form .basket_form_fields .ui-autocomplete {
  position: absolute !important;
  z-index: 1;
}
.basket_block .scroll .basket_form .basket_form_fields .ui-autocomplete .ui-menu-item {
  list-style: none;
  cursor: pointer;
}
@media (max-width: 500px) {
  .basket_block .scroll .basket_form .basket_form_fields .ui-autocomplete .ui-menu-item {
    font-size: 1.4em;
  }
}
.basket_block .scroll .basket_form .basket_form_fields .ui-autocomplete .ui-menu-item-wrapper {
  background-color: #191d19;
  padding: 5px 1em;
  color: white;
  font-size: 0.9em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.basket_block .scroll .basket_form .basket_form_fields .ui-autocomplete .ui-state-active {
  background-color: #404040;
  border-bottom: 1px solid #404040;
}
.basket_block .scroll .basket_form .basket_form_fields_hide {
  display: none;
}
.basket_block.basket_show {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.basket_block.basket_show .panda i {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.basket_block.basket_show .basket_elem {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.basket_block .basket_elem {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
/* Main */
.main {
  position: fixed;
  left: 37.5em;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  background: #191D19;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  color: white;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .main {
    left: 32.5em;
  }
}
@media (max-width: 768px) {
  .main {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 9.375em;
    z-index: 9;
  }
  .main.show {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.main .item {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.125em;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  background: #191D19;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
  -moz-transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
  transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
}
@media (max-width: 768px) {
  .main .item {
    display: none;
  }
}
.main .item.product {
  display: block;
}
.main .item .item_backlink {
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 3.125em;
  left: 0;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 9999;
  display: none;
}
@media (max-width: 768px) {
  .main .item .item_backlink {
    display: block;
  }
}
.main .item .item_backlink a {
  text-decoration: none;
}
.main .item .item_backlink a i {
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2em;
  height: 2em;
  background-image: url("/images/left_arrow.svg");
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle !important;
}
.main .item .item_backlink a span {
  display: inline-block;
  vertical-align: middle !important;
  text-transform: uppercase;
  color: white;
  font-size: 1.2em;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
}
.main .item .item_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .main .item .item_image {
    height: 60%;
  }
}
.main .item .item_gradient {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  opacity: .7;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media (max-width: 768px) {
  .main .item .item_gradient {
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #191d19 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#191d19));
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, #191d19 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #191d19 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #191d19 100%);
    bottom: 40%;
    opacity: 1;
  }
}
@media (max-width: 320px) {
  .main .item .item_gradient {
    top: 35%;
  }
}
.main .item .item_text {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  z-index: 3;
  width: 100%;
  -webkit-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  transition: all 1.1s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1024px) {
  .main .item .item_text {
    width: 100%;
  }
}
.main .item .item_text .label {
  display: inline-block;
  vertical-align: middle !important;
  background: #7e7e7e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  padding: .5em;
  margin-bottom: 1em;
}
.main .item .item_text span {
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  font-size: 1.125em;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1em;
}
.main .item .item_text h1 {
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  font-size: 3.75em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: .3em;
  word-break: break-all;
}
.main .item .item_text .pizza-size {
  position: relative;
  margin-bottom: 1.5em;
}
@media (max-width: 480px) {
  .main .item .item_text .pizza-size {
    display: none;
  }
}
.main .item .item_text .pizza-size-radio {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  text-align: center;
  cursor: pointer;
}
.main .item .item_text .pizza-size-radio span {
  position: relative;
  z-index: 1;
  color: white;
  padding: 1em 0;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.main .item .item_text .pizza-size-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.main .item .item_text .pizza-size-radio:first-child {
  -webkit-border-top-left-radius: 999px;
  -moz-border-radius-topleft: 999px;
  border-top-left-radius: 999px;
  -webkit-border-bottom-left-radius: 999px;
  -moz-border-radius-bottomleft: 999px;
  border-bottom-left-radius: 999px;
  border: 1px solid white;
}
.main .item .item_text .pizza-size-radio:nth-child(2) {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.main .item .item_text .pizza-size-radio:nth-child(3) {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.main .item .item_text .pizza-size-radio:nth-child(4) {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.main .item .item_text .pizza-size-radio:nth-child(5) {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.main .item .item_text .pizza-size-radio:last-child {
  -webkit-border-top-right-radius: 999px;
  -moz-border-radius-topright: 999px;
  border-top-right-radius: 999px;
  -webkit-border-bottom-right-radius: 999px;
  -moz-border-radius-bottomright: 999px;
  border-bottom-right-radius: 999px;
  border: 1px solid white;
  border-left: none;
}
.main .item .item_text .pizza-size-radio:hover {
  background: white;
}
.main .item .item_text .pizza-size-radio:hover span {
  color: black !important;
}
.main .item .item_text .pizza-size-radio.active {
  background: #7e7e7e;
  border-color: #7e7e7e;
}
.main .item .item_text .pizza-size-mobile {
  display: none;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background-color: #7e7e7e;
  background-image: url(/images/arrow-down-white.svg);
  background-position-x: 90%;
  background-position-y: center;
  -moz-background-size: 22px;
  -o-background-size: 22px;
  background-size: 22px;
  background-repeat: no-repeat;
  color: white;
  min-width: 10em;
  padding: 1em;
  margin-bottom: 1.5em;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  padding-right: 21%;
}
@media (max-width: 480px) {
  .main .item .item_text .pizza-size-mobile {
    display: block;
  }
}
.main .item .item_text.category h1 {
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 5px;
}
.main .item .item_text.category h1 b {
  display: block;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  font-size: 3.75em;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.main .item .item_text.subcategory a {
  display: inline-block;
  vertical-align: middle !important;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  opacity: .7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: .5em;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main .item .item_text.subcategory a:hover {
  opacity: 1;
}
.main .item .item_text.subcategory h1 {
  display: block;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  font-size: 3.75em;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.main .item .item_text .price {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  padding-right: 1.875em;
  position: relative;
}
@media (max-width: 768px) {
  .main .item .item_text .price {
    padding: 0;
  }
}
.main .item .item_text .price b {
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  font-size: 3.75em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main .item .item_text .price b {
    margin-right: .3em;
  }
}
@media (max-width: 320px) {
  .main .item .item_text .price b {
    font-size: 3em;
  }
}
.main .item .item_text .price span {
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: .375em;
}
.main .item .item_text .price .order_btn {
  position: relative;
  overflow: hidden;
  width: 5.625em;
  height: 5.625em;
  background: #7e7e7e;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: 1.875em;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .main .item .item_text .price .order_btn {
    width: 6em;
    position: relative;
    display: inline-block;
    vertical-align: middle !important;
    height: 6em;
    margin: 0 1em;
  }
  .main .item .item_text .price .order_btn .minus {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle !important;
    width: 2em;
    height: 2em;
    top: 1.8125em;
    left: 1em;
    z-index: 2;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    cursor: pointer;
  }
  .main .item .item_text .price .order_btn .minus:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .main .item .item_text .price .order_btn .plus {
    -webkit-transition: all 0.3s 0.1s ease;
    -o-transition: all 0.3s 0.1s ease;
    -moz-transition: all 0.3s 0.1s ease;
    transition: all 0.3s 0.1s ease;
    position: absolute;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle !important;
    width: 2em;
    height: 2em;
    top: 1.8125em;
    right: -1em;
    z-index: 2;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    cursor: pointer;
  }
  .main .item .item_text .price .order_btn .plus:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .main .item .item_text .price .order_btn .minus {
    position: relative;
    width: 3em;
    height: 3em;
    left: auto;
    top: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .main .item .item_text .price .order_btn .plus {
    position: relative;
    width: 3em;
    height: 3em;
    right: auto;
    top: auto;
  }
}
.main .item .item_text .price .order_btn i {
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  position: absolute;
  display: block;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/basket_icon.svg");
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.main .item .item_text .price .order_btn b {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2em;
  margin-top: .5em;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
@media (max-width: 768px) {
  .main .item .item_text .price .order_btn b {
    font-size: 2.5em;
  }
}
.main .item .item_text .price.added .order_btn i {
  -webkit-transform: translate(0, 75%);
  -moz-transform: translate(0, 75%);
  -ms-transform: translate(0, 75%);
  -o-transform: translate(0, 75%);
  transform: translate(0, 75%);
}
.main .item .item_text .price.added .order_btn:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main .item .item_text .price.added .order_btn b {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.main .item .item_text .price.added .ibm .minus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.main .item .item_text .price.added .ibm .plus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.main .item .item_text .price.added .ibm .minus.visible {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.main .item .item_text .price.added .ibm .plus.visible {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.main .item .item_text .price > .ibm {
  position: relative;
  display: inline-block;
  vertical-align: middle !important;
}
.main .item .item_text .price > .ibm .minus {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle !important;
  width: 2em;
  height: 2em;
  top: 1.8125em;
  left: 1em;
  z-index: 2;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  cursor: pointer;
}
.main .item .item_text .price > .ibm .minus:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .main .item .item_text .price > .ibm .minus {
    position: relative;
    width: 3em;
    height: 3em;
    left: auto;
    top: auto;
  }
}
.main .item .item_text .price > .ibm .plus {
  -webkit-transition: all 0.3s 0.1s ease;
  -o-transition: all 0.3s 0.1s ease;
  -moz-transition: all 0.3s 0.1s ease;
  transition: all 0.3s 0.1s ease;
  position: absolute;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle !important;
  width: 2em;
  height: 2em;
  top: 1.8125em;
  right: -1em;
  z-index: 2;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  cursor: pointer;
}
.main .item .item_text .price > .ibm .plus:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .main .item .item_text .price > .ibm .plus {
    position: relative;
    width: 3em;
    height: 3em;
    right: auto;
    top: auto;
  }
}
.main .item .item_text .description {
  display: inline-block;
  vertical-align: top;
  max-width: 65%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 1.875em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .main .item .item_text .description {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .main .item .item_text .description {
    padding: 0;
    width: 100%;
    border: 0;
    margin-top: 2em;
    max-width: 100%;
  }
}
.main .item .item_text .description p {
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
@media (max-width: 500px) {
  .main .item .item_text .description p {
    font-size: 1.4em;
  }
}
.main .item .item_text .description i {
  display: block;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: italic;
  font-size: 1em;
  color: white;
  line-height: 1.5;
  margin: 1em 0 0 0;
  padding: 0;
}
@media (max-width: 500px) {
  .main .item .item_text .description i {
    font-size: 1.2em;
  }
}
.main .item .item_text .description.category {
  border-left: none;
  padding-left: 0;
}
.main .item .item_text .description.category p {
  font-family: 'Neo Sans Cyr';
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 768px) {
  .main .item .item_text {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.main .item.slide-down {
  -webkit-transform: perspective(3500px) translate3d(0, 100%, -250px) rotateX(-50deg);
  -moz-transform: perspective(3500px) translate3d(0, 100%, -250px) rotateX(-50deg);
  transform: perspective(3500px) translate3d(0, 100%, -250px) rotateX(-50deg);
}
@media (max-width: 768px) {
  .main .item.slide-down {
    -webkit-transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
    -moz-transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
    transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
  }
}
.main .item.slide-down .item_text {
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
@media (max-width: 768px) {
  .main .item.slide-down .item_text {
    -webkit-transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
.main .item.slide-up {
  -webkit-transform: perspective(3500px) translate3d(0, -30%, -500px) rotateX(15deg);
  -moz-transform: perspective(3500px) translate3d(0, -30%, -500px) rotateX(15deg);
  transform: perspective(3500px) translate3d(0, -30%, -500px) rotateX(15deg);
  opacity: .3;
}
@media (max-width: 768px) {
  .main .item.slide-up {
    -webkit-transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
    -moz-transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
    transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
  }
}
.main .item.slide-up .item_text {
  -webkit-transform: translate3d(0, -25%, 0);
  -moz-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
@media (max-width: 768px) {
  .main .item.slide-up .item_text {
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.main.first {
  z-index: 12;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 768px) {
  .main.first {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.main .main_page {
  position: absolute;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #191D19;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 0 0 2em;
  opacity: 1;
  -webkit-transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
  -moz-transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
  transform: perspective(3500px) translate3d(0, 0, 0) rotateX(0);
}
.main .main_page.slide-down {
  -webkit-transform: perspective(3500px) translate3d(0, 100%, -500px) rotateX(-50deg);
  -moz-transform: perspective(3500px) translate3d(0, 100%, -500px) rotateX(-50deg);
  transform: perspective(3500px) translate3d(0, 100%, -500px) rotateX(-50deg);
  opacity: 1;
}
.main .main_page.slide-up {
  -webkit-transform: perspective(3500px) translate3d(0, 0, -500px) rotateX(15deg);
  -moz-transform: perspective(3500px) translate3d(0, 0, -500px) rotateX(15deg);
  transform: perspective(3500px) translate3d(0, 0, -500px) rotateX(15deg);
  opacity: 1;
}
.main a {
  display: inline-block;
  vertical-align: middle !important;
  width: 50%;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 2em 2em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* transform: translate3d(0,0,0); */
}
@media (max-width: 1366px) {
  .main a .sub_item {
    height: 25em !important;
  }
}
@media (max-width: 768px) {
  .main a {
    width: 100%;
  }
}
.main a .sub_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 1.5em;
  height: 25em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
}
.main a .sub_item .sub_item_gradient {
  position: absolute;
  z-index: 1;
  top: 50%;
  height: 50%;
  left: 0;
  width: 100%;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)));
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
}
.main a .sub_item .sub_item_text {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  z-index: 2;
}
.main a .sub_item .sub_item_text h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
.main a .sub_item .sub_item_text span {
  display: block;
  font-size: 1.125em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  margin-top: .5em;
}
.main a .sub_item .promo_label_holder {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
}
.main a .sub_item .promo_label_holder .promo_label {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #595959;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
}
.main .item .item_text .price > .ibm-calc {
  width: 16rem;
  position: relative;
  display: inline-block;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: -1rem;
  margin-left: 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #551215;
}
@media (max-width: 768px) {
  .main .item .item_text .price > .ibm-calc {
    display: block;
    margin-top: 1rem;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .main .item .item_text .price > .ibm-calc {
    width: 13rem;
  }
}
.main .item .item_text .price .ibm-calc .minus {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 3rem;
  width: 3.5rem;
  font-size: 4rem;
  line-height: 2.8rem;
  text-align: center;
  cursor: pointer;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.main .item .item_text .price .ibm-calc .plus {
  position: absolute;
  right: 0;
  display: inline-block;
  height: 3rem;
  width: 3.5rem;
  font-size: 3.5rem;
  line-height: 3.6rem;
  text-align: center;
  cursor: pointer;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.main .item .item_text .price .order_btn i {
  display: none;
}
.main .item .item_text .price .order_btn {
  position: absolute;
  height: 3rem;
  width: 9rem;
  left: 3rem;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 500px) {
  .main .item .item_text .price .order_btn {
    width: 7.5rem;
  }
}
.main .item .item_text .price .order_btn b {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  margin-top: .5rem;
}
@media screen and (max-width: 1600px) {
  .main .item .item_text .price .order_btn b {
    margin-top: 0.7rem;
  }
}
.contact_block {
  position: fixed;
  background: #7e7e7e;
  color: #2e2e2e;
  left: 9.375em;
  top: 0;
  width: 28.125em;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 9;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  overflow: hidden;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
}
.contact_block .scroll {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .contact_block .scroll {
    font-size: 1.2em;
  }
}
@media (max-width: 1024px) {
  .contact_block {
    width: 23.125em;
  }
}
@media (max-width: 768px) {
  .contact_block {
    width: auto;
    right: 0;
    z-index: 13;
  }
}
.contact_block .contact_block_top {
  text-transform: uppercase;
  padding: 2em 3em 2em 3em;
}
@media (max-width: 1024px) {
  .contact_block .contact_block_top {
    padding: 2em 2em 2em 2em;
  }
}
.contact_block .contact_block_top .name-svg {
  width: 100%;
}
.contact_block .contact_block_top .name-svg text {
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
}
.contact_block .contact_block_top h1 {
  font-size: 1em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  letter-spacing: .2em;
  opacity: .5;
  margin-top: 1.5em;
}
.contact_block .contact_block_text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1em;
  line-height: 1.6;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
}
@media (max-width: 1024px) {
  .contact_block .contact_block_text {
    padding: 2em;
  }
}
.contact_block .contact_block_text h2 {
  font-size: 1.5em;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
}
.contact_block .contact_block_text p {
  font-size: 1em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin-top: 1em;
  opacity: .8;
}
.contact_block .contact_block_text ul {
  list-style-position: inside;
}
.contact_block .contact_block_text ul li {
  font-size: 1em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin-top: 1em;
  opacity: .8;
}
.contact_block .contact_block_regions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1em;
  line-height: 1.6;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 1024px) {
  .contact_block .contact_block_regions {
    padding: 2em;
  }
}
.contact_block .contact_block_regions h2 {
  font-size: 1.5em;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
}
.contact_block .contact_block_regions p {
  font-size: 1em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin-top: 1em;
  opacity: .8;
}
.contact_block .contact_block_regions ul {
  list-style-position: inside;
}
.contact_block .contact_block_regions ul li {
  font-size: 1em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin-top: 1em;
  opacity: .8;
}
.contact_block .contact_block_regions .regions_button {
  font-weight: 400;
  font-size: 1.2em;
}
.contact_block .contact_block_regions .regions_button_arrow {
  background-image: url("/images/arrow_next.svg");
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 1.5em;
  height: 100%;
  top: 0;
  right: 2em;
}
.contact_block .contact_block_regions:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.contact_block .contact_block_middle {
  padding: 1em 3em 2em 3em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .contact_block .contact_block_middle {
    padding: 1em 2em 2em 2em;
  }
}
.contact_block .contact_block_middle .ibm {
  width: 50%;
  padding-top: 1em;
}
.contact_block .contact_block_middle .ibm span {
  display: block;
  font-size: 0.875em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  opacity: .5;
  margin-bottom: 1em;
}
.contact_block .contact_block_middle .ibm a,
.contact_block .contact_block_middle .ibm p {
  text-decoration: none;
  color: #2e2e2e;
  font-size: 1.625em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
}
.contact_block .contact_block_middle .ibm.w100 {
  width: 100% !important;
}
.contact_block .contact_block_middle .map {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  height: 240px;
  width: 100%;
  margin: 2em 0;
}
.contact_block .contact_block_middle .map .ymaps-2-1-47-copyright__content-cell {
  display: none;
}
.contact_block .contact_block_middle .address span {
  display: block;
  font-size: 0.875em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  opacity: .5;
  margin-bottom: 1em;
}
.contact_block .contact_block_middle .address address {
  text-decoration: none;
  color: #2e2e2e;
  line-height: 1.6;
  font-size: 1.325em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  margin-bottom: .5em;
}
.contact_block .contact_block_middle .address address + address {
  margin-bottom: 0;
}
.contact_block .contact_block_bottom {
  padding: 2em 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .contact_block .contact_block_bottom {
    padding: 2em;
  }
}
.contact_block .contact_block_bottom p {
  font-size: 1.325em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
}
.contact_block .contact_block_bottom p a {
  font-size: 1em;
  text-decoration: none;
  color: #2e2e2e;
}
.contact_block .contact_block_bottom .social {
  margin: 1.5em 0;
}
.contact_block .contact_block_bottom .social a {
  display: inline-block;
  vertical-align: middle !important;
  margin-right: 1em;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact_block .contact_block_bottom .social a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.contact_block .contact_block_bottom .social a i {
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle !important;
  width: 3em;
  height: 3em;
}
.contact_block .contact_block_bottom .social a i.social_vk {
  background-image: url("/images/social_vk.svg");
}
.contact_block .contact_block_bottom .social a i.social_in {
  background-image: url("/images/social_in.svg");
}
.contact_block .contact_block_bottom .social a i.social_fb {
  background-image: url("/images/social_fb.svg");
}
.contact_block .contact_block_bottom .social a i.social_ok {
  background-image: url("/images/social_ok.svg");
}
.contact_block .contact_block_bottom span {
  display: block;
  font-size: 0.875em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  opacity: .5;
  line-height: 1.7;
}
body.view_contact .contact_block {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  body.view_contact .contact_block {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
body.view_contact .header .city {
  background-color: #7e7e7e;
}
html.view_contact .contact_block {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1024px) {
  .basket_elem .rur {
    display: none !important;
  }
}
.agreement-block {
  position: relative;
  padding: 1.25em 1em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.agreement-block:hover .agreement-link {
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.agreement-input {
  width: 0.5rem !important;
  height: 0.5rem !important;
  background: red !important;
  display: inline-block !important;
  -webkit-appearance: checkbox !important;
  margin-right: 0.5rem !important;
  margin-bottom: 0.3rem !important;
}
.agreement-link {
  opacity: .8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.basket-cust {
  padding-right: 30px !important;
}
.basket-cust:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/bag-icon.svg);
  top: 0;
  right: 14px;
}
.basket-cust_big:after {
  width: 1.8rem;
  right: 3rem;
}
.basket-cust {
  padding-right: 30px !important;
}
.basket-cust:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/bag-icon.svg);
  top: 0;
  right: 14px;
}
.basket-cust_big:after {
  width: 1.8rem;
  right: 2rem;
}
@media (max-width: 600px) {
  .basket-cust_big:after {
    width: 1.8rem;
    position: relative;
    display: inline-block;
    right: 0;
    vertical-align: middle;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .basket-want-text {
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-top: 0.4rem !important;
  }
}
.reviews__title {
  font-size: 3em;
  font-family: 'Neo Sans Cyr';
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  padding-right: 1.5rem;
}
.reviews__sub-title {
  font-size: 1.5em;
  font-family: 'Neo Sans Cyr';
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 1em 0 0 0;
  margin-bottom: 4rem;
  padding-right: 1.5rem;
}
.reviews__container {
  padding-right: 2em;
}
.wcomments_head {
  background: #fdb913 !important;
}
.wcomments_count {
  color: black !important;
}
.wcomments_admin_link_browse {
  color: black !important;
}
.layout-politica {
  background: #fff;
  width: auto;
  margin: 0 auto;
  padding: 2em 6%;
  height: 100%;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}
@media (max-width: 600px) {
  .layout-politica {
    padding: 1.5rem;
  }
}
.layout-politica a {
  color: #006dad;
  text-decoration: underline;
}
.layout-politica h1 {
  color: #006dad;
  font-size: 28px !important;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .layout-politica h1 {
    font-size: 22px !important;
  }
}
@media (max-width: 320px) {
  .layout-politica h1 {
    font-size: 18px !important;
  }
}
.layout-politica h2 {
  color: #444;
  font-size: 22px !important;
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .layout-politica h2 {
    font-size: 18px !important;
  }
}
.layout-politica h3 {
  color: #222;
  font-size: 18px !important;
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .layout-politica h3 {
    font-size: 16px !important;
  }
}
.layout-politica p {
  color: #333;
  padding: 0 0 15px 0;
  font: 16px Arial !important;
  line-height: 170%;
}
@media (max-width: 768px) {
  .layout-politica p {
    font-size: 14px !important;
  }
}

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