@charset "UTF-8";
@font-face {
  font-family: 'londonregular';
  src: url("../fonts/london_ua-webfont.woff2") format("woff2"), url("../fonts/london_ua-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pf_din_text_cond_promedium';
  src: url("../fonts/pfdintextcondpro-medium-webfont.woff2") format("woff2"), url("../fonts/pfdintextcondpro-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pf_din_text_cond_proregular';
  src: url("../fonts/pfdintextcondpro-regular-webfont.woff2") format("woff2"), url("../fonts/pfdintextcondpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pf_din_text_cond_prolight';
  src: url("../fonts/pfdintextcondpro-light-webfont.woff2") format("woff2"), url("../fonts/pfdintextcondpro-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pf_din_text_cond_probold';
  src: url("../fonts/pfdintextcondpro-bold-webfont.woff2") format("woff2"), url("../fonts/pfdintextcondpro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*reset*/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-color: #fff;
  color: #501802;
}

body {
  font: 16px/20px 'pf_din_text_cond_prolight', sans-serif;
}

.bone {
  position: relative;
  min-height: 100%;
}

a {
  color: #501802;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a * {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

form,
fieldset,
legend {
  border: none;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  color: #501802;
  font: 14px/18px 'pf_din_text_cond_proregular', sans-serif;
  vertical-align: middle;
}

address {
  font-style: normal;
}

blockquote {
  margin: 0;
}

q {
  quotes: none;
}

p {
  margin: 0 0 24px;
}

h1 {
  margin: 15px 0 10px;
  color: #4e0c03;
  font: 33px/26px 'londonregular', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  h1 {
    margin-top: 25px;
  }
}

h2 {
  margin: 15px 0 10px;
  color: #4e0c03;
  font: 30px/26px 'londonregular', sans-serif;
  text-transform: uppercase;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}

.heading {
  margin: 25px 0 0;
  font: 24px/20px 'pf_din_text_cond_promedium', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.content {
  padding-bottom: 100px;
  background: url(/images/bg/content.png) 50% 100% no-repeat;
}

.bone {
  padding-top: 131px;
}

@media only screen and (min-width: 960px) {
  .bone {
    padding-top: 0;
  }
}

.page-width {
  max-width: 1232px;
  margin: auto;
}

.page-space {
  padding: 0 15px;
}

@media only screen and (min-width: 480px) {
  .page-space {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 960px) {
  .page-space {
    padding: 0 15px;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #501802;
  max-width: 1200px;
  background-color: #fff;
  z-index: 104;
}

@media only screen and (min-width: 960px) {
  header {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    background: url(/images/bg/header.png) 50% 15px no-repeat;
    margin: auto;
  }
}

.top-line {
  position: relative;
  color: #ffffff;
  padding: 6px;
  background-color: #501802;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 960px) {
  .top-line {
    display: block;
    padding: 0;
    background-color: transparent;
  }
}

.top-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 0;
  height: 0;
  background-color: #000;
  -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, -webkit-transform 0.25s linear;
  opacity: 0;
  z-index: 99;
}

.topnav--open .top-line:before {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-225px, 0);
          transform: translate(-225px, 0);
  opacity: .5;
}

@media only screen and (min-width: 960px) {
  .topnav--open .top-line:before {
    display: none;
  }
}

.logo {
  padding: 0 5px;
}

.logo a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 40px;
  background: url(/images/svg/logo.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .logo a {
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -78px;
    width: 156px;
    height: 133px;
    background-image: url(/images/bg/logo.png);
  }
}

.phone, .email {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid #fff;
  border-width: 0 1px;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .phone {
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .email {
    position: absolute;
    left: 5px;
    top: 55px;
  }
  .phone:before, .email:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 63px;
    height: 56px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/svg/hexagon.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (min-width: 960px) and (min-width: 960px) {
  .phone:before, .email:before {
    width: 42px;
    height: 38px;
  }
}

@media only screen and (min-width: 960px) {
  .phone:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    left: 11px;
    top: 8px;
    background: url(/images/svg/phone-lg.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .email:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    left: 11px;
    top: 8px;
    background: url(/images/svg/feedback.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

@media only screen and (min-width: 1232px) {
  .phone {
    left: 0;
    top: 75px;
    border-width: 0;
  }

  .email {
    left: 0;
    top: 124px;
    border-width: 0;
  }

}

.phone__link, .email__link  {
  position: relative;
  font: 24px/28px 'pf_din_text_cond_promedium', sans-serif;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

@media only screen and (min-width: 360px) {
  .phone__link, .email__link {
    font-size: 28px;
    line-height: 30px;
	background-color:transparent;
  }
  
  .email {display:none;}
}

@media only screen and (min-width: 480px) {
  .phone__link, .email__link {
    padding: 0 0 0 24px;
  }
  .phone__link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background: url(/images/svg/phone.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
  }
  .email__link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background: url(/images/svg/feedback-white.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

}

@media only screen and (min-width: 720px) {

  .email {display:initial;}

}

@media only screen and (min-width: 960px) {
  .phone__link, .email__link {
    position: absolute;
    left: 0;
    top: 0;
    color: #4e0d03;
    padding: 0 0 0 47px;
    font: 18px/38px 'pf_din_text_cond_promedium', sans-serif;
    text-shadow: 1px 1px 0 #fff;
    background: rgba(255,255,255,0.5);

  }
  .phone__link:before, .email__link:before {
    display: none;
  }
}

.user {
  padding: 0 15px;
}

@media only screen and (min-width: 960px) {
  .user {
    display: none;
  }
}

.user__icon {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  background: url(/images/svg/user.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.user-menu {
  display: none;
}

@media only screen and (min-width: 960px) {
  .user-menu {
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    color: #501802;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 183px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: url(/images/svg/user-menu.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

@media only screen and (min-width: 1232px) {
  .user-menu {
    right: 0;
    top: 125px;
  }
}

.user-menu a,
.user-menu span {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

@media only screen and (min-width: 960px) {
  .user-menu a,
  .user-menu span {
    color: #501802;
  }
}

.user-menu a.header__user--register,
.user-menu span.header__user--register {
  text-decoration: none;
}

.user-menu a.header__user--login,
.user-menu span.header__user--login {
  padding: 0 0 0 20px;
  background: url(/images/svg/user-desktop.svg) no-repeat 0 0;
  background-size: auto 100%;
}

.user-menu a.header__user--profile,
.user-menu span.header__user--profile {
  padding: 0 0 0 20px;
  background: url(/images/svg/user-logged.svg) no-repeat 0 0;
  background-size: auto 100%;
}

.user-menu a.header__user--logout,
.user-menu span.header__user--logout {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(/images/svg/user-logout-icon-desktop.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}

.user-menu li {
  font: 15px/17px 'pf_din_text_cond_proregular', sans-serif;
  display: inline-block;
  vertical-align: middle;
}

.user-menu li:before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

.user-menu li:first-child:before {
  display: none;
}

.user-menu--logged a {
  text-decoration: none;
}

.user-menu--logged li {
  padding-left: 6px;
}

.user-menu--logged li:first-child {
  padding-left: 0;
}

.user-menu--logged li:before {
  display: none;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 12px 0 10px;
  list-style: none;
}

.header__buttons li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .header__buttons {
    padding: 0;
    height: 195px;
  }
}

.search__opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 56px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/svg/hexagon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 960px) {
  .search__opener {
    width: 42px;
    height: 38px;
  }
}

.header__search--opened .search__opener {
  display: none;
}

@media only screen and (min-width: 960px) {
  .search__opener {
    display: none;
  }
}

.search__opener:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -13px;
  width: 26px;
  height: 26px;
  background: url(/images/svg/search.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.feedback {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 56px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/svg/hexagon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 960px) {
  .feedback {
    width: 42px;
    height: 38px;
  }
}

.feedback:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -15px;
  width: 30px;
  height: 23px;
  background: url(/images/svg/feedback.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 960px) {
  .feedback {
    position: absolute;
    right: 25px;
    top: 125px;
  }
  .feedback:before {
    width: 19px;
    height: 15px;
    margin: -8px 0 0 -10px;
  }
}

@media only screen and (min-width: 1232px) {
  .feedback {
    right: 0;
    top: 75px;
  }
}

.home-description {margin-top: 30px; border-top: 1px solid #501802; padding: 20px 25px;}
.home-description h1 {margin-bottom: 20px;}

.honey {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 56px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/svg/hexagon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  overflow: visible;
}

@media only screen and (min-width: 960px) {
  .honey {
    width: 42px;
    height: 38px;
  }
}

@media only screen and (min-width: 960px) {
  .honey {
    position: absolute;
    right: 25px;
    top: 75px;
  }
}

@media only screen and (min-width: 1232px) {
  .honey {
    right: 50px;
  }
}

.honey:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -17px 0 0 -13px;
  width: 25px;
  height: 34px;
  background: url(/images/svg/honey.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 960px) {
  .honey:before {
    width: 16px;
    height: 22px;
    margin: -11px 0 0 -8px;
  }
}

.honey--empty:before {
  background-image: url(/images/svg/honey-empty.svg);
}

@media only screen and (min-width: 960px) {
  .honey.header__honey--opened:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 22px;
    height: 5px;
    margin-left: -11px;
    margin-top: -4px;
    background-color: #fff;
    z-index: 3;
  }
}

.honey__badge {
  position: absolute;
  right: -10px;
  top: 50%;
  width: 27px;
  height: 25px;
  margin-top: -13px;
  color: #ffffff;
  text-indent: 0;
  font: 12px/25px 'pf_din_text_cond_proregular', sans-serif;
  background: url(/images/svg/honey-badge.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .honey__badge {
    width: 24px;
    height: 23px;
    right: -4px;
    top: -4px;
    background-image: url(/images/svg/honey-badge-lg.svg);
  }
}

.topnav {
  position: fixed;
  left: -245px;
  top: 0;
  width: 245px;
  z-index: 105;
  -webkit-transition: left .25s linear;
  transition: left .25s linear;
}

.topnav:after {
  display: none;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

@media only screen and (min-width: 960px) {
  .topnav:after {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .topnav {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    border-top: 1px solid #673724;
  }
}

.topnav__close {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 8px;
  background: url(/images/bg/topnav-close.png) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 3;
}

.topnav--open .topnav__close {
  display: block;
}

@media only screen and (min-width: 960px) {
  .topnav__close {
    display: none;
  }
}

.topnav__opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 56px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/svg/hexagon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 960px) {
  .topnav__opener {
    width: 42px;
    height: 38px;
  }
}

.topnav__opener:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -16px;
  width: 32px;
  height: 24px;
  background: url(/images/svg/list.svg) 50% no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 960px) {
  .topnav__opener {
    display: none;
  }
}

.topnav--open .topnav__opener {
  display: none;
}

.topnav--open .topnav {
  left: 0;
}

.topnav--open .topnav:after {
  display: block;
  opacity: .5;
}

@media only screen and (min-width: 960px) {
  .topnav--open .topnav:after {
    display: none;
  }
}

.topnav__list {
  display: none;
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  position: relative;
  z-index: 2;
  background-color: #53b5c6;
}

.topnav--open .topnav__list {
  display: block;
}

@media only screen and (min-width: 960px) {
  .topnav--open .topnav__list {
    display: table;
  }
}

.topnav__list:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 61px;
  height: 55px;
  background: url(/images/bg/topnav-bg.png) 0 0 no-repeat;
}

@media only screen and (min-width: 960px) {
  .topnav__list {
    background: none;
    display: table;
    width: 100%;
    padding-bottom: 0;
  }
  .topnav__list:after {
    display: none;
  }
}

.topnav li {
  padding: 13px 25px;
  font: 28px/28px 'londonregular', sans-serif;
  text-transform: uppercase;
}

.topnav li:first-child {
  padding-top: 25px;
}

@media only screen and (min-width: 960px) {
  .topnav li {
    padding: 8px;
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
  }
  .topnav li:first-child {
    padding-top: 8px;
  }
}

.topnav a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
  opacity: .5;
}

.topnav a.current, .topnav a:hover {
  opacity: 1;
  color: #501802;
}

@media only screen and (min-width: 960px) {
  .topnav a {
    opacity: 1;
    color: #501802;
  }
  .topnav a.current, .topnav a:hover {
    color: #53b5c6;
  }
  .topnav a.current {
    cursor: default;
  }
}

.topnav__submenu {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

@media only screen and (min-width: 960px) {
  .topnav__submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -100px;
    width: 200px;
    padding: 10px;
    box-shadow: -1px 8px 2px rgba(78, 12, 3, 0.14);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  li:hover .topnav__submenu {
    display: block;
  }
}

.topnav__submenu li {
  padding: 10px 0;
  line-height: 23px;
}

.topnav__submenu li a {
  opacity: 1;
}

@media only screen and (min-width: 960px) {
  .topnav__submenu li {
    display: block;
    text-align: left;
  }
  .topnav__submenu li a {
    opacity: 0.5;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
  }
  .topnav__submenu li a:hover {
    opacity: 1;
    color: #4e0c03;
  }
}

.basket {
  display: none;
  position: absolute;
  right: 0;
  top: 131px;
  max-height: calc(100vh - 131px);
  overflow-y: auto;
  width: 100%;
  padding: 0 20px 20px;
  background-color: #ffffff;
  z-index: 2;
}

@media only screen and (min-width: 960px) {
  .basket {
    width: 340px;
    top: 110px;
    max-height: 9999px;
    border: 1px solid #673724;
    border-radius: 2px;
  }
}

.basket--content {
  padding: 0 15px;
  max-width: 960px;
  margin: auto;
}

.basket__empty {
  display: none;
  padding-top: 20px;
  text-align: center;
}

.basket--opened {
  display: block;
}

.basket__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basket__del {
  font: 42px/44px 'pf_din_text_cond_proregular', sans-serif;
  text-decoration: none;
}

@media only screen and (min-width: 960px) {
  .basket__del {
    font: 17px/19px 'pf_din_text_cond_probold', sans-serif;
  }
}

.basket__price {
  margin: 10px 0 0;
  font: 17px/19px 'pf_din_text_cond_promedium', sans-serif;
}

.basket__price--content {
  font-size: 25px;
  line-height: 27px;
}

@media only screen and (min-width: 960px) {
  .basket__price--content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding: 0 20px;
    margin-top: 0;
  }
}

.basket__title a {
  text-decoration: none;
}

.basket__title a:hover {
  text-decoration: underline;
}

.basket__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.basket__col--remove {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
}

.basket__col--delete {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
  min-width: 50px;
  text-align: center;
}

.basket__col--pic {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 90px;
          flex: 2 0 90px;
  max-width: 90px;
  padding: 20px 0;
}

.basket__col--pic img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.basket__col--img {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 20px 0;
  min-width: 125px;
}

.basket__col--img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.basket__col--text {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 10px 15px;
  font: 17px/19px 'pf_din_text_cond_proregular', sans-serif;
}

.basket__col--text a {
  text-decoration: none;
}

.basket__col--text a:hover {
  text-decoration: underline;
}

.basket__col--title {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 10px 15px;
  font: 17px/19px 'pf_din_text_cond_proregular', sans-serif;
}

@media only screen and (min-width: 960px) {
  .basket__col--title {
    font-size: 24px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

.basket__col--quantity {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 30px 0;
}

.basket__quantity {
  width: 68px;
  height: 60px;
  position: relative;
  margin: 10px auto;
  background: url(/images/svg/basket-quantity.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 720px) {
  .basket__quantity {
    width: 34px;
    height: 30px;
  }
}

.basket__quantity--page {
  width: 68px;
  height: 60px;
}

@media only screen and (min-width: 960px) {
  .basket__quantity--page {
    width: 46px;
    height: 42px;
  }
}

.basket__quantity input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font: 37px/39px 'pf_din_text_cond_proregular', sans-serif;
  height: 100%;
  text-align: center;
}

.basket__quantity input:focus {
  outline: none;
}

@media only screen and (min-width: 960px) {
  .basket__quantity input {
    font-size: 17px;
    line-height: 19px;
  }
}

.basket__plus, .basket__minus {
  position: absolute;
  left: 50%;
  text-decoration: none;
  text-align: center;
  width: 30px;
  margin-left: -15px;
  font: 50px/52px 'pf_din_text_cond_proregular', sans-serif;
}

@media only screen and (min-width: 960px) {
  .basket__plus, .basket__minus {
    font-size: 28px;
    line-height: 30px;
  }
}

.basket__plus {
  bottom: 100%;
  margin-bottom: -8px;
}

@media only screen and (min-width: 960px) {
  .basket__plus {
    margin-bottom: 0;
  }
}

.basket__minus {
  top: 100%;
  margin-top: -8px;
}

@media only screen and (min-width: 960px) {
  .basket__minus {
    margin-top: 0;
  }
}

.basket__footer {
  border-top: 1px solid #501802;
  padding: 16px 0 0;
}

.basket__footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 29px/31px 'pf_din_text_cond_promedium', sans-serif;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.basket__footer-columns strong {
  font-family: 'pf_din_text_cond_probold', sans-serif;
  font-weight: normal;
}

.basket__total {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-size: 35px;
}

@media only screen and (min-width: 960px) {
  .basket__total {
    font-size: 29px;
  }
}

.basket__order {
  text-align: center;
  padding-top: 15px;
}

.basket__order--content {
  text-align: right;
  display: block;
}

.basket__hint {
  font: 24px/26px 'pf_din_text_cond_proregular', sans-serif;
  padding-bottom: 16px;
}

.basket__btn {
  display: block;
  width: 100%;
  font: 26px/30px 'pf_din_text_cond_promedium', sans-serif;
  padding: 10px 0;
  border: none;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #53b5c6;
  border-radius: 5px;
  margin: 30px 0 0;
}

@media only screen and (min-width: 480px) {
  .basket__btn {
    font-size: 28px;
    width: 80%;
    margin: 20px auto;
  }
}

@media only screen and (min-width: 720px) {
  .basket__btn {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 17px;
  }
}

@media only screen and (min-width: 960px) {
  .basket__btn {
    font-size: 18px;
    line-height: 20px;
    padding: 5px 17px;
    font-size: 18px;
    line-height: 20px;
  }
}

.basket__btn--lg {
  display: block;
  font-size: 24px;
  line-height: 26px;
  padding: 18px;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  .basket__btn--lg {
    display: inline-block;
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 960px) {
  .basket__btn--lg {
    font-size: 32px;
    line-height: 36px;
    margin-top: 5px;
    padding: 8px 18px;
  }
}

.promo {
  max-width: 1200px;
  margin: auto;
}

.promo__item {
  width: 100%;
  height: 245px;
  background-repeat: no-repeat;
  background-position: 60% 0;
  background-size: cover;

}

@media only screen and (min-width: 960px) {
  .promo__item {
    height: 410px;
  }
}

.breadcrumbs {
  display: none;
  padding: 0;
  list-style: none;
  color: #53b5c6;
  font: 14px/18px 'pf_din_text_cond_prolight', sans-serif;
  max-width: 1200px;
  margin: 20px auto 0;
  text-align: center;
}

@media only screen and (min-width: 720px) {
  .breadcrumbs {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .breadcrumbs {
    text-align: left;
  }
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
}

.breadcrumbs li:before {
  content: ">";
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  display: inline-block;
  vertical-align: top;
  color: #53b5c6;
}

.filter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .filter {
    text-align: left;
  }
}

.filter__label {
  display: inline-block;
  vertical-align: middle;
  font: 24px/28px 'pf_din_text_cond_promedium', sans-serif;
  margin-right: 20px;
}

@media only screen and (min-width: 960px) {
  .filter__label {
    font-size: 14px;
    line-height: 18px;
  }
}

.filter__select {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 52px;
  margin-right: 25px;
  background-color: #ffffff;
  font-size: 24px;
  line-height: 26px;
  border: 1px solid #501802;
  border-radius: 4px;
}

@media only screen and (min-width: 720px) {
  .filter__select {
    height: 26px;
    width: 150px;
    font-size: 14px;
    line-height: 18px;
  }
}

.view {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 480px) {
  .view {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
}

.view__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid #4e0c03;
  border-radius: 4px;
  width: 60px;
  height: 52px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: .25;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

@media only screen and (min-width: 960px) {
  .view__item {
    width: 30px;
    height: 26px;
  }
}

.view__item:hover {
  opacity: 1;
}

.view__item--current {
  opacity: 1;
  cursor: default;
}

.view__item--list {
  background-image: url(/images/svg/list.svg);
  background-size: 60% auto;
}

.view__item--box {
  background-image: url(/images/svg/box.svg);
  background-size: 65% auto;
}

.pagination {
  margin-top: 20px;
  text-align: center;
  font: 24px/28px 'pf_din_text_cond_prolight', sans-serif;
}

@media only screen and (min-width: 960px) {
  .pagination {
    text-align: right;
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }
}

.pagination__label {
  display: inline-block;
  vertical-align: middle;
}

.pagination span,
.pagination a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 5px;
  min-width: 40px;
  text-decoration: none;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .pagination span,
  .pagination a {
    min-width: 30px;
  }
}

.pagination span.current,
.pagination a.current {
  border: 1px solid #501802;
  border-radius: 5px;
}

.pagination__prev, .pagination__next {
  font-size: 24px;
  line-height: 26px;
}

.products__promo {
  position: relative;
  background-color: #f0eff3;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 30px 20px 10px;
  text-align: justify;
  font: 16px/16px 'pf_din_text_cond_prolight', sans-serif;
}

.products__promo-img {
  display: block;
  max-width: 100%;
  margin: 10px auto 0;
}

@media only screen and (min-width: 960px) {
  .products__promo-img {
    float: right;
    margin: 0px -20px 0px 30px;
  }

  .category-400 .products__promo-img {
    max-width: 45%;
  }
}

.products__promo-heading {
  margin: 0;
  font: 33px/35px 'londonregular', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .products__promo-heading {
    font-size: 55px;
    line-height: 64px;
    text-align: left;
  }
}

@media only screen and (min-width: 960px) {
  .products__promo {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px 0;
    text-align: left;
    background-color: #dbd5dc;
    min-height: 365px;
  }
  .products__promo:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
  }
}

.products__heading {
  margin: 25px 0 0;
  font: 29px/32px 'pf_din_text_cond_promedium', sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 2px 1px #fff;
}

@media only screen and (min-width: 480px) {
  .products__heading {
    margin: 0;
    font: 48px/50px 'londonregular', sans-serif;
    text-align: left;
  }
}

@media only screen and (min-width: 960px) {
  .products__heading {
    font-size: 68px;
    line-height: 70px;
  }
}

.products__top, .products__bottom {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 960px) {
  .products__top, .products__bottom {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.products__bottom {
  display: block;
}

.products__list {
  max-width: 1200px;
  margin: auto;
}

.header-container {
  max-width: 1200px;
  margin: auto;
}

@media only screen and (min-width: 960px) {
  .products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .products__list--others {
    max-width: 1230px;
    margin: 0 auto;
  }
}

.products__list--box, .products__list--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.products__list--text {
  display: block;
}

.products__action {
  -webkit-transition: max-height .3s linear;
  transition: max-height .3s linear;
}

@media only screen and (min-width: 960px) {
  .products__action {
    overflow: hidden;
    max-height: 1000px;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
    opacity: 0;
  }
  .products__action--box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-bottom: 15px;
    opacity: 1;
    -webkit-transition: box-shadow .15s linear, background-color .15s linear;
    transition: box-shadow .15s linear, background-color .15s linear;
    overflow: visible;
  }
  .products__action--box:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    height: 20px;
    width: 100%;
    background-color: #fefefe;
    opacity: 0;
    z-index: 2;
  }
  .products__item:hover .products__action--box {
    box-shadow: 1px 1px 16px rgba(73, 54, 55, 0.31);
    background-color: #fefefe;
  }
  .products__item:hover .products__action--box:before {
    opacity: 1;
  }
  .products__action--text {
    opacity: 1;
  }
}

.products__item {
  position: relative;
  text-align: center;
  margin: 25px 0 0;
  padding: 15px;
  -webkit-transition: box-shadow .15s linear, background-color .15s linear;
  transition: box-shadow .15s linear, background-color .15s linear;
}

@media only screen and (min-width: 960px) {
  .products__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333%;
            flex: 1 0 33.3333%;
    max-width: 33.3333%;
  }
  .products__item:hover {
    box-shadow: 1px 1px 16px rgba(73, 54, 55, 0.31);
    background-color: #fefefe;
  }
  .products__item:hover .products__action {
    opacity: 1;
  }
}

.products__item--box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 15px 5px;
  max-width: 50%;
}

.products__item--box.products__item--active {
  box-shadow: none;
}

@media only screen and (min-width: 960px) {
  .products__item--box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    width: 25%;
    max-width: 25%;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .products__item--box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 16px rgba(73, 54, 55, 0.31);
    background-color: #fefefe;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
    opacity: 0;
  }
  .products__item--box:hover {
    box-shadow: none;
    background-color: transparent;
    z-index: 5;
  }
  .products__item--box:hover:before {
    opacity: 1;
  }
}

.products__item--simple {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 15px 5px;
  max-width: 50%;
}

.products__item--simple.products__item--active {
  box-shadow: none;
}

@media only screen and (min-width: 960px) {
  .products__item--simple {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    width: 25%;
    max-width: 25%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .products__item--simple:hover {
    box-shadow: none;
    background-color: transparent;
    z-index: 3;
  }
}

.products__item--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  margin: 0;
  padding: 10px;
}

.products__item--text:hover {
  box-shadow: none;
  background-color: transparent;
}

@media only screen and (min-width: 960px) {
  .products__item--text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 2000px;
  }
}

.products__item--text.products__item--active {
  box-shadow: none;
}

.products__item--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  margin: 0;
  padding: 10px;
}

.products__item--single:hover {
  box-shadow: none;
  background-color: transparent;
}

@media only screen and (min-width: 480px) {
  .products__item--single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 960px) {
  .products__item--single {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 2000px;
    background: url(/images/bg/item.png) 100% 0 no-repeat;
  }
}

.products__item--single.products__item--active {
  box-shadow: none;
}

.products__item--active {
  box-shadow: 1px 1px 16px rgba(73, 54, 55, 0.31);
  background-color: #fefefe;
}

.products__pic {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (min-width: 720px) {
  .products__pic {
    max-width: 500px;
  }
}

.products__pic--item img {
  display: none;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .products__pic--item {
    margin-right: 30px;
  }
}

.products__description {
  font: 16px/18px 'pf_din_text_cond_prolight', sans-serif;
}

@media only screen and (min-width: 960px) {
  .products__description {
    font-size: 18px;
    line-height: 20px;
    padding-top: 20px;
  }
}

.products__description h2, .products__description .h2 {
  color: #4e0c03;
  margin: 30px 0 0;
  font: 24px/26px 'pf_din_text_cond_promedium', sans-serif;
  text-transform: uppercase;
}

.products__description p {
  margin: 7px 0 0;
}

.products__description--preview {
  padding-top: 0;
}

/*.products__description--preview h2, .products__description--preview .h2 {*/
/*  margin: 0;*/
/*}*/

.products__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.products__link--box {
  display: block;
  position: relative;
}

.products__other {
  padding: 15px;
  margin-top: 20px;
}

.products__other-link {
  display: block;
}

.products__other-pic {
  position: relative;
  overflow: hidden;
  width: 94%;
  margin: auto;
  height: 0;
  padding-bottom: 80%;
}

@media only screen and (min-width: 480px) {
  .products__other-pic {
    width: 100%;
    margin: 0;
  }
}

.products__other-pic img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (min-width: 1232px) {
  .products__other-pic {
    width: 288px;
    height: 255px;
  }
}

.products__other-title {
  text-align: center;
}

.products__badge {
  position: absolute;
  left: 60%;
  top: 10px;
  width: 108px;
  height: 96px;
  padding-top: 35px;
  background: url(/images/svg/products-badge.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font: 25px/27px 'londonregular', sans-serif;
  z-index: 4;
}

.products__badge img {
  display: block;
  margin: 4px auto 0;
}

.products__badge--box {
  font-size: 17px;
  line-height: 19px;
  width: 75px;
  left: 55%;
  height: 67px;
  padding-top: 25px;
  background-size: cover;
}

.products__badge__promo {
    font-size: 25px;
    background: url(/images/svg/products-badge-promo.svg) 0 0 no-repeat;
}

@media only screen and (min-width: 960px) {
  .products__badge--box {
    left: 65%;
  }
}

.products__badge--box img {
  margin-top: 0;
}

.products__badge--text {
  top: 0;
  font-size: 17px;
  line-height: 19px;
  width: 75px;
  left: 55%;
  height: 67px;
  padding-top: 25px;
  background-size: cover;
}

@media only screen and (min-width: 960px) {
  .products__badge--text {
    left: 65%;
  }
}

.products__badge--text img {
  margin-top: 0;
}

.products__img {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.products__title {
  margin: 15px 0 0;
  color: #501802;
  font: 18px/19px 'pf_din_text_cond_promedium', sans-serif;
  text-transform: uppercase;
}

.products__title.categories {
  font: 32px/32px 'londonregular', sans-serif;
}

.products__title--box {
  position: relative;
  font-size: 16px;
  line-height: 17px;
}

.products__title--text {
  font-size: 16px;
  line-height: 18px;
}

@media only screen and (min-width: 960px) {
  .products__title--text {
    font-size: 25px;
    line-height: 26px;
  }
}

.products__title a {
  color: #501802;
  text-decoration: none;
}

.products__price {
  font: 24px/26px 'pf_din_text_cond_promedium', sans-serif;
  color: #501802;
  margin: 10px 0 0;
}

.products__price--item {
  text-align: center;
}

.products__price--box {
  position: relative;
  font-size: 22px;
  line-height: 17px;
}

.products__price--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 28px;
  line-height: 32px;
}

@media only screen and (min-width: 960px) {
  .products__price--text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 34px;
    line-height: 36px;
  }
}

.products__weights {
  margin: 5px 0 0;
  text-align: center;
  font: 22px/23px 'pf_din_text_cond_promedium', sans-serif;
}

.products__weights--box {
  font-size: 19px;
  line-height: 20px;
}

@media only screen and (min-width: 960px) {
  .products__weights--box {
    display: none;
    font-size: 18px;
    line-height: 19px;
  }
  .products__item--box:hover .products__weights--box {
    display: block;
  }
}

.products__weights--text {
  text-align: left;
  font-size: 12px;
  line-height: 14px;
}

@media only screen and (min-width: 720px) {
  .products__weights--text {
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 960px) {
  .products__weights--text {
    font-size: 18px;
    line-height: 19px;
    margin-left: 20px;
  }
}

.products__weights--preview {
  text-align: left;
  font-size: 12px;
  line-height: 14px;
}

@media only screen and (min-width: 720px) {
  .products__weights--preview {
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 960px) {
  .products__weights--preview {
    font-size: 18px;
    line-height: 19px;
  }
  .products__weights--preview .products__weight {
    background-color: #ffffff;
    text-align: center;
  }
  .products__weights--preview .products__weight.promo__weight {
	background-color: #d35858;
  }
  .products__weights--preview .products__weight.promo__weight.products__weight--active {
	background:none;  
  }
}

.products__weights--item {
  text-align: center;
  font-size: 24px;
  line-height: 27px;
  margin: 10px 5px 0;
}

@media only screen and (min-width: 480px) {
  .products__weights--item {
    margin: 30px 0 30px;
    text-align: left;
  }
}

@media only screen and (min-width: 960px) {
  .products__weights--item {
    font-size: 18px;
    line-height: 19px;
  }
}

.products__weight {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  min-width: 40%;
  color: #501802;
  text-decoration: none;
  padding: 8px;
  border: 1px solid #501802;
  opacity: 0.5;
  border-radius: 6px;
  margin-top: 5px;
}

.products__weight input[type="radio"] {
  display: none;
}

@media only screen and (min-width: 360px) {
  .products__weight {
    min-width: 10%;
  }
}

@media only screen and (min-width: 960px) {
  .products__weight {
    margin-right: 5px;
  }
  .products__weight:last-child {
    margin-left: 0;
  }
}

.products__weights--box .products__weight {
  min-width: 40%;
}

@media only screen and (min-width: 640px) {
  .products__weights--box .products__weight {
    min-width: 50px;
  }
}

@media only screen and (min-width: 1232px) {
  .products__weights--box .products__weight {
    min-width: 60px;
  }
}

.products__weights--text .products__weight {
  min-width: 40%;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  .products__weights--text .products__weight {
    min-width: 30px;
  }
}

@media only screen and (min-width: 1232px) {
  .products__weights--text .products__weight {
    min-width: 60px;
  }
}

.products__weights--item .products__weight {
  min-width: 30px;
  text-align: center;
}

@media only screen and (min-width: 1232px) {
  .products__weights--item .products__weight {
    min-width: 60px;
  }
}

.products__weight--active {
  color: #53b5c6;
  border-color: #53b5c6;
  opacity: 1;
}

.products__buy {
  display: block;
  width: 125px;
  margin: 10px auto 0;
  padding: 15px 5px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  color: #ffffff;
  background-color: #53b5c6;
  font: 24px/31px 'pf_din_text_cond_promedium', sans-serif;
}

@media only screen and (min-width: 960px) {
  .products__buy {
    font-size: 18px;
    line-height: 21px;
    padding: 5px;
  }
}

.products__buy--text {
  margin: 10px 0 0;
}

.products__buy--item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}

@media only screen and (min-width: 720px) {
  .products__buy--item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 720px) {
  .products__buy--item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 25px;
  }
}

.products__view {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -56px 0 0 -63px;
  width: 126px;
  height: 112px;
  color: #53b5c6;
  font: 19px/21px 'pf_din_text_cond_promedium', sans-serif;
  background: url(/images/bg/quick-view.png) 0 0 no-repeat;
  text-transform: uppercase;
}

.products__view .products__cell:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  width: 17px;
  height: 17px;
  background: url(/images/bg/view.png) 0 0 no-repeat;
}

@media only screen and (min-width: 960px) {
  .products__view {
    display: block;
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
  }
  .products__item:hover .products__view {
    opacity: 1;
  }
}

.products__tab, .products__cell {
  width: 100%;
  height: 100%;
}

.products__tab {
  display: table;
}

.products__cell {
  display: table-cell;
  vertical-align: middle;
}

.products__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 960px) {
  .products__info {
    display: block;
  }
}

.products__prev, .products__next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 24px;
  margin-top: -12px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 101;
}

.products__prev {
  left: 5px;
  background: url(/images/bg/products-prev.png) 0 0 no-repeat;
}

.products__next {
  right: 5px;
  background: url(/images/bg/products-next.png) 0 0 no-repeat;
}

.products__zoom {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 56px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/svg/hexagon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 35px;
  height: 32px;
  right: 12px;
  bottom: 12px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 101;
}

@media only screen and (min-width: 960px) {
  .products__zoom {
    width: 42px;
    height: 38px;
  }
}

.products__zoom:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  background: url(/images/svg/search.svg) 50% no-repeat;
  background-size: 75% 75%;
}

.preview {
  width: 515px;
  padding: 20px;
  background: url(/images/bg/preview.png) 100% 0 no-repeat;
}

.preview__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.preview__pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin: 0 25px 15px 0;
  max-width: 250px;
}

.preview__img {
  display: block;
  max-width: 100%;
}

.preview__heading {
  margin: 0;
  font: 36px/34px 'londonregular', sans-serif;
}

.preview__heading a {
  text-decoration: none;
}

.preview__fancybox {
  outline: 20px solid rgba(0, 0, 0, 0.3) !important;
}

.preview__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search__heading {
  margin: 15px auto 0;
  max-width: 1200px;
  font: 24px/26px 'pf_din_text_cond_prolight', sans-serif;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .search__heading {
    font-size: 36px;
    line-height: 38px;
    text-align: left;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social__heading {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  opacity: .5;
}

@media only screen and (min-width: 480px) {
  .social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media only screen and (min-width: 960px) {
  .social {
    margin-top: 12px;
  }
}

.social--item {
  margin-top: 30px;
}

.social li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.social__item {
  position: relative;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 56px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/svg/hexagon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
  background-image: url(/images/svg/hexagon-social.svg);
  text-align: left;
}

@media only screen and (min-width: 960px) {
  .social__item {
    width: 42px;
    height: 38px;
  }
}

.social__item--sm {
  width: 32px;
  height: 28px;
  background-size: 100% 100%;
  margin: 0 0 0 3px;
}

.social__item--sm:first-child {
  margin-left: 0;
}

.social__item--sm.social__item--fb:before {
  background-size: 30% auto;
}

.social__item--sm.social__item--vk:before {
  background-size: 35% auto;
}

.social__item--sm.social__item--youtube:before {
  background-size: 55% auto;
}

.social__item--sm.social__item--gplus:before {
  background-size: 65% auto;
}

@media only screen and (min-width: 960px) {
  .social__item {
    width: 32px;
    height: 28px;
    background-size: 100% 100%;
  }
}

.social__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}

.social__item--fb:before {
  background-image: url(/images/svg/fb.svg);
  background-size: auto 65%;
}

@media only screen and (min-width: 960px) {
  .social__item--fb:before {
    background-size: 30% auto;
  }
}

.social__item--vk:before {
  background-image: url(/images/svg/vk.svg);
  background-size: auto 50%;
}

@media only screen and (min-width: 960px) {
  .social__item--vk:before {
    background-size: 35% auto;
  }
}

.social__item--youtube:before {
  background-image: url(/images/svg/youtube.svg);
  background-size: 55% auto;
}

@media only screen and (min-width: 960px) {
  .social__item--youtube:before {
    background-size: 55% auto;
  }
}

.social__item--gplus:before {
  background-image: url(/images/svg/gplus.svg);
  background-size: 70% auto;
}

@media only screen and (min-width: 960px) {
  .social__item--gplus:before {
    background-size: 65% auto;
  }
}

.oxa {
  display: block;
  width: 98px;
  height: 19px;
  margin: 15px auto 0;
  background: url(/images/bg/oxa.png) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.likely .likely__widget {
  border-radius: 0 !important;
  background: url(/images/svg/hexagon-social.svg) no-repeat 0 0 !important;
  background-size: 100% 100% !important;
}

.likely__icon svg {
  fill: #53b5c6;
}

.likely-big svg {
  margin: 3px 0 0 3px !important;
  width: 18px !important;
  height: 18px !important;
}

.order {
  max-width: 1020px;
  margin: auto;
}

.order__main {
  padding-top: 30px;
}

.order__basket {
  padding: 0 15px;
}

.order__cart {
  padding: 25px 0 0;
  border-top: 1px solid #501802;
}

.order__cart-heading {
  font: 18px/20px 'pf_din_text_cond_proregular', sans-serif;
  padding: 0 0 15px;
}

.order__cart .basket__footer {
  margin-top: 30px;
}

.order__cart .basket__order {
  margin-top: 30px;
}

@media only screen and (min-width: 960px) {
  .order {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .order:before {
    content: "";
    position: absolute;
    left: 66.66666%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #501802;
  }
  .order__main {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: 66.6666%;
    padding-right: 20px;
    padding-top: 0;
  }
  .order__basket {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 33.33333%;
    padding: 0 15px 0 35px;
  }
}

.field {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #501802;
  border-radius: 5px;
  font: 18px/20px 'pf_din_text_cond_proregular', sans-serif;
  height: 40px;
  margin: 0;
  padding: 0 20px;
  color: #501802;
}

.field:focus {
  outline: none;
}

select.field {
  background: inherit;
}

textarea.field {
  height: 70px;
  resize: vertical;
}

@media only screen and (min-width: 720px) {
  textarea.field {
    height: auto;
  }
}

.checkbox {
  display: inline-block;
  width: 15px;
  margin-top: -10px;
  margin-right: 2px;
  float: left;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}

.modal .row {
  padding-bottom: 15px;
}

@media only screen and (min-width: 720px) {
  .modal .row {
    padding-bottom: 25px;
  }
}

.modal--feedback .row {
  padding-bottom: 5px;
}

@media only screen and (min-width: 720px) {
  .modal--feedback .row {
    padding-bottom: 25px;
  }
}

.order__main .row {
  display: block;
}

.order__main .row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 720px) {
  .order__main .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.row--form {
  display: block;
}

@media only screen and (min-width: 960px) {
  .row--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.row--simple {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 960px) {
  .row--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
  }
}

.col {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col.form-group {
  padding-bottom: 25px;
}

@media only screen and (min-width: 720px) {
  .col.form-group {
    padding-bottom: 0;
  }
}

.col--lg {
  padding: 0 15px;
}

@media only screen and (min-width: 960px) {
  .col--lg {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.col--6 {
  max-width: 50%;
}

.col--lg-6 {
  padding-bottom: 25px;
}

@media only screen and (min-width: 960px) {
  .col--lg-6 {
    padding-bottom: 0;
    max-width: 50%;
  }
}

.col--lg-7 {
  padding-bottom: 25px;
}

@media only screen and (min-width: 960px) {
  .col--lg-7 {
    padding-bottom: 0;
    max-width: 58.33333%;
  }
}

.col--12 {
  max-width: 100%;
}

.col--lg-5 {
  padding-bottom: 25px;
}

@media only screen and (min-width: 960px) {
  .col--lg-5 {
    padding-bottom: 0;
    max-width: 41.66667%;
  }
}

.col--lg-12 {
  padding-bottom: 25px;
}

@media only screen and (min-width: 960px) {
  .col--lg-12 {
    padding-bottom: 0;
    max-width: 100%;
  }
}

label.error {
  display: block;
  margin: 5px 0 0;
  color: #aa0000;
  font: 12px/14px 'pf_din_text_cond_promedium', sans-serif;
}

.form__heading {
  margin: 0;
  font: 24px/26px 'pf_din_text_cond_promedium', sans-serif;
}

.inp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.inp--feedback {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 260px;
          flex: 1 0 260px;
  max-width: 260px;
}

.fields {
  padding-top: 50px;
}

.modal--feedback .fields {
  padding-top: 10px;
}

@media only screen and (min-width: 720px) {
  .modal--feedback .fields {
    padding-top: 50px;
  }
}

.lab {
  display: block;
  position: relative;
  margin: 10px 0 0;
  font: 18px/24px 'pf_din_text_cond_proregular', sans-serif;
  opacity: .5;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
  cursor: pointer;
}

.lab input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.lab--form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 60px;
  margin-right: 15px;
  font-size: 15px;
  line-height: 17px;
  padding: 10px 0;
}

.modal .lab--form {
  display: block;
}

.lab--form-inverse {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  margin-right: 15px;
  font-size: 15px;
  line-height: 17px;
  padding: 10px 0;
}

.modal--feedback .lab--form-inverse {
  padding: 5px 0;
}

@media only screen and (min-width: 720px) {
  .modal--feedback .lab--form-inverse {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 960px) {
  .lab--form-inverse {
    text-align: right;
    max-width: 100px;
  }
}

.lab--simple {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 17px;
  padding: 10px 0;
}

.lab:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 23px;
  margin-right: 10px;
  background: url(/images/bg/radio.png) 0 0 no-repeat;
}

.lab--active {
  opacity: 1;
}

.lab--active:before {
  background-position: 0 -50px;
}

.forgot-pass,
.hint {
  color: #53b5c6;
  font: 15px/17px 'pf_din_text_cond_proregular', sans-serif;
  text-align: center;
}

.forgot-pass a,
.hint a {
  color: #53b5c6;
  text-decoration: none;
}

.forgot-pass a:hover,
.hint a:hover {
  text-decoration: underline;
}

.forgot-pass--form,
.hint--form {
  text-align: left;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.forgot-pass {
  text-align: right;
}

.btn {
  color: #ffffff;
  background-color: #53b5c6;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 5px;
  width: 100%;
  font: 27px/36px 'pf_din_text_cond_promedium', sans-serif;
  padding: 8px 5px 3px;
}

@media only screen and (min-width: 960px) {
  .btn {
    max-width: 270px;
  }
}

.btn--login {
  display: block;
  width: 183px;
  height: 38px;
  margin: 25px auto 0;
  background: url(/images/bg/btn-login.png) 0 0 no-repeat;
  text-align: center;
  font: 15px/17px 'pf_din_text_cond_proregular', sans-serif;
  cursor: pointer;
  text-decoration: none;
  border: none;
}

.btn--login:focus {
  outline: none;
}

.btn--register {
  display: block;
  margin: 15px auto 0;
  width: 183px;
  height: 38px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  border: none;
  background: url(/images/bg/btn-register.png) 0 0 no-repeat;
  font: 15px/18px 'pf_din_text_cond_proregular', sans-serif;
}

@media only screen and (min-width: 960px) {
  .btn--register {
    margin-top: 50px;
  }
}

.btn--reset-pass {
  display: block;
  margin: 15px auto 0;
  width: 183px;
  height: 38px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: none;
  color: #53b5c6;
  background: url(/images/bg/btn-reset-pass.png) 0 0 no-repeat;
  font: 15px/18px 'pf_din_text_cond_proregular', sans-serif;
}

.register {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 960px) {
  .register {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: url(/images/bg/register-lg.jpg) 50% 0 no-repeat;
    background-size: 100% auto;
    margin-top: 30px;
    min-height: 670px;
  }
}

.register__form {
  padding-top: 15px;
}

@media only screen and (min-width: 960px) {
  .register__form {
    padding-top: 70px;
  }
}

.register__main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 960px) {
  .register__main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 325px;
            flex: 1 0 325px;
    max-width: 325px;
  }
}

.register__signup {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font: 25px/28px 'pf_din_text_cond_proregular', sans-serif;
  text-transform: uppercase;
}

.register__signup-title {
  font-family: 'londonregular', sans-serif;
}

@media only screen and (min-width: 960px) {
  .register__signup {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.register__signup-text {
  margin-top: 15px;
  background: url(/images/bg/register-signup-text.jpg) 100% 0 no-repeat;
  background-size: auto 100%;
  padding: 215px 15px 0;
}

@media only screen and (min-width: 960px) {
  .register__signup-text {
    margin-top: 0;
    padding: 0;
    background: none;
    position: absolute;
    left: 22px;
    top: 205px;
  }
}

@media only screen and (min-width: 1232px) {
  .register__signup-text {
    top: 255px;
  }
}

.register__gift {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font: 25px/28px 'pf_din_text_cond_proregular', sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  background: url(/images/bg/register-signup-gift.jpg) 50% 100% no-repeat;
  background-size: 100% 100%;
  padding-bottom: 140px;
}

.register__gift p {
  margin: 0 0 0 110px;
}

@media only screen and (min-width: 960px) {
  .register__gift p {
    margin: 0 0 0 15px;
  }
}

.register__gift-title {
  display: block;
  color: #53b5c6;
  font: 42px/44px 'londonregular', sans-serif;
  text-transform: uppercase;
  padding: 0 0 0 60px;
}

@media only screen and (min-width: 480px) {
  .register__gift-title {
    font-size: 66px;
    line-height: 68px;
  }
}

@media only screen and (min-width: 960px) {
  .register__gift-title {
    padding: 0;
  }
}

@media only screen and (min-width: 960px) {
  .register__gift-text {
    margin-top: 0;
    padding: 0;
    background: none;
    position: absolute;
    right: 0;
    top: 280px;
  }
}

@media only screen and (min-width: 1232px) {
  .register__gift-text {
    right: 75px;
    top: 360px;
  }
}

@media only screen and (min-width: 960px) {
  .register__gift {
    background: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 0;
    margin-top: 0;
  }
}

.thanks {
  max-width: 420px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 70px;
  font: 16px/16px 'pf_din_text_cond_proregular', sans-serif;
}

@media only screen and (min-width: 960px) {
  .thanks {
    font-size: 20px;
    line-height: 25px;
  }
}

.thanks p {
  margin: 20px 15px 0;
}

.thanks p:first-child {
  font-size: 20px;
  line-height: 25px;
  margin-top: 40px;
}

.thanks img {
  display: block;
  margin: 25px auto 0;
}

@media only screen and (min-width: 960px) {
  .thanks img {
    margin-top: 65px;
  }
}

.thanks__continue {
  display: block;
  margin: 40px auto 0;
  font: 18px/45px 'pf_din_text_cond_proregular', sans-serif;
  text-decoration: none;
  width: 219px;
  height: 45px;
  background: url(/images/bg/thanks-continue.png) 0 0 no-repeat;
  color: #ffffff;
}

@media only screen and (min-width: 960px) {
  .thanks__continue {
    font-size: 15px;
  }
}

.news {
  max-width: 1240px;
  margin: 15px auto 0;
}

@media only screen and (min-width: 960px) {
  .news {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news__col {
  padding: 5px 0;
}

@media only screen and (min-width: 960px) {
  .news__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 20px;
  }
  .news__col--dual {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -ms-flex-preferred-size: 66.66666%;
        flex-basis: 66.66666%;
    max-width: 66.66666%;
  }
}

.news__wrap {
  display: block;
  text-decoration: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 330px;
}

.news__date {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(80, 24, 2, 0.5), -1px -1px 2px rgba(80, 24, 2, 0.5);
  font: 18px/20px 'pf_din_text_cond_promedium', sans-serif;
}

.news__title {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 308px;
  height: 273px;
  margin: -137px 0 0 -154px;
  display: table;
  background: url(/images/bg/news-title.png) 0 0 no-repeat;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

@media only screen and (min-width: 960px) {
  .news__title {
    opacity: 0;
  }
  a:hover .news__title {
    opacity: 1;
  }
}

.news__title-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #53b5c6;
  padding: 0 20px;
  font: 36px/36px 'pf_din_text_cond_prolight', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.news__category {
  position: absolute;
  left: 50%;
  top: 0;
  width: 208px;
  margin-left: -104px;
  font: 18px/19px 'pf_din_text_cond_promedium', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  background: url(/images/bg/news-category.png) 0 0 no-repeat;
}

.news__footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  color: #ffffff;
  font: 18px/20px 'pf_din_text_cond_promedium', sans-serif;
}

.news__more {
  padding: 25px 0;
  font: 27px/31px 'pf_din_text_cond_promedium', sans-serif;
  text-align: center;
}

.news__more a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 5px;
  color: #ffffff;
  background-color: #a9dae2;
  text-transform: uppercase;
  padding: 8px 15px;
}

.news__center {
  margin: 0 auto;
  padding: 15px 30px 0;
  text-align: center;
  text-transform: uppercase;
  width: 320px;
  height: 284px;
  color: #ffffff;
  font: 46px/48px 'pf_din_text_cond_promedium', sans-serif;
  background: url(/images/bg/news-center.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 720px) {
  .news__center {
    width: 383px;
    height: 340px;
    font-size: 50px;
    line-height: 52px;
  }
}

.news__center-title {
  color: #53b5c6;
  font: 54px/54px 'pf_din_text_cond_prolight', sans-serif;
}

@media only screen and (min-width: 720px) {
  .news__center-title {
    font-size: 60px;
    line-height: 50px;
  }
}

.news__center-img {
  display: block;
  margin: 0 auto 25px;
}

.news__item {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

@media only screen and (min-width: 960px) {
  .news__item {
    padding: 0;
  }
}

.news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 960px) {
  .news__head {
    margin: 10px 0 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news__head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

@media only screen and (min-width: 960px) {
  .news__head-wrapper {
    margin-top: 0;
    display: block;
  }
}

@media only screen and (min-width: 480px) {
  .news__pic {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .news__pic {
    display: none;
  }
}

.news__pic--img {
  display: none;
}

@media only screen and (min-width: 960px) {
  .news__pic--img {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -110px;
  }
}

.news__views {
  font: 22px/24px 'pf_din_text_cond_proregular', sans-serif;
  color: #53b5c6;
  margin-bottom: 5px;
}

.news__views img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}

.news__item .text-page img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 960px) {
  .news__views {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .news__social {
    padding-left: 25px;
  }
}

.news__preview {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 35px;
  height: 32px;
  background: url(/images/bg/products-zoom.png) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .news__preview {
    display: none;
  }
}

.news__key {
  padding: 5px 0;
  font: 16px/18px 'pf_din_text_cond_proregular', sans-serif;
}

.news__key strong {
  font-family: 'pf_din_text_cond_promedium';
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .news__key {
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: right;
    padding: 0 65px 0 0;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    font-size: 24px;
    line-height: 26px;
  }
}

.news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news__top h1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (min-width: 960px) {
  .news__top h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.news__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  margin: 15px 0 0;
  height: 356px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media only screen and (min-width: 960px) {
  .news__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 960px) {
  .news__img-title {
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    height: 356px;
    background: url(/images/bg/news-img-title.png) 0 0 no-repeat;
  }
}

.text-page {
  font: 18px/20px 'pf_din_text_cond_prolight', sans-serif;
  padding: 0 0 30px;
}

.text-page p {
  margin: 30px 0 0;
}
.text-page a {color:#0866de}
.news__item a {color:#0866de}
.text-page img {
  display: block;
  max-width: 100%;
  margin: 30px auto 0;
}

@media only screen and (min-width: 720px) {
  .text-page img[data-align="left"] {
    float: left;
    margin: 30px 50px 0 0;
  }
  .text-page img[data-align="right"] {
    float: right;
    margin: 30px 0 0 50px;
  }
}

.text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 16px/20px 'pf_din_text_cond_prolight', sans-serif;
}

@media only screen and (min-width: 720px) {
  .text-flex {
    font-size: 24px;
    line-height: 30px;
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.text-flex-group {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
}

.text-flex-media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 25px 0 0;
}

@media only screen and (min-width: 560px) {
  .text-flex-media {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 560px;
  }
}

@media only screen and (min-width: 720px) {
  .text-flex-media[data-align="right"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 30px;
  }
}

@media only screen and (min-width: 720px) {
  .text-flex-media[data-align="left"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 30px 0 0;
  }
}

.cabinet {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.cabinet:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin-top: 10px;
  padding-bottom: 37.29729%;
  background: url(/images/bg/profile.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 720px) {
  .cabinet:before {
    position: absolute;
    margin-top: 0;
    padding-bottom: 0;
    right: 100px;
    top: 0;
    width: 140px;
    height: 101px;
    background: url(/images/bg/cabinet.png) 0 0 no-repeat;
  }
}

.cabinet__form {
  max-width: 705px;
  padding-top: 75px;
  margin: 0 auto;
}

.cabinet__nav {
  position: absolute;
  left: 0;
  top: 20px;
  background: url(/images/bg/profile-nav.png) 100% 0 no-repeat;
  padding: 0 30px 0 15px;
  height: 140px;
  width: 75px;
}

@media only screen and (min-width: 960px) {
  .cabinet__nav {
    width: auto;
  }
}

.cabinet__menu {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  font: 18px/28px 'pf_din_text_cond_promedium', sans-serif;
}

.cabinet__menu li {
  padding: 10px 0;
}

.cabinet__link {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
  text-indent: -9999px;
}

@media only screen and (min-width: 960px) {
  .cabinet__link {
    text-indent: 0;
  }
}

.cabinet__link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 20px;
}

@media only screen and (min-width: 960px) {
  .cabinet__link:before {
    margin-right: 5px;
  }
}

.cabinet__link--my {
  background: url(/images/bg/profile-orders.png) 0 0 no-repeat;
}

.cabinet__link--profile {
  background: url(/images/bg/profile-user.png) 0 0 no-repeat;
}

.cabinet__link--current {
  cursor: default;
  text-decoration: none;
  font-family: 'pf_din_text_cond_proregular', sans-serif;
}

.cabinet__tab {
  width: 100%;
  margin: 50px auto 0;
  max-width: 750px;
  padding: 0;
  border-collapse: collapse;
}

.cabinet__orders {
  padding: 0 20px;
}

@media only screen and (min-width: 720px) {
  .cabinet__orders {
    padding: 0;
  }
}

.cabinet__group {
  border-top: 1px solid #7d4d46;
}

.cabinet__cell {
  text-align: center;
  padding: 3px;
  font: 12px/19px 'pf_din_text_cond_proregular', sans-serif;
  vertical-align: middle;
}

@media only screen and (min-width: 960px) {
  .cabinet__cell {
    font-size: 18px;
    line-height: 24px;
    padding: 10px;
  }
}

.cabinet__cell--title {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 960px) {
  .cabinet__cell--title {
    font-size: 18px;
  }
}

.cabinet__cell--title img {
  display: none;
}

@media only screen and (min-width: 960px) {
  .cabinet__cell--title img {
    display: block;
  }
}

.cabinet__cell-head {
  font: 19px/21px 'pf_din_text_cond_proregular', sans-serif;
  text-align: center;
  padding: 6px;
}

@media only screen and (min-width: 960px) {
  .cabinet__cell-head {
    font-size: 24px;
    line-height: 26px;
    padding: 22px;
  }
}

.cabinet__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
}

@media only screen and (min-width: 960px) {
  .cabinet__item {
    padding: 10px 0;
  }
}

.cabinet__pic {
  display: none;
}

@media only screen and (min-width: 960px) {
  .cabinet__pic {
    display: block;
    margin-right: 5px;
  }
}

.cabinet__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cabinet__title a {
  text-decoration: none;
}

.cabinet__title a:hover {
  text-decoration: underline;
}

.p404 {
  width: 328px;
  height: 556px;
  margin: 15px auto 0;
  position: relative;
  background: url(/images/bg/404.png) 0 0 no-repeat;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0 0;
  font: 17px/19px 'pf_din_text_cond_proregular', sans-serif;
}

@media only screen and (min-width: 960px) {
  .p404 {
    width: 500px;
    height: 837px;
    background-image: url(/images/bg/404-lg.png);
    padding-top: 95px;
    font-size: 29px;
    line-height: 31px;
  }
}

.p404__continue {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -110px;
  font: 18px/45px 'pf_din_text_cond_proregular', sans-serif;
  text-decoration: none;
  width: 219px;
  height: 45px;
  background: url(/images/bg/thanks-continue.png) 0 0 no-repeat;
  color: #ffffff;
}

@media only screen and (min-width: 960px) {
  .p404__continue {
    font-size: 15px;
    bottom: 80px;
  }
}

.delivery {
  position: relative;
  background: url(/images/bg/delivery.png) 50% 0 no-repeat;
  background-size: 100% auto;
  max-width: 1200px;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 480px) {
  .delivery {
    background: url(/images/bg/delivery-left.png) 0 0 no-repeat;
  }
}

@media only screen and (min-width: 720px) {
  .delivery {
    background-position: 0 50%;
  }
}

@media only screen and (min-width: 720px) {
  .delivery:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 739px;
    height: 316px;
    background: url(/images/bg/delivery-right.png) 0 0 no-repeat;
  }
}

@media only screen and (min-width: 960px) {
  .delivery__heading {
    text-align: left;
    margin: 45px 70px 0;
    font-size: 60px;
    line-height: 62px;
  }
}

.delivery__list {
  position: relative;
  margin: 0;
  padding: 58% 0 0;
  list-style: none;
}

@media only screen and (min-width: 720px) {
  .delivery__list {
    margin-top: 15px;
    padding-top: 0;
    height: 700px;
  }
}

@media only screen and (min-width: 960px) {
  .delivery__list {
    margin-top: 0;
  }
}

.delivery__slide {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .25s linear;
  transition: height .25s linear;
}

@media only screen and (min-width: 720px) {
  .delivery__slide {
    height: 100%;
  }
}

.delivery__item--current .delivery__slide {
  height: 100%;
}

.delivery__tab, .delivery__cell {
  width: 100%;
  height: 100%;
}

.delivery__tab {
  display: table;
  opacity: 0;
  -webkit-transition: opacity .25s .25s linear;
  transition: opacity .25s .25s linear;
}

.delivery__item--current .delivery__tab {
  opacity: 1;
}

@media only screen and (min-width: 720px) {
  .delivery__tab {
    opacity: 1;
  }
}

.delivery__cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 40px;
  font: 19px/19px 'pf_din_text_cond_proregular', sans-serif;
}

@media only screen and (min-width: 720px) {
  .delivery__cell {
    font-size: 24px;
    line-height: 24px;
    padding-top: 50px;
  }
}

.delivery__cell strong {
  font-weight: normal;
  font-family: 'pf_din_text_cond_promedium', sans-serif;
}

.delivery__cell img {
  display: block;
  max-height: 60px;
  margin: 15px auto 0;
}

@media only screen and (min-width: 720px) {
  .delivery__cell img {
    max-height: 80px;
  }
}

.delivery__cell p {
  margin: 19px 0 0;
}

@media only screen and (min-width: 720px) {
  .delivery__cell p {
    margin-top: 24px;
  }
}

.delivery__cell p:first-child {
  margin-top: 0;
}

.delivery__name {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  font: 19px/22px 'pf_din_text_cond_promedium', sans-serif;
  padding: 7px 0;
  text-align: center;
  text-transform: uppercase;
}

.delivery__item--current .delivery__name {
  background: url(/images/bg/delivery-name.png) 50% 0 no-repeat;
  background-size: auto 100%;
}

@media only screen and (min-width: 720px) {
  .delivery__name {
    padding: 12px 0;
    background: url(/images/bg/delivery-name.png) 50% 0 no-repeat;
    background-size: auto 100%;
  }
}

.delivery__item--current .delivery__name--np {
  color: #53b5c6;
}

@media only screen and (min-width: 720px) {
  .delivery__name--np {
    color: #53b5c6;
  }
}

.delivery__item--current .delivery__name--courier {
  color: #4e0c03;
}

@media only screen and (min-width: 720px) {
  .delivery__name--courier {
    color: #4e0c03;
  }
}

.delivery__item--current .delivery__name--free {
  color: #f9b900;
}

@media only screen and (min-width: 720px) {
  .delivery__name--free {
    color: #f9b900;
  }
}

.delivery__item {
  position: relative;
  display: block;
  width: 306px;
  height: 46px;
  margin: 10px auto 0;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 306px 272px;
  -webkit-transition: height .25s linear;
  transition: height .25s linear;
}

.delivery__item--current {
  height: 272px;
}

@media only screen and (min-width: 720px) {
  .delivery__item {
    position: absolute;
    width: 383px;
    height: 340px;
    background-size: 383px 340px;
  }
}

.delivery__item--np {
  background-image: url(/images/bg/delivery-np.png);
}

@media only screen and (min-width: 720px) {
  .delivery__item--np {
    right: 320px;
    top: 0;
  }
}

@media only screen and (min-width: 960px) {
  .delivery__item--np {
    right: 420px;
  }
}

.delivery__item--courier {
  background-image: url(/images/bg/delivery-courier.png);
}

@media only screen and (min-width: 720px) {
  .delivery__item--courier {
    right: 8px;
    top: 175px;
  }
}

@media only screen and (min-width: 960px) {
  .delivery__item--courier {
    right: 108px;
  }
}

.delivery__item--free {
  background-image: url(/images/bg/delivery-free.png);
}

@media only screen and (min-width: 720px) {
  .delivery__item--free {
    right: 320px;
    top: 350px;
  }
}

@media only screen and (min-width: 960px) {
  .delivery__item--free {
    right: 420px;
  }
}

.pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 18px/18px 'pf_din_text_cond_proregular', sans-serif;
}

@media only screen and (min-width: 720px) {
  .pay {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
  }
}

.pay__header {
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  /*font: 33px/35px 'pf_din_text_cond_promedium', sans-serif;*/
}

@media only screen and (min-width: 720px) {
  .pay__header {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 365px;
            flex: 1 0 365px;
    margin-top: 0;
    max-width: 365px;
    margin-right: 45px;
    font-size: 60px;
    line-height: 62px;
  }
}

.pay__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
  padding: 10px 25px 0;
}

@media only screen and (min-width: 720px) {
  .pay__content {
    padding: 10px 136px 0 0;
  }
}

.pay__content p {
  margin: 0;
}

.pay__btn {
  padding: 10px 0 0;
}

@media only screen and (min-width: 720px) {
  .pay__btn {
    padding: 5px 0 0;
  }
}

.pay__btn a {
  display: inline-block;
}

.static-page {
  margin: 0 auto;
}

.contacts {
  margin: 0 auto;
}

@media only screen and (min-width: 1232px) {
  .contacts {
    max-width: 1200px;
  }
}

.contacts__search {
  margin: 30px 20px 0;
}

@media only screen and (min-width: 720px) {
  .contacts__search {
    margin: 45px 20px 0;
  }
}

@media only screen and (min-width: 1232px) {
  .contacts__search {
    margin: 45px 0 0;
  }
}

.contacts__search label {
  display: block;
  text-align: center;
  font: 18px/20px 'pf_din_text_cond_proregular', sans-serif;
  margin-right: 25px;
}

@media only screen and (min-width: 720px) {
  .contacts__search label {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}

.contacts__input {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 0 0 20px;
  font: 18px/20px 'pf_din_text_cond_proregular', sans-serif;
  background: none;
  border: none;
}

.contacts__input:focus {
  outline: none;
}

.contacts__submit {
  position: absolute;
  right: 9px;
  top: 50%;
  width: 17px;
  height: 16px;
  margin-top: -8px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/bg/contacts-btn.png) 0 0 no-repeat;
  cursor: pointer;
}

.contacts__field {
  position: relative;
  display: block;
  padding: 0 40px 0 0;
  margin-top: 10px;
  border: 1px solid #501802;
  border-radius: 5px;
}

@media only screen and (min-width: 720px) {
  .contacts__field {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 322px;
  }
}

.map {
  margin-top: 20px;
  height: 380px;
}

@media only screen and (min-width: 720px) {
  .map {
    margin-top: 35px;
    height: 500px;
  }
}

.map__hint {
  width: 199px !important;
  height: 177px !important;
}

.map__close {
  right: 35px !important;
  top: 20px !important;
}

.map__tooltip {
  background: url(/images/bg/map-tooltip.png) 0 0 no-repeat;
  width: 199px !important;
  height: 177px !important;
}

.map__tooltip > div {
  display: table !important;
  width: 199px !important;
  height: 177px !important;
}

.map__tooltip > div > div {
  display: table-cell !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 20px;
  vertical-align: middle !important;
  color: #501802 !important;
  font: 18px/20px 'pf_din_text_cond_proregular', sans-serif !important;
  text-align: center;
}

.map__heading {
  padding: 5px;
  font: 22px/28px 'pf_din_text_cond_promedium', sans-serif;
  background-color: #53b5c6;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  max-width: 266px;
  margin: 30px auto 0;
}

@media only screen and (min-width: 720px) {
  .map__heading {
    margin-top: 60px;
  }
}

.map__list {
  margin: 15px 15px 0;
  padding: 0;
}

@media only screen and (min-width: 720px) {
  .map__list {
    margin: 0;
  }
}

.map__group {
  margin: 0;
  padding: 0 0 30px;
}

@media only screen and (min-width: 720px) {
  .map__group {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

.map__city {
  color: #53b5c6;
  font: 36px/38px 'pf_din_text_cond_promedium', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 720px) {
  .map__city {
    text-align: left;
  }
}

.map__shop {
  border-top: 2px solid #53b5c6;
  padding: 20px 0;
}

@media only screen and (min-width: 720px) {
  .map__shop {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.map__shop:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}

.map__logo {
  float: right;
}

.map__title {
  margin: 0 0 5px;
  font: 24px/27px 'pf_din_text_cond_promedium', sans-serif;
}

.map__item {
  cursor: pointer;
  outline: none;
  font: 18px/18px 'pf_din_text_cond_prolight', sans-serif;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  -webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  -webkit-transition: padding 0.25s, max-height 0.25s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-ms-clear {
  display: none;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
  left: 50%;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 2px 5px 10px #000;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.modal {
  display: none;
  padding: 40px;
}

@media only screen and (min-width: 720px) {
  .modal {
    width: 430px;
  }
}

@media only screen and (min-width: 720px) {
  .modal--feedback {
    width: 556px;
  }
}

.modal__heading {
  margin: 0;
  font: 22px/24px 'londonregular', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 720px) {
  .modal__heading {
    font-size: 42px;
    line-height: 44px;
  }
}

.modal__subheading {
  margin: 20px 0 0;
  text-align: center;
  font: 15px/15px 'pf_din_text_cond_proregular', sans-serif;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  outline: none;
}

.slick-center {
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .slick-slide {
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1;
  }
}

[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;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/images/fancybox/fancybox_loading.gif) center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none;
  background: none;
  border: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.86), inset 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-image: -webkit-linear-gradient(bottom, rgba(252, 252, 252, 0.75) 0%, rgba(221, 221, 221, 0.75) 100%);
  background-image: linear-gradient(to top, rgba(252, 252, 252, 0.75) 0%, rgba(221, 221, 221, 0.75) 100%);
  text-indent: -9999px;
  overflow: hidden;
}

.slick-dots li.slick-active button:before {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.34), inset 0 1px 0 #ffffff;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(bottom, rgba(221, 221, 221, 0.86) 0%, rgba(252, 252, 252, 0.86) 100%);
  background-image: linear-gradient(to top, rgba(221, 221, 221, 0.86) 0%, rgba(252, 252, 252, 0.86) 100%);
}

footer {
  position: relative;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 10px 0 20px;
  border-top: 1px solid #501802;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (min-width: 960px) {
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 960px) {
  footer {
    padding: 15px 0 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__logo {
  display: none;
}

@media only screen and (min-width: 1232px) {
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
  }
}

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 23.3333%;
          flex: 1 0 23.3333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px 0 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 960px) {
  .footer__contact {
    padding: 10px 25px;
    border-left: 1px solid #cdbab8;
  }
}

.footer__contact-heading {
  color: #501802;
  font: 27px/26px 'pf_din_text_cond_promedium', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .footer__contact-heading {
    text-align: left;
  }
}

.footer__contact-list {
  width: 100%;
  margin-top: 15px;
  font: 22px/24px 'pf_din_text_cond_promedium', sans-serif;
  color: #4e0d03;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .footer__contact-list {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }
}

.footer__contact-item {
  position: relative;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 56px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/svg/hexagon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 960px) {
  .footer__contact-item {
    width: 42px;
    height: 38px;
  }
}

.footer__contact-item:first-child {
  margin-left: 0;
}

.footer__contact-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% auto;
}

@media only screen and (min-width: 1138px) {
  .footer__contact-item--mail {
    margin: 0 5px 0 0;
  }
}

.footer__contact-item--mail:before {
  background-image: url(/images/svg/feedback.svg);
}

.footer__contact-item--phone:before {
  background-image: url(/images/svg/phone-lg.svg);
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30.83333%;
          flex: 1 0 30.83333%;
  padding: 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 960px) {
  .footer__menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 30px;
    border-left: 1px solid #cdbab8;
  }
}

@media only screen and (min-width: 1232px) {
  .footer__menu {
    padding: 0;
  }
}

.footer__social {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 18.33333%;
          flex: 1 0 18.33333%;
  padding: 15px 25px 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    border-left: 1px solid #cdbab8;
  }
}

@media only screen and (min-width: 1232px) {
  .footer__social {
    padding: 25px 0 0;
  }
}

.footer__phone {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 720px) {
  .footer-nav {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 960px) {
  .footer-nav {
    text-align: left;
  }
}

.footer-nav li {
  font: 20px/24px 'pf_din_text_cond_proregular', sans-serif;
  text-transform: uppercase;
  padding: 0 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media only screen and (min-width: 480px) {
  .footer-nav li {
    padding: 0 5px 10px;
  }
}

@media only screen and (min-width: 720px) {
  .footer-nav li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media only screen and (min-width: 960px) {
  .footer-nav li {
    font-size: 18px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
    padding: 0 0 10px 25px;
  }
}

.footer-nav a {
  color: #501802;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer__search {
  position: absolute;
  right: 25px;
  top: 12px;
}

@media only screen and (min-width: 960px) {
  .footer__search {
    position: relative;
    right: auto;
    top: auto;
  }
}

.footer__search-field {
  display: block;
  width: 183px;
  height: 38px;
  margin: 0;
  padding: 5px 35px 5px 15px;
  color: #501802;
  font: 15px/17px 'pf_din_text_cond_proregular', sans-serif;
  background: url(/images/bg/footer-search.png) 0 0 no-repeat;
  border: none;
}

.footer__search-field:focus {
  outline: none;
}

.footer__search-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 17px;
  height: 16px;
  background: url(/images/bg/footer-find.png) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.logo--footer {
  display: inline-block;
  vertical-align: middle;
  width: 314px;
  height: 66px;
  background: url(/images/bg/logo-footer.png) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.old__price {color:#a9968c;}
/*.new__price {color:#d35858;}*/
.promo__weight {
    background: #d25757;
    color: white;
    border: #d25757;
	opacity: 1;
}
.promo__weight.products__weight--active {
    background: none;
    border: 1px solid #d25757;
    color: #d25757;
}
