@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?lvnz5u');
  src: url('fonts/icomoon.eot?lvnz5u#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?lvnz5u') format('truetype'), url('fonts/icomoon.woff?lvnz5u') format('woff'), url('fonts/icomoon.svg?lvnz5u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-boxes:before {
  content: "\e912";
}
.icon-view:before {
  content: "\e90d";
}
.icon-concierge-prive:before {
  content: "\e90e";
}
.icon-sorbet:before {
  content: "\e90f";
}
.icon-ice-cream:before {
  content: "\e910";
}
.icon-chocolate:before {
  content: "\e911";
}
.icon-logo:before {
  content: "\e900";
}
.icon-mini-arrow-up:before {
  content: "\e901";
}
.icon-mini-arrow-down:before {
  content: "\e906";
}
.icon-mini-arrow-left:before {
  content: "\e907";
}
.icon-mini-arrow-right:before {
  content: "\e909";
}
.icon-return:before {
  content: "\f136";
}
.icon-arrow-left:before {
  content: "\e904";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-time:before {
  content: "\f162";
}
.icon-envelope:before {
  content: "\e90a";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-cart:before {
  content: "\e908";
}
.icon-pointer:before {
  content: "\e90c";
}
.icon-in:before {
  content: "\e902";
}
.icon-fb:before {
  content: "\e903";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
.clr(){
  &:after{
    content: '';
    display: block;
    width: 100%;
    clear: both;
  }
}
*/
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 1px solid #000;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
* {
  position: relative;
}
*:focus {
  outline: none;
}
ul {
  list-style: none;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background: #fff;
  color: #000;
  text-align: left;
  font-weight: 400;
  min-height: 100%;
  width: 100%;
  display: block;
  line-height: 1;
  letter-spacing: 0;
  /* Firefox 19+ */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Firefox 18- */
}
body ::-webkit-input-placeholder {
  font-family: inherit;
  font-size: 16px;
  color: #000;
  padding-top: 0;
  line-height: 1;
}
body textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-size: 16px;
  color: #000;
  padding-top: 0;
  line-height: 1;
}
body ::-moz-placeholder {
  font-family: inherit;
  font-size: 16px;
  color: #000;
  padding-top: 0;
  line-height: 1;
}
body textarea::-moz-placeholder {
  font-family: inherit;
  font-size: 16px;
  color: #000;
  padding-top: 0;
  line-height: 1;
}
body :-moz-placeholder {
  font-family: inherit;
  font-size: 16px;
  color: #000;
  padding-top: 0;
  line-height: 1;
}
body textarea:-moz-placeholder {
  font-family: inherit;
  font-size: 16px;
  color: #000;
  padding-top: 0;
  line-height: 1;
}
body :-ms-input-placeholder {
  font-family: inherit;
  font-size: 16px;
  color: #000;
  padding-top: 0;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Prata', serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  margin: 0;
}
a {
  color: #000;
  text-decoration: none;
  outline: none!important;
  outline-offset: 0!important;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  color: #000;
  text-decoration: none;
}
.font_2 {
  font-family: 'Prata', serif;
}
.big_title {
  font-size: 264px;
  color: #fff;
  height: 1em;
  overflow: hidden;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Prata', serif;
}
.common_btn {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
}
.common_btn:hover {
  color: #fff;
  background-color: #000;
}
.common_btn:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.common_btn i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.common_btn i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.common_btn.white {
  color: #fff;
  border-color: #fff;
}
.common_btn.white:hover {
  color: #fff;
}
.common_btn.white i {
  border-color: #fff;
}
.common_btn.black {
  color: #fff;
  background-color: #000;
}
.common_btn.black:hover {
  color: #fff;
}
.common_btn.black i {
  border-color: #fff;
}
.common_btn_2 {
  text-transform: uppercase;
}
.common_btn_2 i {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  margin-right: 5px;
}
.common_btn_2 span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding-bottom: 5px;
}
.common_btn_2 span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #000;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.common_btn_2:hover span:before {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.img_anim {
  overflow: hidden;
}
.img_anim:before,
.img_anim:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  background-color: #000;
}
.img_anim:after {
  left: -100%;
  background-color: #EDF0F2;
}
.img_anim.ready:before,
.img_anim.ready:after {
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  -o-transform: translateX(200%);
  -moz-transform: translateX(200%);
  transform: translateX(200%);
}
.text_opacity {
  opacity: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.text_opacity.ready {
  opacity: 1;
}
.alert {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: fixed;
  width: 460px;
  height: 200px;
  max-width: 96%;
  z-index: 10000;
  text-align: center;
  font-size: 24px;
  padding: 80px 10px;
}
.alert .close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-shadow: none;
  opacity: 1;
  color: transparent;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.alert .close:before,
.alert .close:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}
.alert .close:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.alert .close:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.alert .close:hover {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.order_success {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.order_success_ins {
  width: 1340px;
  max-width: 96%;
  height: 860px;
  max-height: 96%;
  margin: auto;
  display: flex;
  border: 2px solid #979797;
  background-color: rgba(255, 255, 255, 0.95);
}
.success_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.success_close {
  position: absolute;
  width: 102px;
  height: 102px;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: 2;
  cursor: pointer;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.success_close:before,
.success_close:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}
.success_close:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.success_close:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.success_close:hover {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.success_cont {
  width: 100%;
  margin: auto;
  text-align: center;
}
.success_title {
  font-family: 'Prata', serif;
  font-size: 72px;
  margin-bottom: 90px;
}
.success_text {
  font-size: 30px;
}
.common_pad {
  padding-top: 230px;
  padding-bottom: 100px;
}
.wrapper {
  width: 96%;
  margin: 0 auto;
}
#start {
  width: 100%;
  height: 1px;
  margin-top: -1px;
  font-size: 0.001em;
}
/*header*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1;
  z-index: 1000;
  background: -webkit-linear-gradient(top, #ffffff, #ffffff, #ffffff);
  background: -moz-linear-gradient(top, #ffffff, #ffffff, #ffffff);
  background: -o-linear-gradient(top, #ffffff, #ffffff, #ffffff);
  background: -ms-linear-gradient(top, #ffffff, #ffffff, #ffffff);
  background: linear-gradient(top, #ffffff, #ffffff, #ffffff);
  background-size: 200% 200%;
  background-position: 0 0;
  padding: 25px 0;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
#header.whited {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-size: 200% 200%;
  background-position: 0 0;
}
#header.whited a {
  color: #fff;
}
#header.whited #lang .language-choosing {
  border-color: #fff;
}
#header.whited #lang .language-choosing:before,
#header.whited #lang .language-choosing:after {
  background-color: #fff;
}
#header.whited #lang .item-lang.active:after {
  background-color: #fff;
}
#header.whited .main_nav li a:after {
  background-color: #fff;
}
#header.whited .header_acc_line {
  border-right-color: #fff;
}
#header.whited #navCart {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
#header.down #logo {
  font-size: 70px;
}
#header.down.whited {
  background: -webkit-linear-gradient(top, #ffffff, #ffffff, #ffffff);
  background: -moz-linear-gradient(top, #ffffff, #ffffff, #ffffff);
  background: -o-linear-gradient(top, #ffffff, #ffffff, #ffffff);
  background: -ms-linear-gradient(top, #ffffff, #ffffff, #ffffff);
  background: linear-gradient(top, #ffffff, #ffffff, #ffffff);
  background-size: 200% 200%;
  background-position: 0 0;
}
#header.down.whited #logo {
  color: #000;
}
#header.down.whited a {
  color: #000;
}
#header.down.whited #lang .language-choosing {
  border-color: #000;
}
#header.down.whited #lang .language-choosing:before,
#header.down.whited #lang .language-choosing:after {
  background-color: #000;
}
#header.down.whited #lang .item-lang.active:after {
  background-color: #000;
}
#header.down.whited .main_nav li a:after {
  background-color: #000;
}
#header.down.whited .header_acc_line {
  border-right-color: #000;
}
#header.down.whited #navCart {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
#header.transparent {
  background: transparent;
}
.pda_header {
  display: none;
}
.pda_submenu {
  display: none;
}
.header_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  transform: translateY(-120%);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.header_bg.active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.header_ins {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#lang .lang {
  width: 34px;
  height: 34px;
}
#lang .language-choosing {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 34px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#lang .language-choosing:before,
#lang .language-choosing:after {
  content: '';
  position: absolute;
  top: 100%;
  margin-top: 8px;
  width: 4px;
  height: 1px;
  background-color: #000;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
#lang .language-choosing:before {
  left: 50%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#lang .language-choosing:after {
  right: 50%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lang .language-choosing.active {
  height: 74px;
}
#lang .language-choosing.active:before,
#lang .language-choosing.active:after {
  margin-top: -8px;
}
#lang .language-choosing.active:before {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lang .language-choosing.active:after {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#lang .language-choosing.active .item-lang.active:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease 0.4s;
  -webkit-transition: all 0.5s ease 0.4s;
}
#lang .language-choosing.active .item-lang:not(.active) {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease 0.4s;
  -webkit-transition: all 0.5s ease 0.4s;
}
#lang .item-lang {
  display: inline-block;
  padding: 8px 0;
  width: 100%;
}
#lang .item-lang.active:after {
  content: '';
  position: absolute;
  width: 80%;
  left: 10%;
  top: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
#lang .item-lang:not(.active) {
  position: absolute;
  top: 34px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
#nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#logo {
  font-size: 138px;
  margin: 0 150px;
}
.main_nav {
  white-space: nowrap;
  width: 400px;
  margin-bottom: 0;
}
.main_nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  letter-spacing: 0.3px;
}
.main_nav li a {
  display: inline-block;
  vertical-align: middle;
}
.main_nav li a:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_nav li.active a:after,
.main_nav li:hover a:after {
  width: 100%;
}
#menuLeft {
  text-align: right;
}
#menuLeft li {
  margin-left: 80px;
}
#menuLeft li:first-child {
  margin-left: 0;
}
#menuRight li {
  margin-right: 80px;
}
#menuRight li:last-child {
  margin-right: 0;
}
#lang,
#account {
  width: 205px;
}
#account {
  text-align: right;
}
.header_acc_line {
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  border-right: 1px solid #000;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.header_acc_link {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-left: 30px;
}
#navCart {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-left: 35px;
  cursor: pointer;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.header_cart_wrap {
  width: 100%;
  height: 100%;
}
.header_cart_ins {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 20px;
}
.cart-qty {
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  right: -5px;
  top: -5px;
  font-size: 10px;
}
.cart-qty span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#cart {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 510px;
  max-width: 100%;
  background-color: #000;
  z-index: 2000;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
#cart.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#cart .cart-popclose {
  position: absolute;
  top: 80px;
  right: 24px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  z-index: 30;
}
#cart .cart-popclose span {
  position: absolute;
  display: block;
  width: 2px;
  height: 26px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -1px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
#cart .cart-popclose span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
#cart .cart-popclose span:last-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#cart .cart-popclose:hover span:first-child {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
#cart .cart-popclose:hover span:last-child {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
#cart .cart-content {
  padding: 150px 24px;
  height: 100%;
}
#cart .cart-content h4 {
  position: absolute;
  top: 80px;
  left: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: none;
}
#cart .cart-content .items-container {
  height: 100%;
  overflow: hidden;
}
#cart .cart-content .items-container .frame {
  height: 100%;
  margin-right: -20px;
  overflow: auto;
}
#cart .cart-content .items-container .item {
  background-color: #2e2e2e;
  color: #fff;
  margin-bottom: 20px;
}
#cart .cart-content .items-container .item .item_ins {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}
#cart .cart-content .items-container .item .item_top {
  padding-bottom: 0;
}
#cart .cart-content .items-container .item .item_top .image {
  margin-top: 34px;
}
#cart .cart-content .items-container .item .cart_item_tastes {
  margin-top: 10px;
}
#cart .cart-content .items-container .item .cart_item_taste {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#cart .cart-content .items-container .item .cart_item_taste:nth-child(2n+1) {
  background-color: #232323;
}
#cart .cart-content .items-container .item .cart_item_taste .image {
  width: 45px;
  height: 45px;
  margin-left: 45px;
}
#cart .cart-content .items-container .item .cart_item_taste .items-info {
  display: flex;
  align-items: center;
}
#cart .cart-content .items-container .item .cart_item_taste .items-info .cart_taste_qty {
  width: 23px;
  height: 23px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  line-height: 1.6;
  font-size: 15px;
}
#cart .cart-content .items-container .item .item_bot {
  padding: 8px 20px;
  border-top: 1px solid #3b3b3b;
}
#cart .cart-content .items-container .item .item_bot .image {
  height: 1px;
}
#cart .cart-content .items-container .item .image {
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
#cart .cart-content .items-container .item .items-info {
  width: 100%;
  padding-left: 25px;
}
#cart .cart-content .items-container .item .items-info .title {
  font-family: 'Prata', serif;
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1;
}
#cart .cart-content .items-container .item .items-info p {
  font-size: 14px;
  line-height: 1.6;
}
#cart .cart-content .items-container .item .items-info .price,
#cart .cart-content .items-container .item .items-info .info {
  font-size: 15px;
  font-weight: 600;
}
#cart .cart-content .items-container .item .items-info .price span,
#cart .cart-content .items-container .item .items-info .info span {
  font-weight: 300;
}
#cart .cart-content .items-container .item .items-info .info {
  font-size: 16px;
}
#cart .cart-content .items-container .item .items-info .info .cartButton {
  display: inline-block;
  height: 23px;
  width: 23px;
  color: #000;
  background-color: #fff;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}
#cart .cart-content .total {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #2e2e2e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding-left: 20px;
  padding-right: 40px;
}
#cart .cart-content .total p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: 'Prata', serif;
  font-size: 24px;
}
#cart .cart-content .total .submit {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
  padding: 16px 50px;
}
#cart .cart-content .total .submit:hover {
  color: #fff;
  background-color: #000;
}
#cart .cart-content .total .submit:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
#cart .cart-content .total .submit i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
#cart .cart-content .total .submit i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#cart .cart-content .total .submit.white {
  color: #fff;
  border-color: #fff;
}
#cart .cart-content .total .submit.white:hover {
  color: #fff;
}
#cart .cart-content .total .submit.white i {
  border-color: #fff;
}
#cart .cart-content .total .submit.black {
  color: #fff;
  background-color: #000;
}
#cart .cart-content .total .submit.black:hover {
  color: #fff;
}
#cart .cart-content .total .submit.black i {
  border-color: #fff;
}
#cart .cart-content .total .submit:hover {
  color: #fff;
}
#cart .cart-content .total .submit i {
  border-color: #fff;
}
.sl-slider .slick-list {
  height: 100%;
}
.sl-slider .slick-list .slick-track {
  height: 100%;
}
.sl-slider .slick-list .slick-track .slide {
  height: 100%;
}
.jq_hidden {
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px);
  opacity: 0;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.jq_hidden.jq_active {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1;
}
/*main*/
.main_slider {
  height: 100vh;
}
.main_slide {
  height: 100vh;
  z-index: 2;
}
.main_slide.slick-active {
  z-index: 1;
}
.main_slide.slick-active .main_slide_img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main_slide.slick-active .main_slide_title {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.main_slide.slick-active .main_slide_title_ins {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main_slide.nxt .main_slide_title {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main_slide_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.7s ease 1s;
  -webkit-transition: all 0.7s ease 1s;
}
.main_slide_text {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.main_slide_title {
  font-family: 'Prata', serif;
  font-size: 72px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 34px;
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  opacity: 0.3;
}
.main_slide_title_ins {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_slide_link {
  text-align: center;
}
.main_slide_link_a {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  border-color: #fff;
  border-width: 2px;
}
.main_slide_link_a:hover {
  color: #fff;
  background-color: #000;
}
.main_slide_link_a:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.main_slide_link_a i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_slide_link_a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.main_slide_link_a.white {
  color: #fff;
  border-color: #fff;
}
.main_slide_link_a.white:hover {
  color: #fff;
}
.main_slide_link_a.white i {
  border-color: #fff;
}
.main_slide_link_a.black {
  color: #fff;
  background-color: #000;
}
.main_slide_link_a.black:hover {
  color: #fff;
}
.main_slide_link_a.black i {
  border-color: #fff;
}
.main_slide_link_a:hover {
  color: #fff;
}
.main_slide_link_a i {
  border-color: #fff;
}
.main_slide_link_a i {
  border-width: 2px;
}
.main_slider_nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}
.main_slider_nav.prev {
  left: 2%;
}
.main_slider_nav.next {
  right: 2%;
}
.main_slider_arrow_down {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  cursor: pointer;
  font-size: 35px;
}
.main_btns {
  position: absolute;
  z-index: 100;
  bottom: 25px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  font-size: 24px;
}
.main_btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.main_btn:last-child {
  margin-right: 0;
}
.main_cats {
  background-color: #EDF0F2;
  padding-top: 90px;
}
.main_cats_titles {
  position: absolute;
  width: 100%;
  top: 110px;
  font-size: 264px;
  color: #fff;
  height: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Prata', serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #F9F9F9;
}
.main_cats_titles_list {
  width: 100%;
}
.main_cats_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -ms-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px);
  -moz-transform: translateX(100px);
  transform: translateX(100px);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_cats_title.active {
  z-index: 2;
  opacity: 1;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.main_cats_imgs {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #fff;
  z-index: 3;
  overflow: hidden;
}
.main_cats_imgs_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main_cats_imgs_list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  opacity: 0.8;
}
.main_cats_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_cats_img.active {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.main_cats_ins {
  z-index: 4;
}
.main_cats_left {
  float: left;
  width: 45%;
  min-height: 1px;
  padding-top: 30px;
  padding-right: 5%;
}
.main_cat {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_cat.active {
  opacity: 1;
  z-index: 2;
}
.main_cat.active .main_cat_subtitle_text {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.main_cat.active .main_cat_descr {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.main_cat_subtitle {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 4;
}
.main_cat_subtitle_line {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  background-color: #000;
  margin-right: 10px;
}
.main_cat_subtitle_text {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_cat_title {
  margin-bottom: 60px;
  text-align: center;
  font-family: 'Prata', serif;
  font-size: 24px;
  z-index: 4;
}
.main_cat_descr {
  font-family: 'Prata', serif;
  font-size: 34px;
  letter-spacing: 0.2px;
  padding-left: 60px;
  line-height: 1.4;
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -moz-transform: translateY(100px);
  transform: translateY(100px);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_cats_right {
  float: none;
  width: 100%;
  min-height: 1px;
}
.main_cats_nav {
  margin-bottom: 70px;
  text-align: center;
}
.main_cats_nav_ins {
  display: inline-block;
  padding: 5px 3px;
  border: 1px solid #000;
  border-radius: 100px;
}
.main_cat_nav {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 16px;
  border-radius: 100px;
  font-size: 16px;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_cat_nav:hover,
.main_cat_nav.active {
  color: #fff;
  background-color: #000;
}
.main_cats_list {
  overflow: hidden;
}
.main_cat_list {
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_cat_list.active {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.main_cat_list.active .main_cat_item {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main_cat_list.active .main_cat_list_link_a {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main_cat_list_ins {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main_cat_item {
  width: 13%;
  margin-bottom: 40px;
  margin-right: 4.4%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_cat_item:nth-child(6n) {
  margin-right: 0;
}
.main_cat_item a:hover .main_cat_item_img_ins {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.main_cat_item_img {
  margin-bottom: 30px;
}
.main_cat_item_img_ins {
  padding: 33% 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_cat_item_title {
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 10px;
}
.main_cat_item_price {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.main_cat_list_link {
  margin-bottom: 80px;
  text-align: center;
}
.main_cat_list_link_a {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.main_cat_list_link_a:hover {
  color: #fff;
  background-color: #000;
}
.main_cat_list_link_a:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.main_cat_list_link_a i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_cat_list_link_a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.main_cat_list_link_a.white {
  color: #fff;
  border-color: #fff;
}
.main_cat_list_link_a.white:hover {
  color: #fff;
}
.main_cat_list_link_a.white i {
  border-color: #fff;
}
.main_cat_list_link_a.black {
  color: #fff;
  background-color: #000;
}
.main_cat_list_link_a.black:hover {
  color: #fff;
}
.main_cat_list_link_a.black i {
  border-color: #fff;
}
.main_choc {
  padding: 70px 0 70px;
  background-color: #e6e6e6;
}
.main_choc_header {
  font-size: 264px;
  color: #fff;
  height: 1em;
  overflow: hidden;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Prata', serif;
  width: 100%;
  color: #ededed;
  position: absolute;
}
.main_choc_cont {
  padding-top: 80px;
}
.main_choc_title {
  font-family: 'Prata', serif;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
  text-align: center;
}
.main_choc_slider_navig {
  margin-bottom: 20px;
  text-align: right;
}
.main_choc_slider_pag {
  display: inline-block;
  vertical-align: middle;
}
.main_choc_slider_pag ul {
  margin: 0;
}
.main_choc_slider_pag li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.main_choc_slider_pag li:last-child {
  margin-right: 0;
}
.main_choc_slider_pag li button {
  -webkit-appearance: none;
  font-size: 0;
  line-height: 1;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  float: left;
}
.main_choc_slider_pag li.slick-active button {
  background-color: #000;
}
.main_choc_slider_nav {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  cursor: pointer;
  font-size: 11px;
  margin-left: 20px;
}
.main_choc_slider_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_choc_slide {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.main_choc_slide_img {
  margin-bottom: 40px;
}
.main_choc_slide_img_ins {
  padding: 33% 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.main_choc_slide_text {
  text-align: center;
}
.main_choc_slide_title {
  margin-bottom: 20px;
  font-family: 'Prata', serif;
  font-size: 24px;
  letter-spacing: 0.3px;
}
.main_choc_slide_descr {
  line-height: 1.65;
}
.main_cakes {
  padding: 70px 0 70px;
  background-color: #edf2ee;
}
.main_cakes_header {
  font-size: 264px;
  color: #fff;
  height: 1em;
  overflow: hidden;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Prata', serif;
  color: #f9f9f9;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
.main_cakes_square {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  background-color: #fff;
}
.main_cakes_cont {
  display: flex;
  align-items: center;
  padding-top: 100px;
}
.main_cakes_left {
  width: 50%;
  text-align: center;
  display: flex;
  padding: 0 8%;
}
.main_cakes_left_ins {
  margin: auto;
}
.main_cakes_title {
  font-family: 'Prata', serif;
  font-size: 36px;
  margin-bottom: 38px;
  letter-spacing: 0.3px;
}
.main_cakes_descr {
  font-size: 15px;
  line-height: 1.75;
}
.main_cakes_slider {
  width: 50%;
}
.main_cakes_slider_item {
  height: 32vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.main_cakes_slider_navig {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
.main_cakes_slider_nav {
  position: absolute;
  top: 0;
  margin-top: -11px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
}
.main_cakes_slider_nav.prev {
  left: 30px;
}
.main_cakes_slider_nav.next {
  right: 30px;
}
.main_stories {
  min-height: 100vh;
  background-color: #F2F1ED;
  padding-top: 120px;
  padding-bottom: 90px;
}
.main_stories_square {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  background-color: #fff;
}
.main_stories_title {
  font-size: 264px;
  color: #fff;
  height: 1em;
  overflow: hidden;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Prata', serif;
  color: #F9F9F9;
  text-align: right;
  margin-bottom: 20px;
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
}
.main_story.slick-current .main_story_img_ins {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.main_story_ins {
  display: flex;
  align-items: stretch;
}
.main_story_img {
  width: 50%;
}
.main_story_img.main_story_img_pda {
  display: none;
}
.main_story_img_ins {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  transform: translateX(-50px);
  transition: all 1.1s ease 0s;
  -webkit-transition: all 1.1s ease 0s;
}
.main_story_right {
  width: 50%;
  text-align: center;
  padding: 150px 5% 200px 5%;
}
.main_story_title {
  font-family: 'Prata', serif;
  margin-bottom: 35px;
  font-size: 36px;
  letter-spacing: 0.3px;
}
.main_story_text {
  margin-bottom: 38px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.75;
}
.main_story_link_a {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
}
.main_story_link_a:hover {
  color: #fff;
  background-color: #000;
}
.main_story_link_a:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.main_story_link_a i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_story_link_a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.main_story_link_a.white {
  color: #fff;
  border-color: #fff;
}
.main_story_link_a.white:hover {
  color: #fff;
}
.main_story_link_a.white i {
  border-color: #fff;
}
.main_story_link_a.black {
  color: #fff;
  background-color: #000;
}
.main_story_link_a.black:hover {
  color: #fff;
}
.main_story_link_a.black i {
  border-color: #fff;
}
.main_story_link_a:hover {
  color: #fff;
}
.main_story_link_a i {
  border-color: #fff;
}
.main_stories_slider_navig {
  position: absolute;
  width: 50%;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 90px;
  right: 0;
  z-index: 2;
}
.main_stories_slider_nav {
  cursor: pointer;
  font-size: 14px;
}
.main_stories_slider_nav i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.main_stories_slider_nav span {
  display: inline-block;
  vertical-align: middle;
}
.main_stories_slider_nav.prev i {
  margin-right: 10px;
}
.main_stories_slider_nav.next i {
  margin-left: 10px;
}
.main_offers {
  padding: 120px 0 70px;
  background-color: #EDF0F2;
}
.main_offers_header {
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 264px;
  color: #fff;
  height: 1em;
  overflow: hidden;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Prata', serif;
  color: #F9F9F9;
  width: 100%;
}
.offers_slider_list {
  margin-bottom: 60px;
}
.offers_slide_ins {
  display: flex;
  align-items: flex-start;
}
.offers_slide_left {
  width: 50%;
  padding: 60px 6%;
}
.offers_slide_title {
  margin-bottom: 40px;
  font-family: 'Prata', serif;
  font-size: 36px;
  text-align: center;
}
.offers_slide_text {
  text-align: center;
  line-height: 1.65;
}
.offers_slide_img {
  width: 50%;
  flex-shrink: 0;
  padding: 17% 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.offers_slider_nav {
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
.offers_slider_nav.prev {
  float: left;
}
.offers_slider_nav.next {
  float: right;
}
.offers_slider_nav i {
  display: inline-block;
  vertical-align: middle;
}
.offers_slider_nav span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin: 0 12px;
}
.main_contacts {
  min-height: 100vh;
  display: flex;
}
.main_contacts_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.main_contacts_blank {
  width: 640px;
  max-width: 96%;
  margin: auto;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px 40px 20px;
}
.main_contacts_img {
  margin-bottom: 14px;
}
.main_contacts_img img {
  height: 160px;
}
.main_contacts_title {
  font-family: 'Prata', serif;
  font-size: 36px;
  margin-bottom: 36px;
}
.main_contacts_item {
  margin-bottom: 36px;
}
.main_contacts_item_icon {
  font-size: 38px;
  margin-bottom: 10px;
}
.main_contacts_item_text {
  font-size: 15px;
  letter-spacing: 0.3px;
}
.main_contacts_item_text table {
  margin: 0 auto;
  text-align: left;
  line-height: 1.4;
}
.main_contacts_item_text table td:first-child {
  font-weight: 600;
}
.main_contacts_item_text table td:last-child {
  padding-left: 30px;
}
.main_contacts_link_a {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
}
.main_contacts_link_a:hover {
  color: #fff;
  background-color: #000;
}
.main_contacts_link_a:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.main_contacts_link_a i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.main_contacts_link_a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.main_contacts_link_a.white {
  color: #fff;
  border-color: #fff;
}
.main_contacts_link_a.white:hover {
  color: #fff;
}
.main_contacts_link_a.white i {
  border-color: #fff;
}
.main_contacts_link_a.black {
  color: #fff;
  background-color: #000;
}
.main_contacts_link_a.black:hover {
  color: #fff;
}
.main_contacts_link_a.black i {
  border-color: #fff;
}
.shop_cat_nav {
  margin-bottom: 40px;
}
.shop_cat_nav_list {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.shop_cat_nav_li {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 5px;
}
.shop_cat_nav_li:last-child {
  margin-right: 0;
}
.shop_cat_nav_li a {
  display: inline-block;
  padding: 14px 14px;
  border-radius: 4px;
  color: #000;
  min-width: 220px;
  text-align: left;
  background-color: #F8F8F8;
}
.shop_cat_nav_li a:hover,
.shop_cat_nav_li a.active {
  color: #fff;
  background-color: #000;
}
.shop_cat_nav_li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  margin-right: 30px;
}
.shop_cat_nav_li span {
  display: inline-block;
  vertical-align: middle;
}
.shop_pdf_btn_wrap {
  margin-bottom: 30px;
  text-align: center;
}
.shop_pdf_btn {
  font-size: 14px;
  letter-spacing: 0.2px;
  vertical-align: middle;
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 10px 40px;
  margin-bottom: 10px;
}
.shop_pdf_btn:hover {
  color: #fff;
  background-color: #000;
}
.shop_pdf_btn:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.shop_pdf_btn i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.shop_pdf_btn i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.shop_pdf_btn.white {
  color: #fff;
  border-color: #fff;
}
.shop_pdf_btn.white:hover {
  color: #fff;
}
.shop_pdf_btn.white i {
  border-color: #fff;
}
.shop_pdf_btn.black {
  color: #fff;
  background-color: #000;
}
.shop_pdf_btn.black:hover {
  color: #fff;
}
.shop_pdf_btn.black i {
  border-color: #fff;
}
.shop_pdf_btn i {
  right: 7px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  font-size: 10px;
}
.shop_container {
  padding: 0 10%;
}
.shop_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop_list .pagination {
  width: 100%;
  text-align: center;
}
.shop_list .pagination li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.shop_list .pagination li:last-child {
  margin-right: 0;
}
.shop_list .pagination li a,
.shop_list .pagination li span {
  width: 38px;
  height: 38px;
  padding: 0;
  margin-left: 0;
  line-height: 2;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
}
.shop_list .pagination li a:hover,
.shop_list .pagination li span:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.shop_list .pagination li.active a,
.shop_list .pagination li.active span {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.shop_list .pagination li.prev,
.shop_list .pagination li.next {
  font-family: 'icomoon';
}
.shop_list .pagination li.prev a,
.shop_list .pagination li.next a,
.shop_list .pagination li.prev span,
.shop_list .pagination li.next span {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}
.shop_list .pagination li.prev a:before,
.shop_list .pagination li.next a:before,
.shop_list .pagination li.prev span:before,
.shop_list .pagination li.next span:before {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.shop_list .pagination li.prev a:before,
.shop_list .pagination li.prev span:before {
  content: "\e907";
}
.shop_list .pagination li.next a:before,
.shop_list .pagination li.next span:before {
  content: "\e909";
}
.shop_item {
  width: 47%;
  display: flex;
  align-items: stretch;
  margin-bottom: 80px;
  padding: 13px;
  padding-right: 35px;
  background-color: #fafafa;
}
.shop_item_img {
  width: 40%;
}
.shop_item_img_ins {
  height: 100%;
  min-height: 270px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.shop_item_right {
  width: 60%;
  text-align: center;
  display: flex;
  align-items: center;
}
.shop_item_cont {
  width: 100%;
  padding-left: 10%;
}
.shop_item_title {
  font-family: 'Prata', serif;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 17px;
}
.shop_item_img_pda {
  display: none;
}
.shop_item_descr {
  margin-bottom: 15px;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 300;
  line-height: 1.8;
  height: 5.4em;
  overflow: hidden;
}
.shop_item_descr_line {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.shop_item_price {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 600;
}
.shop_item_btns {
  font-size: 14px;
  letter-spacing: 0.2px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.shop_item_btn {
  vertical-align: middle;
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 10px 40px;
  margin-bottom: 10px;
}
.shop_item_btn:hover {
  color: #fff;
  background-color: #000;
}
.shop_item_btn:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.shop_item_btn i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.shop_item_btn i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.shop_item_btn.white {
  color: #fff;
  border-color: #fff;
}
.shop_item_btn.white:hover {
  color: #fff;
}
.shop_item_btn.white i {
  border-color: #fff;
}
.shop_item_btn.black {
  color: #fff;
  background-color: #000;
}
.shop_item_btn.black:hover {
  color: #fff;
}
.shop_item_btn.black i {
  border-color: #fff;
}
.shop_item_btn.shop_item_btn_add {
  color: #fff;
  background-color: #000;
}
.shop_item_btn.shop_item_btn_add:hover {
  color: #fff;
}
.shop_item_btn.shop_item_btn_add i {
  border-color: #fff;
}
.shop_item_btn.shop_item_btn_add i {
  color: #000;
  background-color: #fff;
}
.shop_item_btn.shop_item_btn_more i {
  font-size: 10px;
}
.shop_item_btn i {
  right: 7px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
}
.product_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -ms-transform: translateY(120%);
  -webkit-transform: translateY(120%);
  -o-transform: translateY(120%);
  -moz-transform: translateY(120%);
  transform: translateY(120%);
}
.product_popup.active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.product_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.product_ajax {
  width: 100%;
  height: 100%;
}
.product_cont {
  width: 100%;
  height: 100%;
}
.product_cont_ins {
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 30px;
}
.product_cont_ins .wrapper {
  height: 100%;
}
.product {
  width: 100%;
  height: 100%;
}
.product_top {
  width: 100%;
  height: calc(100% - 100px);
}
.product_slider {
  width: 50%;
  height: 100%;
  float: left;
}
.product_slider_list {
  width: 100%;
  height: 100%;
  margin: 0;
}
.product_slider_list .slick-list,
.product_slider_list .slick-track {
  height: 100%;
}
.product_slide {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product_slider_nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}
.product_slider_nav.prev {
  left: 25px;
}
.product_slider_nav.next {
  right: 25px;
}
.product_right {
  width: 50%;
  height: 100%;
  float: left;
}
.product_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.product_bg_color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.product_text {
  height: 100%;
  padding: 40px 18%;
  display: flex;
  overflow: auto;
}
.product_text_ins {
  margin: auto;
  width: 100%;
}
.product_title {
  font-family: 'Prata', serif;
  margin-bottom: 26px;
  font-size: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.product_opts {
  margin: 0;
  padding-bottom: 3px;
}
.product_opt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.product_opt img {
  width: auto;
  height: 20px;
}
.product_opt span {
  position: absolute;
  opacity: 0;
}
#movemouse {
  display: none;
  position: fixed;
  padding: 5px 8px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  border-radius: 3px;
}
#movemouse span {
  position: relative;
  opacity: 1;
}
.product_descr {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.75;
  padding-bottom: 10px;
  border-bottom: 1px solid #787469;
}
.product_info_left {
  float: left;
}
.product_price {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.product_addit_info {
  font-size: 15px;
}
.product_btns {
  float: right;
  font-size: 14px;
}
.product_qty_btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  padding: 7px 10px;
  background-color: #000;
  border-radius: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  height: 36px;
  text-align: right;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.product_number {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  color: #000;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  margin-left: 4px;
  cursor: pointer;
}
.product_count {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.product_btn {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
  padding: 10px 46px;
}
.product_btn:hover {
  color: #fff;
  background-color: #000;
}
.product_btn:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.product_btn i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.product_btn i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.product_btn.white {
  color: #fff;
  border-color: #fff;
}
.product_btn.white:hover {
  color: #fff;
}
.product_btn.white i {
  border-color: #fff;
}
.product_btn.black {
  color: #fff;
  background-color: #000;
}
.product_btn.black:hover {
  color: #fff;
}
.product_btn.black i {
  border-color: #fff;
}
.product_btn:hover {
  color: #fff;
}
.product_btn i {
  border-color: #fff;
}
.product_btn i {
  color: #000;
  background-color: #fff;
}
.product_back_link {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}
.product_back_link a {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 17px 110px;
}
.product_back_link a:hover {
  color: #fff;
  background-color: #000;
}
.product_back_link a:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.product_back_link a i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.product_back_link a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.product_back_link a.white {
  color: #fff;
  border-color: #fff;
}
.product_back_link a.white:hover {
  color: #fff;
}
.product_back_link a.white i {
  border-color: #fff;
}
.product_back_link a.black {
  color: #fff;
  background-color: #000;
}
.product_back_link a.black:hover {
  color: #fff;
}
.product_back_link a.black i {
  border-color: #fff;
}
.prod_candies {
  height: 100%;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
.prod_candies_ins {
  padding-top: 30px;
}
.prod_candies_title {
  margin-bottom: 60px;
  font-family: 'Prata', serif;
  font-size: 36px;
}
.prod_candies_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-around;
}
.prod_candy {
  width: 18%;
}
.prod_candy .img {
  margin-bottom: 30px;
  padding: 34% 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.prod_candy .title {
  margin-bottom: 20px;
  font-family: 'Prata', serif;
  font-size: 24px;
}
.prod_candy .descr {
  letter-spacing: 0.3px;
  font-size: 15px;
  line-height: 1.75;
}
.box_tastes {
  margin-top: 15px;
}
.box_tastes_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.box_tastes_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.box_taste {
  margin-bottom: 10px;
  width: 50%;
  display: flex;
  align-items: center;
}
.box_taste .image {
  width: 90px;
  height: 90px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
  flex-shrink: 0;
}
.box_taste .title {
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
}
.box_taste .count {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
}
.box_taste .count a {
  background-color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 1.4;
}
.box_taste .count span {
  margin: 0 10px;
}
.box_add_new_wrap {
  margin-bottom: 15px;
  text-align: center;
}
.box_add_new {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
  padding: 10px 50px;
  cursor: pointer;
}
.box_add_new:hover {
  color: #fff;
  background-color: #000;
}
.box_add_new:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.box_add_new i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.box_add_new i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.box_add_new.white {
  color: #fff;
  border-color: #fff;
}
.box_add_new.white:hover {
  color: #fff;
}
.box_add_new.white i {
  border-color: #fff;
}
.box_add_new.black {
  color: #fff;
  background-color: #000;
}
.box_add_new.black:hover {
  color: #fff;
}
.box_add_new.black i {
  border-color: #fff;
}
.box_add_new:hover {
  color: #fff;
}
.box_add_new i {
  border-color: #fff;
}
.box_bot {
  text-align: center;
}
.box_add_to_cart a {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
  padding: 10px 46px;
}
.box_add_to_cart a:hover {
  color: #fff;
  background-color: #000;
}
.box_add_to_cart a:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.box_add_to_cart a i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.box_add_to_cart a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.box_add_to_cart a.white {
  color: #fff;
  border-color: #fff;
}
.box_add_to_cart a.white:hover {
  color: #fff;
}
.box_add_to_cart a.white i {
  border-color: #fff;
}
.box_add_to_cart a.black {
  color: #fff;
  background-color: #000;
}
.box_add_to_cart a.black:hover {
  color: #fff;
}
.box_add_to_cart a.black i {
  border-color: #fff;
}
.box_add_to_cart a:hover {
  color: #fff;
}
.box_add_to_cart a i {
  border-color: #fff;
}
.box_add_to_cart a i {
  color: #000;
  background-color: #fff;
}
.box_taste_popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  z-index: 2;
  background: #e6e6e6;
  overflow: auto;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.box_taste_popup.active {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.box_taste_popup_close {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
}
.box_taste_popup_close:before,
.box_taste_popup_close:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 1px;
  top: 50%;
  left: 35%;
  background-color: #000;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.box_taste_popup_close:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box_taste_popup_close:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box_taste_popup_close:hover:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box_taste_popup_close:hover:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box_taste_popup_cat {
  margin-bottom: 30px;
}
.box_taste_popup_cat .cat_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.box_taste_popup_cat_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.box_taste_popup_cat_list .item {
  width: 33.3333%;
  margin-bottom: 15px;
}
.box_taste_popup_cat_list .item a {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.box_taste_popup_cat_list .item a:hover .add {
  opacity: 1;
}
.box_taste_popup_cat_list .img {
  width: 90px;
  height: 90px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 15px;
  flex-shrink: 0;
}
.box_taste_popup_cat_list .title {
  margin-right: 10px;
  font-size: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.box_taste_popup_cat_list .title .opts {
  margin: 0;
}
.box_taste_popup_cat_list .title .opt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.box_taste_popup_cat_list .title .opt img {
  width: auto;
  height: 20px;
}
.box_taste_popup_cat_list .title .opt span {
  position: absolute;
  opacity: 0;
}
.box_taste_popup_cat_list .add {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  background-color: #000;
  color: #fff;
  line-height: 1.3;
  opacity: 0;
  flex-shrink: 0;
}
.about_1 {
  margin-bottom: 100px;
  padding-bottom: 80px;
}
.about_1_img {
  width: 50%;
  float: left;
}
.about_1_img img {
  width: 100%;
}
.about_1_text {
  width: 50%;
  float: left;
  padding: 16% 9% 0;
  font-family: 'Prata', serif;
  font-size: 36px;
  line-height: 1.4;
}
.about_2 {
  margin-bottom: 100px;
  padding-top: 110px;
  padding-bottom: 80px;
}
.about_2_bg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #EDF0F2;
}
.about_2_text {
  width: 42%;
  float: left;
  padding: 137px 7% 0 0;
}
.about_2_title {
  margin-bottom: 35px;
  font-family: 'Prata', serif;
  font-size: 36px;
}
.about_2_descr {
  font-size: 15px;
  line-height: 1.75;
}
.about_2_img {
  width: 58%;
  float: left;
}
.about_2_img img {
  width: 100%;
}
.about_3 {
  padding-top: 100px;
  padding-bottom: 80px;
}
.about_3_bg {
  position: absolute;
  width: 73%;
  height: 50%;
  top: 0;
  right: 0;
  background-color: #F2F1ED;
}
.about_3_imgs {
  margin-bottom: 120px;
}
.about_3_img {
  float: left;
}
.about_3_img img {
  width: 100%;
}
.about_3_img_1 {
  width: 30%;
  float: left;
}
.about_3_img_2 {
  width: 60%;
  float: right;
}
.about_3_descr {
  width: 35%;
  font-size: 18px;
  line-height: 1.4;
}
.checkout_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.checkout_title {
  font-family: 'Prata', serif;
  font-size: 36px;
  margin-bottom: 60px;
  text-align: center;
}
.checkout_top {
  margin-bottom: 45px;
  padding: 0 14%;
}
.checkout_top form .form-group {
  margin-bottom: 12px;
}
.checkout_top form label,
.checkout_top form .false_label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 14px;
  font-weight: 400;
}
.checkout_top form .field-ordersform-remark label {
  vertical-align: top;
}
.checkout_top form input,
.checkout_top form select,
.checkout_top form textarea {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
  height: auto;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: 1px solid #9b8f88;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkout_top form textarea {
  resize: vertical;
}
.checkout_top form .delivery-time {
  margin-bottom: 23px;
}
.checkout_top form .delivery-time .delivery-time-block {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
}
.checkout_top form .delivery-time .form-block {
  display: inline-block;
  vertical-align: middle;
}
.checkout_top form .delivery-time .form-block.date {
  width: 46%;
  margin-right: 15px;
}
.checkout_top form .delivery-time .form-block.date .kv-date-remove,
.checkout_top form .delivery-time .form-block.date .kv-date-calendar {
  display: none;
}
.checkout_top form .delivery-time .form-block.time {
  width: 40%;
}
.checkout_top form .delivery-time .form-block .form-group {
  margin-bottom: 0;
}
.checkout_top form .delivery-time .form-block span.descr {
  position: absolute;
  font-size: 15px;
  bottom: -10px;
}
.checkout_left {
  float: left;
  width: 50%;
  padding-right: 14%;
}
.checkout_subtitle {
  margin-bottom: 36px;
  font-size: 20px;
}
.checkout_new_addr_checkbox label,
.checkout_new_addr_checkbox input[type="checkbox"] {
  width: auto!important;
  margin-right: 5px;
}
.checkout_new_addr_checkbox .form-group {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
}
.checkout_right {
  float: left;
  width: 50%;
}
.payment_radio_list {
  margin-bottom: 60px;
}
.payment_radio_list .radio {
  margin-bottom: 40px;
}
.payment_radio_list input[type='radio'] {
  display: none;
}
.payment_radio_list label {
  padding-left: 0;
}
.payment_radio_list label i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
}
.payment_radio_list label i:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.payment_radio_list label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.payment_radio_list input[type='radio']:checked + label i:before {
  background-color: #000;
}
.payment_radio_list .imgs {
  margin-top: 30px;
}
.payment_radio_list .imgs img {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  margin-right: 20px;
}
.payment_radio_list .imgs img:last-child {
  margin-right: 0;
}
.checkout_submit {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
  padding: 16px 100px;
  margin-right: 46px;
}
.checkout_submit:hover {
  color: #fff;
  background-color: #000;
}
.checkout_submit:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.checkout_submit i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.checkout_submit i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.checkout_submit.white {
  color: #fff;
  border-color: #fff;
}
.checkout_submit.white:hover {
  color: #fff;
}
.checkout_submit.white i {
  border-color: #fff;
}
.checkout_submit.black {
  color: #fff;
  background-color: #000;
}
.checkout_submit.black:hover {
  color: #fff;
}
.checkout_submit.black i {
  border-color: #fff;
}
.checkout_submit:hover {
  color: #fff;
}
.checkout_submit i {
  border-color: #fff;
}
.checkout_back_link {
  text-transform: uppercase;
}
.checkout_back_link i {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  margin-right: 5px;
}
.checkout_back_link span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding-bottom: 5px;
}
.checkout_back_link span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #000;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.checkout_back_link:hover span:before {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.checkout_back_link i {
  font-size: 24px;
}
.checkout_order_title {
  text-align: center;
  font-family: 'Prata', serif;
  font-size: 24px;
  margin-bottom: 40px;
}
.checkout_order_pad {
  padding: 0 14%;
}
.checkout_order_align {
  font-size: 0;
  line-height: 1;
}
.checkout_order_align > div {
  display: inline-block;
  vertical-align: middle;
  min-height: 1px;
}
.checkout_order_align .checkout_order_head_pda {
  display: none;
}
.checkout_order_align .title {
  width: 33%;
}
.checkout_order_align .count {
  width: 33%;
  text-align: center;
}
.checkout_order_align .price {
  width: 33%;
  text-align: center;
}
.checkout_order_head {
  background-color: #e9e9e9;
}
.checkout_order_head > div {
  padding: 17px 0;
  font-size: 16px;
}
.checkout_order_item_list {
  margin-bottom: 38px;
}
.checkout_order_item {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed;
}
.checkout_order_item .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.checkout_order_item .image {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1px;
}
.checkout_order_item .checkout_order_item_title {
  width: calc(100% - 125px);
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  white-space: normal;
  padding-left: 15px;
}
.checkout_order_item .tastes .taste {
  padding: 5px 0;
}
.checkout_order_item .tastes .taste .image {
  width: 75px;
  height: 50px;
  margin-left: 50px;
}
.checkout_order_item .tastes .taste .checkout_order_item_title .taste_text {
  display: flex;
  align-items: center;
}
.checkout_order_item .tastes .taste .checkout_order_item_title .taste_text .taste_qty {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  margin-right: 5px;
  flex-shrink: 0;
}
.checkout_order_item .tastes .taste .checkout_order_item_title .taste_text .taste_title {
  font-size: 13px;
}
.checkout_order_item .count .count-val {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.checkout_order_item .price {
  font-size: 16px;
}
.checkout_order_sum .price {
  text-transform: uppercase;
  font-size: 16px;
}
.events_bg {
  position: absolute;
  width: 50%;
  padding: 17% 0;
  background-color: #EDF0F2;
}
.events_cont {
  padding: 60px 2% 0;
}
.events_img {
  width: 54%;
  float: left;
}
.events_img img {
  width: 100%;
}
.events_text {
  width: 46%;
  float: left;
  padding: 130px 0 0 4%;
  font-size: 36px;
  font-family: 'Prata', serif;
  line-height: 1.4;
}
.stories {
  min-height: 100vh;
  background-color: #EDF0F2;
}
.stories_item.slick-current .stories_item_img_ins {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.stories_item_ins {
  display: flex;
  align-items: stretch;
}
.stories_item_img {
  width: 50%;
}
.stories_item_img_pda {
  display: none;
}
.stories_item_img_ins {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  transform: translateX(-50px);
  transition: all 1.1s ease 0s;
  -webkit-transition: all 1.1s ease 0s;
}
.stories_item_right {
  width: 50%;
  text-align: center;
  padding: 150px 5% 200px 5%;
}
.stories_item_title {
  font-family: 'Prata', serif;
  margin-bottom: 35px;
  font-size: 36px;
  letter-spacing: 0.3px;
}
.stories_item_text {
  margin-bottom: 38px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.75;
}
.stories_item_link_a {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
}
.stories_item_link_a:hover {
  color: #fff;
  background-color: #000;
}
.stories_item_link_a:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.stories_item_link_a i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.stories_item_link_a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.stories_item_link_a.white {
  color: #fff;
  border-color: #fff;
}
.stories_item_link_a.white:hover {
  color: #fff;
}
.stories_item_link_a.white i {
  border-color: #fff;
}
.stories_item_link_a.black {
  color: #fff;
  background-color: #000;
}
.stories_item_link_a.black:hover {
  color: #fff;
}
.stories_item_link_a.black i {
  border-color: #fff;
}
.stories_item_link_a:hover {
  color: #fff;
}
.stories_item_link_a i {
  border-color: #fff;
}
.stories_slider_navig {
  position: absolute;
  width: 50%;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 90px;
  right: 0;
  z-index: 2;
}
.stories_slider_nav {
  cursor: pointer;
  font-size: 14px;
}
.stories_slider_nav i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.stories_slider_nav span {
  display: inline-block;
  vertical-align: middle;
}
.stories_slider_nav.prev i {
  margin-right: 10px;
}
.stories_slider_nav.next i {
  margin-left: 10px;
}
.story_main {
  height: 100vh;
  padding-top: 200px;
}
.story_main_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.story_header_ins {
  padding-left: 75px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow: visible;
}
.story_header_img {
  width: 130px;
  margin-right: 65px;
  display: inline-block;
  vertical-align: middle;
}
.story_header_img img {
  width: 100%;
}
.story_header_cont {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.story_header_title {
  font-family: 'Prata', serif;
  font-size: 36px;
  margin-bottom: 16px;
}
.story_header_prod_title {
  font-family: 'Prata', serif;
  font-size: 18px;
}
.story_header_arrow {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 30px;
}
.story_header_arrow i {
  font-size: 35px;
  cursor: pointer;
}
.story_cont {
  overflow: hidden;
}
.story_list {
  margin-bottom: 40px;
}
.story_stars {
  text-align: center;
  margin-bottom: 40px;
}
.story_block:last-child .story_text {
  border-bottom: 1px solid #000;
}
.story_img {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  display: flex;
}
.story_img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.story_img_left {
  left: 0;
}
.story_img_right {
  right: 0;
}
.story_width {
  width: 40%;
  margin: 0 auto;
}
.story_text {
  font-size: 17px;
  line-height: 1.35;
}
.story_text p {
  margin-bottom: 25px;
}
.story_product {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.story_product_img {
  display: inline-block;
  vertical-align: middle;
  width: 155px;
  height: 155px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.story_product_right {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 155px);
  white-space: normal;
  padding-left: 26px;
}
.story_product_title {
  font-size: 20px;
  margin-bottom: 20px;
}
.story_product_more_a {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 10px 40px;
}
.story_product_more_a:hover {
  color: #fff;
  background-color: #000;
}
.story_product_more_a:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.story_product_more_a i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.story_product_more_a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.story_product_more_a.white {
  color: #fff;
  border-color: #fff;
}
.story_product_more_a.white:hover {
  color: #fff;
}
.story_product_more_a.white i {
  border-color: #fff;
}
.story_product_more_a.black {
  color: #fff;
  background-color: #000;
}
.story_product_more_a.black:hover {
  color: #fff;
}
.story_product_more_a.black i {
  border-color: #fff;
}
.story_product_more_a i {
  right: 7px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  font-size: 10px;
}
.story_to_top {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
}
.story_to_top i {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 10px;
}
.story_to_top span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.login_wrap h1 {
  text-transform: none;
  text-align: center;
  margin-bottom: 20px;
}
.login_blank {
  width: 315px;
  max-width: 100%;
  margin: 0 auto;
}
.login_blank .inputs .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login_blank .checkbox input[type="checkbox"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 10px;
}
.login_blank .checkbox label {
  display: inline-block;
  vertical-align: middle;
}
.login_blank button[type="submit"] {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
  width: 100%;
}
.login_blank button[type="submit"]:hover {
  color: #fff;
  background-color: #000;
}
.login_blank button[type="submit"]:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.login_blank button[type="submit"] i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.login_blank button[type="submit"] i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.login_blank button[type="submit"].white {
  color: #fff;
  border-color: #fff;
}
.login_blank button[type="submit"].white:hover {
  color: #fff;
}
.login_blank button[type="submit"].white i {
  border-color: #fff;
}
.login_blank button[type="submit"].black {
  color: #fff;
  background-color: #000;
}
.login_blank button[type="submit"].black:hover {
  color: #fff;
}
.login_blank button[type="submit"].black i {
  border-color: #fff;
}
.login_blank button[type="submit"]:hover {
  color: #fff;
}
.login_blank button[type="submit"] i {
  border-color: #fff;
}
.pers_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.pers_ins {
  padding-top: 35px;
}
.pers_title {
  margin-bottom: 90px;
  font-family: 'Prata', serif;
  font-size: 36px;
  text-align: center;
}
.pers_block {
  padding: 0 3%;
}
.pers_info {
  width: 45%;
  float: left;
  padding-right: 16%;
}
.pers_info label,
.pers_info .false_label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 16px;
  font-weight: 400;
}
.pers_info .false_label {
  min-height: 1px;
  vertical-align: top;
}
.pers_info input {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
  height: auto;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: 1px solid #9b8f88;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pers_info .submit-group {
  text-align: right;
  padding-right: 30px;
}
.pers_info button[type="submit"] {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
}
.pers_info button[type="submit"]:hover {
  color: #fff;
  background-color: #000;
}
.pers_info button[type="submit"]:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.pers_info button[type="submit"] i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.pers_info button[type="submit"] i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.pers_info button[type="submit"].white {
  color: #fff;
  border-color: #fff;
}
.pers_info button[type="submit"].white:hover {
  color: #fff;
}
.pers_info button[type="submit"].white i {
  border-color: #fff;
}
.pers_info button[type="submit"].black {
  color: #fff;
  background-color: #000;
}
.pers_info button[type="submit"].black:hover {
  color: #fff;
}
.pers_info button[type="submit"].black i {
  border-color: #fff;
}
.pers_info button[type="submit"]:hover {
  color: #fff;
}
.pers_info button[type="submit"] i {
  border-color: #fff;
}
.pers_info .add-address {
  margin-bottom: 50px;
}
.pers_info .add-address a {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
.pers_logout {
  position: absolute;
  top: 0;
  right: 40px;
}
.pers_logout a {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}
.pers_subtitle {
  margin-bottom: 30px;
  font-family: 'Prata', serif;
  font-size: 36px;
}
.pers_history {
  width: 55%;
  float: left;
}
.pers_orders {
  margin-bottom: 40px;
}
.pers_orders_align {
  font-size: 0;
  line-height: 1;
  padding: 0 3%;
}
.pers_orders_align > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.pers_orders_align .date {
  width: 25%;
}
.pers_orders_align .count {
  width: 25%;
  text-align: center;
}
.pers_orders_align .price {
  width: 25%;
  text-align: center;
}
.pers_orders_align .view {
  width: 25%;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
}
.pers_orders_head {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.pers_order_item {
  padding-top: 28px;
  padding-bottom: 28px;
}
.pers_order_item .count-val {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  line-height: 1.6;
}
.pers_clear_orders {
  text-transform: uppercase;
}
.pers_clear_orders i {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  margin-right: 5px;
}
.pers_clear_orders span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding-bottom: 5px;
}
.pers_clear_orders span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #000;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.pers_clear_orders:hover span:before {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.pers_clear_orders i {
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #000;
}
.pers_clear_orders i:before,
.pers_clear_orders i:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 50%;
  margin-left: -6px;
}
.pers_clear_orders i:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pers_clear_orders i:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.history_pop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  z-index: 5;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.history_pop.active {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.history_pop_close {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  margin-left: -35px;
  margin-bottom: 25px;
  border-radius: 50%;
  border: 1px solid #000;
  bottom: 100%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.history_pop_close:before,
.history_pop_close:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}
.history_pop_close:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.history_pop_close:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.history_pop_close:hover {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.history_pop_cont {
  height: 100%;
  overflow: auto;
}
.history_pop_order {
  display: none;
}
.history_pop_order.active {
  display: block;
}
.history_pop_align {
  font-size: 0;
  line-height: 1;
  padding: 0 2%;
}
.history_pop_align > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.history_pop_align .history_head_pda {
  display: none;
}
.history_pop_align .title {
  width: 33.3333%;
}
.history_pop_align .count {
  width: 33.3333%;
  text-align: center;
}
.history_pop_align .price {
  width: 33.3333%;
  text-align: right;
}
.history_pop_head {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.history_pop_item {
  padding-top: 25px;
  padding-bottom: 25px;
}
.history_pop_item .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.history_pop_item .image {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1px;
}
.history_pop_item .name {
  width: calc(100% - 125px);
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  white-space: normal;
  padding-left: 15px;
}
.history_pop_item .tastes .taste {
  padding: 5px 0;
}
.history_pop_item .tastes .taste .image {
  width: 75px;
  height: 50px;
  margin-left: 50px;
}
.history_pop_item .tastes .taste .name .taste_text {
  display: flex;
  align-items: center;
}
.history_pop_item .tastes .taste .name .taste_text .taste_qty {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  margin-right: 5px;
  flex-shrink: 0;
}
.history_pop_item .tastes .taste .name .taste_text .taste_title {
  font-size: 13px;
}
.history_pop_item .count-val {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  line-height: 1.8;
}
.history_pop_sum {
  margin-bottom: 40px;
}
.history_pop_sum > div {
  text-transform: uppercase;
  font-weight: 600;
}
.history_pop_sum .price {
  font-size: 22px;
}
.history_pop_order_repeat {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.history_pop_order_repeat a {
  display: inline-block;
  padding-bottom: 5px;
  overflow: hidden;
}
.history_pop_order_repeat a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.history_pop_order_repeat a:hover:after {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.feedback_pop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -ms-transform: translateY(120%);
  -webkit-transform: translateY(120%);
  -o-transform: translateY(120%);
  -moz-transform: translateY(120%);
  transform: translateY(120%);
  z-index: 100000;
}
.feedback_pop.active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.feedback {
  width: 500px;
  max-width: 96%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  background-color: #fff;
  padding: 140px 30px 40px;
}
.feedback_close {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 100%;
  left: 50%;
  margin-left: -25px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: 2;
  cursor: pointer;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.feedback_close:before,
.feedback_close:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 50%;
  margin-left: -8px;
}
.feedback_close:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.feedback_close:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.feedback_close:hover {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.feedback_cont input,
.feedback_cont textarea {
  height: auto;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: 1px solid #9b8f88;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.feedback_cont textarea {
  resize: vertical;
  height: 100px;
}
.feedback_submit_wrap {
  text-align: center;
  margin-top: 20px;
}
.feedback_submit {
  color: #000;
  display: inline-block;
  padding: 16px 70px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
  width: 250px;
}
.feedback_submit:hover {
  color: #fff;
  background-color: #000;
}
.feedback_submit:hover i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-color: #fff;
}
.feedback_submit i {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  font-size: 12px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.feedback_submit i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.feedback_submit.white {
  color: #fff;
  border-color: #fff;
}
.feedback_submit.white:hover {
  color: #fff;
}
.feedback_submit.white i {
  border-color: #fff;
}
.feedback_submit.black {
  color: #fff;
  background-color: #000;
}
.feedback_submit.black:hover {
  color: #fff;
}
.feedback_submit.black i {
  border-color: #fff;
}
.feedback_submit:hover {
  color: #fff;
}
.feedback_submit i {
  border-color: #fff;
}
/*footer*/
#footer {
  background-color: #000;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.3px;
  padding: 20px 0;
}
#footer a {
  color: #fff;
}
#footer ul,
#footer p {
  margin: 0;
}
.footer_ins {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_left {
  width: 45%;
}
.footer_soc {
  display: inline-block;
  vertical-align: middle;
  margin-right: 46px;
  font-size: 18px;
}
.footer_soc li {
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}
.footer_soc li:last-child {
  margin-right: 0;
}
.footer_addr {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
.footer_phone {
  display: inline-block;
  vertical-align: middle;
}
.footer_mid {
  width: 10%;
  text-align: center;
}
.footer_mid i {
  font-size: 50px;
}
.footer_right {
  width: 45%;
  text-align: right;
}
.footer_copyright {
  display: inline-block;
  vertical-align: middle;
}
.footer_dev {
  display: inline-block;
  vertical-align: middle;
}
.footer_dev a {
  text-decoration: underline;
}
/*adaptive*/
@media screen and (max-width: 1800px) {
  #logo {
    margin: 0 80px;
  }
  #menuLeft li {
    margin-left: 65px;
  }
  #menuRight li {
    margin-right: 65px;
  }
  .main_nav {
    width: 370px;
  }
  #navCart {
    margin-left: 10px;
  }
  .header_acc_link {
    margin-left: 10px;
  }
  #lang,
  #account {
    width: 150px;
  }
  .shop_container {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1700px) {
  .shop_container {
    padding: 0;
  }
}
@media screen and (max-width: 1600px) {
  .checkout_top {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1500px) {
  #logo {
    font-size: 90px;
    margin: 0 50px;
  }
  #menuLeft li {
    margin-left: 50px;
  }
  #menuRight li {
    margin-right: 50px;
  }
  .main_nav {
    width: 340px;
  }
  .common_pad {
    padding-top: 170px;
  }
  .shop_item {
    width: 49%;
    margin-bottom: 60px;
  }
  .product_text {
    padding: 40px 5%;
  }
  .stories_item_right {
    padding: 80px 5% 150px 5%;
  }
  .story_main {
    padding-top: 150px;
  }
  .story_header_img {
    width: 100px;
    margin-right: 35px;
  }
  .story_header_ins {
    padding-left: 0;
  }
  .story_width {
    width: 60%;
  }
  .story_img {
    width: 20%;
  }
  .events_text {
    padding: 80px 0 0 4%;
  }
  .pers_info {
    padding-right: 10%;
  }
  .history_pop_align .title {
    width: 55%;
  }
  .history_pop_align .count {
    width: 25%;
  }
  .history_pop_align .price {
    width: 20%;
  }
  .checkout_left {
    padding-right: 5%;
  }
  .checkout_top {
    padding: 0 5%;
  }
  .box_taste_popup_cat_list .item {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) {
  #logo {
    font-size: 90px;
    margin: 0 30px;
  }
  #menuLeft li {
    margin-left: 30px;
  }
  #menuRight li {
    margin-right: 30px;
  }
  .main_nav {
    width: 300px;
  }
  .main_stories {
    min-height: 0;
  }
  .main_stories_title {
    display: none;
  }
  .main_story_right {
    padding: 20px 5% 70px 5%;
  }
  .main_stories_slider_navig {
    bottom: 20px;
  }
  .footer_soc {
    margin-right: 20px;
  }
  .footer_soc li {
    margin-right: 10px;
  }
  .footer_addr {
    margin-right: 20px;
  }
  .about_1_text {
    padding: 5% 3% 0;
  }
  .about_2_text {
    padding: 40px 3% 0 0;
  }
  .events_text {
    padding: 0 0 0 2%;
  }
  .pers_logout {
    position: absolute;
    top: auto;
    bottom: 100%;
    margin-bottom: 20px;
  }
  .pers_info {
    padding-right: 2%;
  }
  .checkout_submit {
    padding: 16px 50px;
    margin-right: 30px;
  }
  .main_cakes_left {
    padding: 0 3%;
  }
}
@media screen and (max-width: 1200px) {
  #logo {
    font-size: 80px;
    margin: 0 20px;
  }
  #menuLeft li {
    margin-left: 20px;
  }
  #menuRight li {
    margin-right: 20px;
  }
  .main_nav {
    width: 280px;
  }
}
@media screen and (max-width: 1100px) {
  #header {
    padding: 20px 0;
  }
  #header.whited #pda_menu .pda_menu_ins span {
    background-color: #fff;
  }
  #header.down.whited #pda_menu .pda_menu_ins span {
    background-color: #000;
  }
  .header_wrap {
    display: none;
  }
  .pda_header {
    display: block;
  }
  .pda_header_ins {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #pda_logo {
    font-size: 60px;
  }
  #pda_menu .pda_menu_ins {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
  }
  #pda_menu .pda_menu_ins span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #000;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
  }
  #pda_menu .pda_menu_ins span:nth-child(1) {
    top: 0;
  }
  #pda_menu .pda_menu_ins span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  #pda_menu .pda_menu_ins span:nth-child(3) {
    bottom: 0;
  }
  #pda_menu .pda_menu_ins.active span:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #pda_menu .pda_menu_ins.active span:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  #pda_menu .pda_menu_ins.active span:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .pda_submenu {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 120px 20px 20px 20px;
    background-color: #fff;
    z-index: 1000;
    overflow-y: auto;
    -ms-transform: translateY(120%);
    -webkit-transform: translateY(120%);
    -o-transform: translateY(120%);
    -moz-transform: translateY(120%);
    transform: translateY(120%);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  .pda_submenu.active {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .pda_submenu .pda_submenu_ins {
    margin: auto;
    margin-top: 60px;
  }
  .pda_submenu #submenu {
    margin-bottom: 100px;
  }
  .pda_submenu #submenu ul {
    margin: 0;
  }
  .pda_submenu #submenu ul li {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
  }
  .pda_submenu #submenu ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    padding: 5px 0;
  }
  .pda_submenu #submenu ul li:hover > a,
  .pda_submenu #submenu ul li.active > a {
    color: #000;
  }
  .pda_btns {
    min-width: 200px;
    margin-top: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pda_lang {
    padding-top: 2px;
  }
  .pda_basket {
    cursor: pointer;
  }
  .pda_basket i {
    display: inline-block;
    vertical-align: middle;
  }
  .pda_basket span {
    display: inline-block;
    vertical-align: middle;
  }
  .main_slide_title {
    font-size: 36px;
  }
  .main_slide_link_a {
    padding: 10px 50px;
  }
  .main_slider_nav {
    font-size: 20px;
  }
  .main_cats {
    padding-top: 80px;
  }
  .main_cats_imgs {
    width: 80%;
  }
  .main_cats_left {
    display: none;
  }
  .main_cats_right {
    float: none;
    width: 100%;
  }
  .footer_ins {
    display: block;
  }
  .footer_left {
    width: 100%;
    text-align: center;
  }
  .footer_soc,
  .footer_addr,
  .footer_phone {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer_mid {
    display: none;
  }
  .footer_right {
    width: 100%;
    text-align: center;
  }
  .about_3_imgs {
    margin-bottom: 60px;
  }
  .about_3_descr {
    width: 75%;
  }
  .common_pad {
    padding-top: 140px;
  }
  .shop_item {
    width: 100%;
  }
  .product_cont {
    overflow: auto;
  }
  .product_cont_ins {
    height: auto;
  }
  .product_top {
    margin-bottom: 20px;
  }
  .product_slider {
    width: 100%;
    height: 66vw;
    float: none;
  }
  .product_right {
    width: 100%;
    height: auto;
    float: none;
  }
  .product_back_link {
    position: relative;
  }
  .stories_slider_list {
    margin-bottom: 30px;
  }
  .stories_item_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .stories_item_img.stories_item_img_full {
    display: none;
  }
  .stories_item_img.stories_item_img_pda {
    display: block;
  }
  .stories_item_img img {
    max-width: 100%;
    margin: 0 auto;
  }
  .stories_item_right {
    width: 100%;
    padding: 0;
  }
  .stories_slider_navig {
    position: relative;
    width: 100%;
    padding: 0;
    bottom: 0;
  }
  .story_main {
    padding-top: 120px;
  }
  .story_header_img {
    width: 70px;
    margin-right: 20px;
  }
  .story_header_arrow {
    margin-top: 15px;
  }
  .story_header_arrow i {
    font-size: 25px;
  }
  .events_cont {
    padding: 0 2%;
  }
  .events_img {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .events_text {
    width: 100%;
    float: none;
    padding: 0;
  }
  .checkout_submit {
    margin-right: 10px;
  }
  .checkout_order_pad {
    padding: 0 2%;
  }
}
@media screen and (max-width: 991px) {
  .main_story_right {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .main_story_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .main_story_img.main_story_img_full {
    display: none;
  }
  .main_story_img.main_story_img_pda {
    display: block;
  }
  .main_story_img_ins img {
    width: 100%;
  }
  .main_stories_slider_navig {
    position: relative;
    width: 100%;
    padding: 0;
    bottom: 0;
  }
  .about_2 {
    margin-bottom: 60px;
    padding-top: 60px;
  }
  .about_2_text {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .about_2_title {
    margin-bottom: 20px;
  }
  .about_2_img {
    width: 100%;
    float: none;
  }
  .success_close {
    width: 60px;
    height: 60px;
  }
  .success_close:before,
  .success_close:after {
    width: 18px;
    margin-left: -9px;
  }
  .success_title {
    font-family: 'Prata', serif;
    font-size: 36px;
    margin-bottom: 60px;
  }
  .success_text {
    font-size: 24px;
  }
  .shop_cat_nav_li {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .shop_cat_nav_li a {
    padding: 8px 14px;
    min-width: 190px;
  }
  .shop_cat_nav_li i {
    font-size: 20px;
    margin-right: 15px;
    width: 27px;
  }
  .shop_item {
    padding: 13px;
  }
  .shop_item_img {
    display: none;
  }
  .shop_item_right {
    width: 100%;
  }
  .shop_item_cont {
    padding-left: 0;
  }
  .shop_item_img_pda {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .shop_item_img_pda img {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  .shop_item_descr {
    height: auto;
  }
  .pers_ins {
    padding-top: 0;
  }
  .pers_block {
    padding: 0;
  }
  .pers_info {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 100px;
  }
  .pers_history {
    width: 100%;
    float: none;
  }
  .checkout_top {
    padding: 0 2%;
  }
  .checkout_left {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .checkout_right {
    float: none;
    width: 100%;
  }
  .checkout_order_align .title {
    width: 70%;
  }
  .checkout_order_align .count {
    width: 10%;
  }
  .checkout_order_align .price {
    width: 20%;
  }
  .main_cakes_cont {
    display: block;
  }
  .main_cakes_left {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
  .main_cakes_slider {
    width: 100%;
  }
  .main_cakes_slider_item {
    height: 60vw;
  }
  .offers_slide_ins {
    display: block;
  }
  .offers_slide_left {
    width: 100%;
    padding: 60px 0;
  }
  .offers_slide_img {
    width: 100%;
    padding: 34% 0;
  }
  .prod_candy {
    width: 30%;
  }
  .main_choc_slide {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .main_cat_item:nth-child(n) {
    width: 30%;
    margin-right: 5%;
  }
  .main_cat_item:nth-child(3n) {
    margin-right: 0;
  }
  .about_1 {
    margin-bottom: 60px;
  }
  .about_1_img {
    width: 100%;
    float: none;
  }
  .about_1_text {
    width: 100%;
    float: none;
    padding: 40px 2% 0;
    font-size: 24px;
  }
  .about_3_imgs {
    margin-bottom: 0;
  }
  .about_3_img {
    float: none;
    margin-bottom: 40px;
  }
  .about_3_img_1 {
    width: 100%;
    float: none;
  }
  .about_3_img_2 {
    width: 100%;
    float: none;
  }
  .about_3_descr {
    width: 100%;
  }
  .story_header_ins {
    white-space: normal;
  }
  .story_header_img {
    display: none;
  }
  .story_width {
    width: 100%;
    padding: 0 2%;
  }
  .story_img {
    display: none;
  }
  .prod_candy {
    width: 45%;
  }
  .main_slider_arrow_down {
    bottom: 60px;
  }
  .main_choc {
    padding: 35px 0 70px;
  }
  .main_choc_cont {
    padding-top: 40px;
  }
  .main_btns {
    display: none;
  }
  .main_contacts_bg {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .main_slide_title {
    font-size: 20px;
  }
  .main_slider_nav {
    top: 70%;
    margin-top: 0;
  }
  .shop_item_price {
    margin-bottom: 10px;
  }
  .shop_item_btn:nth-child(n) {
    margin: 5px 10px;
  }
  .product_slider_nav {
    font-size: 20px;
  }
  .product_info_left {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .product_btns {
    float: none;
    text-align: center;
  }
  .product_qty_btn,
  .product_btn {
    margin: 5px 10px;
  }
  .story_product {
    margin-bottom: 30px;
  }
  .story_to_top {
    position: relative;
    top: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .story_to_top i {
    display: inline-block;
    font-size: 36px;
    margin-bottom: 10px;
  }
  .story_to_top span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
  }
  .pers_orders_align > div {
    font-size: 14px;
  }
  .pers_order_item .count-val {
    line-height: 2.3;
  }
  .history_pop_head {
    display: none;
  }
  .history_pop_align > div {
    display: block;
    font-size: 16px;
    padding: 10px 0;
  }
  .history_pop_align .history_head_pda {
    display: block;
    background-color: #e9e9e9;
    padding: 5px 0;
    text-align: center;
  }
  .history_pop_align .title {
    white-space: normal;
  }
  .history_pop_align .title,
  .history_pop_align .count,
  .history_pop_align .price {
    width: 100%;
    text-align: center;
  }
  .history_pop_item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .history_pop_item .image {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .history_pop_item .name {
    width: 100%;
    font-size: 16px;
    padding-left: 0;
  }
  .history_pop_item .tastes .taste .image {
    margin: 0 auto;
  }
  .history_pop_item .tastes .taste .name .taste_text {
    display: block;
  }
  .history_pop_item .tastes .taste .name .taste_text .taste_qty {
    margin: 5px auto;
  }
  .history_pop_item .tastes .taste .name .taste_text .taste_title {
    text-align: center;
  }
  .history_pop_item .count-val {
    line-height: 2.2;
  }
  .history_pop_sum {
    margin-bottom: 20px;
  }
  .history_pop_sum > div {
    padding: 10px 0;
  }
  .history_pop_sum .count {
    display: none;
  }
  .history_pop_sum .title,
  .history_pop_sum .count,
  .history_pop_sum .price {
    width: 100%;
    text-align: center;
  }
  .checkout_top form .delivery-time {
    margin-bottom: 23px;
  }
  .checkout_top form .delivery-time .form-block.date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .checkout_top form .delivery-time .form-block.date .input-group {
    width: 100%;
  }
  .checkout_top form .delivery-time .form-block.time {
    width: 100%;
  }
  .checkout_back_link {
    display: block;
    margin-top: 20px;
  }
  .checkout_order_align > div {
    display: block;
    font-size: 16px;
    padding: 10px 0;
  }
  .checkout_order_align .checkout_order_head_pda {
    display: block;
    background-color: #e9e9e9;
    padding: 5px 0;
    text-align: center;
  }
  .checkout_order_align .title,
  .checkout_order_align .count,
  .checkout_order_align .price {
    width: 100%;
    text-align: center;
  }
  .checkout_order_head {
    display: none;
  }
  .checkout_order_item_list {
    margin-bottom: 0;
  }
  .checkout_order_item {
    margin-bottom: 20px;
  }
  .checkout_order_item .title {
    white-space: normal;
  }
  .checkout_order_item .image {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .checkout_order_item .checkout_order_item_title {
    width: 100%;
    padding-left: 0;
  }
  .checkout_order_item .tastes .taste .image {
    margin: 0 auto;
  }
  .checkout_order_item .tastes .taste .checkout_order_item_title .taste_text {
    display: block;
  }
  .checkout_order_item .tastes .taste .checkout_order_item_title .taste_text .taste_qty {
    margin: 5px auto;
  }
  .checkout_order_item .tastes .taste .checkout_order_item_title .taste_text .taste_title {
    text-align: center;
  }
  .checkout_order_item .count-val {
    line-height: 2.2;
  }
  .checkout_order_sum .title,
  .checkout_order_sum .count {
    display: none;
  }
  .box_taste_popup_cat_list .item {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */