input {
  border: 0;
  outline: 0;
}

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

body {
  line-height: 1;
}

.window-fixed {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  display: block;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 500px;
  padding: 20px;
  z-index: 100000 !important;
  left: 50%;
  margin-left: -250px;
  border-radius: 10px;
  top: 30%;
}

#ok_txt,
#ok_txtD {
  color: #8CC400;
}

#error_txt,
#error_txtD {
  color: #E62E04;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

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

input,
select {
  vertical-align: middle
}

.name-order {
  background: #FFF url(../img/ico-t.png) no-repeat;
  background-position: 97% 50%;

}

.date-order {
  background: #FFF url(../img/ico-k.png) no-repeat;
  background-position: 95% 50%;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
button,
html,
input,
select,
textarea {
  color: #231f20
}

html {
  font-size: 1em;
  line-height: 1.4
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}

::selection {
  background: #b3d4fc;
  text-shadow: none
}

hr {
  display: block;
  background: #fff;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 2px solid #EAEAEA;
  margin: 20px 0 25px;
  padding: 0
}

audio,
canvas,
img,
video {
  vertical-align: middle
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

.browsehappy {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}

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

a.otziv {
  text-decoration: none !important;
  color: #ffba34 !important;
}

a:hover {
  text-decoration: none;
}

.input-label {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 12px;
  display: block;
  margin-bottom: 6px
}

.fbx-content {
  display: none
}


.links-section .left {
  background: #000;
}



input[type=checkbox].css-checkbox,
input[type=radio].css-checkbox {
  display: none
}

input[type=checkbox].css-checkbox+label.css-label,
input[type=radio].css-checkbox+label.css-label {
  padding-left: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer
}

input[type=checkbox].css-checkbox+label.css-label:before {
  background-position: 0 0
}

input[type=checkbox].css-checkbox+label.css-label:hover:before {
  background-position: 0 -40px
}

input[type=checkbox].css-checkbox+label.css-label:active:before {
  background-position: 0 -20px
}

input[type=radio].css-checkbox+label.css-label:before {
  background-position: -26px 0
}

input[type=radio].css-checkbox+label.css-label:hover:before {
  background-position: -26px -40px
}

input[type=radio].css-checkbox+label.css-label:active:before {
  background-position: -26px -20px
}

input[type=checkbox].css-checkbox.checked+label.css-label:before,
input[type=checkbox].css-checkbox.checked+label.css-label:hover:before,
input[type=checkbox].css-checkbox:checked+label.css-label:before,
input[type=checkbox].css-checkbox:checked+label.css-label:hover:before {
  background-position: 0 -60px
}

input[type=radio].css-checkbox.checked+label.css-label:before,
input[type=radio].css-checkbox.checked+label.css-label:hover:before,
input[type=radio].css-checkbox:checked+label.css-label:before,
input[type=radio].css-checkbox:checked+label.css-label:hover:before {
  background-position: -26px -60px
}

label.css-label {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #323131;
  line-height: 20px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

label.css-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 17px;
  background-image: url(../img/spr_checkboxes.png)
}

.common-form-cnt fieldset {
  position: relative;
  margin-bottom: 25px
}

.pre-overlay {
  display: block;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000
}

.pre-overlay .pre-sprite {
  background-image: url('../img/logs.png');
  background-repeat: no-repeat
}

.pre-overlay .preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 115px;
  margin: -57px 0 0 -175px
}

.pre-overlay .preloader .pre-logo {
  position: absolute;
  display: block;
  top: 66px;
  left: 54px;
  width: 240px;
  opacity: 1;
  height: 44px;
  background-position: 0 0;
  -moz-transition: width .7s linear, opacity .7s linear;
  -o-transition: width .7s linear, opacity .7s linear;
  -webkit-transition: width .7s linear, opacity .7s linear;
  transition: width .7s linear, opacity .7s linear
}

.pre-overlay .preloader .pre-logo-a {
  width: 0;
  opacity: 0
}

.pre-overlay .preloader .pre-left-label {
  position: absolute;
  display: block;
  top: 15px;
  left: 240px;
  width: 110px;
  opacity: 1;
  height: 24px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  -moz-transition: width .46s linear, opacity .46s linear;
  -o-transition: width .46s linear, opacity .46s linear;
  -webkit-transition: width .46s linear, opacity .46s linear;
  transition: width .46s linear, opacity .46s linear
}

.pre-overlay .preloader .pre-right-label {
  position: absolute;
  display: block;
  top: 15px;
  right: 240px;
  width: 110px;
  opacity: 1;
  height: 24px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  -moz-transition: width .46s linear, opacity .46s linear;
  -o-transition: width .46s linear, opacity .46s linear;
  -webkit-transition: width .46s linear, opacity .46s linear;
  transition: width .46s linear, opacity .46s linear
}

.pre-overlay .preloader .pre-label-a {
  width: 0;
  opacity: 0
}

.pre-overlay .preloader .pre-left-text {
  position: absolute;
  display: block;
  top: 17px;
  left: 240px;
  width: 110px;
  height: 21px;
  background-position: 14px -67px;
  -moz-transition: opacity .46s linear;
  -o-transition: opacity .46s linear;
  -webkit-transition: opacity .46s linear;
  transition: opacity .46s linear
}

.pre-overlay .preloader .pre-right-text {
  position: absolute;
  display: block;
  top: 17px;
  right: 240px;
  width: 110px;
  height: 21px;
  background-position: 2px -44px;
  -moz-transition: opacity .46s linear;
  -o-transition: opacity .46s linear;
  -webkit-transition: opacity .46s linear;
  transition: opacity .46s linear
}

.pre-overlay .preloader .pre-text-a {
  opacity: 0
}

.pre-overlay .preloader .pre-middle {
  position: absolute;
  display: block;
  top: 7px;
  left: 112px;
  width: 125px;
  height: 61px;
  overflow: hidden
}

.pre-overlay .preloader .pre-grass-1 {
  position: absolute;
  display: block;
  top: 30px;
  left: 1px;
  width: 40px;
  height: 30px;
  opacity: 1;
  background-position: -4px -90px;
  -moz-transition: top .25s linear, opacity .25s linear;
  -o-transition: top .25s linear, opacity .25s linear;
  -webkit-transition: top .25s linear, opacity .25s linear;
  transition: top .25s linear, opacity .25s linear
}

.pre-overlay .preloader .pre-grass-2 {
  position: absolute;
  display: block;
  top: 30px;
  left: 43px;
  width: 40px;
  height: 30px;
  opacity: 1;
  background-position: -52px -90px;
  -moz-transition: top .25s linear, opacity .25s linear;
  -o-transition: top .25s linear, opacity .25s linear;
  -webkit-transition: top .25s linear, opacity .25s linear;
  transition: top .25s linear, opacity .25s linear
}

.pre-overlay .preloader .pre-grass-3 {
  position: absolute;
  display: block;
  top: 30px;
  left: 85px;
  width: 40px;
  height: 30px;
  opacity: 1;
  background-position: -102px -90px;
  -moz-transition: top .25s linear, opacity .25s linear;
  -o-transition: top .25s linear, opacity .25s linear;
  -webkit-transition: top .25s linear, opacity .25s linear;
  transition: top .25s linear, opacity .25s linear
}

.pre-overlay .preloader .pre-grass-a {
  top: 65px;
  opacity: 0
}

.pre-overlay .preloader .pre-bull {
  position: absolute;
  display: block;
  top: 0;
  left: 8px;
  width: 110px;
  height: 69px;
  opacity: 1;
  background-position: -144px -61px;
  -moz-transition: opacity .37s linear;
  -o-transition: opacity .37s linear;
  -webkit-transition: opacity .37s linear;
  transition: opacity .37s linear
}

.pre-overlay .preloader .pre-bull-a {
  opacity: 0
}

.pre-overlay .preloader .pre-dummy {
  position: absolute;
  top: 3px;
  left: -300px;
  width: 300px;
  height: 104px;
  background: url(../img/grad.png) no-repeat
}

html {
  min-height: 100%;
  min-width: 960px
}

html.noscroll {
  overflow: hidden
}

body {
  height: 100%
}

body.noscroll {
  overflow: hidden
}

.ipad body {
  position: relative
}

.blurred {
  -webkit-filter: blur(3px);
  filter: blur(3px)
}

#root-wrapper {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: 180px;
  position: relative;
  z-index: 1
}

.scroll-tip {
  position: fixed;
  width: 2em;
  height: 2em;
  bottom: 0;
  margin-bottom: 0;
  left: 50%;
  margin-left: -1em;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 3px 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-animation: bouncbounce 2s infinite ease;
  -webkit-animation: bouncbounce 2s infinite ease;
  animation: bouncbounce 2s infinite ease;
  z-index: 3;
}

.lt-ie9 .scroll-tip {
  width: 44px;
  height: 128px;
  background: url(../img/icon_scroll.png) no-repeat;
  border: none
}

@-moz-keyframes bouncbounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    bottom: 50px
  }

  40% {
    bottom: 80px
  }

  60% {
    bottom: 65px
  }
}

@-webkit-keyframes bouncbounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    bottom: 50px
  }

  40% {
    bottom: 80px
  }

  60% {
    bottom: 65px
  }
}

@keyframes bouncbounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    bottom: 50px
  }

  40% {
    bottom: 80px
  }

  60% {
    bottom: 65px
  }
}

#site-wrapper {
  position: relative;
  height: 100%
}

#loader {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3381C1;
  display: none
}

#loader .holder {
  display: block;
  width: 81px;
  height: 148px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: auto;
  z-index: 1501;
  opacity: 0;
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px)
}

#loader .holder .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  z-index: 0
}

#loader .holder .progress svg {
  position: absolute;
  bottom: 0;
  z-index: 0
}

.js-page {
  display: none
}

.nav-overlay {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, .9);
  z-index: 3;
  visibility: hidden;
  opacity: 0
}

.lt-ie9 .nav-overlay {
  background: #000
}

i.icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  background-image: url(../img/spr_icons.png);
  background-position: 0 0;
  background-repeat: no-repeat
}

i.icon.icon-steak-l {
  background-position: -100px 0
}

i.icon.icon-steak-r {
  background-position: -400px 0
}

i.icon.icon-leg-l {
  background-position: -200px 0
}

i.icon.icon-leg-r {
  background-position: -300px 0
}

i.icon.icon-plus {
  background-position: 10px -100px
}

i.icon.icon-plus.black {
  background-position: -190px -100px
}

i.icon.icon-next {
  background-position: -90px -100px
}

i.icon.icon-freeze {
  background-position: 0 -200px
}

i.icon.icon-fork {
  background-position: -100px -200px
}

i.icon.icon-milk {
  background-position: -200px -200px
}

i.icon.icon-smile {
  background-position: -300px -200px
}

i.icon.icon-corn {
  background-position: -400px -200px
}

i.icon.icon-feedlot {
  background-position: -100px 0
}

i.icon.icon-flame {
  background-position: -400px -100px
}

.menu-btn {
  width: 148px;
  height: 67px;
  position: fixed;
  top: 13px;
  left: 40px;
  background-image: url(../img/bg_menu_btn.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  z-index: 100;
  -o-transition: background-image .3s ease;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 35px;
}

a.menu-btn.js-menu-trigger {
  cursor: pointer;
}

.menu-btn:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.menu-btn:hover {
  text-decoration: none;
}

.menu-btn:visited {
  color: #ffffff
}

.global-nav {
  position: fixed;
  width: 75%;
  max-width: 960px;
  left: 0;
  right: 0;
  height: 500px;
  z-index: 999;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  top: 230px
}

.nav-search {
  width: 460px;
  height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .5);
  border-bottom: 2px solid #000;
  margin: 0 auto 20px;
  position: relative;
  opacity: 0;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.menu-expanded .nav-search {
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1
}

.nav-search input[type=text] {
  border: none;
  background: 0 0;
  height: 48px;
  line-height: 24px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  font-size: 14px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  color: rgba(255, 255, 255, .8);
  width: 100%;
}

.nav-search input[type=text]::-webkit-input-placeholder {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  color: rgba(255, 255, 255, .3);
  letter-spacing: normal
}

.nav-search input[type=text]:-moz-placeholder {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  color: rgba(255, 255, 255, .3);
  letter-spacing: normal
}

.nav-search input[type=text]:-ms-input-placeholder {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  color: rgba(255, 255, 255, .3);
  letter-spacing: normal
}

.lt-ie9 .nav-search input[type=text] {
  border: 1px solid #4d4d4d;
  color: #ccc
}

.lt-ie9 .nav-search input[type=text]::-webkit-input-placeholder {
  color: #4d4d4d
}

.lt-ie9 .nav-search input[type=text]:-moz-placeholder {
  color: #4d4d4d
}

.lt-ie9 .nav-search input[type=text]:-ms-input-placeholder {
  color: #4d4d4d
}

.nav-search a.search-submit {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background: url(../img/icon_search.png) 50% 50% no-repeat;
  -moz-transition: -moz-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease
}

.nav-search a.search-submit:hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

@-moz-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75);
    box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75)
  }

  50% {
    -moz-box-shadow: 0 0 18px 8px rgba(93, 63, 40, .9);
    box-shadow: 0 0 18px 8px rgba(93, 63, 40, .9)
  }

  100% {
    -moz-box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75);
    box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75)
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75);
    box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75)
  }

  50% {
    -webkit-box-shadow: 0 0 18px 8px rgba(93, 63, 40, .9);
    box-shadow: 0 0 18px 8px rgba(93, 63, 40, .9)
  }

  100% {
    -webkit-box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75);
    box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75)
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75);
    -webkit-box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75);
    box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75)
  }

  50% {
    -moz-box-shadow: 0 0 18px 8px rgba(93, 63, 40, .9);
    -webkit-box-shadow: 0 0 18px 8px rgba(93, 63, 40, .9);
    box-shadow: 0 0 18px 8px rgba(93, 63, 40, .9)
  }

  100% {
    -moz-box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75);
    -webkit-box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75);
    box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75)
  }
}

.nav-menu {
  border-top: 2px solid #fff;
  border-bottom: 1px solid #8e6a1f;
  position: relative;
  margin-bottom: 50px
}

.nav-menu ul {
  padding-top: 40px;
  width: 100%;
  overflow: hidden
}

.nav-menu ul li {
  float: left;
  width: 33.33333%;
  padding-bottom: 50px;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0
}

.nav-menu .nav-link {
  display: block
}

.nav-menu .nav-link:hover {
  text-decoration: none
}

.nav-menu .nav-link:hover i {
  -moz-animation: pulse .4s 1;
  -webkit-animation: pulse .4s 1;
  animation: pulse .4s 1
}

.nav-menu .nav-link.active i {
  background-color: #8e6a1f;
  -moz-box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75);
  -webkit-box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75);
  box-shadow: 0 0 12px 6px rgba(93, 63, 40, .75)
}

.nav-menu .text {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  letter-spacing: 1px
}

.nav-menu .num {
  text-align: center
}

.nav-menu .num i {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #f0cf8e;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #8e6a1f;
  font-style: normal;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: background-color .4s ease, box-shadow .3s ease;
  -o-transition: background-color .4s ease, box-shadow .3s ease;
  -webkit-transition: background-color .4s ease, box-shadow .3s ease;
  transition: background-color .4s ease, box-shadow .3s ease
}

.nav-footer {
  text-align: center
}

.nav-footer .beef-svg {
  margin: 0 135px;
  display: inline-block;
  vertical-align: middle
}

.nav-footer .nav-footer-link {
  display: inline-block;
  vertical-align: middle;
  height: 100px;
  line-height: 100px
}

.nav-footer .nav-footer-link a {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 100%
}

.nav-footer .nav-footer-link a:hover {
  text-decoration: none
}

section {
  position: relative
}

section .pattern,
.pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/pattern-bg.png);
}

.lift-bg .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/pattern-bg.png);
}

.section1 {
  background: url(../img/bg_main_section1.jpg) center center/cover no-repeat fixed;
  -webkit-background-size: cover;
  margin-top: 0;
}

.section1.no-cover {
  background: 0 0
}

.ipad .section1.no-cover {
  overflow: visible !important
}

.about-cnt {
  position: absolute;
  width: 382px;
  height: 134px;
  bottom: -18px;
  right: 100px;
  background: url(../img/bg_about.png) no-repeat;
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  -moz-transform: rotateZ(-3.5deg);
  -ms-transform: rotateZ(-3.5deg);
  -webkit-transform: rotateZ(-3.5deg);
  transform: rotateZ(-3.5deg);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px 0;
  text-align: center
}

.about-cnt .lead {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 20px;
  color: #553115;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: .5px
}

.about-cnt .text {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #553115;
  line-height: 150%
}

.section2 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.frames-cnt {
  height: 100%
}

.frame {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -moz-transition: width .3s, opacity .2s;
  -o-transition: width .3s, opacity .2s;
  -webkit-transition: width .3s, opacity .2s;
  transition: width .3s, opacity .2s
}

.frame:hover {
  cursor: pointer
}

.frame.active {
  width: 60%
}

.servise h4,
.servise ul {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  color: #787880;
}

.servise {
  width: 90%;
  padding: 5%;
  border: 1px solid #787880;
  margin-top: 40px;
}

.servise ul {
  margin-left: 20px
}

.servise h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;

}

.lift-bg {
  background-image: url(../img/lift.jpg);
  background-size: cover;
  height: 600px;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
  position: relative;
  margin-top: 10px;

  font-family: Candara, Tahoma, Geneva, sans-serif;
  color: #fff;
  padding: 40px;
  text-align: center;
}

.frame.inactive {
  width: 40%;
  filter: alpha(Opacity=25);
  opacity: .25
}

.frame .text {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: .5px;
  z-index: 6;
  position: relative;
  font-weight: bold;
}

.phn {
  font-weight: bold;
}

#headerFilter #ecity,
input.ecity-helper {
  width: 238px !important;
  padding-right: 30px;
}


input#headerFilterSubmit {
  display: inline;
  vertical-align: top;
  margin: 2%;
  width: 190px;
  height: 38px;
  background-color: #CC9933;
  background-position: -110px -71px;
  border: 0;
  border-spacing: 0;
  color: #fff;
  cursor: pointer;
}

.frame-left {
  background-image: url(../img/img_meat2.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-right: 5px solid #000
}

.frame-right {
  background-image: url(../img/img_meat1.jpg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-left: 5px solid #000
}

.section3 {
  background-color: #f1e3bf;
  overflow: hidden
}

.about-section {
  width: 100%;
  box-shadow: inset 0 10px 100px 0 rgba(0, 0, 0, .004);
  background: url(../img/bg_section_about.jpg) 50% 100%/cover no-repeat fixed #000;
  -webkit-background-size: cover;
  overflow: hidden;
  height: 240px;
  position: relative
}

.about-section.no-cover {
  background: #000
}

.ipad .about-section {
  -webkit-transform: translate3d(0, 0, 0)
}

.about-section .header {
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative
}

.about-section .header p {
  text-align: center
}

.about-section .header .line1 {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px
}

.about-section .header .name {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 50px;
  color: #fff;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px
}

.about-section .header .main-btn {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  display: inline-block;
  border: 3px solid #fff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-transform: uppercase;
  background: url(../img/bg_main_btn.png) 50% 50% no-repeat;
  padding: 10px 30px
}

.about-section.expanded .header .line1,
.about-section.expanded .header .name,
.about-section.expanded .header p {
  color: #000
}

.about-section.expanded .white-overlay {
  filter: alpha(enabled=false);
  opacity: 1
}

.lt-ie9 .about-section.expanded .white-overlay {
  filter: alpha(Opacity=70);
  opacity: .7
}

.iphone .about-section.expanded .white-overlay,
.tablet .about-section.expanded .white-overlay {
  filter: alpha(enabled=false);
  opacity: 1
}

.about-section .white-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, .7);
  opacity: 0;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 0
}

.lt-ie9 .about-section .white-overlay {
  background: #fff;
  filter: alpha(Opacity=0);
  opacity: 0
}

.iphone .about-section .white-overlay,
.tablet .about-section .white-overlay {
  background: #fff;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none
}

.about-text-cnt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  overflow: hidden
}

.about-text-cnt p {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #0e0a0a;
  line-height: 30px;
  margin-bottom: 18px;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.about-text-cnt p .letter {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 70px;
  color: #0e0a0a;
  line-height: 60px;
  float: left;
  margin-right: 10px
}

.mCSB_outside+.mCSB_scrollTools {
  right: 0
}

.links-section {
  position: relative
}

.links-section .left {
  float: left;
  width: 50%
}

.links-section .interactive-map-cnt {
  margin-left: 50%;
  width: 50%;
  height: 100%;
  background-image: url(../img/bg_cuts_angus.jpg);
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  border-top: 10px solid #000;
}

.links-section .interactive-map-cnt a {}

.links-section .interactive-map-cnt .card-meats-cnt {
  text-align: center
}

.links-section .interactive-map-cnt .card-meats-cnt img {
  max-height: 95%;
  max-width: 100%
}

.links-section .interactive-map-cnt p {}

.links-section .interactive-map-cnt .lead {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 30px
}

.links-section .interactive-map-cnt .head {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  position: relative;
  margin-bottom: 70px
}

.links-section .interactive-map-cnt .head:after {
  content: '';
  position: absolute;
  width: 310px;
  height: 25px;
  left: 50%;
  margin-left: -155px;
  bottom: -30px;
  background: url(../img/img_venzel.png) 50% 50% no-repeat
}

.wherebuy-link-cnt a,
.wheretaste-link-cnt a {
  display: block;
  overflow: hidden;
  text-align: center;
  background-color: #2d1814;
  margin: 10px 10px 10px 0;
}

.wherebuy-link-cnt a>div.ib,
.wheretaste-link-cnt a>div.ib {
  position: relative;
  z-index: 4;
}

.wherebuy-link-cnt a:hover img,
.wheretaste-link-cnt a:hover img {
  filter: alpha(enabled=false);
  opacity: 1
}

.wherebuy-link-cnt img,
.wheretaste-link-cnt img {
  filter: alpha(Opacity=65);
  opacity: .65;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.wherebuy-link-cnt .line1,
.wheretaste-link-cnt .line1 {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  margin-bottom: 15px;
  text-transform: uppercase
}

.wherebuy-link-cnt .line2,
.wheretaste-link-cnt .line2 {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 50px;
  color: #fff;
  line-height: 100%;
  text-transform: uppercase
}

.section4 {
  background-color: #000;
  z-index: 0
}

.news-feed-wrapper {
  height: 200px;
  width: 100%;
  position: relative
}

.news-scroller {
  list-style: none;
  white-space: nowrap;
  font-size: 1px;
  height: 100%;
  margin-left: -40px;
  background: #000
}

.news-scroller li {
  display: inline-block;
  height: 200px;
  position: relative;
  overflow: hidden;
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background: #2d1814;
  margin-left: -1px
}

.news-scroller li:first-child {
  margin-left: 0
}

.news-scroller li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 200px;
  position: relative;
  overflow: hidden;
  text-align: center;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.news-scroller li img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  filter: alpha(Opacity=25);
  opacity: .25;
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  width: 120%
}

.news-scroller li .ib {
  width: 70%;
  margin: 0 auto;
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  position: relative
}

.news-scroller li .ib p {
  white-space: normal
}

.news-scroller li .news-header {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center
}

.news-scroller li .news-text {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center
}

.facts-list-wrapper {
  width: 100%;
  position: relative;
  background: #000
}

ul.facts-list {
  overflow: hidden;
  list-style: none
}

li.fact-item {
  width: 33.33333%;
  float: left;
  position: relative;
  height: 300px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #af9173;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -webkit-font-smoothing: subpixel-antialiased !important
}

li.fact-item.marked a {
  background: url(../img/bg_fact_marked.jpg);
  padding: 65px 60px 0
}

li.fact-item.marked a p {
  color: #fff
}

li.fact-item.marked .b-shadow {
  box-shadow: inset 0 0 25px 20px #000
}

li.fact-item a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%
}

li.fact-item a:hover {
  text-decoration: none
}

li.fact-item a p {
  text-align: center;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  color: #000;
  line-height: 30px
}

li.fact-item .bg-rotate {
  display: block;
  position: absolute;
  top: -6%;
  left: -6%;
  width: 112%;
  height: 112%;
  background: url(../img/bg_cardboard.jpg) 30% 30% no-repeat;
  padding: 65px 12% 0;
  -moz-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s
}

li.fact-item .bg-rotate.b-shadow {
  box-shadow: inset 0 0 25px 20px #000
}

li.fact-item:nth-child(2) .bg-rotate {
  background-position: -300px -300px
}

li.fact-item:nth-child(3) .bg-rotate {
  background-position: -370px -500px
}

li.fact-item:nth-child(4) .bg-rotate {
  background-position: -400px -600px
}

li.fact-item:nth-child(5) .bg-rotate {
  background-position: -450px -400px
}

.content-center {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}


.content-center>div,
.content-center>a {
  flex-wrap: nowrap;
}

.logo,
.logo-ovl {
  width: 340px;
}

.logo {
  color: #ffffff;
  display: inline-block;
  width: 340px;
  font-size: 42px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 5%;
}

.logo img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.logo .adr {
  font-size: 15.4px;
  display: block;
  margin-top: 9px;
  font-weight: normal;
}

#headerFilter.bd {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  width: 660px;

}

#headerFilter.bd form .flex-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#headerFilter.bd form .flex-form>div {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}

#headerFilter .flds {
  padding-left: 2%;
  height: 36px;
  margin: 2%;
  border: 0;
  float: left;
  vertical-align: top;
  color: #AEA9AB;
  width: 96%;
  box-sizing: border-box;


}


#headerFilter {
  background-image: none !important;
  padding-bottom: 0;
}

#headerFilter input.ecity-helper {
  box-shadow: none;
  position: absolute;
  background: #fff;
  box-shadow: none;
  color: #88999b;
}

#headerFilter .flds,
#headerFilter .select-before,
input#headerFilterSubmit {
  font-size: 16px;
  font-style: italic;
}




.section-heading {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 0
}

.section-heading.no-cover {
  background: 0 0
}

.section-heading h1,
.section-upslide h1 {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: .5px;
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.info-content {
  text-align: justify !important;
  background: #ccc !important;
  padding: 20px !important;
  line-height: 22px !important;
}

#content-container {
  position: relative;
  overflow: hidden;
  background: #000
}

.section-products {
  background-image: url(../img/bg_productions.jpg)
}

.section-recipes {
  background-image: url(../img/bg_recipes.jpg);
  background-position: 50% 50%
}

.products-cnt .filter-list {
  display: block;
  position: relative;
  background: #171719;
  padding: 25px 50px 0 200px;
  overflow: hidden;
  border-top: 1px solid #000
}

.products-cnt .filter-list:first-child {
  border-top: none
}

.products-cnt .filter-list .filter-title {
  position: absolute;
  top: 22px;
  left: 50px;
  width: 140px;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 17px;
  color: #bebebe;
  line-height: 100%
}

.products-cnt .filter-list .filter-title img {
  display: block;
  margin-top: 25px
}

.products-cnt .filter-list .filter-items {
  display: block
}

.products-cnt .filter-list .filter-items a {
  position: relative;
  display: inline-block;
  margin: 0 10px 25px 0;
  padding-left: 25px;
  vertical-align: middle;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #787880;
  line-height: 100%
}

.products-cnt .filter-list .filter-items a:before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 16px;
  height: 16px;
  background: url(../img/sprites.png) -29px -5px no-repeat
}

.products-cnt .filter-list .filter-items a:hover {
  text-decoration: none;
  color: #eee
}

.products-cnt .filter-list .filter-items .active {
  color: #fff
}

.products-cnt .filter-list .filter-items .active:before {
  background: url(../img/sprites.png) -4px -5px no-repeat
}

.products-cnt .filter-list .filter-hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #171719;
  width: 100%;
  min-height: 100px;
  padding: 0 50px 0 200px
}

.products-cnt .filter-list .filter-hover .filter-title {
  top: 0
}

.products-cnt .list-small .filter-items a {
  font-size: 12px
}

.products-cnt .cut-filter {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 46px
}

.products-cnt .cut-filter .filter-items a {
  margin-top: 8px;
  margin-bottom: 27px
}

.products-cnt .products-list {
  overflow: hidden;
  position: relative;
  list-style: none;
  background: #fff
}

.products-cnt .products-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  height: 400px;
  background: #fff;
  border-bottom: 1px solid #c7c7cd;
  border-right: 1px solid #c7c7cd
}

.products-cnt .products-list li.empty {
  width: 100%;
  line-height: 400px;
  background: #f4f1ec;
  text-align: center
}

.products-cnt .products-list li.empty p {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #171719;
  line-height: 16px;
  text-transform: uppercase
}

.products-cnt .products-list .product-item {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  box-shadow: inset 0 0 20px 2px #fefefe;
  transition: box-shadow .3s 0s;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.products-cnt .products-list .product-item .no-hover {
  position: absolute;
  display: block;
  margin: auto;
  z-index: 2;
  max-width: 80%;
  max-height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.products-cnt .products-list .product-item .on-top {
  position: absolute;
  display: block;
  margin: auto;
  z-index: 2;
  max-width: 80%;
  max-height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: -moz-transform .7s cubic-bezier(0.175, 1.3, .2, 1), opacity .3s linear;
  -o-transition: -o-transform .7s cubic-bezier(0.175, 1.3, .2, 1), opacity .3s linear;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.175, 1.3, .2, 1), opacity .3s linear;
  transition: transform .7s cubic-bezier(0.175, 1.3, .2, 1), opacity .3s linear
}

.products-cnt .products-list .product-item .on-hover {
  position: absolute;
  display: block;
  margin: auto;
  z-index: 1;
  max-width: 80%;
  max-height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transform: translate(-300px, 0) translateZ(0);
  -ms-transform: translate(-300px, 0) translateZ(0);
  -webkit-transform: translate(-300px, 0) translateZ(0);
  transform: translate(-300px, 0) translateZ(0);
  -moz-transition: -moz-transform .7s cubic-bezier(0.175, 1.5, .2, 1), opacity .3s linear;
  -o-transition: -o-transform .7s cubic-bezier(0.175, 1.5, .2, 1), opacity .3s linear;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.175, 1.5, .2, 1), opacity .3s linear;
  transition: transform .7s cubic-bezier(0.175, 1.5, .2, 1), opacity .3s linear
}

.products-cnt .products-list .product-item .description {
  position: absolute;
  display: block;
  z-index: 4;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  bottom: 30px;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #171719;
  line-height: 100%
}

.popup-holder .products-cnt .products-list .product-item .description {
  bottom: 0
}

.products-cnt .products-list .product-item:hover {
  -moz-box-shadow: inset 0 0 20px 2px #e6e3df;
  -webkit-box-shadow: inset 0 0 20px 2px #e6e3df;
  box-shadow: inset 0 0 20px 2px #e6e3df
}

.products-cnt .products-list .product-item:hover .on-top {
  z-index: 1;
  opacity: 0;
  -moz-transform: translate(300px, 0) translateZ(0);
  -ms-transform: translate(300px, 0) translateZ(0);
  -webkit-transform: translate(300px, 0) translateZ(0);
  transform: translate(300px, 0) translateZ(0)
}

.products-cnt .products-list .product-item:hover .on-hover {
  z-index: 2;
  opacity: 1;
  -moz-transform: translate(0px, 0) translateZ(0);
  -ms-transform: translate(0px, 0) translateZ(0);
  -webkit-transform: translate(0px, 0) translateZ(0);
  transform: translate(0px, 0) translateZ(0)
}

.products-cnt .products-list .product-item.advice:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.section-upslide {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -moz-transition: -moz-transform .5s cubic-bezier(0.7, 0, .3, 1);
  -o-transition: -o-transform .5s cubic-bezier(0.7, 0, .3, 1);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.7, 0, .3, 1);
  transition: transform .5s cubic-bezier(0.7, 0, .3, 1);
  top: 0
}

.lt-ie9 .section-upslide {
  -moz-transition: top .5s cubic-bezier(0.7, 0, .3, 1);
  -o-transition: top .5s cubic-bezier(0.7, 0, .3, 1);
  -webkit-transition: top .5s cubic-bezier(0.7, 0, .3, 1);
  transition: top .5s cubic-bezier(0.7, 0, .3, 1)
}

.section-upslide .pattern {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/pattern-bg.png)
}

.section-upslide .bg-img {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.section-upslide .section-logo {
  position: absolute;
  display: block;
  z-index: 3;
  top: 14%;
  width: 100%;
  text-align: center;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.section-upslide .section-logo .logo-link {
  display: inline-block
}

.section-upslide .section-logo .logo-link img {
  display: block
}

.section-upslide .section-text {
  position: absolute;
  display: block;
  z-index: 2;
  bottom: 20%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 100%;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.scale-menu {
  overflow: hidden
}

.scale-menu .link-scale {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  height: 300px;
  background: #000
}

.scale-menu .link-scale .bg-img {
  position: absolute;
  display: block;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .55;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: -webkit-transform .7s ease-out, opacity .3s linear;
  -moz-transition: -moz-transform .7s ease-out, opacity .3s linear;
  -ms-transition: -ms-transform .7s ease-out, opacity .3s linear;
  -o-transition: -o-transform .7s ease-out, opacity .3s linear;
  transition: transform .7s ease-out, opacity .3s linear;
}

.scale-menu .link-scale .link-title {
  position: absolute;
  display: block;
  z-index: 0;
  width: 100%;
  left: 0;
  bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 100%
}

.scale-menu .active .bg-img,
.scale-menu .link-scale:hover .bg-img {
  opacity: 1
}

.scale-menu .img-scaled .bg-img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.fabrics-style .title {
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #000;
  line-height: 100%;
  max-width: 1200px;
  margin: 0 auto 25px
}

.fabrics-style .description {
  text-align: center;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 150%;
  max-width: 1200px;
  margin: 0 auto 70px
}

.fabrics-style .columns-2 {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto
}

.fabrics-style .columns-2 .column {
  display: block;
  float: right;
  width: 49%;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 33px
}

.fabrics-style .columns-2 .column:first-child {
  float: left
}

.fabrics-style .columns-2 .column .letter {
  display: block;
  float: left;
  height: 50px;
  margin-right: 10px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 70px;
  color: #000;
  line-height: 100%
}

.fabrics-style .columns-2 .column p {
  margin-bottom: 20px
}

.fabrics-style .nocolumns {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 33px
}

.fabrics-style .nocolumns .letter {
  display: block;
  float: left;
  height: 50px;
  margin-right: 10px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 70px;
  color: #000;
  line-height: 100%
}

.fabrics-style .nocolumns p {
  margin-bottom: 20px
}

.fabrics-about {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 100px 5% 150px;
  background: #fff
}

.fabrics-about .sticker {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -115px;
  left: 50%;
  margin-left: -422px;
  padding: 45px 0 0;
  width: 845px;
  height: 215px;
  background: url(../img/fabrics-sticker.png) no-repeat;
  text-align: center;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 28px;
  color: #543113;
  line-height: 140%
}

.fabrics-fullimg {
  position: relative;
  display: block;
  height: 600px;
  overflow: hidden;
  text-align: center;
  z-index: 0
}

.fabrics-fullimg:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  background: #ff0
}

.fabrics-fullimg .bg-img {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.fabrics-fullimg .bottom-title {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  -moz-perspective: 450px;
  -webkit-perspective: 450px;
  perspective: 450px
}

.fabrics-fullimg .bottom-title p {
  display: block;
  text-transform: uppercase;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 54px;
  color: #fff;
  line-height: 30px;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

.fabrics-fullimg .at-middle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 3;
  margin-left: -5px;
  -moz-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px)
}

.fabrics-fullimg .at-middle .text-counter {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 100%
}

.fabrics-fullimg .at-middle .text-label {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 40px;
  color: #fff;
  line-height: 100%
}

.fabrics-fullimg .at-middle .inner-counter {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px
}

.fabrics-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 80px 5%;
  background: #fff
}

.section-try {
  background-image: url(../img/bg_try.jpg)
}

.section-try.buy {
  background-image: url(../img/bg_buy.jpg)
}

.try-cnt .try-filters-cnt .try-city .header,
.try-cnt .try-filters-cnt .try-metro label.header {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #bebebe;
  line-height: 24px;
  margin-bottom: 10px
}

.try-cnt {
  position: relative
}

.try-cnt .left {
  float: left;
  width: 430px;
  height: 100%
}

.try-cnt .right {
  margin-left: 430px;
  height: 100%
}

.try-cnt .try-filters-cnt {
  height: 130px;
  position: relative
}

.try-cnt .try-filters-cnt:after {
  content: "";
  display: table;
  clear: both
}

.try-cnt .try-filters-cnt .try-city {
  display: block;
  background: #171719;
  height: 100%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 50px 0;
  -moz-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  border-right: 1px solid #000
}

.try-cnt .try-filters-cnt .try-city .item {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .5px
}

.try-cnt .try-filters-cnt .try-city:hover {
  text-decoration: none;
  background: #1c1c1f
}

.try-cnt .try-filters-cnt .try-city.active {
  z-index: 3;
  background: #1c1c1f
}

.try-cnt .try-filters-cnt .try-metro {
  background: #171719;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 50px 0;
  position: relative;
  -moz-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease
}

.try-cnt .try-filters-cnt .try-metro:hover {
  background: #1c1c1f;
  cursor: pointer
}

.try-cnt .try-filters-cnt .try-metro.active {
  -moz-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, .4);
  -webkit-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, .4);
  box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, .4);
  background: #1c1c1f
}

.try-cnt .try-filters-cnt .try-metro.active:hover {
  background: #1c1c1f
}

.try-cnt .try-filters-cnt .try-metro label.header {
  display: block
}

.try-cnt .try-filters-cnt .try-metro label.header:hover {
  cursor: pointer
}

.try-city-cnt {
  position: absolute;
  width: 100%;
  z-index: 3;
  visibility: hidden;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px)
}

.try-city-cnt .row {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 75px;
  background: #1c1c1f
}

.try-city-cnt .col3 {
  float: left;
  width: 33.33333%;
  list-style: none;
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  filter: alpha(Opacity=0);
  opacity: 0;
  visibility: hidden
}

.try-city-cnt ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 32px
}

.try-city-cnt ul li em {
  float: left;
  width: 20px;
  display: block;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 14px;
  color: #595961;
  line-height: 16px;
  font-style: normal
}

.try-city-cnt ul li a {
  margin-left: 20px;
  display: block;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.try-city-cnt ul li a:hover {
  text-decoration: none
}

.try-city-cnt ul li a[href] {
  color: #787880
}

.try-city-cnt ul li a[href]:hover {
  color: #fff
}

.try-metro .selectize-input {
  border: none;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}

.try-metro .selectize-input>* {
  vertical-align: middle
}

.try-metro .selectize-control.single .selectize-input {
  background: 0 0;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  padding: 0 0 30px;
  color: #fff
}

.try-metro .selectize-control.single .selectize-input.full.has-items {
  height: 30px;
  line-height: 28px
}

.try-metro .selectize-control.single .selectize-input.full.has-items .color {
  display: inline-block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 15px;
  vertical-align: middle
}

.try-metro .selectize-control.single .selectize-input input[type=text] {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: none;
  background: 0 0;
  height: 30px;
  line-height: 30px
}

.try-metro .selectize-control.single .selectize-input input[type=text]::-webkit-input-placeholder {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #787880;
  line-height: 120%;
  text-transform: none
}

.try-metro .selectize-control.single .selectize-input input[type=text]:-moz-placeholder {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #787880;
  line-height: 120%;
  text-transform: none
}

.try-metro .selectize-control.single .selectize-input input[type=text]:-ms-input-placeholder {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #787880;
  line-height: 120%;
  text-transform: none
}

.try-metro .selectize-control.single .selectize-input input[type=text]:focus::-webkit-input-placeholder {
  color: #3a3a3f
}

.try-metro .selectize-control.single .selectize-input input[type=text]:focus:-moz-placeholder {
  color: #3a3a3f
}

.try-metro .selectize-control.single .selectize-input input[type=text]:focus:-ms-input-placeholder {
  color: #3a3a3f
}

.try-metro .selectize-control.single .selectize-input input[type=text]:hover {
  background: 0 0
}

.try-metro .selectize-control.single .selectize-input:after {
  display: none
}

.try-metro .selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: none;
  background: #1c1c1f;
  margin: -1px 0 0 -22px;
  padding: 0 7px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}

.try-metro .selectize-input.dropdown-active:before {
  display: none
}

.try-metro .selectize-dropdown [data-selectable] {
  padding: 15px 15px 15px 0;
  border-top: 1px solid #1e1e21;
  border-bottom: 1px solid #17171a;
  background: #1c1c1f;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1
}

.try-metro .selectize-dropdown [data-selectable]:hover {
  background: #1d1d1f
}

.try-metro .selectize-dropdown [data-selectable] .color {
  display: inline-block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 15px;
  margin-left: 15px;
  vertical-align: middle
}

.try-metro .selectize-dropdown-content {
  max-height: 500px
}

.try-map-cnt {
  position: relative;
  background: 0 0
}

.try-map-cnt .left {
  width: 420px
}

.try-map-cnt .right {
  margin-left: 420px;
  position: relative
}

#try-map {
  width: 100%;
  height: 100%
}

.scroll-cnt {
  position: relative;
  width: 423px;
  z-index: 1;
  background-image: url(../img/bg_points.png);
  background-position: 100% 0
}

.mCSB_inside>.mCSB_container {
  margin-right: 0
}

.points-list {
  list-style: none
}

.point-item {
  display: block;
  background-image: url(../img/bg_points.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 185px;
  position: relative
}

.point-item:nth-child(2n-1) {
  background-position: 100% -150px
}

.point-item:nth-child(3n-2) {
  background-position: 100% -300px
}

.point-item:nth-child(4n-3) {
  background-position: 100% -450px
}

.point-item:nth-child(5n-4) {
  background-position: 100% -560px
}

.point-item.active {
  background-image: url(../img/bg_points_active.png);
  background-position: 100% 0
}

.point-item.active .address,
.point-item.active .meta p,
.point-item.active .meta strong,
.point-item.active .name {
  color: #fff
}

.point-item.active a:hover {
  background-color: transparent
}

.point-item a {
  display: block;
  padding: 30px 0 0 50px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px dashed #9f8066;
  margin-right: 5px;
  -moz-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease
}

.point-item a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, .07)
}

.point-item .name {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  color: #543113;
  line-height: 120%;
  margin-bottom: 10px
}

.point-item .address {
  font-family: PTSans-NarrowBold, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 150%
}

.point-item .meta p {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 18px
}

.point-item .meta strong {
  font-family: PTSans-NarrowBold, Arial, sans-serif
}

.angus-wrapper {
  padding-top: 100px;
  background: url(../img/bg_cuts_angus.jpg) 50% 0/cover no-repeat
}

.angus-wrapper h1 {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70px
}

.cuts-digits {
  margin: 0 20px 70px
}

.cuts-digits:after {
  content: "";
  display: table;
  clear: both
}

.cuts-digits .percents {
  text-align: center;
  position: relative
}

.cuts-digits .percents:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  bottom: 9px;
  left: 0
}

.cuts-digits .percents span {
  display: block;
  text-align: center
}

.cuts-digits .percents .cnt {
  -moz-perspective: 100px;
  -webkit-perspective: 100px;
  perspective: 100px
}

.cuts-digits .percents .cnt:last-child {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1)
}

.cuts-digits .percents .cnt.cnt-small {
  width: 165px;
  -moz-perspective: 50px;
  -webkit-perspective: 50px;
  perspective: 50px
}

.cuts-digits .percents .cnt .big {
  -webkit-transform-origin: 0 86%;
  -moz-transform-origin: 0 86%;
  -ms-transform-origin: 0 86%;
  -o-transform-origin: 0 86%;
  transform-origin: 0 86%;
  -moz-transform: rotateX(96deg);
  -ms-transform: rotateX(96deg);
  -webkit-transform: rotateX(96deg);
  transform: rotateX(96deg)
}

.cuts-digits .percents .cnt .small {
  -webkit-transform-origin: 0 93%;
  -moz-transform-origin: 0 93%;
  -ms-transform-origin: 0 93%;
  -o-transform-origin: 0 93%;
  transform-origin: 0 93%;
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg)
}

.cuts-digits .text {
  text-align: center
}

.cuts-digits .text span {
  visibility: hidden;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  display: block
}

.cuts-digits .text .cnt {
  vertical-align: top
}

.cuts-digits .cnt {
  display: inline-block;
  width: 200px;
  position: relative
}

.cuts-digits .cnt.cnt-small {
  width: 165px
}

.cuts-digits .cnt p {
  color: #fff
}

.cuts-digits .cnt .big {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 1
}

.cuts-digits .cnt .small {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 30px;
  color: #fff;
  line-height: 1
}

.cuts-digits .cnt .text-big {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 40px;
  color: #fff;
  line-height: 24px
}

.cuts-digits .cnt .text-small {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 24px
}

.cuts-info header {
  text-align: center;
  margin-bottom: 30px
}

.cuts-info .name {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 20px
}

.cuts-info .origin-name {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 20px;
  color: #8c8c8c;
  line-height: 20px;
  text-transform: uppercase
}

.cuts-info .angus.angus-mobile {
  display: none
}

.angus-content {
  overflow: hidden;
  padding: 0 40px 50px 95px;
  position: relative
}

.angus-content aside {
  width: 30%;
  padding-top: 30px;
  float: right
}

.angus-content p {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px
}

.no-svg .angus-content {
  padding: 0
}

.no-svg .angus-content aside {
  width: 100%;
  float: none;
  padding-top: 0;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.no-svg .angus-content .area-bg {
  background-repeat: no-repeat
}

.angus {
  float: right;
  width: 70%
}

.no-svg .angus {
  float: none;
  width: 100%
}

.cut-content .products-cnt {
  position: relative
}

.cut-content .products-cnt:before {
  content: '';
  position: absolute;
  height: 80px;
  width: 100%;
  background-image: url(../img/img_cuts_shadow.png);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  top: -80px
}

.cut-content .products-cnt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 23px 0;
  border-color: #000 transparent transparent;
  left: 50%;
  margin-left: -23px;
  top: 0;
  z-index: 1
}

.popup-holder {
  width: 772px;
  position: relative;
  visibility: hidden;
  opacity: 0
}

.popup-holder.scheme {
  width: 850px;
  position: absolute;
  top: 0;
  left: 0
}

.popup-holder.visible {
  visibility: visible;
  opacity: 1
}

.popup-holder p.lead {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  color: #543113;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px
}

.popup-holder p.lead.mt0 {
  margin-top: 0
}

.popup-header {
  height: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  line-height: 200px;
  text-align: center;
  background: #543113
}

.popup-header>div.ib {
  vertical-align: bottom;
  margin-bottom: 20px
}

.popup-header p {
  position: relative
}

.popup-header img {
  filter: alpha(Opacity=65);
  opacity: .65
}

.popup-header .head {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px
}

.popup-header .fact {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 1
}

.popup-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 75px 50px;
  position: relative
}

.popup-content p {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #0e0a0a;
  line-height: 30px;
  margin-bottom: 15px
}

.popup-content p.ml1 {
  margin-left: 50px
}

.popup-content p.ml2 {
  margin-left: 90px
}

.popup-content p.mr1 {
  margin-right: 70px
}

.popup-content p.mr2 {
  margin-right: 148px
}

.popup-content p.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px
}

.popup-content .outside {
  position: absolute
}

.popup-content .outside.img-cnt {
  width: 228px;
  height: 228px;
  position: absolute !important;
  border: 6px solid #fff;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  overflow: hidden;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25)
}

.popup-content .outside.img-cnt img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto
}

.popup-content .outside-badge {
  position: absolute
}

.popup-content .outside-badge p {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  color: #543113;
  line-height: 30px;
  text-align: center
}

.popup-content .letter {
  float: left;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 70px;
  color: #0e0a0a;
  line-height: 60px;
  margin-right: 10px
}

.popup-content .popup-footer .small {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #543113;
  text-align: center
}

.popup-content .popup-footer .small-text {
  text-align: center
}

.popup-content .popup-footer .small-text p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 9px;
  color: #b0a2a2;
  line-height: 14px
}

.popup-content.difference {
  padding-bottom: 220px
}

.popup-content.feeding {
  padding-bottom: 180px;
  background: url(../img/img_popup9_bot.jpg) 50% 100% no-repeat
}

.popup-content.russian {
  background: url(../img/bg_popup_world.png) 50% 80% no-repeat;
  padding-bottom: 20px
}

.popup-content.grades {
  padding: 60px 40px 0
}

.popup-content.grades+.popup-footer {
  padding-bottom: 30px
}

.popup-content .grades-list {
  list-style: none;
  text-align: center
}

.popup-content ul .head {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  color: #543113;
  line-height: 30px;
  margin-bottom: 10px
}

.popup-content ul .annot {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 30px
}

.popup-content .grade-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 225px;
  margin-bottom: 40px
}

.popup-content .grade-item .img-cnt {
  width: 200px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin-bottom: 20px
}

.popup-content .grade-item .img-cnt img {
  display: inline-block;
  vertical-align: bottom
}

.popup-content .big-head {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #000;
  line-height: 50px;
  width: 80%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 30px
}

.popup-content .popular-list {
  overflow: hidden;
  list-style: none
}

.popup-content .popular-list li {
  float: left;
  width: 45%;
  margin-left: 10%;
  text-align: center
}

.popup-content .popular-list li:first-child {
  margin-left: 0
}

.popup-content .fresh-list {
  text-align: center;
  font-size: 1px;
  width: 682px;
  margin-left: -30px
}

.popup-content .fresh-list li {
  display: inline-block;
  width: 215px;
  text-align: center;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 30px
}

.popup-content .fresh-list li:first-child {
  margin-left: 0
}

.popup-content .fresh-list .icon {
  display: inline-block;
  width: 88px;
  height: 88px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 20px
}

.popup-content .fresh-list .icon.color {
  background-image: url(../img/besmart_icon_color.png)
}

.popup-content .fresh-list .icon.surface {
  background-image: url(../img/besmart_icon_surface.png)
}

.popup-content .fresh-list .icon.smell {
  background-image: url(../img/besmart_icon_smell.png)
}

.popup-content .fresh-list .icon.consistence {
  background-image: url(../img/besmart_icon_consistence.png)
}

.popup-content .fresh-list .icon.fat {
  background-image: url(../img/besmart_icon_fat.png)
}

.besmart-popup-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: url(../img/bg_besmart_popup.png);
  z-index: 301;
  visibility: hidden;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transition: -moz-transform .1s ease;
  -o-transition: -o-transform .1s ease;
  -webkit-transition: -webkit-transform .1s ease;
  transition: transform .1s ease
}

.besmart-popup-holder.visible {
  visibility: visible;
  filter: alpha(enabled=false);
  opacity: 1;
  width: auto;
  height: auto
}

.section-news-item .news-header {
  position: absolute;
  width: 930px;
  bottom: 90px;
  left: 50%;
  margin-left: -465px;
  text-align: center
}

.section-news-item .news-header .head {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 70px;
  text-transform: uppercase
}

.section-news-item .news-header .lead {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 40px;
  color: #fff;
  line-height: 50px
}

.news-item-cnt {
  overflow: hidden;
  background: #fff
}

.news-gallery {
  width: 426px;
  float: right;
  position: relative
}

.news-gallery-wrapper {
  height: 100%;
  overflow: hidden
}

.news-gallery-wrapper.fixed {
  position: relative;
  right: 0;
  top: 0
}

.news-gallery-wrapper ul {
  list-style: none;
  width: 426px
}

.news-gallery-wrapper .news-item {
  height: 400px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%
}

.news-item-text {
  margin-right: 426px;
  padding: 40px 60px 60px 100px
}

.news-item-text .detail-text p {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-bottom: 20px
}

.news-item-text .detail-text p:first-child:first-letter {
  float: left;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 70px;
  color: #0e0a0a;
  line-height: 60px;
  margin-right: 10px
}

.news-item-text blockquote {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  color: #543113;
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 50px
}

.news-item-text .news-item-info {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 30px
}

.news-item-text .news-item-date {
  float: left;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 12px;
  color: #b2b2b2;
  line-height: 12px
}

.news-item-text .news-backurl {
  float: right
}

.news-item-text .news-backurl a {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #666
}

.news-item-text .news-backurl a:hover {
  color: #333
}

.item-info {
  overflow: hidden
}

.item-info.recipe {
  padding-bottom: 65px
}

.bx-ie .item-info.recipe {
  padding-bottom: 0
}

.item-info.recipe .socials-cnt {
  position: absolute;
  z-index: 2
}

.item-info.recipe .social-link {
  width: 20%
}

.item-info.recipe iframe {
  display: inline-block;
  vertical-align: middle
}

.item-info .recipe-pager {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  height: 10px;
  text-align: center
}

.item-info .recipe-pager .swiper-pagination-switch {
  display: inline-block;
  width: 7px;
  height: 7px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #916f52;
  margin-left: 13px;
  vertical-align: middle
}

.item-info .recipe-pager .swiper-pagination-switch:hover {
  cursor: pointer
}

.item-info .recipe-pager .swiper-pagination-switch:first-child {
  margin-left: 0
}

.item-info .recipe-pager .swiper-pagination-switch.swiper-active-switch {
  border: 3px solid #fff;
  background: #553115
}

.item-info .recipe-slider-next,
.item-info .recipe-slider-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  display: block;
  width: 31px;
  height: 31px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-transition: opacity .2;
  -o-transition: opacity .2;
  -webkit-transition: opacity .2;
  transition: opacity .2
}

.item-info .recipe-slider-next:hover,
.item-info .recipe-slider-prev:hover {
  filter: alpha(Opacity=50);
  opacity: .5
}

.item-info .disabled.recipe-slider-next,
.item-info .disabled.recipe-slider-prev {
  display: none
}

.item-info .recipe-slider-prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAIAAACQzIFuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5QkJCRUFGN0I5MTExRTRBMjg0OTkyRkRERkRBOThGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5QkJCRUIwN0I5MTExRTRBMjg0OTkyRkRERkRBOThGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjlCQkJFQUQ3QjkxMTFFNEEyODQ5OTJGRERGREE5OEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjlCQkJFQUU3QjkxMTFFNEEyODQ5OTJGRERGREE5OEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz55pZGBAAAA4klEQVR42mIMNRRloBlgYqAlGDV91HSam27vG57TPJWJiZkYxSykGp1ZPwFoNBBMrsn+9+8vfvXM2pLcpBoNZMupaIrLKJzat5U6IYNsNBAAXX3l1GHqhIyDX0RGXT+y0TOaCg9sWkGFWCXbaMKmU2I0YdODU4qQEx/QXOKNJpxmvn/9bGznxsgIdYS8mvabF08f3LxCHdOBBgGNg1sAJIFs4i0gnN4psYCo3ES2BcTmVUwLfnz7SjCvklASIFtwdMe6KbU5////p5rpcAuArgYaTbAIA3lxtMUxavoIMh0gwACblYyAjWT9vAAAAABJRU5ErkJggg==);
  left: 10px
}

.item-info .recipe-slider-next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAIAAACQzIFuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc1NTkxMjhGN0I5MTExRTRBOTA3QjlGNThDNUU0QjRBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc1NTkxMjkwN0I5MTExRTRBOTA3QjlGNThDNUU0QjRBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzU1OTEyOEQ3QjkxMTFFNEE5MDdCOUY1OEM1RTRCNEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzU1OTEyOEU3QjkxMTFFNEE5MDdCOUY1OEM1RTRCNEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7rVktvAAAA7ElEQVR42mIMNRRloBlgYqAlGDV91HSamM7ExJzTPNXeN5xU01mIMTq3Zaq1R5CNZxCQe3DzSuJNZ9aW5MavAuhqG89gIIORkcnE3v318ycPb12lmuncPHzGdm5Ao8mwgLDpD25eefPiKZoFQBGgOBVMx2oBkE2MBUSZTrYFJKT3A5tWABFyWgpOKaJabnLwiwAiOPffv79r5/RRx3SguRl1/UD3wo2e0VSI7BXyTSfPaKJMJ9tookzXNbMjz2iiUuSZAzsk5ZTkVDRJNZqoUgxo6OSa7H///l0+dYgko0HZYrTFMWr6CDIdIMAAVVaCOk5eHXoAAAAASUVORK5CYII=);
  right: 10px
}

.item-info .right {
  width: 430px;
  position: absolute;
  background: url(../img/bg_cardboard.jpg) 100% 0 repeat-y;
  z-index: 1;
  right: 0;
  top: 0
}

.item-info .right:before {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  height: 100%;
  width: 3px;
  background: url(../img/bg_cardboard_edge.png) repeat-y;
  z-index: 0
}

.item-info .left {
  margin-right: 430px;
  position: relative;
  z-index: 0
}

.item-info .left .img-cnt {
  position: relative;
  overflow: hidden
}

.item-info .socials-cnt {
  height: 65px
}

.item-info .social-link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  border-left: 1px solid #000;
  line-height: 65px;
  text-align: center;
  background-color: #171719;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.item-info .social-link:hover {
  background-color: #1c1c1f
}

.item-info .social-link:hover i:after {
  background-color: #2f2f33
}

.item-info .social-link:hover i.vk {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAMAAAB44J7gAAAABGdBTUEAALGPC/xhBQAAAWJQTFRFAAAAAAAAAAAAn5+sAAAAnJyoAAAAAAAAAAAAAAAAg4OOmpqmLi4yAAAAAAAAAAAAAAAAoKCtAAAAj4+bAAAAfX2HAAAAlZWhT09VAAAAYWFoi4uXAAAAAAAAAAAAAAAAcHB5m5uoAAAAAAAAnZ2qAAAAbm53hoaRLCwvoKCtd3eBRkZMfHyGoKCtnZ2qGBgalZWhAAAAAAAAmZmmnJyooKCtAAAAnJyokJCckJCbAAAAn5+sAAAAWVlgYGBofn6IkJCbWlpiAAAAe3uFV1dehISPGRkbn5+slZWhAAAAWVlgAAAAPz9EnJypdHR+mpqmlZWhkpKemJikoKCte3uFnp6roKCtoKCtoKCtoKCtAAAAAAAAAAAAAAAAPj5DAAAAAAAAAAAAXV1lAAAAAAAAAAAAAAAAAAAAY2NrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoKCtlwTdoAAAAHV0Uk5TORdL/GXxYw8FN8fxdzRGRUr+X9lVvytbkFSV0CpSJVqw6wcg+AGsqAtocoux8elwo2Am8dHFCvBH2BH1V5mWwcKaXL0jxFP94CKaNn/1sN/QiOv4DcrmwAdsGUcWG4MSPhiaLi8EVkCSW0QCMBMLDgYaZkwADkrxOAAAAN5JREFUGNNjKIWA4LDwyIgSIGAoRYDQEDSB0sACqICzraM9iA5ITIUIJDml2VgCaY+UPIiAXVZOsgOQdk2Ihwhk5FhZWJeWuvuk50IEzPV0gaSvV6Z3PrItQX5ungWo1vq7ZEMEFOLiJERBDAMlqLXykrIi0kCGYiwHWEAqXUZOTB3IEOTNh1ibnF+gYQJkcPPHgAV0tMQ1TUEMLoFEFFtUePhikAWMtTM52WECzKzCavqG0coFDIXFRWDAwiaUlmWUp8qQy1AMBkzRCSmxZkCXFuQWgkBUFGN8XiowCAH9t3zDH/5R+wAAAABJRU5ErkJggg==)
}

.item-info .social-link:hover i.tw {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAMAAACjpw26AAAAzFBMVEUAAAAAAAAAAAAAAAAAAAAxMTUAAAAAAAAAAAAAAAAAAACgoK2enqugoK0GBgYAAAAAAAAAAACdnaoAAAAAAACdnaqfn62Zmaafn6ybm6iTk56Pj5ugoK2Ojpl+fol9fYdISE0AAACgoK2dnapzc32EhI+amqegoK2dnaqamqZ1dX+Dg46MjJegoK2JiZRQUFaQkJs9PUKfn6yBgYxcXGOOjpo6Oj+Xl6N4eIKgoK0AAAAAAACgoK17e4VhYWkAAAAAAAAAAACZmaagoK0KqELMAAAAQ3RSTlMAAwcXNwEmE1dJQPv37GdiXFEoEAzjva5E8+Pd3NfDvYsyMRsRC+3HxsW0raeemJGBf25taWNjVlVRT0U8PDMhIB0YKMF95AAAAORJREFUGNNVkNeSwjAMAKXYjkt6I8DB0a/33gv+/3/CDvEM3ifNeq0HAWzAMRxEyfUKvkozs0nZ2/dIG5LJ6QYZlDp5ZdayRnfE7V2NsDVTaz8sdc8lJQh4bsfBw3Ko+zpX/wGs3060x0gsKoSVjn199PGHAHimfS4kAaN/Gl/fK240409Tb4dY1GAIHr14XoQB2Ly+ObDHueIMuvz3ZebsNLVxB35fxa5NBa1wf7bEpePbTFCC+3b93DZRNBrP5mleUOJWVCGVIkuzLC9UyBF6HZCQfkopFQ1J0Fn3UHFCCK8P5A69tjUcAzO1nAAAAABJRU5ErkJggg==)
}

.item-info .social-link:hover i.fb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAVCAMAAACnruT/AAAAe1BMVEUAAAAAAAAAAAAAAAAAAAAAAACbm6cAAAAAAACAgIubm6cAAACfn60AAAAAAAAAAACJiZSWlqIBAQEAAAAAAACgoK2goK2VlaGgoK2fn6ydnaqQkJygoK1ubneenqtXV145OT6JiZWgoK0AAAAAAAAAAACgoK2goK2goK0ihdXBAAAAKHRSTlMAGhFMBgypUzi+m2ZlXEUpsqJjMRf85eTi1MSvoZWTgn53ajo1IB4QLKkGugAAAIFJREFUCNeVzlkOwyAMRVFDTCllSNKk8zyz/xX2GSHlO/frCAE2oe95u8mZpN8+S5rhJ4CWGr4Cd+8bBa/gtW3kvNgOCvdDOMKXR8Bprh148uljqO92kHM3vB2Tk3+ifWsybQfHNCgmNj1sW8NU/8fQ0mKm9Sv6akxIsnCJ9YiFgT8BEA9RA5lvKgAAAABJRU5ErkJggg==)
}

.item-info .social-link:hover i.email {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAATCAMAAAC5m+00AAAAb1BMVEUAAAAAAAAAAACfn6wAAAAAAAAAAAAAAACdnaqbm6iSkp6IiJNlZW4AAACcnKmLi5aYmKSFhZB/f4qgoK1xcXozMzc4ODyZmaaGhpGPj5t4eIJJSU9UVFsiIiUmJikMDA0AAAA3NzwSEhNDQ0mgoK2xtbETAAAAJHRSTlNMGmb9D0kYAvfr4NGfMvDU0cnCsK99c7q6rY6IeHVoYFtLPz6psSA/AAAAiklEQVQoz7XMRw7DMAxEUdpqVnO30/vc/4xRkASCEWbpv+QjhgawDcYQ/iRfVOGndIoykfBuCc4LQGlCqgs2gw0dUlTQ+28eq8/UODlkStXHcy8A0Z8ONZYEsae5aaYyCGT6trvT9bIFGEL7uLXgCdaCodyatOHFJ9KqZFOaZFTEpKIkI3XBpKV5Ah6eMkDD4qIbAAAAAElFTkSuQmCC)
}

.item-info .social-link:hover i.print {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRGODc0RTRGN0I4NDExRTRBNDFEQUI0QUZBQTlGRTQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRGODc0RTUwN0I4NDExRTRBNDFEQUI0QUZBQTlGRTQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REY4NzRFNEQ3Qjg0MTFFNEE0MURBQjRBRkFBOUZFNDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REY4NzRFNEU3Qjg0MTFFNEE0MURBQjRBRkFBOUZFNDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz63PynbAAABHElEQVR42sRWOw6CQBBlySoGQ6WJUXsO4C2s9QAkFp6JwsAFrL2LvVhRUUGDb+OSrMoQPss6yctkA5m382aYgcXx1aqx0uphQXBg1DPb0msLYGqCyAc8Uxk5JohI40RRt3A7YKOLiKHr9vAXYK05iSdwwqVvlXRjkAhbl2UZwbuCxx6J5C0XYys4UYaZiWYQRC4fGgU1OKtn1Dz8emUOTLiGGxdABuSUggKDiZBB1OY9Yx/sfycDVegG+cJBRC0KrScjSXIH0sFEdQNUkUJkkuKcNMjbSmpeBdNU8zqpReycydXrqQsLGTx6ToljjdSCNOMIWmjMqFIn6br4li27zqH+FdQ5RO1+X/oullJdShH91K2DdJlsig97CTAALSNOTA8ydHYAAAAASUVORK5CYII=)
}

.item-info .social-link:hover span {
  color: #fff
}

.item-info .social-link:first-child {
  border-left: none
}

.item-info .social-link i {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-transition: background-image .3s;
  -o-transition: background-image .3s;
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  position: relative
}

.item-info .social-link i.vk {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAMAAAB44J7gAAAABGdBTUEAALGPC/xhBQAAAV9QTFRFAAAAAAAAAAAAAAAALy8zLi4yAAAAAAAAKiouAAAAAAAAAAAAAAAAAAAAAAAADQ0PAAAAJycqLy8zICAjLi4yAAAALi4xAAAAAAAAFRUWBwcIHBwfFxcZAAAAKSksAAAAISEkAAAAAAAALCwwAAAAAAAAJSUoAAAAAAAALCwwAAAAAAAADQ0OIyMmLy8zJycrLi4yJSUoAAAAKiouAAAALy8zLi4yJCQnKiouKiouGxsdHBwfLy8zAAAAGhocJCQnLy8zLi4yGRkcAAAAJycqAAAALy8zEhIULCwvGhocBwcIIiIlLS0xLi4yLCwwKysvLS0wLy8zJCQnLi4yLy8zLy8zLy8zLy8zAAAAAAAAAAAAAAAAAAAAAAAALS0xAAAAAAAAAAAAAAAAEhIUAAAAAAAAAAAAGxseAAAAHR0fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALy8z806QGQAAAHR0Uk5TORdLZfzxY1/ZRkU3NAUPd0rH/qz4IOsHAYtwlZBU0FWwJSpbUlq/KwqjYCYLcmio6cFcwhHx8L3YR5qW9VeZscXRIyLENv1/4JpTsN/10Ijr+A3K5sAHbBlHFhIbPvEvGARWg1tELpoCkkAwEwsOBhpmTAC1QczJAAAA4UlEQVQY02MoKSkRAqLAkNDwsGIgYChBgOAgNIES/3yogLmdlSGI9ktIhAikGyXZWgBpj/hciIB1anaaMZB2iY2GCGRmm1jalJS4uWflQATMDEyBpK9nimsesi0B3l7O+ajW+jhlQAQUkpNl1EAMTXGotaqyKvJyQIZYDC9YQDpLSVFdH+QrnjyItWl5+TqOQEYcVxRYwF5XWc8BxBAUSECxRYSfMwpZIE4yhZsPJsDCyiEspRUpms9QUFQIBsxs7Emp2rkSDDkMRWDAFBkbH6MBdGl+TgEIREQwRucmAoMQADEKewjCfvYpAAAAAElFTkSuQmCC)
}

.item-info .social-link i.tw {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAMAAACjpw26AAAAt1BMVEUAAAAJCQoAAAAAAAALCwsBAQEICAkuLjIrKy4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtLTEvLzMrKy8uLjIrKy8uLjIVFRcuLjIAAAATExQvLzMuLjIqKi4lJSguLjIlJSgrKy8gICMAAAAnJysAAAAAAAAAAAAvLzMtLTEvLzMAAAAuLjIAAAAvLzMiIiUqKi4SEhQvLzMqKi0RERMAAAAvLzMvLzMkJCcdHR8tLTEvLzMZenJKAAAAPHRSTlMAAgYXEWYI+axQQDYBYFdHJxTz6uPh2MaNRCMM/O7dw8C9m2tZVUo6MjEqJh4ZDbi0gX9uY2NbUTw8Mx2PjxvdAAAA40lEQVQY01WQ13LDIBAAjyYJ1KtlyU7cSxw7vfP/3xXAMGP26WZZ7uEARnBMF2G9OsP3Sc2oe7D2ayYVdTsJcAInOd8m2qJWGsLoZURwVlOkPxylJYoJBjTR4+LtOLU23IhHDHQ7lx5VdqAI/mTl6zuuYr3E5zknoPRv4+tXUSqd0HXn7dgcLqDAay/u+YBB5+Pqxt6nokzA5MPH0tmO8SIAA/qJQteyLKbInO2pdmnTs2xP8LWl71Ebzqpm2bOU63NYPcR5ljKWfnJRUAxWB6TY57tdLuKCBGave6AlIaS83Mh/KPUw5J4TLEMAAAAASUVORK5CYII=)
}

.item-info .social-link i.fb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAVCAMAAACnruT/AAAAclBMVEUAAAAICAkAAAAAAAAMDA0AAAAsLDAAAAAAAAAAAAAuLjIoKCwtLTEtLTEAAAAAAAAAAAAAAAAAAAAAAAAlJSkVFRcvLzMAAAAvLzMuLjIlJSkgICMuLjIoKCwvLzMuLjIBAQEAAAAAAAAAAAAAAAAvLzOBtOkSAAAAJXRSTlMAGkwUDzmiZQYD5LGrm1QyKR0MCL2AZl3UxMCVk3dqY2JaRkVEIHv02wAAAIJJREFUCNeNz1cOwyAQRVHKAMYkgHFL7+x/i3lGJPKn79cRGgHDENdtzpktEYRkA98ApCR8AUZjBIf38MMLJat96DA/TUf4fL3jNNcOvf3bdT3TroVOw6iI8fcAm9kHYhQd/PwEzNikYRFTY+v9eLSkV95tMKnZ/Jzia/lwyRLnZcEvcdoOuZxu+m0AAAAASUVORK5CYII=)
}

.item-info .social-link i.email {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAATCAMAAAC5m+00AAAAXVBMVEUAAAAAAAAAAAAuLjIpKSwDAwQAAAAAAAAAAAAuLjItLTArKy4BAQEpKSwtLTEeHiARERMAAAAuLjIlJSkhISQcHB4ODhAtLTEnJysQEBEAAAAAAAAFBQYUFBUvLzOEfTkKAAAAHnRSTlNMGmb80kkPGAL17+Bjy6+fdjLowq+Lfbq6cVtOPz5/N1LOAAAAiUlEQVQoz7XMSQ7DIBBE0bYZDdiAp8x1/2OGoETIUWeZv6wnFU1gm6wl/Ei/aMBXdcq6kJD+CF4KQJl6OEbXwMURJeoqwV/W4X217h6NSi71iwDEkjaHI0FslKTcQxRo9Gm6367hDDCE8aEkeMI8g6Xan+nEiyxkVOiZgjKksyImlTVZbTomo+0T0jAqPS1udrIAAAAASUVORK5CYII=);
  margin-right: 5px
}

.item-info .social-link i.email:after {
  right: -5px
}

.item-info .social-link i.print {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJBOEEwMUFGN0I4NDExRTRCNTk5OTU0RTQxN0JFNTc5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJBOEEwMUIwN0I4NDExRTRCNTk5OTU0RTQxN0JFNTc5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkE4QTAxQUQ3Qjg0MTFFNEI1OTk5NTRFNDE3QkU1NzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkE4QTAxQUU3Qjg0MTFFNEI1OTk5NTRFNDE3QkU1NzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4y98yKAAABF0lEQVR42mLU1zdmwAL+M5ABLl48y4hLjomBukAYiNnoYZEaEPPSy0fs9LAIJ2DBEanSQMoIiKWoZREjMNV5Aum5QCxJZU88B+JkoKO3w4KOFpYwQM2cD8RcIHuYaGQJDIgDMSgaOOiRGEAWcbFQagowDtKR+cA4n4mmhBuIWVmo4OJfQPwZiH/iSnAgTLFFQB/MJ0Yd3TLswJYMuCIaT/DNpMgiIiKaOj6CWnILiN9SbBG2AhQpKEA+eQvkP8MTvEQFNQvMMCrFObagBpn9kxFa9fIiV1hAHzwls5QIwRLUIEs/swAN/UVFH8FC5xmpFZ8IkamOHVdbAbkcwlX3q0FpUsBbXKkUl0UY8UZC0H2GJgoUABBgACLoTKj0/VGBAAAAAElFTkSuQmCC)
}

.item-info .social-link span {
  display: inline-block;
  vertical-align: middle;
  min-height: 20px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #787880;
  line-height: 20px;
  text-transform: uppercase;
  padding-left: 8px;
  position: relative;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
  max-width: 105px
}

.ipad .item-info .social-link span {
  max-width: 90px
}

.item-info .social-link span:before {
  content: '';
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #000;
  top: 50%;
  margin-top: -10px;
  left: 0;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.item-info-cnt {
  padding: 70px 25px 25px 23px;
}

.item-info-cnt h1 {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 40px;
  color: #553115;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px
}

.item-info-cnt p {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-bottom: 30px
}

.item-info-cnt p.lead {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #553115;
  line-height: 24px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 25px
}

.room-smoke,
.room-no-smoke,
.room-wifi,
.room-spleat,
.room-hold {
  font-size: 1px;
  margin-left: 0;
  padding-left: 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 20px
}

.room-smoke p,
.room-no-smoke p,
.room-wifi p,
.room-spleat p,
.room-hold p {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  text-transform: none;
  margin-bottom: 0
}

.room-smoke p.head,
.room-no-smoke p.head,
.room-wifi p.head,
.room-spleat p.head,
.room-hold p {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #553115;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .5px
}

.room-smoke {
  background-image: url(../img/smoke.png)
}

.room-no-smoke {
  background-image: url(../img/no-smoke.png)
}

.room-wifi {
  background-image: url(../img/wifi-ico.png)
}

.room-spleat {
  background-image: url(../img/spl.png)
}

.room-hold {
  background-image: url(../img/hold-iqo.png)
}

ul.ingredients-list {
  list-style: none
}

ul.ingredients-list li {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 16px
}

ul.ingredients-list li:after {
  content: '';
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #7a6c5d;
  height: 20px
}

ul.ingredients-list li span {
  float: right;
  max-width: 100px;
  text-align: right
}

ul.ingredients-list li span:first-child {
  float: left;
  max-width: 180px;
  text-align: left
}

ul.ingredients-list li span a {
  color: #553115;
  border-bottom: 1px solid #553115
}

ol.recipe-steps-list {
  list-style: none;
  counter-reset: cnt
}

ol.recipe-steps-list li.recipe-step {
  counter-increment: cnt;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-bottom: 16px;
  cursor: pointer
}

ol.recipe-steps-list li.recipe-step:hover {
  text-decoration: underline
}

ol.recipe-steps-list li.recipe-step:before {
  content: counter(cnt) ". ";
  font-family: PTSans-NarrowBold, Arial, sans-serif
}

.cook-list {
  list-style: none;
  height: 100%
}

.cook-list:after {
  content: "";
  display: table;
  clear: both
}

.cook-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  position: relative;
  float: left;
  height: 400px
}

.cook-item .cook-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2d1814
}

.cook-item .cook-link:hover img {
  filter: alpha(enabled=false);
  opacity: 1
}

.cook-item .cook-link img {
  filter: alpha(Opacity=65);
  opacity: .65;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.cook-item .cook-link p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 25px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase
}

.cook-item.advice {
  background: #000;
  text-align: center;
  line-height: 400px
}

.cook-item.advice p {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase
}

.cook-item.advice p.head {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 10px
}

.cook-item.advice a.btn {
  display: inline-block;
  background: #1c1c1f;
  border: 1px solid #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 13px;
  padding: 3px 12px;
  text-transform: none;
  margin-top: 0;
  overflow: visible
}

.cook-item.advice a.btn:before {
  display: none
}

.cook-item.advice a.btn:hover {
  background: #4c4c55
}

.cut-section {
  position: relative
}

.cut-section .advice {
  line-height: 400px;
  text-align: center
}

.cut-section .advice p {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase
}

.cut-section .advice p.head {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 40px;
  color: #000;
  line-height: 40px;
  margin-bottom: 10px
}

.cut-section .advice a.btn {
  display: inline-block;
  background: #f9f9fb;
  border: 1px solid #bfbfbf;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 13px;
  padding: 3px 12px;
  text-transform: none;
  margin-top: 0;
  overflow: visible
}

.cut-section .advice a.btn:before {
  display: none
}

.cut-section .advice a.btn:hover {
  background: #dadae7
}

.contacts-section {
  position: relative
}

.contacts-section .links {
  width: 724px;
  height: 202px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  margin-left: -362px;
  background: url(../img/bg_contacts_links.png) 50% 100% no-repeat
}

.contacts-section .links a {
  float: left;
  width: 50%;
  height: 202px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-image .3s;
  -o-transition: background-image .3s;
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  padding: 50px 20px 0 60px
}

.contacts-section .links a.active,
.contacts-section .links a:hover {
  text-decoration: none
}

.contacts-section .links a.active p,
.contacts-section .links a:hover p {
  color: #fff
}

.contacts-section .links a p {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 14px;
  color: #171719;
  line-height: 18px;
  -moz-transition: color .2s ease;
  -o-transition: color .2s ease;
  -webkit-transition: color .2s ease;
  transition: color .2s ease
}

.contacts-section .links a p strong {
  font-family: PTSans-NarrowBold, Arial, sans-serif
}

.contacts-section .links a .head {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  color: #543113;
  line-height: 30px;
  margin-bottom: 5px
}

.contacts-section .links a .address {
  font-family: PTSans-NarrowBold, Arial, sans-serif;
  font-size: 18px;
  color: #171719;
  line-height: 24px
}

.contacts-section .links a .additional {
  margin-bottom: 6px
}

.contacts-section .links .left.active,
.contacts-section .links .left:hover {
  background: url(../img/bg_links_left.png) 0 100% no-repeat
}

.contacts-section .links .right.active,
.contacts-section .links .right:hover {
  background: url(../img/bg_links_right.png) -1px 100% no-repeat
}

#contacts-map {
  width: 100%;
  height: 100%
}

a.callback-link {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 20px;
  background: #543113;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  filter: alpha(Opacity=0);
  opacity: 0
}

a.callback-link:hover {
  text-decoration: none
}

.callback-form-cnt,
.share-form-cnt {
  padding: 40px 0px;
}

.callback-form-cnt p.header,
.share-form-cnt p.header {
  text-align: center;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  color: #000;
  line-height: 30px;
  margin-bottom: 40px;
}

.callback-form-cnt fieldset,
.share-form-cnt fieldset {
  display: block;
  margin-bottom: 20px;
  width: 460px
}

.callback-form-cnt fieldset.parsley-error input,
.callback-form-cnt fieldset.parsley-error textarea,
.share-form-cnt fieldset.parsley-error input,
.share-form-cnt fieldset.parsley-error textarea {
  border-color: #ca0707
}

.callback-form-cnt input[type=text],
.share-form-cnt input[type=text] {
  border: 2px dashed #543113;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
  letter-spacing: 0;
  background: 0 0;
  width: 100%;
}

.callback-form-cnt input[type=text]::-webkit-input-placeholder,
.share-form-cnt input[type=text]::-webkit-input-placeholder {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  letter-spacing: 0
}

.lt-ie9 .callback-form-cnt input[type=text]::-webkit-input-placeholder,
.lt-ie9 .share-form-cnt input[type=text]::-webkit-input-placeholder {
  line-height: 46px
}

.callback-form-cnt input[type=text]:-moz-placeholder,
.share-form-cnt input[type=text]:-moz-placeholder {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  letter-spacing: 0
}

.lt-ie9 .callback-form-cnt input[type=text]:-moz-placeholder,
.lt-ie9 .share-form-cnt input[type=text]:-moz-placeholder {
  line-height: 46px
}

.callback-form-cnt input[type=text]:-ms-input-placeholder,
.share-form-cnt input[type=text]:-ms-input-placeholder {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  letter-spacing: 0
}

.lt-ie9 .callback-form-cnt input[type=text]:-ms-input-placeholder,
.lt-ie9 .share-form-cnt input[type=text]:-ms-input-placeholder {
  line-height: 46px
}

.lt-ie9 .callback-form-cnt input[type=text],
.lt-ie9 .share-form-cnt input[type=text] {
  line-height: 46px
}

.callback-form-cnt textarea,
.share-form-cnt textarea {
  border: 2px dashed #543113;
  background: 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 146px;
  padding: 10px 20px 20px;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
}

.callback-form-cnt textarea::-webkit-input-placeholder,
.share-form-cnt textarea::-webkit-input-placeholder {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  letter-spacing: 0
}

.callback-form-cnt textarea:-moz-placeholder,
.share-form-cnt textarea:-moz-placeholder {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  letter-spacing: 0
}

.callback-form-cnt textarea:-ms-input-placeholder,
.share-form-cnt textarea:-ms-input-placeholder {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  letter-spacing: 0
}

.callback-form-cnt .result,
.callback-form-cnt fieldset.callback-send-cnt,
.callback-form-cnt fieldset.share-send-cnt,
.share-form-cnt .result,
.share-form-cnt fieldset.callback-send-cnt,
.share-form-cnt fieldset.share-send-cnt {
  text-align: left
}

.callback-form-cnt .result a.btn,
.callback-form-cnt .result input[type=submit],
.callback-form-cnt fieldset.callback-send-cnt a.btn,
.callback-form-cnt fieldset.callback-send-cnt input[type=submit],
.callback-form-cnt fieldset.share-send-cnt a.btn,
.callback-form-cnt fieldset.share-send-cnt input[type=submit],
.share-form-cnt .result a.btn,
.share-form-cnt .result input[type=submit],
.share-form-cnt fieldset.callback-send-cnt a.btn,
.share-form-cnt fieldset.callback-send-cnt input[type=submit],
.share-form-cnt fieldset.share-send-cnt a.btn,
.share-form-cnt fieldset.share-send-cnt input[type=submit] {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 188px;
  height: 46px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  background: #543113 50% 50% no-repeat;
  text-align: center;
  cursor: pointer;
}

.callback-form-cnt .result a.btn:after,
.callback-form-cnt .result a.btn:before,
.callback-form-cnt .result input[type=submit]:after,
.callback-form-cnt .result input[type=submit]:before,
.callback-form-cnt fieldset.callback-send-cnt a.btn:after,
.callback-form-cnt fieldset.callback-send-cnt a.btn:before,
.callback-form-cnt fieldset.callback-send-cnt input[type=submit]:after,
.callback-form-cnt fieldset.callback-send-cnt input[type=submit]:before,
.callback-form-cnt fieldset.share-send-cnt a.btn:after,
.callback-form-cnt fieldset.share-send-cnt a.btn:before,
.callback-form-cnt fieldset.share-send-cnt input[type=submit]:after,
.callback-form-cnt fieldset.share-send-cnt input[type=submit]:before,
.share-form-cnt .result a.btn:after,
.share-form-cnt .result a.btn:before,
.share-form-cnt .result input[type=submit]:after,
.share-form-cnt .result input[type=submit]:before,
.share-form-cnt fieldset.callback-send-cnt a.btn:after,
.share-form-cnt fieldset.callback-send-cnt a.btn:before,
.share-form-cnt fieldset.callback-send-cnt input[type=submit]:after,
.share-form-cnt fieldset.callback-send-cnt input[type=submit]:before,
.share-form-cnt fieldset.share-send-cnt a.btn:after,
.share-form-cnt fieldset.share-send-cnt a.btn:before,
.share-form-cnt fieldset.share-send-cnt input[type=submit]:after,
.share-form-cnt fieldset.share-send-cnt input[type=submit]:before {
  display: none
}

.callback-form-cnt .result,
.share-form-cnt .result {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg_cardboard.jpg) 50% 50% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  visibility: hidden
}

.callback-form-cnt .result:before,
.share-form-cnt .result:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle
}

.callback-form-cnt .result div,
.share-form-cnt .result div {
  display: inline-block;
  text-align: center;
  vertical-align: middle
}

.callback-form-cnt .result div p.thank,
.share-form-cnt .result div p.thank {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #353636;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 10px
}

.callback-form-cnt .result div p.msg,
.share-form-cnt .result div p.msg {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  color: #353636;
  line-height: 30px
}

.callback-form-cnt .result a.btn,
.share-form-cnt .result a.btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -94px
}

.news-list {
  list-style: none;
  background: #c7c7cd;
  overflow: hidden
}

.news-list-item {
  float: left;
  width: 33.33333%;
  height: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #c7c7cd;
  border-bottom: 1px solid #c7c7cd;
  position: relative
}

.news-list-item:nth-child(3n) {
  border-right: none
}

.news-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 80px 0;
  -moz-box-shadow: inset 0 0 20px 2px #fefefe;
  -webkit-box-shadow: inset 0 0 20px 2px #fefefe;
  box-shadow: inset 0 0 20px 2px #fefefe;
  -moz-transition: box-shadow .3s 0s;
  -o-transition: box-shadow .3s 0s;
  -webkit-transition: box-shadow .3s;
  -webkit-transition-delay: 0s;
  transition: box-shadow .3s 0s
}

.news-list-item a:hover {
  -moz-box-shadow: inset 0 0 20px 2px #e6e3df;
  -webkit-box-shadow: inset 0 0 20px 2px #e6e3df;
  box-shadow: inset 0 0 20px 2px #e6e3df
}

.news-list-item a.more-news {
  line-height: 400px;
  padding-top: 0
}

.news-list-item a.more-news p {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  color: #000;
  line-height: 30px
}

.news-list-item a:hover {
  text-decoration: none
}

.news-list-item a .img-cnt {
  display: inline-block;
  vertical-align: top;
  width: 148px;
  height: 148px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px
}

.news-list-item a p {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px
}

.news-list-item a p.head {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  text-transform: uppercase
}

.about-meat-section {
  width: 100%;
  position: relative
}

.about-meat-link-cnt {
  width: 33.33333%;
  height: 100%;
  float: left;
  position: relative;
  -moz-transition: width .3s;
  -o-transition: width .3s;
  -webkit-transition: width .3s;
  transition: width .3s
}

.about-meat-link-cnt a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #2d1814;
  position: relative;
  overflow: hidden
}

.about-meat-link-cnt a:hover img {
  filter: alpha(enabled=false);
  opacity: 1
}

.about-meat-link-cnt a img {
  filter: alpha(Opacity=25);
  opacity: .25;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.bx-touch .about-meat-link-cnt a img {
  filter: alpha(Opacity=80);
  opacity: .8
}

.about-meat-link-cnt a p {
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 47px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-align: center
}

.about-meat-link-cnt.active {
  width: 40%
}

.about-meat-link-cnt.active a img {
  filter: alpha(enabled=false);
  opacity: 1
}

.about-meat-link-cnt.inactive {
  width: 30%
}

.tablet.portrait .about-meat-section .about-meat-link-cnt {
  width: 100%;
  height: 33.333333%;
  float: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none
}

.tablet.portrait .about-meat-section .about-meat-link-cnt p {
  font-size: 50px;
  line-height: 24px
}

.meat-map-section {
  position: relative;
  background: url(../img/bg_cuts_angus.jpg) 50% 0/cover no-repeat;
  -webkit-background-size: cover;
  padding-top: 300px;
  padding-bottom: 70px
}

.meat-map-cnt {
  text-align: center
}

.meat-map-cnt p {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 12px
}

.meat-map-cnt h1 {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: .5px;
  position: relative;
  margin-bottom: 30px
}

.meat-map-cnt h1:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 25px;
  background: url(../img/img_venzel.png) 50% 50% no-repeat;
  left: 50%;
  margin-left: -80px;
  bottom: -30px
}

.angus-cnt {
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 1024px
}

.angus-cnt .svg-bg {
  width: 100%
}

.no-svg .angus-cnt .svg-bg {
  display: none
}

.angus-cnt .area-bg {
  margin: 0 auto
}

#svg-angus-cnt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0
}

#svg-angus-cnt svg {
  width: 100%
}

#svg-angus-cnt svg g:hover {
  cursor: pointer
}

.no-svg #svg-angus-cnt,
.svg .area-bg {
  display: none
}

.area-map-angus-cnt {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  display: none
}

.lt-ie9 .area-map-angus-cnt {
  display: block
}

.svg .area-map-angus-cnt {
  display: none
}

#scheme-tooltip {
  padding: 20px 30px;
  text-align: center;
  position: absolute;
  z-index: 5;
  visibility: hidden;
  filter: alpha(Opacity=0);
  opacity: 0;
  background: url(../img/bg_besmart_popup.png);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

#scheme-tooltip:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: transparent transparent #f7f7f7;
  top: -8px;
  left: 50%;
  margin-left: -8px
}

#scheme-tooltip p.name {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 40px;
  color: #000;
  line-height: 40px
}

#scheme-tooltip p.origin {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 20px;
  color: #8c8c8c;
  line-height: 20px;
  text-transform: uppercase
}

.scheme .popup-content {
  padding: 0
}

.scheme .cooking-section {
  position: relative
}

.scheme .cooking-section .advice,
.scheme .cut-section .advice {
  line-height: 200px
}

.popup-content .cook-list {
  overflow: hidden
}

.popup-content .cook-item,
.popup-content .products-cnt .products-list li {
  height: 200px;
  width: 50%
}

.path:hover {
  cursor: pointer
}

.section-about-angus {
  position: relative
}

.section-about-angus .right {
  width: 40%;
  margin-left: 60%;
  min-height: 100%;
  height: 100%;
  position: relative
}

.tablet.portrait .section-about-angus .right {
  width: 100%;
  height: auto;
  margin-left: 0;
  min-width: 100%;
  min-height: inherit;
  background: #fff
}

.section-about-angus h1.fix-side-head {
  position: relative;
  text-align: center;
  color: #fff;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transition: -moz-transform .4s cubic-bezier(0.7, 0, .3, 1), color .5s ease, opacity .5s ease;
  -o-transition: -o-transform .4s cubic-bezier(0.7, 0, .3, 1), color .5s ease, opacity .5s ease;
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.7, 0, .3, 1), color .5s ease, opacity .5s ease;
  transition: transform .4s cubic-bezier(0.7, 0, .3, 1), color .5s ease, opacity .5s ease
}

.section-about-angus p.fix-side-head_false {
  position: absolute;
  text-align: center;
  width: 100%;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .5px;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.section-about-angus .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/pattern-bg.png);
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.fix-side-bg {
  position: fixed !important;
  width: 100%
}

.tablet.portrait .fix-side-bg {
  position: relative !important
}

.fix-side-bg img {
  position: absolute;
  left: auto;
  top: 0;
  display: block;
  min-width: 100%;
  min-height: 100%
}

.fix-side-text {
  width: 100%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 300px 70px 0;
  z-index: 0;
  -moz-transition: padding-top .5s cubic-bezier(0.7, 0, .3, 1);
  -o-transition: padding-top .5s cubic-bezier(0.7, 0, .3, 1);
  -webkit-transition: padding-top .5s cubic-bezier(0.7, 0, .3, 1);
  transition: padding-top .5s cubic-bezier(0.7, 0, .3, 1)
}

.tablet.portrait .fix-side-text:after {
  display: none
}

.fix-side-text:after {
  content: '';
  position: absolute;
  left: 0;
  right: -50%;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform .5s cubic-bezier(0.7, 0, .3, 1) .5s;
  -o-transition: -o-transform .5s cubic-bezier(0.7, 0, .3, 1) .5s;
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.7, 0, .3, 1);
  -webkit-transition-delay: .5s;
  transition: transform .5s cubic-bezier(0.7, 0, .3, 1) .5s
}

.lt-ie9 .fix-side-text:after {
  filter: alpha(Opacity=0);
  opacity: 0;
  content: none
}

.fix-side-text p {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #0e0a0a;
  line-height: 30px;
  margin-bottom: 18px
}

.fix-side-text p .letter {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 70px;
  color: #0e0a0a;
  line-height: 60px;
  margin-right: 10px;
  float: left
}

.fix-side-text p.lead {
  text-align: center;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #0e0a0a;
  line-height: 30px;
  margin-top: 35px;
  margin-bottom: 35px
}

.fix-side-text .text {
  padding-bottom: 1px;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -moz-transition: -moz-transform .5s cubic-bezier(0.7, 0, .3, 1), opacity .5s cubic-bezier(0.7, 0, .3, 1);
  -o-transition: -o-transform .5s cubic-bezier(0.7, 0, .3, 1), opacity .5s cubic-bezier(0.7, 0, .3, 1);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.7, 0, .3, 1), opacity .5s cubic-bezier(0.7, 0, .3, 1);
  transition: transform .5s cubic-bezier(0.7, 0, .3, 1), opacity .5s cubic-bezier(0.7, 0, .3, 1)
}

.modify .fix-side-text {
  padding-top: 100px
}

.modify .fix-side-text:after {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: -moz-transform .5s cubic-bezier(0.7, 0, .3, 1);
  -o-transition: -o-transform .5s cubic-bezier(0.7, 0, .3, 1);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.7, 0, .3, 1);
  transition: transform .5s cubic-bezier(0.7, 0, .3, 1)
}

.lt-ie9 .modify .fix-side-text:after {
  filter: alpha(enabled=false);
  opacity: 1;
  content: ''
}

.modify .fix-side-text .text {
  filter: alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform .5s cubic-bezier(0.7, 0, .3, 1) .5s, opacity .5s cubic-bezier(0.7, 0, .3, 1) .5s;
  -o-transition: -o-transform .5s cubic-bezier(0.7, 0, .3, 1) .5s, opacity .5s cubic-bezier(0.7, 0, .3, 1) .5s;
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.7, 0, .3, 1), opacity .5s cubic-bezier(0.7, 0, .3, 1);
  -webkit-transition-delay: .5s, .5s;
  transition: transform .5s cubic-bezier(0.7, 0, .3, 1) .5s, opacity .5s cubic-bezier(0.7, 0, .3, 1) .5s
}

.modify .logo {
  filter: alpha(Opacity=0);
  opacity: 0
}

.modify h1.fix-side-head {
  filter: alpha(enabled=false);
  opacity: 1;
  color: #000
}

.modify .fix-side-head_false {
  filter: alpha(Opacity=0);
  opacity: 0
}

.modify .pattern {
  filter: alpha(enabled=false);
  opacity: 1
}

.farms-content {
  background: #fff;
  padding: 100px 100px 70px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.farms-content h4 {
  font-family: PTSans-Narrow, Arial, sans-serif;
  display: inherit;
}

.farms-content p,
.farms-content ul {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #0e0a0a;
  line-height: 23px;
  margin-bottom: 18px;
  text-align: justify;
}

.farms-content ul li {
  list-style: none;
  text-align: center;
  font-size: 19px;
  border-bottom: 1px dashed #dab497;
  padding: 1% 0;
  line-height: 12px;
}


.slidesjs-pagination {
  display: none;
}

.farms-content:after,
#root-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 22px 0;
  border-color: #fff transparent transparent
}

.farms-content h1 {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #0e0a0a;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px
}

.farms-content h2 {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 40px;
  color: #0e0a0a;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.farms-content p.lead {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #0e0a0a;
  line-height: 30px;
  margin-bottom: 70px;
  text-align: center
}

.farms-content .cols {
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2
}

.farms-content .cols p {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #0e0a0a;
  line-height: 30px;
  margin-bottom: 18px
}

.farms-content .cols p:first-letter {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 70px;
  color: #0e0a0a;
  line-height: 60px;
  float: left;
  margin-right: 10px
}

.farms-map-cnt {
  position: relative;
  overflow: hidden
}

.farms-map-cnt .farms-map {
  background: url(../img/bg_farms_pattern.png) #242722;
  overflow: hidden;
  height: 1286px;
  position: relative
}

.farms-map-cnt .farms-map>img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  margin: auto
}

.farms-map-cnt .farms-sky {
  width: 1763px;
  height: 100%;
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  overflow: hidden;
  top: 0
}

.farms-map-cnt .farms-sky .cloud {
  position: absolute
}

.farms-map-cnt .farms-sky .cloud-t {
  width: 321px;
  height: 465px;
  background: url(../img/img_cloud_t.png) no-repeat;
  top: 60px;
  left: 942px
}

.farms-map-cnt .farms-sky .cloud-r {
  width: 289px;
  height: 301px;
  right: 214px;
  top: 460px;
  background: url(../img/img_cloud_r.png) no-repeat
}

.farms-map-cnt .farms-sky .cloud-b {
  width: 315px;
  height: 449px;
  right: 530px;
  top: 788px;
  background: url(../img/img_cloud_b.png) no-repeat
}

.farms-map-cnt .farms-sky .cloud-l {
  width: 312px;
  height: 316px;
  left: 198px;
  top: 507px;
  background: url(../img/img_cloud_l.png) no-repeat
}

.farms-map-cnt .farms-points {
  width: 1763px;
  height: 100%;
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  overflow: hidden;
  top: 0
}

.farms-map-cnt .farms-points .point {
  width: 82px;
  height: 88px;
  position: absolute
}

.farms-map-cnt .farms-points .point a {
  display: block;
  height: 100%
}

.farms-map-cnt .farms-points .point a.active img,
.farms-map-cnt .farms-points .point a:hover img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1)
}

.farms-map-cnt .farms-points .point a.active+span,
.farms-map-cnt .farms-points .point a:hover+span {
  -moz-transform: rotate(330deg) skewX(30deg) translateY(0);
  -ms-transform: rotate(330deg) skewX(30deg) translateY(0);
  -webkit-transform: rotate(330deg) skewX(30deg) translateY(0);
  transform: rotate(330deg) skewX(30deg) translateY(0);
  filter: alpha(enabled=false);
  opacity: 1
}

.farms-map-cnt .farms-points .point.active {
  z-index: 1
}

.farms-map-cnt .farms-points .point img {
  display: block;
  -moz-transition: -moz-transform .3s cubic-bezier(0.125, 1.075, .385, 1.65);
  -o-transition: -o-transform .3s cubic-bezier(0.125, 1.075, .385, 1.65);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0.125, 1.075, .385, 1.65);
  transition: transform .3s cubic-bezier(0.125, 1.075, .385, 1.65);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8)
}

.farms-map-cnt .farms-points .point span {
  display: block;
  position: absolute;
  top: 82px;
  left: 50%;
  margin-left: -41px;
  background: #fff;
  padding: 3px 5px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  -moz-transform: rotate(330deg) skewX(30deg) translateY(8px);
  -ms-transform: rotate(330deg) skewX(30deg) translateY(8px);
  -webkit-transform: rotate(330deg) skewX(30deg) translateY(8px);
  transform: rotate(330deg) skewX(30deg) translateY(8px);
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transform-origin: 27px 0 50%;
  -ms-transform-origin: 27px 0 50%;
  -webkit-transform-origin: 27px 0 50%;
  transform-origin: 27px 0 50%;
  -moz-box-shadow: -4px 5px 5px 0 rgba(0, 0, 0, .35);
  -webkit-box-shadow: -4px 5px 5px 0 rgba(0, 0, 0, .35);
  box-shadow: -4px 5px 5px 0 rgba(0, 0, 0, .35);
  -moz-transition: -moz-transform .3s ease, opacity .3s ease;
  -o-transition: -o-transform .3s ease, opacity .3s ease;
  -webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease
}

.farms-map-cnt .farms-popups {
  position: absolute;
  bottom: 0;
  height: 540px;
  width: 1763px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  z-index: -1
}

.farms-map-cnt .farms-popups.active {
  z-index: 1
}

.farms-map-cnt .farms-popups .farm-popup {
  position: absolute;
  width: 790px;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0
}

.farms-map-cnt .farms-popups .farm-popup .header {
  height: 103px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 30px;
  color: #000;
  line-height: 103px;
  padding-left: 50px;
  padding-right: 50px;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: url(../img/bg_cardboard.jpg) 20% 30% no-repeat;
  position: relative
}

.farms-map-cnt .farms-popups .farm-popup .header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: url(../img/bg_farm_popup_top.png) repeat-x;
  margin-left: -50px
}

.farms-map-cnt .farms-popups .farm-popup .farmer-info {
  float: right;
  height: 103px;
  line-height: 103px;
  text-align: right
}

.farms-map-cnt .farms-popups .farm-popup .farmer-info .name {
  font-family: PTSans-NarrowBold, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 18px
}

.farms-map-cnt .farms-popups .farm-popup .farmer-info .job {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 18px
}

.farms-map-cnt .farms-popups .farm-popup .content {
  padding: 30px 50px;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0;
  border-radius: 0 0 20px 20px;
  background: #fff;
  position: relative
}

.farms-map-cnt .farms-popups .farm-popup .content .img-cnt {
  z-index: 1;
  width: 226px;
  height: 226px;
  position: absolute !important;
  right: -70px;
  top: 25px;
  border: 6px solid #fff;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  overflow: hidden;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25)
}

.farms-map-cnt .farms-popups .farm-popup .content .text-cnt {
  padding-right: 120px;
  padding-bottom: 20px
}

.farms-map-cnt .farms-popups .farm-popup .content .text-cnt p {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 30px
}

.farms-map-cnt .farms-popups .farm-close-cnt {
  position: absolute;
  width: 48px;
  height: 60px;
  right: 24px;
  top: -35px;
  overflow: hidden;
  z-index: 1
}

.farms-map-cnt .farms-popups .farm-close-cnt:hover .farm-close {
  background-position: 0 -367px
}

.farms-map-cnt .farms-popups .farm-close {
  display: block;
  width: 24px;
  height: 32px;
  background: url(../img/spr_icons.png) 0 -357px;
  margin: 4px 12px;
  -moz-transition: background-position .3s cubic-bezier(0.7, 0, .3, 1);
  -o-transition: background-position .3s cubic-bezier(0.7, 0, .3, 1);
  -webkit-transition: background-position .3s cubic-bezier(0.7, 0, .3, 1);
  transition: background-position .3s cubic-bezier(0.7, 0, .3, 1)
}

.farms-scheme {
  height: 670px;
  background: url(../img/bg_farms_scheme.jpg) 50% 0 no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  position: relative
}

.farms-scheme:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -22px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 22px 0;
  border-color: #242722 transparent transparent
}

.farms-scheme p.head {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #0e0a0a;
  line-height: 1;
  text-align: center;
  text-transform: uppercase
}

.farms-scheme .points-cnt {
  width: 1200px;
  height: 470px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
  z-index: 0
}

.farms-scheme .points-cnt .point {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px
}

.farms-scheme .points-cnt .point a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: url(../img/spr_icons.png) -300px -100px no-repeat
}

.farms-scheme .points-cnt .fp-tooltip {
  position: absolute;
  z-index: 1;
  background: url(../img/bg_besmart_popup.png);
  padding: 10px 20px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 1;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .4);
  left: 50%;
  top: 20px;
  filter: alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  -webkit-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px)
}

.section-404 {
  background: url(../img/bg_cardboard.jpg);
  overflow: hidden
}

.section-404 .text-cnt {
  padding-top: 75px
}

.section-404 h1 {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #553115;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px
}

.section-404 p.lead {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  color: #000;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 70px
}

.section-404 p.lead:after {
  content: '';
  position: absolute;
  width: 138px;
  height: 22px;
  background: url(../img/img_venzel_404.png) 50% 50% no-repeat;
  bottom: -40px;
  left: 50%;
  margin-left: -69px
}

.section-404 .site-map {
  width: 510px;
  margin: 0 auto;
  text-align: center
}

.section-404 .site-map li {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 25px;
  position: relative
}

.section-404 .site-map li a {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase
}

.section-404 .site-map li a:hover {
  text-decoration: none
}

.section-404 .site-map li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000;
  left: -15px;
  top: 10px
}

.section-404 .site-map li:first-child {
  margin-left: 0
}

.section-404 .site-map li:first-child:before {
  display: none
}

.section-404 .bull {
  width: 510px;
  margin: 0 auto 25px
}

.section-404 .bull a {
  display: inline-block;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  vertical-align: middle
}

.section-404 .bull img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px
}

.section-404 .gif-angus-cnt {
  text-align: center;
  position: relative
}

.section-404 .gif-angus-cnt img {
  height: 100%
}

.section-search {
  background-image: url(../img/bg_search.jpg)
}

.section-search .search-input {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center
}

.section-search .search-input .title {
  margin-bottom: 55px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  color: #fff;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: .5px
}

.section-search .search-input .subtitle {
  margin-bottom: 15px;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  text-transform: uppercase
}

.section-search .search-input .search-field {
  display: block;
  overflow: hidden;
  width: 460px;
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 0;
  background: #000;
  background: rgba(0, 0, 0, .8);
  border-bottom: 2px solid #000
}

.section-search .search-input .search-field input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0 20px 0 40px;
  width: 430px;
  text-align: center;
  background: 0 0;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 100%
}

.section-search .search-input .search-field .btn-find {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: url(../img/icon_search.png) 1px 1px no-repeat
}

.search-cnt .tabs-head {
  display: block;
  position: relative;
  background: #171719;
  padding: 25px 50px 25px 200px;
  overflow: hidden
}

.search-cnt .tabs-head:first-child {
  border-bottom: 1px solid #000
}

.search-cnt .tabs-head .tabs-title {
  position: absolute;
  top: 22px;
  left: 50px;
  width: 140px;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 17px;
  color: #bebebe;
  line-height: 100%
}

.search-cnt .tabs-head .tabs-title img {
  display: block;
  margin-top: 25px
}

.search-cnt .tabs-head .tabs-items {
  display: block
}

.search-cnt .tabs-head .tabs-items a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 35px;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #787880;
  line-height: 100%
}

.search-cnt .tabs-head .tabs-items a:hover {
  text-decoration: none;
  color: #eee
}

.search-cnt .tabs-head .tabs-items .active {
  color: #fff
}

.search-cnt .tabs-head .tabs-items .active:before {
  background: url(../img/sprites.png) -4px -5px no-repeat
}

.search-result-cnt {
  overflow: hidden;
  position: relative;
  list-style: none
}

.search-result-cnt>p {
  display: block;
  width: 100%;
  height: 100px;
  background: #f4f1ec;
  text-align: center;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #171719;
  line-height: 100px;
  text-transform: uppercase
}

.search-result-cnt .p-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  width: 33.33%;
  height: 400px;
  background: #fff;
  border-width: 0 0 1px 1px;
  border-color: #c7c7cd;
  border-style: solid;
  overflow: hidden;
  box-shadow: inset 0 0 20px 2px #fefefe;
  transition: box-shadow .3s 0s;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.search-result-cnt .p-item .no-hover {
  position: absolute;
  display: block;
  margin: auto;
  z-index: 2;
  max-width: 80%;
  max-height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.search-result-cnt .p-item .on-top {
  position: absolute;
  display: block;
  margin: auto;
  z-index: 2;
  max-width: 80%;
  max-height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: -moz-transform .7s cubic-bezier(0.175, 1.3, .2, 1), opacity .3s linear;
  -o-transition: -o-transform .7s cubic-bezier(0.175, 1.3, .2, 1), opacity .3s linear;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.175, 1.3, .2, 1), opacity .3s linear;
  transition: transform .7s cubic-bezier(0.175, 1.3, .2, 1), opacity .3s linear
}

.search-result-cnt .p-item .on-hover {
  position: absolute;
  display: block;
  margin: auto;
  z-index: 1;
  max-width: 80%;
  max-height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transform: translate(-300px, 0) translateZ(0);
  -ms-transform: translate(-300px, 0) translateZ(0);
  -webkit-transform: translate(-300px, 0) translateZ(0);
  transform: translate(-300px, 0) translateZ(0);
  -moz-transition: -moz-transform .7s cubic-bezier(0.175, 1.5, .2, 1), opacity .3s linear;
  -o-transition: -o-transform .7s cubic-bezier(0.175, 1.5, .2, 1), opacity .3s linear;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.175, 1.5, .2, 1), opacity .3s linear;
  transition: transform .7s cubic-bezier(0.175, 1.5, .2, 1), opacity .3s linear
}

.search-result-cnt .p-item .description {
  position: absolute;
  display: block;
  z-index: 4;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #171719;
  line-height: 100%
}

.search-result-cnt .p-item:hover {
  -moz-box-shadow: inset 0 0 20px 2px #e6e3df;
  -webkit-box-shadow: inset 0 0 20px 2px #e6e3df;
  box-shadow: inset 0 0 20px 2px #e6e3df
}

.search-result-cnt .p-item:hover .on-top {
  z-index: 1;
  opacity: 0;
  -moz-transform: translate(300px, 0) translateZ(0);
  -ms-transform: translate(300px, 0) translateZ(0);
  -webkit-transform: translate(300px, 0) translateZ(0);
  transform: translate(300px, 0) translateZ(0)
}

.search-result-cnt .p-item:hover .on-hover {
  z-index: 2;
  opacity: 1;
  -moz-transform: translate(0px, 0) translateZ(0);
  -ms-transform: translate(0px, 0) translateZ(0);
  -webkit-transform: translate(0px, 0) translateZ(0);
  transform: translate(0px, 0) translateZ(0)
}

.search-result-cnt .p-item.advice:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.search-result-cnt .text-layer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px
}

.search-result-cnt .text-layer .result-link {
  margin-bottom: 20px;
  display: block;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #0e0a0a;
  line-height: 140%
}

.search-result-cnt .text-layer .result-link b {
  display: inline-block;
  padding: 0 5px;
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 140%;
  background: #553115;
  font-weight: 400
}

.search-result-cnt .text-layer .result-crumbs a,
.search-result-cnt .text-layer .result-crumbs i {
  display: inline-block;
  vertical-align: middle
}

.search-result-cnt .text-layer .result-crumbs a {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 14px;
  color: #553115;
  line-height: 100%
}

.search-result-cnt .text-layer .result-crumbs a:hover {
  text-decoration: underline
}

.search-result-cnt .text-layer .result-crumbs i {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #553115;
  line-height: 100%
}

#footer {
  height: 180px;
  position: fixed;
  z-index: 0;
  bottom: 0;
  background: 0 0/cover fixed #000;
  -webkit-background-size: cover;
  width: 100%;
  overflow: hidden
}

.ipad #footer,
.iphone #footer {
  position: absolute
}

#footer .footer-cnt {
  width: 33.33333%;
  margin: 0 auto;
  height: 100%;
  text-align: center
}

#footer .footer-cnt.first {
  text-align: right;
  float: left
}

#footer .footer-cnt.last {
  text-align: left;
  float: right
}

#footer .footer-icon {
  width: 118px;
  height: 38px;
  border: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #231f20;
  display: inline-block;
  margin-top: 80px
}

#footer .footer-icon.appstore {
  background-image: url(data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTU3NzIsIDIwMTQvMDEvMTMtMTk6NDQ6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRjAwNDgwNTM0RkUxMUU0QUQ2N0ZEM0RDNEM1QTRDNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRjAwNDgwNjM0RkUxMUU0QUQ2N0ZEM0RDNEM1QTRDNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGMDA0ODAzMzRGRTExRTRBRDY3RkQzREM0QzVBNEM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFGMDA0ODA0MzRGRTExRTRBRDY3RkQzREM0QzVBNEM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4AJkFkb2JlAGTAAAAAAQMAFQQDBgoNAAAF8wAACIkAAAptAAAMX//bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8IAEQgAIABnAwERAAIRAQMRAf/EALIAAAEFAQEAAAAAAAAAAAAAAAUAAgMEBgEHAQEBAAAAAAAAAAAAAAAAAAAAARAAAwEAAQQCAwAAAAAAAAAAAgMEBQESExQVUAYkNDURAAICAAQEAwcEAwEAAAAAAAECEQMAIRIEMUEyE1FhInHBQlIjMxSBkXKzobHhBRIBAAAAAAAAAAAAAAAAAAAAUBMBAQACAgEDBAMBAQAAAAAAAREAITFBUWFxgRAwUJEg8KGx0f/aAAwDAQACEQMRAAABrhA87UsVC6IYUSYRbBYUEDDRgomOhRAq8KgSBxdECj1RMqphAisDSDgmRGbXQJbMIsppk6AVcPOkA4Gn/9oACAEBAAEFAsv63xZGX1EO0AEZ1ZblO8Gjpdm8iI5bjmLOPkFyvY319nQmI2T1ZVC6iQ0XVEXEGOZeyneSHeRsJmHTeMY7FPDPbv685mwxPcqno9pTyS6jBK9msDOph1WfoY39NSyYx8pM4DiOfHHPzuWGMteVLTDREkPAz3eHAl2fnxCqSVczkRDr5e/HNEv7JCqeSkpqUXPTbzpJHJz9YmU06htnm0xSpWzQLFbDBUzVpYpOoYT978j/2gAIAQIAAQUC+U//2gAIAQMAAQUC+U//2gAIAQICBj8CU//aAAgBAwIGPwJT/9oACAEBAQY/Al3LX6NcwoWeBjBZNyZjIMke/CoubMYA8zhkqPeQaYsGU6zAy/llhmgaUbS8MpIz08AZ488KFP1O7bW2tlQfT0+Jjn441KPri16mrJUdIBgA5k58sUGnPXUHcsVUAl2UCTHy4apV9adckLEZZkwBnhn7eSlgQSAZTq9PHLB3EroV1rIkA+rwGLK6xNYZwjll4IfiPAcuOOywiyQIkc+GfDGwgx6LP7DijM8fdhbkALJ0z4+P6Yq3zjUkFFuc6mOoyJznIrIx+KAujmc5ybX4xx5xgvpSS1j/ABDO0gmCCCOnBc11l+616sQ3pdozGfKOeNVCDsqor1MxrmCWHqDKZ9ZxuO5WHnLcI0svVOZB+bzwGaC02tPnculv+YanSCrMr5zky8x++HZdI7jvY8ah9yJEgg/Dj8k9chuLcvOdX+cbD+Fn9hxR7fdha16nIUe043WyVkNIoVKFDDVrqz6eOZxt9022W69nZfVMfrGDf2fo2bM7jsz0sImDi/crQu3t2zL0TDKxjnivYbstV22JpvXMer5hj/06LaksNBrmZhwxynG0nape25QW2s08G+FPCMb52p7y0NWalJ+fkfLPFFxTbTuZssF76YWclT2YFSuG2fcX1zloMTn5YTb30Fykwwg8TPP240Cp7LQDFjhB+8YS9VDNXmA3DA3i526ixnnPH/eKprptLXOz7dvhnMc5GN1uL2rQjbMtNfBcuCgHH46VJRTOplrHUfOZwi/iUWNX02Mvq4znnnjcPaq3jdR3UcZZcOHhitLKKruz9kuDK+XHhjcV2Q35LBnbn6eEYXb2017itPt9wGVnwIjHe7a9WrtfB7I8Mf/aAAgBAQMBPyFkRXSDbNOzER2nc06bR+sNuN5yQwDh3LDRJXt7sQW2028zqOBw9c2r+kqwbgVd39MGLtPdcoUrVe2BlpNlAU7NC13nLBoItVOwm3nBtVFzWkSOXcMCxPOyFqO+P7HNAHQepbig1pzm10AocezRttmWA8BzSSxeq+WX4E7UIhpN8j1ze3xwOQ9mZpxtazsohQqxOSaudKa1DQppEj5G5ZLtCCEdeGAc2AQl3vhw8DPObGqecQ5poEcsVe6O+kIaD2ZJzw7LQgnSG3BygzZbkNBMjfXBPDmvuYW+vO/r9Af+n/1gf0p9SGIk1b80GFG5YBPekbQioEMafdBs+SKOsPmbeqRE7POOudARdT33k/zHovfkHrTgaTPCIDfHBBDveCuReOHNzD8piSTIFOhpI7xO7NHMr4SlxmVzbDd5N4lXwiq2U9SzRjLM220gsR1zjoA7JFe0jusN9hoQlAO1D0xBC+m0Lzd8d4Xf78eqktdGImiXmnoDRdZuowqvHRPDDSLV5VsQUdDlPFvGHghganGODNT2AiFF6xDoThD2vNfCXP/aAAgBAgMBPyH8p//aAAgBAwMBPyH8p//aAAwDAQACEQMRAAAQNAkgkAggkgokgAFBkpphsBMAgg//2gAIAQEDAT8QF8XejFTeroMc6VkAsACZz7t5LyfdAHyuCzUgbFFYVKA3KZ5MUNIBrxFsm2Ewm4ZTjlJB0Vy7ir8iENXWTCeWppHWWMyVSaeCf6ucLpgBqbBymcbnAVMM0WwvhxFqQ7AiYNQFdoSAJY+2dhfkb6a2YcAYgbRdWI4jbMJzlEQ/TjaxVIPz42ihBA4EqPNwOeMCMU+bCCxdho5IYIOY04IKXaenJAklSOVy0VFigMyxZCDIgWVFbzcMN6jIPKgeNIuI1DXahc3T2l0rUQCdFYKpAoAFc01hOGUxDQ+zBEeLvFVjSo0AMZx2sOJQq+OrpOD0NfUiH9VVRiL9uH1FwyTQEbnBvNiYOlnBmDYVcg/lZqAcRAvedBT3dACNxZrV/eCqvQUUG0+A91kE/wBKWCoYIjzcADFSl14mBWGlKggOHarPYF5cFsSq1Z7Dt1uC2iikZl4SX1hzPDfalKEO8Hs9YeloA9AMdG0lOwG6Mb5MgQzK1aVAdmJEchkZwTYXam8nIG3vNaQ812wE2IjSCkP6IR0iUqALB2A0Zs1cg7VDkkHj2HDzJbCBLYH/AIDISzuMjCFBCtYprWS7tmRWHNN8CB8wyujvP//aAAgBAgMBPxD8p//aAAgBAwMBPxC5fuv2p9X7kyfzn8f/2Q==);
  background-repeat: no-repeat;
  background-position: 50% 50%
}

#footer .footer-icon.play {
  background-image: url(data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTU3NzIsIDIwMTQvMDEvMTMtMTk6NDQ6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2OEZBNzMyNTM0RkYxMUU0QjFDN0I4M0JBMjY5RDU2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2OEZBNzMyNjM0RkYxMUU0QjFDN0I4M0JBMjY5RDU2RCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY4RkE3MzIzMzRGRjExRTRCMUM3QjgzQkEyNjlENTZEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY4RkE3MzI0MzRGRjExRTRCMUM3QjgzQkEyNjlENTZEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4AJkFkb2JlAGTAAAAAAQMAFQQDBgoNAAAFywAAB5EAAAkFAAAKdv/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8IAEQgAKAB4AwERAAIRAQMRAf/EALsAAQEAAwEBAAAAAAAAAAAAAAAEAwUGBwIBAQEAAAAAAAAAAAAAAAAAAAABEAACAQMDAwUAAAAAAAAAAAADBAIAAQUQERQwYBIgEzQ1BhEAAgECAwUECAUFAAAAAAAAAQIDERIAITFBUWETBBBxIjIgMKGxQiMUBcGyM0Nz4VJiooMSAQAAAAAAAAAAAAAAAAAAAGATAQACAgEDAwQCAwAAAAAAAAERIQAxQRBRYSBxgTBAYJHwobHB0f/aAAwDAQACEQMRAAAB8/UAAAAAACw7FOKWc6dKSJcR8mjAABsT3xOaPLVmPglB9FBKZzAAbA9NTgF0J0xnKElXOlpoFuKUgXlwAAAVmwNIZzAC8gP/2gAIAQEAAQUC66Y4lbd/NeMzgMAlJ+EhBjjYWSuvaCYk5QPBLj+rHfYHEMo7jG/fKLqrt2X2GcMR6223aDYDNBFIstcf8/JZtONZHNOPaNgk2qqgAdJ3FcQ7zgu3eXBOI0Z4+RpZQHI9uw5bT24nQUNALMnYxjQSyFLQzciAr//aAAgBAgABBQLsv//aAAgBAwABBQLsv//aAAgBAgIGPwIX/9oACAEDAgY/Ahf/2gAIAQEBBj8C9fBE/leRVbuJxZA1JP21fRxwP9w3YMcyFHGw9kKCbkp4vqCGCNdXKtfMLaYQqEdnjIBdgBcYjUN8zLxZaD8cJfYWJ6kWs2WcS2bRSpyrj5tn6hEtXpalNUz8W3fhuXaJEWEghiSxdKybdh3en0v8qfmwVk8utdKU2g8MLD1lGhFTFJSnN4g/DT266YMfSzc6PfuO6u3CyStYr+TaTxpuwtsiyBxXw1y7we0V024lhDXcpil2mhpx7Cq6hWfPcilj7vQ6b+VPzYtY8yMfsprIf8jsX392LXNkOyJdP69nTT9MOZy4limjXNlK7abjhGaT588cvJR1ttkGS7TrsxCn3LJxP8sya2251r8N1MdTH9xBZVKmO7W67Ow8VxOUJk6bqJR9LQEW01WmzdTHUv06n6pOqd3jGTFDmhoMyuC1AJisxtoALuW2zTB+ru51s/L5nnt5D3a50rTEsbLK8awP4yQsOUZItSmfDPjiT7h8UyCH/of1P9V9vqY5XTmKjVKb8TqkkkonFCJe+tdWqewsupVkz3OpU+/tjgCLHFHUgLXMnUmtez//2gAIAQEDAT8h+vLRWlMMYfZxVnkqq1xxhtb2O42wMOH38nREtwXdZSjSATc5XwLIHFpRDEd9YFQ+YxgcISiXzQhBMlBnGggSn9B3ypIVIBEUe2r1/wA32Z8lQkrHAdhwJB05Y8SKNh4sQzEnnYzFUO5kKs6MIxhA7qlTxkjhZbLRBBGuu+pOwShzBJP7yMpplmYxMNd+itAi/wAgrivoYOsBOtGmNMt0lD4DeN9nKiAPF8Jdrow7lIPY3bM5MwQXPZJutcyuAwNZIbo8lf3gKI1WJtcSTFRgwzu0SpA0QaOzH93XV/uTUd8NZ3QFV8BPGSPyDL/gweZjnDNJRpXM0sCif7YLIhXfQvmR9UUsrqD4R2gfvIj98AIJUREQNf66C0KLh4CuHHV1A8COWktdP//aAAgBAgMBPyH8L//aAAgBAwMBPyH8L//aAAwDAQACEQMRAAAQAAAAAAAAoBIAAAAAMAAEAgEMEhhoFgAAkEAEgH//2gAIAQEDAT8Q+ueCMnJsMh5MkJU4JLQ+I41IY2p36LgTScJT0W+33JRST0MxsQlMVkRfJKYHWg7WpdgxE3tgQroaet2lSNCNsjnZpecDagzp7fQFiLwBk6CQuIGscYGwxhmm0g+BwfBqMSgWBwDquNjiz5pUeiQAWyI2hjTf1BCcwtVdWMJ1CBkA6YsgoNEPfEWIjna0IVRbotDISEMEFjHlExv0H2cKAB1VoDJzohiju7zR4TLKfiKGKTaHdjsHQIoZ1WLiNASJmbxAWobURwZZAuEuMkXS4m+6I+ZcKhdUkB2ZlvQ9sYyknFEo0cShwTgCsd4aYHdS5NZNIIBKEyBVVHOQikK5bzi79YlXIJ9lGZ0qSNMDUIpIOtNy71VCRRpKesUF05CYsHkkjA5K8F0kHGy9B0swLJghoZ5RM6xVtZfOKoC0aO2BGMuQwjiEOAoOn//aAAgBAgMBPxD8L//aAAgBAwMBPxD7Cfvo+9//2Q==);
  background-repeat: no-repeat;
  background-position: 50% 50%
}

#footer .footer-info {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 12px
}

#footer .footer-phone {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px
}

#footer .footer-phone-meta {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px
}

#footer .footer-developers a {
  font-family: PTSans-Narrow, Arial, sans-serif;
  font-size: 10px;
  color: #a97e55;
  line-height: 1
}

#footer .footer-developers a:hover {
  text-decoration: underline
}

ul.parsley-errors-list {
  position: absolute;
  z-index: 1;
  top: -30px;
  background: #171717;
  list-style: none;
  left: 10px
}

ul.parsley-errors-list.filled:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0;
  border-color: #171717 transparent transparent
}

ul.parsley-errors-list>li {
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 9px;
  color: #fff;
  line-height: 1;
  padding: 8px 13px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px
}

ul.parsley-errors-list>li:before {
  display: none
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%
}

.hidden {
  display: none !important;
  visibility: hidden
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.invisible {
  visibility: hidden
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

#ajax-ovl,
#overlay,
.bust-overlay {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
  top: 0
}

.lt-ie9 #ajax-ovl,
.lt-ie9 #overlay,
.lt-ie9 .bust-overlay {
  background: url(../img/bg_overlay.png) left top
}

.bust-overlay {
  left: 0;
  top: 0
}

.bust-overlay i {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 50%;
  margin-top: -18px;
  background: url(../img/preloader.gif) no-repeat
}

.wrapper {
  width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto
}

.fleft {
  float: left
}

.fright {
  float: right
}

.aleft {
  text-align: left
}

.aright {
  text-align: right
}

.acenter {
  text-align: center
}

.row {
  position: relative;
  width: 100%
}

.ib {
  display: inline-block
}

.ib.m {
  vertical-align: middle
}

.full-width {
  width: 100%
}

.full-height {
  height: 100%;
  min-height: 100%
}

.inline-cnt {
  font-size: 1px
}

.inline-cnt>:first-child {
  margin-left: 0
}

.fancybox__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 20px;
  height: 20px
}

.fbx__close {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUQwMUQ0MDJDQUU3MTFFMzhDRTdFQkZERUEwRkU0QjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUQwMUQ0MDNDQUU3MTFFMzhDRTdFQkZERUEwRkU0QjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RDAxRDQwMENBRTcxMUUzOENFN0VCRkRFQTBGRTRCMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1RDAxRDQwMUNBRTcxMUUzOENFN0VCRkRFQTBGRTRCMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm8KAqQAAAD7SURBVHja7JO9DkRQEIXXbqWlFILoVBI6r0NoiXgCGr2fh6H1BmqhplXaE3cjsn832e02e4qbmcl8mXvP5DKWZZ0+1fn0hX4E1jStqiqO445FpHmey7JMgaMoMgyjLMudR1AUhWmacRzfNV8EQTjmbdvato0hOOu6ZlkWpKIofd+HYbgsy7GZedwzz/MAwI/juK6rJEkgfd+fpoluGJrQClIURZDDMDwlX7q9brrdjWH2mA4ThzBz3IT5R//ewYQkDjmO47ouArwfPLygwEmSENLzvHmeyfsJn6YpZVVd16mqGgQBSFLBepqm0XU9y7K9+HJV/y/5TlcBBgCTgH1idcG6oAAAAABJRU5ErkJggg==);
  -moz-transition: background-image .2s ease;
  -o-transition: background-image .2s ease;
  -webkit-transition: background-image .2s ease;
  transition: background-image .2s ease
}

.fbx__close:hover {
  text-decoration: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjNGOTk0QTJDQUU3MTFFMzk5OEZFNUQ3QzY1MTMxRDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjNGOTk0QTNDQUU3MTFFMzk5OEZFNUQ3QzY1MTMxRDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2M0Y5OTRBMENBRTcxMUUzOTk4RkU1RDdDNjUxMzFEMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2M0Y5OTRBMUNBRTcxMUUzOTk4RkU1RDdDNjUxMzFEMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuPhKtgAAADpSURBVHjaYrzHr8RALmBioAAME81sWuqS25Yzi4kgCwK5EpuWsKqrENAs3NPAYWUmuXkpXD+QIblpKaedpUhvEwHNrxLzft+8A7QEoh+ik1VDBSj4KjkfTTEjZjwzi4tKgh35++59hv8MrCqKQJ3P/WL+vnxNWDNU/7blrMqKQPbvuw+ee0Vg6sQd2v//A+2Ec0BcIqMK6k+ga+8+ALocaD9y+OHTjBxCzz3Dn3tFIsJPXJSAZrG5E6E6faP/vnoD9CowqCD6xeZPIqD5TWn9jyMnITohIhD9P46delvSQFRoj2ZJnAAgwABSiG/U4VpSQAAAAABJRU5ErkJggg==)
}

.full-block {
  display: block;
  width: 100%;
  height: 100%
}

.valign-inner {
  display: inline-block;
  vertical-align: middle
}

.sfx {
  -moz-transition: -moz-transform .3s ease-out, opacity .3s linear;
  -o-transition: -o-transform .3s ease-out, opacity .3s linear;
  -webkit-transition: -webkit-transform .3s ease-out, opacity .3s linear;
  transition: transform .3s ease-out, opacity .3s linear
}

.sfx-slideup {
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  filter: alpha(Opacity=0);
  opacity: 0
}

.sfx-slidedown {
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  filter: alpha(Opacity=0);
  opacity: 0
}

.sfx-fallback {
  -moz-transform: rotateX(91deg);
  -ms-transform: rotateX(91deg);
  -webkit-transform: rotateX(91deg);
  transform: rotateX(91deg)
}

.no-csstransforms .site-sidebar .side-item.expanded>a:before {
  background-position: -217px -7px
}

.no-csstransforms .path-header.expanded:before {
  background-position: -425px -286px
}

.lt-ie9 .news-list li img {
  filter: alpha(enabled=false);
  opacity: 1
}

.print-elt {
  display: none
}

@media print {

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  #root-wrapper {
    margin-bottom: 0
  }

  #content-container {
    background: #fff
  }

  .global-nav,
  .menu-btn,
  .nav-overlay {
    display: none
  }

  .print-elt {
    display: block
  }

  .print-logo-cnt {
    text-align: center
  }

  .print-logo-cnt img {
    margin-bottom: 30px;
    width: 40%
  }

  .print-slogan {
    font-family: PTSans-Narrow, Arial, sans-serif;
    font-size: 24px;
    color: #000;
    line-height: 1;
    margin-bottom: 100px
  }

  .print-recipe-header {
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 5em;
    color: #553115;
    line-height: 1;
    margin-bottom: 70px;
    text-transform: uppercase;
    text-align: center
  }

  .recipe-image-slider-cnt {
    display: none
  }

  .print-recipe-photos .print-recipe-photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px
  }

  .print-recipe-photos .print-recipe-photo img {
    width: 100%
  }

  .socials-cnt {
    display: none
  }

  .item-info-cnt {
    padding-top: 0
  }

  .item-info-cnt h1 {
    display: none
  }

  .item-info {
    background: #fff;
    padding-bottom: 0
  }

  .item-info.recipe {
    padding-bottom: 0
  }

  .item-info .right {
    background: #fff;
    position: relative;
    float: right
  }

  .item-info .left {
    top: 0 !important
  }

  .fry-cook,
  .ingredients-cook,
  .time-cook,
  .way-cook {
    font-size: 1em
  }

  .fry-cook p,
  .ingredients-cook p,
  .time-cook p,
  .way-cook p {
    font-size: 1.2em
  }

  .fry-cook p.head,
  .ingredients-cook p.head,
  .time-cook p.head,
  .way-cook p.head {
    font-size: 1.5em;
    margin-bottom: .4em
  }

  ol.recipe-steps-list li.recipe-step,
  ul.ingredients-list li {
    font-size: 1.2em
  }

  #footer,
  .cooking-section,
  .cut-section,
  .links-section {
    display: none
  }
}

.mobile {
  display: none !important
}

@media screen and (max-width:640px) {
  html {
    min-width: inherit
  }
  
  .lift-bg {
    height: auto;
  }

  .iphone body {
    position: relative
  }

  #root-wrapper {
    margin-bottom: 195px
  }

  .scroll-tip {
    display: none
  }

  .nav-overlay {
    background: rgba(0, 0, 0, .9)
  }

  .menu-btn {
    background: 0 0;
    box-shadow: none;
    width: 70px;
    height: 70px;
    padding-left: 0;
    left: 2%;
  }

  .menu-btn span {
    color: transparent;
    background: url(../img/icon_menu_header.png) no-repeat center/100%;
    width: 100%;
    height: 100%;
    display: block;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%
  }

  .menu-btn span.close {
    background: url(../img/icon_menu_header_close.png) no-repeat center/100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%
  }

  .menu-btn:before {
    content: '';
    width: 70px;
    height: 70px;
    background: url(../img/icon_menu_header_shadow.png) no-repeat center;
    position: absolute;
    left: 0;
    z-index: -1
  }

  .global-nav {
    width: 100%;
    overflow-y: visible;
    overflow-x: visible;
    height: 67%;
    -webkit-overflow-scrolling: touch;
    top: 33%
  }

  .nav-search {
    position: absolute;
    right: 25px;
    top: -45%;
    width: 340px
  }

  .nav-search input[type=text] {
    font-size: 24px
  }

  .nav-search a.search-submit {
    background: url(../img/icon_search.png) 50% 50% no-repeat
  }

  .nav-menu {
    margin-top: 0;
    border-bottom: 2px solid #fff
  }

  .nav-menu ul {
    padding-top: 0
  }

  .nav-menu ul li {
    width: 100%;
    display: block;
    padding: 15px 0;
    position: relative;
    left: -20px;
    border-top: 1px #39260d solid
  }

  .nav-menu .num {
    display: none
  }

  .nav-menu .text {
    position: relative;
    left: 0;
    font-size: 30px;
    padding-top: 0
  }

  .nav-footer .nav-footer-link a {
    font-size: 30px
  }

  .nav-footer .beef-svg {
    margin: 0 25px
  }

  .section-heading.no-cover {
    overflow: visible !important
  }

  .section-logo {
    top: 20%
  }

  .about-cnt {
    height: 312px;
    background: url(../img/about-cnt.png) no-repeat center/100% 100%;
    left: -5%;
    bottom: -70px;
    box-shadow: none;
    width: 110%
  }

  .about-cnt .lead {
    font-size: 40px;
    line-height: 80px
  }

  .about-cnt .text {
    font-size: 23px;
    line-height: 36px
  }

  .frames-cnt {
    background-size: 100% 100%;
    border-bottom: 3px #000 solid;
    position: relative
  }

  .frames-cnt .frame-right {
    background-position: -496px 50%
  }

  .frames-cnt .frame-left {
    background-position: -186px 50%
  }

  .frames-text {
    text-align: center;
    height: 100%;
    width: 100%;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
  }

  .frames-text div {
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: .5px
  }

  .about-section {
    height: 450px
  }

  .about-section .header .line1 {
    font-size: 24px;
    line-height: 40px;
    margin-top: 25px
  }

  .about-section .header .name {
    font-size: 75px;
    line-height: 75px
  }

  .about-section .header .main-btn {
    font-size: 32px;
    background-repeat: repeat;
    background-position: left;
    padding: 15px 35px;
    margin-top: 15px
  }

  .links-section .left {
    width: 100%;
    float: none
  }

  .links-section .interactive-map-cnt {
    height: auto;
    margin-left: 0;
    width: 100%;
	padding:40px 0;
    position: relative
  }

  .links-section .interactive-map-cnt p.lead {
    font-size: 24px
  }

  .wherebuy-link-cnt,
  .wheretaste-link-cnt {
    width: 100%;
    height: 50%
  }

  .wherebuy-link-cnt img,
  .wheretaste-link-cnt img {
    filter: alpha(enabled=false);
    opacity: 1;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
  }

  .wherebuy-link-cnt .line1,
  .wheretaste-link-cnt .line1 {
    font-size: 24px
  }

  .news-feed-wrapper,
  .news-feed-wrapper .swiper-wrapper {
    height: 280px
  }

  .news-feed-wrapper .swiper-wrapper .news-header,
  .news-feed-wrapper .swiper-wrapper .news-text {
    font-size: 30px;
    line-height: 45px;
    margin-top: 0
  }

  .news-scroller li {
    height: 280px
  }

  .news-scroller li a {
    line-height: 280px
  }

  li.fact-item {
    width: 100%;
    float: none
  }

  li.fact-item a {
    width: 100%;
    left: 0
  }

  li.fact-item a p {
    font-size: 30px;
    line-height: 45px
  }

  li.flipcard-info {
    height: 0;
    overflow: hidden;
    position: relative;
    background: #000
  }

  .fabrics-about {
    padding: 70px 50px 150px
  }

  .fabrics-about .sticker {
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 235px;
    padding: 30px 15px;
    font-size: 30px;
    line-height: 40px;
    background: url(../img/bg_about_sticker.png) no-repeat
  }

  .fabrics-field {
    padding: 60px 50px
  }

  .fabrics-fullimg {
    line-height: 600px
  }

  .fabrics-fullimg .at-middle {
    position: relative;
    top: -20px
  }

  .fabrics-fullimg .at-middle .inner-counter {
    display: block;
    margin-bottom: 40px
  }

  .fabrics-fullimg .bottom-title {
    margin-bottom: -12px
  }

  .fabrics-fullimg .bottom-title p {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: .5px
  }

  .fabrics-style .title {
    font-size: 50px;
    line-height: 80px
  }

  .fabrics-style .description {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 40px
  }

  .fabrics-style .columns-2 {
    max-width: 100%
  }

  .fabrics-style .columns-2 .column {
    width: 100%;
    float: none;
    font-size: 30px;
    line-height: 45px
  }

  .fabrics-style .columns-2 .column:first-child {
    float: none
  }

  .fabrics-style .columns-2 .column .letter {
    font-size: 100px;
    line-height: 98px
  }

  .fabrics-style .nocolumns {
    font-size: 30px;
    line-height: 45px
  }

  .fabrics-style .nocolumns .letter {
    font-size: 100px;
    line-height: 98px
  }

  .try-cnt .try-filters-cnt {
    height: auto
  }

  .try-cnt .try-filters-cnt .left,
  .try-cnt .try-filters-cnt .right {
    float: none;
    margin: 0;
    width: 100%;
    height: 94px;
    text-align: center
  }

  .try-cnt .try-filters-cnt .try-city {
    border-right: none;
    border-bottom: 1px solid #000
  }

  .try-cnt .try-filters-cnt .try-city .header {
    font-size: 30px;
    letter-spacing: .5px;
    display: inline-block;
    color: #fff
  }

  .try-cnt .try-filters-cnt .try-city .header:after {
    content: ':';
    margin-right: 8px
  }

  .try-cnt .try-filters-cnt .try-city .item {
    font-size: 30px;
    letter-spacing: .5px;
    position: relative;
    font-family: PTSans-Narrow, Arial, sans-serif;
    display: inline-block
  }

  .try-cnt .try-filters-cnt .try-city .item:after {
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    width: 17px;
    height: 12px;
    content: '';
    position: absolute;
    background: url(../img/arrow.png) no-repeat;
    top: 50%;
    margin-top: -4px;
    right: -37px;
    transform: rotate(180deg)
  }

  .try-cnt .try-filters-cnt .try-city .item.accordion:after {
    transform: rotate(0deg)
  }

  .try-cnt .try-filters-cnt .try-metro {
    padding: 0
  }

  .try-cnt .try-filters-cnt .try-metro label.header {
    display: none
  }

  .try-cnt .try-filters-cnt .try-city-cnt .row {
    padding: 0;
    background: inherit
  }

  .try-cnt .try-filters-cnt .try-city-cnt .row .col3 {
    width: 100%;
    float: none
  }

  .try-cnt .try-filters-cnt .try-city-cnt .row .col3 li {
    font-size: 30px;
    line-height: 45px;
    border-bottom: 1px #000 solid;
    margin-bottom: 0
  }

  .try-cnt .try-filters-cnt .try-city-cnt .row .col3 li a {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    margin-left: 0;
    padding: 25px 0
  }

  .try-cnt .try-filters-cnt .try-city-cnt .row .col3 li .letter,
  .try-cnt .try-filters-cnt .try-city-cnt .row .col3 li em {
    position: relative;
    left: 25px
  }

  .try-cnt .try-map-cnt .left {
    width: 100%;
    height: auto;
    float: none;
    position: relative
  }

  .try-cnt .try-map-cnt .left .scroll-cnt {
    width: 640px;
    max-width: 640px;
    background: 0 0
  }

  .try-cnt .try-map-cnt .left .scroll-cnt:after {
    display: none
  }

  .try-cnt .try-map-cnt .left .points-list {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    background-image: url(../img/bg_cardboard.jpg);
    background-position: 0 0;
    background-repeat: repeat-x
  }

  .try-cnt .try-map-cnt .left .points-list li {
    float: left;
    margin: 0;
    background: url(../img/map_item.png);
    height: auto
  }

  .try-cnt .try-map-cnt .left .points-list li.active {
    background: url(../img/map_item_active.png)
  }

  .try-cnt .try-map-cnt .left .points-list li a {
    padding: 30px 50px;
    border-bottom: none;
    border-left: 2px dashed #9f8066;
    margin: 0
  }

  .try-cnt .try-map-cnt .left .points-list li .name {
    font-size: 40px
  }

  .try-cnt .try-map-cnt .left .points-list li .address {
    font-size: 30px
  }

  .try-cnt .try-map-cnt .left .points-list li .meta {
    overflow: hidden
  }

  .try-cnt .try-map-cnt .left .points-list li .meta p {
    display: block;
    font-size: 24px;
    margin-top: 15px
  }

  .try-cnt .try-map-cnt .right {
    float: none;
    margin: 0;
    width: 100%;
    height: 900px
  }

  .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0
  }

  .try-city-cnt {
    position: relative
  }

  .try-metro label.header {
    display: none
  }

  .try-metro .selectize-dropdown {
    margin: 0;
    padding: 0
  }

  .try-metro .selectize-control.single .selectize-input {
    padding: 0
  }

  .try-metro .selectize-control.single .selectize-input input[type=text] {
    height: 94px;
    line-height: 40px !important;
    width: 100% !important;
    text-align: center
  }

  .try-metro .selectize-control.single .selectize-input input[type=text]::-webkit-input-placeholder {
    font-family: PTSans-Narrow, Arial, sans-serif;
    font-size: 30px;
    text-transform: none
  }

  .try-metro .selectize-control.single .selectize-input input[type=text]:-moz-placeholder {
    font-family: PTSans-Narrow, Arial, sans-serif;
    font-size: 30px;
    text-transform: none
  }

  .try-metro .selectize-control.single .selectize-input input[type=text]:-ms-input-placeholder {
    font-family: PTSans-Narrow, Arial, sans-serif;
    font-size: 30px;
    text-transform: none
  }

  .try-metro .selectize-control.single .selectize-input input[type=text]:focus::-webkit-input-placeholder {
    color: #3a3a3f
  }

  .try-metro .selectize-control.single .selectize-input input[type=text]:focus:-moz-placeholder {
    color: #3a3a3f
  }

  .try-metro .selectize-control.single .selectize-input input[type=text]:focus:-ms-input-placeholder {
    color: #3a3a3f
  }

  .try-metro .selectize-control.single .selectize-input input[type=text]:hover {
    background: 0 0
  }

  .cut-content+#scheme-tooltip {
    display: none !important
  }

  .cut-content .cuts-info>header {
    display: none
  }

  .cut-content .cuts-info header.mobile {
    padding: 40px 40px 0
  }

  .cut-content .cuts-info>.angus-content {
    padding: 0;
    overflow-x: visible
  }

  .cut-content .cuts-info>.angus-content .angus {
    display: block;
    margin-left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    float: none
  }

  .cut-content .cuts-info>.angus-content .angus .angus-cnt {
    width: 960px
  }

  .cut-content .cuts-info>.angus-content aside {
    float: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px 50px
  }

  .cut-content .cuts-info .origin-name,
  .cut-content .cuts-info>.angus-content aside p {
    font-size: 30px;
    line-height: 45px
  }

  .cut-content .scroll-wrapper {
    width: 100%;
    overflow: hidden;
    overflow-x: auto
  }

  .cut-content .cuts-digits,
  .cut-content .cuts-digits .percents,
  .cut-content .cuts-digits .text {
    width: 1100px;
    max-width: 1100px
  }

  .popup-holder {
    background: url(../img/bg_besmart_popup.png);
    width: 100%
  }

  .popup-holder p.lead {
    font-size: 30px;
    line-height: 45px
  }

  .popup-content {
    padding: 60px 50px
  }

  .popup-content.difference {
    padding-bottom: 20px
  }

  .popup-content.feeding {
    padding-bottom: 180px;
    background: url(../img/img_popup9_bot.jpg) 50% 100% no-repeat
  }

  .popup-content.grades+.popup-footer {
    padding: 0 40px 30px
  }

  .popup-content .letter {
    font-size: 100px;
    line-height: 90px
  }

  .popup-content p {
    font-size: 30px;
    line-height: 45px
  }

  .popup-content p.ml2 {
    margin-left: 0
  }

  .popup-content p.mr2 {
    margin-right: 0
  }

  .popup-content .fresh-list {
    width: 100%;
    margin-left: 0
  }

  .popup-content .fresh-list li {
    display: block;
    width: 80%;
    margin: 0 auto 50px
  }

  .popup-content .fresh-list li:first-child {
    margin-left: auto
  }

  .popup-content .grade-item {
    display: block;
    margin: 0 auto 70px;
    width: 100%
  }

  .popup-content .popular-list li {
    margin-left: 0;
    float: none;
    width: 100%;
    margin-bottom: 50px
  }

  .popup-content ul .head {
    font-size: 40px
  }

  .popup-content ul .annot {
    font-size: 30px;
    line-height: 45px
  }

  .popup-content .outside {
    position: relative
  }

  .popup-content .outside.img-cnt {
    position: relative !important
  }

  .popup-content .popup-footer p.lead {
    font-size: 30px
  }

  .popup-content .popup-footer .small {
    font-size: 30px;
    line-height: 45px
  }

  .popup-content .popup-footer .small-text p {
    font-size: 24px;
    line-height: 45px
  }

  .popup-content .products-cnt .products-list li {
    height: 440px
  }

  .item-info.recipe {
    padding-bottom: 0
  }

  .item-info.recipe iframe {
    display: inline-block;
    vertical-align: middle
  }

  .item-info.recipe .socials-cnt {
    position: static;
    z-index: inherit;
    overflow: auto
  }

  .item-info.recipe .social-link {
    width: auto
  }

  .item-info .recipe-pager,
  .item-info.recipe .social-link.js-print {
    display: none
  }

  .item-info .recipe-pager .swiper-pagination-switch {
    width: 16px;
    height: 16px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin-left: 20px
  }

  .item-info .recipe-pager .swiper-pagination-switch.swiper-active-switch {
    border: 5px solid #fff;
    background: #553115
  }

  .item-info .recipe-slider-next,
  .item-info .recipe-slider-prev {
    margin-top: -31px;
    width: 62px;
    height: 62px
  }

  .item-info .recipe-slider-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAYAAABzwahEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZCQkVEMkQ3N0JBRDExRTRCNDlBRjg4Q0RFNzI4MkYxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZCQkVEMkQ4N0JBRDExRTRCNDlBRjg4Q0RFNzI4MkYxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkJCRUQyRDU3QkFEMTFFNEI0OUFGODhDREU3MjgyRjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkJCRUQyRDY3QkFEMTFFNEI0OUFGODhDREU3MjgyRjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7tayUWAAAFfklEQVR42uybC1MTVxTH/9ls3iQkEhrwAQgtCqig0PqYztg6nekn6Gfpl7PTdqZgK0oNrYCtgLwkGAgh7/f2nJOIUJLS2g1JzF5nwQnZkd/9nXvuuWej+s3N7hUAXrTXiKr05TxdtjYDdyr0xYL2GxYGP2hD8AMFbToMcAPcADfADXAD3ABv3aE28h/XNA2lYpGuAkr0d8WkwKyqUMxmwGTiN3yY4DxMigkmmGEmSBPB8lWZlQ/PeKlElkslKIoZNocTLrcXNrsD2UwascguMqmkWFctlrqZbxB4SWAcrg4ELvajb2gEXn8AkXAIfwZnsbX2UsIfDF4n82ojTDOU3UnQF/oxOnkPwzc+ha8rgHBoExqt+UwmhcibbeSymbJ5VX/zakNME3RP3xCu3rqDm59/hcvD12C1O+HvvUA/L0nSe/5kWuA5+UHV37zaCNM9fYMYnbqHG7fvY3BkHJ0+v7zP5nDgyvhnBGkSwy9/nxP4YjFP86GVs31rgR83PTp5F1P3v8bg1XfQPMxmFd3n+yTpUaoX0IWn09gLbYl5PcGVepsuFPJi2kpZ+63p8btfYmiUoM/5T5qghObvvYjApQH4ugOw2Rzl/Z4nr1VCvZbpIQpvj9df8750Oon98A6iu29ki+OwVxSl+cFrrenxO1+I6X+Cju3vYnkxiMW5R9hYXkQqcSDQGkytAP5+pmPRXSw9e4z5X37EEoGHttaQTadIuAKTGc0Lrofp4KPvKaER9PryYZirqll3OWozmQ7+/ANBz2B7fYXK1gRlcVX3ta0ruFYpLhSyY3OWy9CRydNN80TFo3tYWZrHPEM/mSHTK8iRaYaWiq2ZDykc4nyq4gNH4NJljFJFNvmvTO/hDzZNa3qBKrWzMK0reLFQkOLCQ8XI8PVJTNx7gI/HbsHd6avx/jyS8QOskulfZ77D89lp7Gy+Qj6fkyLGrNb/qZaiFziHbQeB9g+PYYBq71rQPBgwvL2BV4u/YWUhKOGdSsYr5/OzaQq1bevJPNbr+pa+O/5fcitJqFutNtrGXHC6PXD7uqS5ULXrQvnAQu/V6E8qEUM6mZCExrmCdwWp1es7MrqAy4GCQpTXbjaTke88Aa4OjyS8E2FW6bw4XG5YLTY5jHHXJU3hns9loB1OkNLc4G97ZQVau+8AcrIduX0+Mu+sep+VDiBu7zk4OtxybzqZRJbu54nTKhPUEuBFPo3lsgLOEFzBsdVa5vkeu4Mig5YGZ3IOdQ57vupsXqdQP7reOWvTL83meU/mDH6aeX7d7fVJDy5PE8f31tm8vuBshn9JrbJXZ8RexTxVdJz07I4a8NJt9dAkWSVZ5jIp5GgCS7RVHo2QpjVezXyazBfyeXlY4KE1bXOcbr6QK9B9cbmf178m7WjdQj5Tl2MpW+eLXfE2xQWKqVLTcxYfHJs41nI6Orj6++T6FNKJBBKxfcQie1LccPeVJ64lOjBsiCs6Xutch2uVdkIun8XIxG2BrDY44fm6e+D1f1SuBVqt9XTS/Cr4gREvAzEvfbfuY/fwkuDmYmhjFZHwDrLZtKztlmg9va/5IiXB8Ot1vHg2i7nph9Je5lDnqlDvLe2MwKub5+6K1WrHwJVrEtLx/QheBB9j7qeHhw8UeJKsNntzt57+q3k2yY+Gk7EovF0B7IY2CZqOqU8JOlyGPuylt/IjpL+b39lck9c5ezP4fjgk4b2381ogrUcPOa34CKm2+aSEfTwakT08S0ULr2nOftyFqYfpBoOXzfO+zrAc+lrlgwH8utVur5vphoIfq/BKlY+DyDlcKffQ62i6KcDZMFdjVSuyOn8UxPi4lwFugBvgBrgBboAb4C0J3tmG3J0Mnm9D8DwXyXT4bb//VPuXAAMAQqwMC37QaXYAAAAASUVORK5CYII=)
  }

  .item-info .recipe-slider-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAYAAABzwahEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYyQkQ4Njk3N0JBRDExRTRBNkVCQTBBN0QyODc1MTk2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYyQkQ4Njk4N0JBRDExRTRBNkVCQTBBN0QyODc1MTk2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjJCRDg2OTU3QkFEMTFFNEE2RUJBMEE3RDI4NzUxOTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjJCRDg2OTY3QkFEMTFFNEE2RUJBMEE3RDI4NzUxOTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4vvrmWAAAFhElEQVR42uybeVcTZxTGn8xC9pBEIomCVbCWpbK3CvTUrqefoJ+ln67bH6K1xYpVsAiylC0CQoCQPdN7byYcW0M5Pc4EMPPmvJmQDGGe+b33vs99Z3B9Oxh7ASCMxmq7Gj1dou5uMOE+hZ50NF7TWXiqAYWnFDRoc4Q7wh3hjnBHuCPcEX5+m2brt7tcgGGgXCqhVCqiXC5DofcUVaOu0seud1Q4ia7oJ7GKIlvpiusdJW6SLhYKQtvj8yMSjcPt8SGXPUR6L0XbjIwCPiGKor4jwk3SZRLGJyF6MYEbfSOIxOLY3U5ieW4GyZUlHO6nKsP/3Auvki5WSLuIJou+/uEQBsa+QEu8TYQHQhHZfXXhObKHByhylq0zec0e0iSaHtFYAr3D4xj65Et0D95GMBKVIe4PhVE2yrLf+vIL5Om9epO3VHiFsgser/+I9ND4V/ig/yO0XGqDStncFwjRVkU+n5UTxY+N5YW6k7dUeImGOE9THMs3SOzA6OdC+kL8soiutlCkBV39H6NJd4PHCI+OepO3ljgdNMe12+2lYd6KePs1tCSItPbmn2mOxtDZO4B8IQee3OpN3lLhfLCc4DiOd7deYmdzA9lMGv5gc839hfzArVMhr/Ym/N/R1muleINit1QuihC31yNx7fb6au7voff9QYp7XRexmfSB9ALlAONosrDcWWctFV51ZiUyLmxUMuk9SmJ5Guo6ZfSIGJhajU9KMByFl4xOkfbPHqaRo845w5CTqZ4T4WRcCrksDg/2hB4bGa8/CP9J5EMhaFoTkS/ZTT5r+VA/mtKp80EzPU5YhUKeRJ1A3sPkI3SSAvS7OTvJ2yOcyfBBGuYUlxV6aRhE0kOifES/iTJ/rerMbcZ8lbyI52RH3wNzfwuqOvuI1yIvQ9ckH6CYZqNzEnmO+Yw5atgKG0a5Mnu8pXBby1Kmzr1Er/MU82uLczQCihLzuseDzu5+meo4+dWa6q73Dkmi5CovQ/kiubok7vB1M3RmprPjbbwhmZ5jllsgGBaq7Ns1vekY8l4KCQ/SJHp18Tm2k2ty4vSmprcm7iw92UqbjAk3TmqtbVfR0dOPq903EUu0Q9ePp7ef2sHi7BMszT7FAb2W2Na0sy+cszK7MY5pjy+AxJUO9IyMo//WHVzr6pM4Pq7t7WxhfmYKjyZ+wOwfk/JzdfnqHAgvS+npJdHxK53oHRnD8J1v0EGig+ELx4ve3cKzRw8wdf8nzExOyGpNLnNIBZAKq9YntXqQjgvpMfTd/gydNMxD4ZNJT937EdOT96him5d5nBVrFq7KavUg3TM8ihEizdPXf4p+jfQ0keZKjedvWY5WlLOb3Axz6UnlmpzMR/zye+gaGkUfxfT/J10pT1m0pll/t4pNS08+xCl7dw+OYujTr88UaZuEcw2uUv3djPbObnQT7fdvjpBZaT4zpG1bepJhTo4r3HIRkVgrvMf48dMifWSnrV564nk2l8tgZzOJ5F+L2FpfEa/975Z6RaSnTdK/TbxB2u4FR8sXIhRVQSGXk0UInobYmXGV5aNSs0oxRcP7z6kH+P3u9/8g7ZKiRrFjqcne6oyXluVbM2msL82L6ZCLDC5DPmPTkqdCZYFs6ONffq5J+nx6dfMSEovkDP9qcx1PJ+9WbCZRjMXbsLOdxOzjX/Hs4X0iPV+3mLZXuDmPCznqTJJLybknD+GikxHli4ZbSSzPz0htfRqk7fXqR+Q1Ib/9ch0FimXO9hz36f1dCoOKDa03aXuFV8nrRJI6r7ttb6xUnN3RTQLKqZCuTz1ukjfkdpCyXCHlW0EMvtSg4lRbXW4F4WRXzfhnpTm3eznCHeGOcEe4I9wR7gg/l8KbG1B3MwsvNKDwAnv1NTTgP9X+LcAAecX4Bk12kSYAAAAASUVORK5CYII=)
  }

  .item-info .left,
  .item-info .right {
    position: relative;
    width: 100%;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .item-info .left .img-cnt {
    height: 90%
  }

  .item-info .right {
    padding: 60px
  }

  .item-info .right:before {
    display: none
  }

  .item-info .right .item-info-cnt {
    padding: 0
  }

  .item-info .right .item-info-cnt h1 {
    font-size: 40px;
    line-height: 40px
  }

  .item-info .right .item-info-cnt p {
    font-size: 30px;
    line-height: 45px
  }

  .item-info .right .item-info-cnt p.lead {
    font-size: 18px
  }

  .item-info .right .item-info-cnt>img {
    margin: 0 auto;
    display: block
  }

  .item-info .right .item-info-cnt .way-cook .head {
    font-size: 24px;
    line-height: 24px
  }

  .item-info .right .item-info-cnt .way-cook p {
    font-size: 20px;
    line-height: 30px
  }

  .item-info .right .item-info-cnt ul.ingredients-list li {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px
  }

  .item-info .right .item-info-cnt ul.ingredients-list li:after {
    border-bottom: 2px dotted #7a6c5d;
    height: 30px
  }

  .item-info .right .item-info-cnt ul.ingredients-list li span {
    max-width: 200px
  }

  .item-info .right .item-info-cnt ul.ingredients-list li span:first-child {
    max-width: 360px
  }

  .item-info .right .item-info-cnt ul.ingredients-list li span a {
    color: #553115;
    border-bottom: 1px solid #553115
  }

  .item-info .right .item-info-cnt ol.recipe-steps-list li.recipe-step {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px
  }

  .item-info .socials-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling-x: touch
  }

  .item-info .socials-cnt {
    height: 75px;
    white-space: nowrap
  }

  .item-info .socials-cnt a {
    display: inline-block;
    width: auto;
    float: none;
    line-height: 75px;
    height: 75px;
    padding-left: 25px;
    padding-right: 25px
  }

  .item-info .socials-cnt a span {
    font-size: 24px;
    line-height: 30px;
    margin-left: 15px;
    max-width: inherit
  }

  .section-news-item .news-header {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    bottom: 20%
  }

  .section-news-item .news-header .head {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px
  }

  .section-news-item .news-header .lead {
    font-size: 30px;
    line-height: 45px
  }

  .news-item-cnt .news-gallery {
    display: none
  }

  .news-item-cnt .news-item-text {
    margin-right: 0;
    padding: 75px 60px 60px
  }

  .news-item-cnt .news-item-text .title {
    font-size: 50px;
    line-height: 80px
  }

  .news-item-cnt .news-item-text .description {
    font-size: 30px;
    line-height: 45px
  }

  .news-item-cnt .news-item-text .column {
    width: 100%
  }

  .news-item-cnt .news-item-text .letter {
    font-size: 100px;
    line-height: 90px
  }

  .news-item-cnt .news-item-text .news-backurl a,
  .news-item-cnt .news-item-text .news-item-date {
    font-size: 20px;
    line-height: 20px
  }

  .news-item-cnt .news-item-text .detail-text p {
    font-size: 30px;
    line-height: 45px
  }

  .news-item-cnt .news-item-text .detail-text p:first-child:first-letter {
    font-size: 100px;
    line-height: 90px
  }

  .news-item-cnt .news-item-text blockquote {
    border-left: 8px #000 solid;
    padding-left: 30px;
    position: relative;
    left: -30px;
    color: #0e0a0a;
    width: 100%;
    font-size: 30px;
    line-height: 45px
  }

  .news-content .news-list .news-list-item {
    padding: 50px 0 70px;
    background: #fff;
    height: auto
  }

  .news-content .news-list li {
    width: 100%
  }

  .news-content .news-list li .img-cnt {
    height: 200px;
    width: 200px;
    border-radius: 100px;
    margin-bottom: 45px
  }

  .news-content .news-list li .head,
  .news-content .news-list li p {
    font-size: 30px;
    line-height: 45px
  }

  .about-meat-section .about-meat-link-cnt {
    width: 100%;
    height: 33.333333%;
    float: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
  }

  .about-meat-section .about-meat-link-cnt p {
    font-size: 50px;
    line-height: 24px
  }

  .section-about-angus .right {
    width: 100%;
    margin-left: 0
  }

  .section-about-angus .right .fix-side-text {
    padding: 550px 30px 0
  }

  .section-about-angus .text .title {
    font-size: 50px;
    line-height: 80px
  }

  .section-about-angus .text .description {
    font-size: 30px;
    line-height: 45px
  }

  .section-about-angus .text .column {
    width: 100%
  }

  .section-about-angus .text .letter {
    font-size: 100px;
    line-height: 90px
  }

  .section-about-angus .text * {
    font-size: 30px;
    line-height: 45px
  }

  .section-about-angus.modify .right .fix-side-text {
    padding-top: 150px
  }

  .farms-content {
    padding: 70px 50px
  }

  .farms-content h1 {
    font-size: 50px;
    line-height: 80px
  }

  .farms-content p.lead {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 50px
  }

  .farms-content .cols {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
    width: 100%
  }

  .farms-content .cols p {
    font-size: 30px;
    line-height: 45px
  }

  .farms-content .cols p:first-child:first-letter {
    font-size: 100px;
    line-height: 90px
  }

  .farms-map-cnt {
    width: 100%
  }

  .farms-map-cnt .farms-map-wrapper {
    width: 100%;
    overflow-x: scroll
  }

  .farms-map-cnt .farms-map {
    width: 1763px
  }

  .farms-map-cnt .farms-popups {
    position: relative;
    left: inherit;
    right: inherit;
    z-index: inherit;
    overflow: hidden;
    width: 100%;
    height: 0;
    bottom: inherit
  }

  .farms-map-cnt .farms-popups .farm-popup {
    width: 100%;
    top: 0;
    bottom: inherit;
    visibility: hidden;
    opacity: 0
  }

  .farms-map-cnt .farms-popups .farm-popup .header {
    text-align: center;
    font-size: 40px
  }

  .farms-map-cnt .farms-popups .farm-popup .content .img-cnt {
    position: relative !important;
    top: inherit;
    margin: 0 auto 35px;
    right: inherit
  }

  .farms-map-cnt .farms-popups .farm-popup .content .text-cnt {
    padding-right: 0
  }

  .farms-map-cnt .farms-popups .farm-popup .content .text-cnt p {
    font-size: 30px;
    line-height: 45px
  }

  .farms-map-cnt .farms-popups .farm-popup .farmer-info {
    float: none;
    height: inherit;
    line-height: inherit;
    text-align: center;
    margin-bottom: 25px
  }

  .farms-map-cnt .farms-popups .farm-popup .farmer-info .job,
  .farms-map-cnt .farms-popups .farm-popup .farmer-info .name {
    font-size: 30px;
    line-height: 45px
  }

  .farms-map-cnt .farms-popups .farm-close-cnt {
    right: inherit;
    width: 23px;
    height: 42px;
    top: 30px;
    left: 45px
  }

  .farms-map-cnt .farms-popups .farm-close-cnt:hover .farm-close {
    background-position: 0 0
  }

  .farms-map-cnt .farms-popups .farm-close {
    width: 23px;
    height: 42px;
    background: url(../img/icon_farm_popup_close.png) no-repeat;
    margin: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
  }

  .farms-scheme-cnt-cnt {
    position: relative
  }

  .farms-scheme-cnt-cnt .head {
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 60px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    width: 80%;
    top: 100px;
    left: 10%
  }

  .farms-scheme-cnt {
    overflow: auto
  }

  .farms-scheme-cnt:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 22px 0;
    border-color: #242722 transparent transparent
  }

  .farms-scheme-cnt .farms-scheme {
    max-width: 1530px;
    width: 1530px
  }

  .farms-scheme-cnt .farms-scheme:before {
    display: none
  }

  .meat-map-section {
    padding-top: 440px
  }

  .meat-map-section .meat-map-cnt>p {
    font-size: 24px;
    line-height: 1px;
    margin-top: 35px
  }

  .meat-map-section .meat-map-cnt>h1 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 40px
  }

  .meat-map-section .meat-map-cnt .angus-cnt {
    padding-bottom: 60px;
    overflow-x: auto;
    overflow-y: hidden
  }

  .meat-map-section .meat-map-cnt .angus-cnt #svg-angus-cnt,
  .meat-map-section .meat-map-cnt .angus-cnt>img {
    width: 960px
  }

  .mobile-cut-info .popup-content {
    padding: 0
  }

  .section-404 .text-cnt {
    position: relative;
    z-index: 2
  }

  .section-404 .text-cnt h1 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 0
  }

  .section-404 .text-cnt .lead {
    font-size: 24px;
    line-height: 30px
  }

  .section-404 .text-cnt .lead:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: -70px
  }

  .section-404 .text-cnt .site-map {
    width: 100%
  }

  .section-404 .text-cnt .site-map li {
    padding: 30px 0;
    display: block;
    list-style: none;
    margin: 0;
    border-top: 1px solid #877561
  }

  .section-404 .text-cnt .site-map li a {
    font-size: 30px;
    line-height: 30px;
    margin: 0
  }

  .section-404 .gif-angus-cnt {
    z-index: 1;
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%
  }

  .section-404 .gif-angus-cnt img {
    width: 100%;
    opacity: .4
  }

  .section-404 .acenter {
    width: 100%;
    border-top: 2px solid #000;
    padding-top: 30px
  }

  .section-404 .acenter a {
    font-size: 30px;
    line-height: 14px
  }

  #scheme-tooltip {
    position: fixed !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100%
  }

  #scheme-tooltip:before {
    display: none
  }

  .cooking-section .cook-list {
    overflow: hidden
  }

  .cooking-section .cook-list .cook-item {
    width: 100%;
    height: 440px;
    float: none;
    border-right: none
  }

  .cooking-section .cook-list .cook-item p {
    font-size: 40px;
    line-height: 40px
  }

  .cooking-section .cook-list .cook-item.advice {
    line-height: 440px
  }

  .cooking-section .cook-list .cook-item.advice p {
    font-size: 30px;
    line-height: 45px
  }

  .cooking-section .cook-list .cook-item.advice p.head {
    font-size: 45px
  }

  .cooking-section .cook-list .cook-item.advice p .btn {
    font-size: 24px;
    padding: 15px 30px;
    margin-top: 20px
  }

  .search-cnt .search-result-cnt .p-item {
    width: 100%
  }

  .search-cnt .search-result-cnt .p-item .description {
    font-size: 30px;
    line-height: 40px
  }

  .search-cnt .search-result-cnt div.p-item {
    height: inherit
  }

  .products-cnt {
    background: #fff
  }

  .products-cnt .cut-filter {
    height: auto
  }

  .products-cnt .products-list li {
    width: 100%;
    height: 440px;
    float: none;
    border-right: none
  }

  .products-cnt .products-list li.advice {
    line-height: 440px
  }

  .products-cnt .products-list li.advice p {
    font-size: 30px;
    line-height: 45px
  }

  .products-cnt .products-list li.advice p.head {
    font-size: 45px
  }

  .products-cnt .products-list li.advice p .btn {
    font-size: 24px;
    padding: 15px 30px;
    margin-top: 20px
  }

  .popup-content .products-cnt .products-list li {
    width: 100%
  }

  .products-cnt .products-list .product-item {
    width: 100%;
    height: 440px
  }

  .products-cnt .products-list .product-item .description {
    font-size: 30px;
    line-height: 24px;
    bottom: 60px
  }

  .products-cnt .products-list .product-item .on-hover,
  .products-cnt .products-list .product-item .on-top {
    top: -80px
  }

  .products-cnt .products-list .product-item.swipe-event-js .on-top {
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate(300px, 0) translateZ(0);
    -moz-transform: translate(300px, 0) translateZ(0);
    -ms-transform: translate(300px, 0) translateZ(0);
    -o-transform: translate(300px, 0) translateZ(0);
    transform: translate(300px, 0) translateZ(0)
  }

  .products-cnt .products-list .product-item.swipe-event-js .on-hover {
    z-index: 2;
    opacity: 1;
    -webkit-transform: translate(0px, 0) translateZ(0);
    -moz-transform: translate(0px, 0) translateZ(0);
    -ms-transform: translate(0px, 0) translateZ(0);
    -o-transform: translate(0px, 0) translateZ(0);
    transform: translate(0px, 0) translateZ(0)
  }

  .products-cnt .filter-list {
    padding: 0;
    text-align: center;
    background: #171719
  }

  .products-cnt .filter-list:hover {
    background: #000
  }

  .products-cnt .filter-list .filter-title {
    display: block;
    font-size: 30px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%
  }

  .products-cnt .filter-list .filter-title span {
    display: inline-block;
    vertical-align: middle;
    position: relative
  }

  .products-cnt .filter-list .filter-title span:after {
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    width: 17px;
    height: 12px;
    content: '';
    position: absolute;
    background: url(../img/arrow.png) no-repeat;
    top: 50%;
    right: -32px;
    margin-top: -4px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .products-cnt .filter-list .filter-title img {
    display: none
  }

  .products-cnt .filter-list.accordion .filter-title span:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  .products-cnt .filter-list .filter-items a {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    border-top: 1px #000 solid;
    margin: 0;
    padding: 30px 60px
  }

  .products-cnt .filter-list .filter-items a:before {
    width: 20px;
    height: 19px;
    content: '';
    position: absolute;
    background: url(../img/checked.png) no-repeat;
    opacity: .3;
    top: 50%;
    margin-top: -10px;
    left: 30px
  }

  .products-cnt .filter-list .filter-items a.active:before {
    background: url(../img/checked.png) no-repeat;
    opacity: 1
  }

  .logo {
    z-index: 2;
  }

  .logo.logo-small {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 20%
  }

  .meat-map-section .logo.logo-small {
    top: 270px
  }

  .arrow-list-try {
    width: 27px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 35px;
    background: url(../img/arrow_try.png) no-repeat;
    cursor: pointer
  }

  .contacts-section {
    width: 100%
  }

  .contacts-section #contacts-map {
    position: relative;
    height: 850px;
    width: 100%;
    margin: 0
  }

  .contacts-section .clearfix {
    clear: both;
    display: block;
    height: 1px
  }

  .contacts-section .links {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    background: url(../img/bg_cardboard.jpg) 50% 50% no-repeat
  }

  .contacts-section .links a {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0
  }

  .contacts-section .links a.active,
  .contacts-section .links a.active:hover,
  .contacts-section .links a:hover {
    background: url(../img/contacts_bg_active.png) !important
  }

  .contacts-section .links a.left {
    border-bottom: 1px dashed #ad8c71
  }

  .contacts-section .links a p {
    font-size: 24px;
    line-height: 30px
  }

  .contacts-section .links a .head {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 20px
  }

  .contacts-section .links a .address {
    font-size: 30px;
    line-height: 30px
  }

  .contacts-section .callback-link {
    top: 28px;
    right: 40px;
    left: inherit;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    font-size: 24px;
    line-height: 30px;
    padding: 13px 30px
  }

  .callback-form-cnt {
    margin-top: 15%;
    height: 755px;
    width: 90%;
    box-sizing: border-box;
    padding: 45px 30px;
    display: inline-block;
    text-align: center;
    background: url(../img/bacground.png) center no-repeat
  }

  .callback-form-cnt input[type=text],
  .callback-form-cnt textarea {
    background: 0 0;
    width: 100%;
    font-size: 24px;
    line-height: 30px
  }

  .callback-form-cnt input[type=text]::-webkit-input-placeholder,
  .callback-form-cnt textarea::-webkit-input-placeholder {
    font-family: PTSans-Narrow, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    letter-spacing: normal
  }

  .callback-form-cnt input[type=text]:-moz-placeholder,
  .callback-form-cnt textarea:-moz-placeholder {
    font-family: PTSans-Narrow, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    letter-spacing: normal
  }

  .callback-form-cnt input[type=text]:-ms-input-placeholder,
  .callback-form-cnt textarea:-ms-input-placeholder {
    font-family: PTSans-Narrow, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    letter-spacing: normal
  }

  .callback-form-cnt input[type=text] {
    height: 60px
  }

  .callback-form-cnt fieldset {
    width: 100%;
    margin-bottom: 35px
  }

  .callback-form-cnt p.header {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 60px
  }

  .callback-form-cnt .callback-send-cnt {
    margin-top: 40px;
    margin-bottom: 0;
    height: 64px
  }

  .callback-form-cnt .callback-send-cnt input[type=submit] {
    background: url(../img/btn.png) no-repeat center;
    width: 100%;
    height: 64px;
    font-size: 24px;
    line-height: 30px
  }

  .scale-menu {
    width: 100%;
    overflow: hidden;
    overflow-x: auto
  }

  .scale-menu .link-scale {
    display: block
  }

  .scale-menu .link-scale .link-title {
    font-size: 30px
  }

  #footer {
    height: 195px
  }

  #footer .footer-cnt {
    width: 40%
  }

  #footer .footer-cnt.first,
  #footer .footer-cnt.last {
    width: 30%
  }

  #footer .footer-cnt .footer-info {
    font-size: 16px;
    line-height: 24px
  }

  #footer .footer-cnt .footer-phone {
    width: 300px;
    margin-left: -25px;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 24px
  }

  #footer .footer-cnt .footer-phone-meta {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 5px
  }

  #footer .footer-cnt .footer-developers a {
    font-size: 16px;
    line-height: 24px
  }

  #footer .footer-icon {
    margin-top: 25px
  }

  .logo-ovl {
    top: 150px
  }

  .logo {
    top: 20%
  }

  .section-about-angus .logo {
    top: 250px
  }

  .mobile {
    display: inherit !important
  }

  .mobile-hide {
    display: none !important
  }
}

@media handheld and (min-width:768px) {
  .scroll-tip {
    display: none
  }
}

@media screen and (max-width:640px) {
  .promo-splash {
    bottom: 95px;
    width: 100%;
    margin: auto;
    left: auto;
  }
  
  section .pattern, .pattern{
	  background-image:none;
	  background-color:rgb(0 0 0 / 65%);
  }

  #headerFilterSubmit,
  #headerFilter #ecity,
  .flds {
    width: 96% !important;
    padding-right: 30px;
    font-size: 36px;
    height: 70px !important;
    margin-bottom: 20px;
  }
  
  .frame {
position: relative;
    display: block;
    width: 100%;
    float: none;
    height: 250px;
    background-position: 50% 50% !important;
    background-size: cover;
  }
  
}

.stars,
.resp_item .stars .d {
  background: url("../img/stars_sprite_grey.png") repeat-x scroll 0 -13px;
  display: inline-block;
  vertical-align: baseline;
  float: none;
  font-size: 1px;
  height: 13px;
  width: 70px;
  position: relative;
}

.stars {
  top: 0;
}

.stars {
  top: 2px;
}

.stars .d {
  background-position: 0 0;
}

.stars.stars_1 .d {
  width: 14px
}

.stars.stars_2 .d {
  width: 28px
}

.stars.stars_3 .d {
  width: 42px
}

.stars.stars_4 .d {
  width: 56px
}

.stars.stars_5 .d {
  width: 70px
}

.stars.stars_0 .d {
  display: none
}

.stars .d {
  background-position: 0 0;
}

.stars,
.stars .d {
  background: url("../img/stars_sprite_grey.png") repeat-x scroll 0 -13px;
  display: inline-block;
  vertical-align: baseline;
  float: none;
  font-size: 1px;
  height: 13px;
  width: 70px;
  position: relative;
}

.stars .d {
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url('../img/photo_rating_star_hover.png') repeat-x 0 0;
}

#map {
  width: 100%;
  height: 500px;
  padding: 0;
  margin: 0;
}

@media screen and (max-width:640px) and (orientation:landscape) {
  .menu-btn:before {
    left: -15px
  }

  .global-nav {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    height: auto
  }

  .frames-text div {
    font-size: 45px
  }

  .about-section .header {
    margin-top: 40px
  }

  .about-section .header .name {
    font-size: 50px;
    line-height: 60px
  }

  .about-section .header .main-btn {
    font-size: 22px
  }

  .nav-search {
    top: -50px;
    width: 210px;
    right: 25px;
    height: 30px;
    margin-bottom: 0
  }

  .nav-search input[type=text] {
    font-size: 16px;
    line-height: 30px;
    height: 30px
  }

  .nav-search a.search-submit {
    width: 24px;
    height: 24px;
    margin: 3px;
    background-size: 80%
  }

  .nav-menu {
    margin-top: 0;
    width: 50%;
    float: left;
    border: none;
    margin-bottom: 0
  }

  .nav-menu ul li {
    border: none
  }

  .nav-menu .text {
    font-size: 20px;
    padding-top: 0
  }

  .nav-footer {
    float: left;
    width: 50%
  }

  .nav-footer .nav-footer-link {
    height: 70px;
    line-height: 70px;
    display: block
  }

  .nav-footer .nav-footer-link a {
    font-size: 20px
  }

  .logo.logo-small {
    top: 50px;
    -moz-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
  }

  .meat-map-section {
    padding-top: 190px
  }

  .section-heading h1 {
    top: 200px
  }

  .products-cnt .products-list .product-item {
    height: 360px
  }

  .products-cnt .products-list .product-item .description {
    bottom: 30px
  }

  .products-cnt .products-list li {
    height: 360px
  }

  .cooking-section .cook-list .cook-item p {
    font-size: 30px;
    line-height: 40px
  }

  .popup-content .products-cnt .products-list li.p-item {
    height: 360px
  }

  .popup-content .products-cnt .products-list li.p-item.advice {
    line-height: 360px
  }

  .popup-content .products-cnt .products-list a.product-item {
    height: 360px
  }

  .section-news-item .news-header .head {
    font-size: 36px;
    line-height: 50px
  }

  .try-cnt .try-filters-cnt .left,
  .try-cnt .try-filters-cnt .right {
    height: 55px
  }

  .try-metro .selectize-control.single .selectize-input input[type=text] {
    height: 55px;
    line-height: 35px !important
  }

  .try-cnt .try-filters-cnt .try-city {
    padding: 15px 0 0
  }

  .try-cnt .try-map-cnt .left {
    float: left;
    height: 100%;
    width: 50%;
    position: relative
  }

  .try-cnt .try-map-cnt .left .scroll-cnt {
    width: 100%
  }

  .try-cnt .try-map-cnt .left .points-list li a {
    padding: 10px 20px;
    border-left: none;
    border-bottom: 2px dashed #9f8066
  }

  .try-cnt .try-map-cnt .left .points-list li .name {
    font-size: 28px
  }

  .try-cnt .try-map-cnt .left .points-list li .address {
    font-size: 18px
  }

  .try-cnt .try-map-cnt .left .points-list li .meta {
    overflow: hidden
  }

  .try-cnt .try-map-cnt .left .points-list li .meta p {
    display: block;
    font-size: 18px;
    margin-top: 8px
  }

  .try-cnt .try-map-cnt .left .points-list li .meta strong {
    font-family: PTSans-Narrow, Arial, sans-serif
  }

  .try-cnt .try-map-cnt .right {
    margin-left: 50%;
    width: 50%;
    height: 100%
  }

  .arrow-list-try {
    display: none !important
  }

  .contacts-section #contacts-map {
    width: 60%;
    float: right
  }

  .contacts-section .links {
    width: 40%;
    margin-right: 60%
  }

  .contacts-section .links a {
    padding: 10px;
    height: inherit
  }

  .contacts-section .links a .head {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px
  }

  .contacts-section .links a .address {
    font-size: 18px;
    line-height: 18px
  }

  .contacts-section .links a p {
    font-size: 18px;
    line-height: 22px
  }

  .callback-form-cnt {
    margin-top: 0;
    height: 100%;
    padding: 20px
  }

  .callback-form-cnt p.header {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px
  }

  .callback-form-cnt fieldset {
    margin-bottom: 10px
  }

  .callback-form-cnt input[type=text] {
    height: 40px;
    font-size: 20px
  }

  .callback-form-cnt input[type=text]::-webkit-input-placeholder {
    font-size: 20px
  }

  .callback-form-cnt input[type=text]:-moz-placeholder {
    font-size: 20px
  }

  .callback-form-cnt input[type=text]:-ms-input-placeholder {
    font-size: 20px
  }

  .callback-form-cnt textarea {
    height: 75px
  }

  .callback-form-cnt textarea::-webkit-input-placeholder {
    font-size: 20px
  }

  .callback-form-cnt textarea:-moz-placeholder {
    font-size: 20px
  }

  .callback-form-cnt textarea:-ms-input-placeholder {
    font-size: 20px
  }

  .callback-form-cnt .callback-send-cnt {
    margin-top: 0
  }

  .callback-form-cnt .callback-send-cnt input[type=submit] {
    height: 40px !important
  }

  .section-about-angus.modify .right .fix-side-text {
    padding-top: 90px
  }

  .modify h1.fix-side-head {
    top: 0
  }
}

@media screen and (max-width:1030px) {
  .item-info .socials-cnt {
    overflow: hidden
  }

  .item-info .social-link span {
    width: 100%;
    max-width: inherit
  }
  
}

#map [class*="ymaps-2"][class*="-ground-pane"],
#map [class*="ymaps-2"][class*="-ground-pane"] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

@media screen and (max-width:1030px) {
  #headerFilter.bd {
    width: 100%;
	box-sizing: border-box;
  }
}


@media screen and (max-width:730px) {
  #headerFilter.bd form .flex-form>div{
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
  }
}