html.is-mobile.popup-cart-open {
  position: fixed;
  overflow: hidden;
}

html.is-mobile.full-menu-open {
  overflow: hidden;
}

html.is-mobile .full-menu {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.map {
  overflow: hidden;
}

.three-bounce-div {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #000;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
  animation: bouncedelay 1.4s infinite ease-in-out both;
}

.three-bounce .one {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}

.three-bounce .two {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

.notifyjs-corner {
  z-index: 10501 !important;
}

html.is-mobile .products-list .product-item {
  visibility: visible;
}

html.is-mobile .fast-categories {
  padding: 0;
}

html.is-mobile .products-filters .fast-categories ul {
  padding-bottom: 0;
  overflow: visible;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html.is-mobile .fast-categories .scroll-button {
  display: none !important;
}

.baloon .baloon-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
}

.baloon-close-button {
  font-size: 20px;
  line-height: 1;
  color: #c8aa6a;
}

[data-action] {
  cursor: pointer;
}

@-webkit-keyframes cartAnim {
  0% {
    background: rgba(0, 0, 0, 0.2);
    visibility: visible;
  }

  20% {
    background: rgba(0, 0, 0, 0.2);
    visibility: visible;
  }

  60% {
    background: rgba(0, 0, 0, 0.2);
    visibility: visible;
  }

  100% {
    background: transparent;
    visibility: hidden;
  }
}

@keyframes cartAnim {
  0% {
    background: rgba(0, 0, 0, 0.2);
    visibility: visible;
  }

  20% {
    background: rgba(0, 0, 0, 0.2);
    visibility: visible;
  }

  60% {
    background: rgba(0, 0, 0, 0.2);
    visibility: visible;
  }

  100% {
    background: transparent;
    visibility: hidden;
  }
}

@-webkit-keyframes cartCircleAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  20% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes cartCircleAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  20% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.slick-dots li {
  width: 30px;
  height: 10px;
  margin: 0 10px;
}

.slick-dots li button {
  width: 30px;
  height: 10px;
  padding: 0;
}

.slick-dots li button:before {
  background: #c8aa6a;
  opacity: .6;
  content: '';
  width: 30px;
  height: 2px;
  margin-top: 5px;
}

.slick-dots li.slick-active button:before {
  width: 30px;
  height: 3px;
  padding: 0;
  margin-top: 4px;
}

.logo-copy img {
  max-width: 100%;
  height: auto;
}

.footer-right .share .fa {
  line-height: 25px;
}

header .logo a {
  display: inline-block;
  vertical-align: top;
  width: 125px;
}

header .logo img {
  width: 100%;
  max-height: 80px;
}


.products-slider .slick-slide {
  padding: 0 20px 10px;
}

.products-slider .product-item {
  border: none;
}

.btn-buy {
  cursor: pointer;
}

.btn-buy .spinner .spin-btn {
  position: relative;
  width: 30px;
  height: 30px;
  background: 0 0 !important;
}

.btn-buy .spinner .spin-btn:hover {
  opacity: .7;
}

.btn-buy .spinner .spin-btn.add-count:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url(../images/site-icons.svg) no-repeat;
  background-position: 5px -246px;
}

.btn-buy .spinner .spin-btn.remove-count:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 10px;
  margin-top: -5px;
  margin-left: -12px;
  background: url(../images/site-icons.svg) no-repeat;
  background-position: 5px -271px;
}

.products-slider .slick-dots {
  bottom: -10px;
}

.banner {
  text-align: center;
}

.animate-product-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 333;
  visibility: hidden;
}

.animate-product-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgba(140, 159, 63, 0.75);
  background-color: rgba(140, 159, 63, 0.75);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  text-align: center;
  opacity: 0;
}

.animate-product-item-icon .fa {
  font-size: 35px;
  line-height: 100px;
  color: #fff;
}

.animate-product-item.active {
  -webkit-animation: cartAnim .6s ease;
  animation: cartAnim .6s ease;
}

.animate-product-item.active .animate-product-item-icon {
  -webkit-animation: cartCircleAnim .6s ease;
  animation: cartCircleAnim .6s ease;
}

.product-tags-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 10;
}

.product-tags-wrapper .product-tag {
  margin: 10px 0 0;
}

.product-tag {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  font-family: Museo700,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #6dab3b;
  text-align: center;
}

.product-tag:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #3d5e22 transparent transparent;
  z-index: 3;
}

.product-tag:after {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #6dab3b;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: 1;
}

.product-tag-title {
  position: relative;
  display: block;
  height: 30px;
  padding: 8px 3px 8px 8px;
  overflow: hidden;
  z-index: 2;
}

.product-tag.is-season, .product-tag.is-season:after {
  background: #6dab3b;
}

.product-tag.is-season:before {
  border-color: transparent #3d5e22 transparent transparent;
}

.product-tag.is-action, .product-tag.is-action:after {
  background: #e04d30;
}

.product-tag.is-action:before {
  border-color: transparent #8c2b19 transparent transparent;
}

.product-tag.is-advisable, .product-tag.is-advisable:after {
  background: #317dcb;
}

.product-tag.is-advisable:before {
  border-color: transparent #0f3277 transparent transparent;
}

.product-tag.is-top, .product-tag.is-top:after {
  background: #fb8c0a;
}

.product-tag.is-top:before {
  border-color: transparent #8d3311 transparent transparent;
}

.product-page .breadcrumbs .container {
  padding: 0;
}

.breadcrumbs {
  margin: 0;
  padding: 0 0 40px;
  font-size: 14px;
  line-height: 20px;
}

.breadcrumbs-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.breadcrumbs-child:last-child {
  margin-right: 0;
}

.breadcrumbs-link {
  text-decoration: none;
  color: #8e8e8e;
}

.breadcrumbs-link:hover {
  text-decoration: underline;
}

.breadcrumbs-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 10px;
}

.breadcrumbs-arrow:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #8e8e8e;
}

.fast-categories {
  position: relative;
  padding: 0 35px;
}

.fast-categories .scroll-button {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}

.fast-categories .scroll-button.prev {
  left: 0%;
}

.fast-categories .scroll-button.next {
  right: 0%;
}

.fast-categories.overflow .scroll-button {
  display: block;
}

.fast-categories.overflow.position-start .scroll-button.prev {
  display: none;
}

.fast-categories.overflow.position-end .scroll-button.next {
  display: none;
}

.fast-categories-all, .fast-categories-submenu {
  display: none;
}

.fast-categories-all .filter-toggle {
  position: relative;
  height: 75px;
  line-height: 75px;
  display: block;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 25px;
  font-family: Museo,sans-serif;
  cursor: pointer;
}

.fast-categories-all .filter-toggle:after {
  content: '';
  position: absolute;
  right: 0%;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #000 transparent transparent transparent;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.fast-categories-list {
  position: relative;
  padding-bottom: 100px;
  white-space: nowrap;
}

.fast-categories-child, .fast-categories-all {
  position: relative;
  white-space: normal;
}

.products-filters .fast-categories ul {
  overflow: hidden;
}

.products-filters .fast-categories ul:after {
  opacity: 0;
}

.products-filters .fast-categories ul li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.products-filters .fast-categories ul li:last-child {
  width: auto;
}

.fast-categories-child.hide, .fast-categories-submenu-child.hide {
  display: none;
}

.fast-categories-submenu {
  display: none;
  position: absolute;
  background: #fff;
  width: 160px;
  padding: 0 20px;
  left: 0;
  top: 100%;
  margin-top: -5px;
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  align-items: center;
  flex-wrap: wrap;
  z-index: 4234;
}

.fast-categories-submenu:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -11px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent rgba(203, 203, 203, 0.38) transparent;
}

.fast-categories-submenu:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.fast-categories-submenu-child {
  margin: 15px 0;
  text-align: left;
}

.products-filters .fast-categories .fast-categories-submenu-child a {
  text-decoration: none;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.products-filters .fast-categories .fast-categories-submenu-child a:after {
  display: none;
}

.fast-categories-submenu-child a:hover {
  color: #e1b787;
}

.scroll-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border: 1px solid #e1b787;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #e1b787;
  cursor: pointer;
}

.catalog-filters .type-filter {
  display: none;
}

.transparent-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: Museo,sans-serif;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  border-bottom: 1px dashed #000;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  outline: none;
}

.transparent-button:hover {
  border-bottom-color: transparent;
}

.form-field-inside {
  margin: 10px 0 0;
}

.form-field-inside:first-child {
  margin-top: 0;
}

.is-hidden {
  display: none !important;
}

.form-field .transparent-button {
  font-size: 14px;
  line-height: 20px;
}

.full-menu-top {
  display: none;
}

.full-menu-top a {
  text-decoration: none;
}

.middle-close-button {
  font-size: 24px;
  line-height: 1;
  color: #c8aa6a;
}

.full-menu-top {
  padding: 20px;
  text-align: center;
}

.full-menu-top .user-cabinet, .full-menu-top .langs {
  position: relative;
  display: none;
  vertical-align: middle;
  text-align: left;
}

.full-menu-top .user-cabinet {
  margin-right: 35px;
}

.full-menu-top .cabinet-popup {
  display: none;
  position: absolute;
  background: #fff;
  padding: 24px;
  width: 100%;
  min-width: 320px;
  top: 40px;
  left: 50%;
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 4234;
}

.full-menu-top .cabinet-popup form input[type=text] {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #eee9e3;
  line-height: 48px;
  font-size: 18px;
  color: #000;
  font-family: Museo300,sans-serif;
  padding: 0 15px;
  margin-bottom: 10px;
}

.full-menu-top .langs-toggle:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #000 transparent transparent transparent;
}

.full-menu-top .cabinet-popup .middle-close-button {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 10;
}

.cabinet-popup .title {
  padding-bottom: 2px;
}

.full-menu-top .langs-list-popup {
  display: none;
  position: absolute;
  background: #fff;
  padding: 0 15px;
  left: -15px;
  top: 40px;
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  z-index: 4234;
}

.full-menu-top .langs-list-popup:after {
  content: '';
  position: absolute;
  left: 15px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.full-menu-top .langs-list-popup ul li {
  margin: 15px 0;
}

.profile-phone, .profile-birthday {
  color: #000;
  font-size: 18px;
  font-family: Museo,sans-serif;
  line-height: 40px;
}

.page-disabled {
  overflow: hidden;
}

.page-disabled .page-mask {
  display: block;
}

.page-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10001;
}

.page-mask .three-bounce-div {
  background-color: #fff;
}

.page-mask .three-bounce {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.streets-list {
  position: relative;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #eee9e3;
  font-size: 13px;
}

.streets-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.streets-list li {
  display: block;
  padding: 5px 0;
  cursor: pointer;
}

.streets-list li.selected, .streets-list li:hover {
  color: #e1b787;
}

.js-show-route {
  text-decoration: none;
}

.js-show-route span {
  text-decoration: underline;
}

.js-show-route:hover span {
  text-decoration: none;
}

.checkbox-label {
  position: relative;
  display: block;
}

.checkbox-label input[type=checkbox] {
  display: none;
}

.checkbox-label input[type=checkbox]:checked + .checkbox-title:after {
  opacity: 1;
}

.checkbox-label input[type=checkbox][disabled] + .checkbox-title {
  opacity: .5;
}

.checkbox-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  min-height: 20px;
  font-size: 14px;
  line-height: 1.1;
  font-family: Museo,sans-serif;
  color: #000;
}

.checkbox-title:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #8c9f3f;
  background: 0 0;
  border-radius: 2px;
  z-index: 1;
}

.checkbox-title:after {
  content: '\f00c';
  position: absolute;
  top: 3px;
  left: 4px;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
  color: #8c9f3f;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 2;
}

.ui-autocomplete {
  border: 1px solid #eee9e3;
  margin-top: -1px;
  padding: 10px 20px;
}

.ui-menu-item {
  padding: 5px 0;
  font-size: 16px;
  line-height: 22px;
  background: 0 0 !important;
  border: none !important;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0;
}

.ui-menu-item:hover, .ui-menu-item.ui-state-focus {
  color: #e1b787;
}

.btn-buy.disabled {
  pointer-events: none;
  opacity: .5;
  cursor: default;
}

.business-lunch-list form .upper-block .price-block .btn-buy {
  display: inline-block;
  vertical-align: middle;
  background: #8c9f3f;
  border: 1px solid #8c9f3f;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  width: 180px;
  text-align: center;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 3px;
}

.business-lunch-list form .upper-block .price-block .btn-buy:hover {
  opacity: .75;
}

.business-lunch-list form .upper-block .price-block .btn-buy .spinner {
  display: none;
}

.business-lunch-list form .upper-block .price-block .btn-buy .spinner .count-field {
  color: #fff;
  font-size: 18px;
  background: 0 0;
  border: none;
  width: 35px;
  text-align: center;
  height: 20px;
  margin: 0 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.business-lunch-list form .upper-block .price-block .btn-buy .spinner .spin-btn {
  width: 25px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
}

.business-lunch-list form .upper-block .price-block .btn-buy.active > span {
  display: none;
}

.business-lunch-list form .upper-block .price-block .btn-buy.active .spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy.form-mobile {
  display: none;
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.news-page article h2:first-child, .news-page article h3:first-child, .news-page article h4:first-child, .news-page article h5:first-child, .news-page article h6:first-child, .news-page article p:first-child, .news-page article ul:first-child, .news-page article ol:first-child {
  margin-top: 0;
}

.checkout-steps.step-three .delivery-tabs {
  flex-direction: row-reverse;
}

.subscribe-block .subscribe {
  border: none;
}

.user-cabinet-register-form {
  position: relative;
  margin: 15px 0 0;
}

.header-inner .user-cabinet .cabinet-popup .form-row {
  position: relative;
  display: block;
  margin: 15px 0 0;
  padding: 0;
}

.header-inner .user-cabinet .cabinet-popup .form-row:first-child {
  margin-top: 0;
}

.header-inner .user-cabinet .cabinet-popup .form-row input[type=text], .header-inner .user-cabinet .cabinet-popup .form-row input[type=email], .header-inner .user-cabinet .cabinet-popup .form-row input[type=tel], .header-inner .user-cabinet .cabinet-popup .form-row input[type=password] {
  margin: 0;
}

.header-inner .user-cabinet .js-register-user .checkbox-title {
  padding-top: 2px;
}

.date-input-row {
  position: relative;
  font-size: 0;
  margin: 0 -5px;
  text-align: center;
  overflow: hidden;
}

.date-input-row input[type=text] {
  text-align: center;
}

.date-input-column {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

.date-input-column.is-date {
  width: 30%;
}

.date-input-column.is-month {
  width: 30%;
}

.date-input-column.is-year {
  width: 40%;
}

.disabled-mask:before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
}

.disabled-mask:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation: circle infinite .75s linear;
  animation: circle infinite .75s linear;
  border: 2px solid #9a1212;
  border-top-color: transparent;
  border-radius: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.page-title-with-bg {
  position: relative;
  padding-bottom: 25px;
}

.page-title-with-bg:after {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 16px;
  background: url(https://mafia.ua/img/page-title-bg-white.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

main.grey-background {
  background: #f4f4f4;
}

.profile-page.is-single {
  min-height: inherit;
}

.profile-page.is-single .profile-container {
  max-width: 1000px;
}

.profile-page.is-thanks .profile-container .profile-tab-container.data-container {
  padding-bottom: 45px;
}

.profile-page.is-code .profile-container .profile-tab-container.data-container {
  padding-bottom: 25px;
}

.profile-code-section {
  position: relative;
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

.profile-code-section .countdown-column.is-days, .profile-code-section .countdown-column.is-hours, .profile-code-section .countdown-delimiter.is-days, .profile-code-section .countdown-delimiter.is-hours {
  display: none;
}

.profile-code-header {
  position: relative;
}

.profile-code-body {
  position: relative;
  margin: 15px 0 0;
}

.profile-code-footer {
  position: relative;
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 1.29;
  font-family: Museo300,sans-serif;
}

.profile-code-footer button {
  display: block;
  background: #8c9f3f;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  padding: 15px;
  text-decoration: none;
  border-radius: 3px;
  border: none;
  text-align: center;
  width: 100%;
  max-width: 300px;
}

.profile-code-footer button:hover {
  background: #91b306;
}

.profile-code-footer p {
  margin: 10px 0 0;
}

.profile-code-value {
  font-size: 140px;
  line-height: 1;
  font-family: Museo700,sans-serif;
}

.profile-code-title {
  font-size: 20px;
  line-height: 1.5;
  font-family: Museo500,sans-serif;
}

.profile-code-body .countdown {
  margin: 10px 0 0;
}

.profile-code-body:first-child, .profile-code-body .countdown:first-child, .profile-code-footer:first-child, .profile-code-footer p:first-child {
  margin-top: 0;
}

.profile-container-section {
  display: none;
}

.profile-container-section.active {
  display: block;
}

.list-popup-scroll {
  position: relative;
  padding: 0 20px;
  max-height: -webkit-calc(100vh - 140px);
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}

@media (max-width: 1199px) {
  footer, .footer-left, .footer-right {
    display: block;
    justify-content: inherit;
    flex-direction: inherit;
    text-align: center;
    width: 100%;
  }

  footer .logo-copy {
    margin: 0 0 20px;
  }

  .footer-left {
    font-size: 0;
  }

  .footer-menu {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 5px 15px;
    width: calc(25% - 10px);
  }

  .footer-right, .footer-right .vis {
    margin: 20px 0 0;
  }

  .footer-right .share {
    text-align: center;
    margin: 0;
  }

  .logo-copy img {
    margin-bottom: 0;
  }

  .copy.form-desktop {
    display: none;
  }

  .copy.form-mobile {
    display: block;
  }

  .profile-page .profile-container .data-container .form-btn-wrapper a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .profile-code-value {
    font-size: 120px;
  }
}

@media (max-width: 1023px) {
  .product-page .product-description {
    padding-right: 0;
  }

  .product-page-inside {
    padding-right: 0;
  }

  .product-page .product-img {
    height: auto;
    text-align: center;
  }

  .product-page .product-img img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .footer-right .vis, .footer-left .copy {
    font-size: 12px;
  }

  .fr-video {
    position: relative;
    display: block;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }

  .fr-video iframe, .fr-video object, .fr-video embed, .fr-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .fast-categories {
    display: none;
  }

  .catalog-filters .type-filter {
    display: block;
  }

  .full-menu-top .user-cabinet {
    display: inline-block;
  }

  .profile-code-value {
    font-size: 100px;
  }
}

@media (max-width: 999px) {
  .footer-menu {
    display: block;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .product-page .full-description {
    padding: 0;
  }

  .slick-dots {
    display: none !important;
  }
}

@media (max-width: 766px) {
  .product-page .product-description .title {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.2;
  }

  .additional-products .block-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .subscribe-block .subscribe .text {
    font-size: 24px;
    line-height: 1.2;
  }

  .product-page .product-img {}

  .product-page .product-img img {}

  .subscribe-block .subscribe form {
    width: auto;
  }

  .product-page .full-description, .product-page .product-description {
    margin-bottom: 20px;
  }

  .subscribe-block .subscribe {
    background: #fff;
  }

  .subscribe-block .subscribe form {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .subscribe-block .subscribe form > div {
    margin: 0;
  }

  .subscribe-block .subscribe form input {
    width: 100%;
  }

  .subscribe-block .subscribe form button {
    width: 100%;
    margin-top: 15px;
  }

  .profile-page .profile-container .data-container .form-title-center {
    font-size: 18px;
    line-height: 1.5;
  }

  .profile-page .profile-container .data-container .form-description {
    font-size: 14px;
    line-height: 1.43;
  }

  .profile-page .profile-container .data-container .form-btn-wrapper .form-btn-column {
    font-size: 12px;
    line-height: 1.43;
  }

  .profile-page .profile-container .data-container .form-btn-wrapper .form-btn-column {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }

  .profile-page .profile-container .data-container .form-btn-wrapper .form-btn-column:first-child {
    margin-top: 0;
  }

  .profile-page .profile-container .data-container .form-btn-wrapper a {
    font-size: 13px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-page .profile-container .data-container .form-description {
    text-align: left;
  }

  .profile-code-value {
    font-size: 80px;
  }

  .profile-code-title {
    font-size: 18px;
    line-height: 1.5;
  }

  .profile-code-footer {
    font-size: 12px;
    line-height: 1.43;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .full-menu-top {
    display: block;
  }

  .full-menu-top .langs {
    display: inline-block;
  }

  .full-menu-top .cabinet-popup {
    margin-left: 30px;
  }
}

@media (max-width: 479px) {
  .product-page .product-description .title {
    font-size: 24px;
    line-height: 1.2;
  }

  .additional-products .block-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .subscribe-block .subscribe .text {
    font-size: 20px;
    line-height: 1.2;
  }

  .additional-products .additional-products-list .additional-product .description .title {
    font-size: 18px;
    line-height: 1.2;
  }

  .additional-products .additional-products-list .additional-product .description .price-btn .price, .additional-products .additional-products-list .additional-product .description .volume {
    font-size: 16px;
    line-height: 1.5;
  }

  .profile-code-title {
    font-size: 14px;
  }

  .product-page .product-description .free-delivery, .product-page .product-description .discount {
    width: 100%;
  }

  .product-page .product-description .free-delivery, .product-page .product-description .discount {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px;
    background: 0 0;
  }

  .product-page .product-description .present-constructor .present {
    margin-right: 0;
  }

  .product-page .product-img {}

  .product-page .product-img img {}

  .additional-products {
    padding: 15px;
  }

  .additional-products .additional-products-list {
    margin: 0;
  }

  .additional-products .additional-products-list .additional-product {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    height: auto;
  }

  .additional-products .additional-products-list .additional-product:first-child {
    margin-top: 0;
  }

  .additional-products .additional-products-list .additional-product .description {
    width: calc(100% - 50px);
    padding: 20px 10px;
  }

  .additional-products .additional-products-list .additional-product .price-btn .add .spinner .count-field {
    padding: 15px 0;
    margin: 7px 5px;
  }

  .additional-products .additional-products-list .additional-product .img img {
    bottom: auto;
    top: 5px;
  }

  .additional-products .additional-products-list .additional-product .description .price-btn {
    display: block;
    justify-content: inherit;
    align-items: inherit;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .additional-products .additional-products-list .additional-product .description .price-btn .btn {
    display: inline-block;
  }

  .baloon {
    right: 0;
  }

  .products-slider {
    margin: 0;
  }
}

.products-filters .fast-categories-title {
  display: none;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1023px) {
  html.is-mobile .products-filters .fast-categories ul {
    overflow-y: inherit;
  }

  .products-filters .fast-categories {
    display: flex;
    align-items: center;
    width: 100%;
    height: 75px;
    padding-top: 10px;
  }

  .products-filters .fast-categories ul, .products-filters .fast-categories ul li {
    height: auto;
  }

  .products-filters .fast-categories ul li {
    margin: 0 10px 10px 0;
  }

  .products-filters .fast-categories ul li a {
    font-size: 14px;
    padding: 0;
    height: auto;
    line-height: inherit;
  }

  .products-filters .fast-categories ul li a.active:after {
    bottom: -5px;
  }

  .products-filters .fast-categories-list {
    padding-bottom: 0;
    white-space: inherit;
  }

  .products-filters .fast-categories-title, .products-filters .fast-categories ul {
    display: inline-block;
    vertical-align: top;
  }

  .products-filters .catalog-filters .sort-filter span, .products-filters .catalog-filters .sort-filter .sort-filter-list-popup ul li a {
    font-size: 14px;
  }

  .products-filters .catalog-filters .sort-filter span {
    margin-right: 5px;
  }

  .products-filters .catalog-filters .sort-filter .sort-filter-list-popup {
    z-index: 11;
  }
}

@media (max-width: 999px) {
  .products-filters {
    flex-wrap: wrap;
    height: auto;
    padding-top: 20px;
  }

  .products-filters h1 {
    height: auto;
    line-height: inherit;
    margin-bottom: 10px;
  }

  .products-filters .fast-categories, .products-filters .catalog-filters {
    height: auto;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
  }

  .products-filters .catalog-filters {
    display: none;
    margin-bottom: 10px;
  }
}
