* {
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  outline: 0;
}

TABLE {
  border-collapse: collapse;
}

HTML {

}

BODY {
padding: 20px 0 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/static/i/bg-main.jpg);
  font: 400 14px/18px 'Conv_HelveticaNeueCyr-Roman', sans-serif;
  color: #000;
}

BUTTON {
  display: inline-block;
  background: #294c44;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 23px 8px 23px;
  cursor: pointer;
  border-radius: 15px;
}

H1 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}

.wrapper {
  width: 942px;
  margin: 0 auto;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clearboth {
  clear: both;
}

.hide {
  display: none;
}

.js-in-action {
  opacity: 0.4;
}

.page {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

INPUT[type="text"].invalid-field-value, INPUT[type="password"].invalid-field-value, TEXTAREA.invalid-field-value {
  color: red !important;
  box-shadow: inset 0 0 3px red !important;
  background: pink !important;
}

/* modal window  */
#ofamodal {
  background: #294c44;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 736;
  display: none;
}

#ofamodal-inner {
  background: white;
  position: fixed;
  top: 110px;
  z-index: 737;
  display: none;
  border-top: 2px solid #294c44;
  padding: 0;
}

.nofixed {
  position: absolute !important;
}

#ofamodal-body {
  background: white;
}

#ofamodal-head {
  height: 30px;
}

#ofamodal-head SPAN:last-child {
  background: url(/static/i/icon-close-black.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  float: right;
  position: relative;
  top: 15px;
  right: 15px;
}

#ofamodal-head SPAN:first-child {
  float: left;
  font: 700 18px/50px 'Roboto';
  padding: 0 0 0 20px;
}

#modal-alert-content {
  padding: 20px;
}

#modal-alert-content HR {
  border: 0;
  border-top: 1px solid #eee;
}

#modal-alert-close {
  min-width: 400px;
  padding: 15px 20px 0 20px;
  margin: 20px -20px 0 -20px;
  border-top: 1px solid #eee;
}

#modal-content {
  padding: 20px 20px 20px 20px;
}

/* / modal window  */

/* head */
.head {
  overflow: hidden;
  padding: 0;
  height:80px;
}

.head .logo {

}

.head .menu {
  margin: 5px 0 0 20px;
}

.head .menu A {
  display: inline-block;
  text-decoration: none;
  color: #274e45;
  padding: 5px 10px 5px 10px;
  line-height: 14px;
  margin: 0 0 0 0;
}

.head .menu A:hover,
.head .menu A.selected {
  background: #274e45;
  color: #d3ba78;
  border-radius: 24px;
}

.head .search {
  margin: 5px 0 0 0;
}

.head .search FORM {
  position: relative;
  height: 22px;
  border: 1px solid #2e4d44;
  border-radius: 22px;
  width: 142px;
  overflow: hidden;
}

.head .search FORM INPUT[type="text"] {
  position: absolute;
  top: 1px;
  left: 0;
  width: 82px;
  height: 20px;
  padding: 2px 0 0 33px;
  background: url(/static/i/icon-search.png) 10px 3px no-repeat transparent;
  font-size: 12px;
  line-height: 22px;
}

.head .search FORM INPUT[type="submit"] {
  position: absolute;
  top: -1px;
  right: 0;
  width: 22px;
  height: 24px;
  background: url(/static/i/icon-search-submit.png) center center no-repeat #2e4d44;
  cursor: pointer;
}

/* / head */

/* main banner */
.main-banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin: 0 0 0 0;
}

.mb-items {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mb-items LI {
  display: block;
  width: 100%;
  height: 100%;
}

.mb-items LI > DIV {
  width: 100%;
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mb-items LI > DIV TABLE {
  height: 380px;
  width: 100%;
}

.mb-items LI > DIV TABLE TD {
  height: 380px;
  width: 50%;
  vertical-align: middle;
  text-align: left;
}

.mb-items .name {
  font: 400 48px/48px "Conv_HelveticaNeueCyr-Bold";
  color: white;
  margin: 0 0 30px 0;
}

.mb-items .announce {
  width: 350px;
  font-size: 18px;
  color: white;
  margin: 0 0 30px 0;
}

.mb-items .more {
  display: inline-block;
  background: #294c44;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 23px 10px 23px;
  border-radius: 10px;
}

.main-banner .mb-arr {
  position: absolute;
  z-index: 2;
  top: 150px;
  cursor: pointer;
}

.main-banner .mb-arr-left {
  left: 0;
}

.main-banner .mb-arr-right {
  right: 0;
}

.main-banner .mb-pager {
  position: absolute;
  top: 350px;
  z-index: 3;
  left: 0;
  width: 100%;
  text-align: center;
}

.main-banner .mb-pager SPAN {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: white;
  cursor: pointer;
  border-radius: 10px;
  margin: 0 8px;
}

.main-banner .mb-pager SPAN.active {
  background: #294c44;
  border: 2px solid white;
  position: relative;
  top: 2px;
}

/* / main banner */

/* main links */

.main-links {
  overflow: hidden;
  padding: 0 0 0 0;
}

/* / main links */

/* submenu */
.sub-menu {
  text-align: center;
  margin: 0 0 0 0;
  height:40px;
}

.sub-menu A {
  color: #a28d50;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 20px;
}

.sub-menu A SPAN {
  margin: 0 12px 0 0;
}

.sub-menu A.selected {
  color: black;
  opacity: 0.8;
}

.brands-menu {
  text-align: left;
  padding-left: 200px;
}

.brands-menu A.selected {
  background: #274e45;
  color: #d3ba78;
  border-radius: 5px;
  padding: 4px 20px 4px 20px;
}

/* / submenu */

/* about page */
.about-page {

}

.about-page TH {
  text-align: center;
  vertical-align: middle;
  width: 300px;
}

.about-page TD {
  padding: 5px 0 5px 0px;
}

.about-page TD > DIV {
  background: white;
  padding: 33px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
}

.about-page TD > DIV > I {
  display: block;
  position: absolute;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 0 0 5px 0;
  top: 50%;
  left: -10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  box-shadow: 2px 2px 1px #ddd;
  margin: -10px 0 0 0;
}

.about-page .name {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

/* / about page */

/* history page */
.history-page {

}

.history-item {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}

.history-item .h-line {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #c3c3c3;
}

.history-item .h-image {
  width: 45%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.history-item .h-text {
  width: 45%;
}

.history-item .h-cloud {
}

.history-item .h-header {
  background: #274e45;
  font: 400 24px/24px 'Conv_HelveticaNeueCyr-Light';
  color: #a28d50;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.history-item .h-header > DIV {
  padding: 20px 0 17px 25px;
}

.history-item .h-header > I {
  display: block;
  position: absolute;
  background: #274e45;
  width: 20px;
  height: 20px;
  border-radius: 0 0 4px 0;
  top: 15px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.history-item .h-header > SPAN {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #d3ba78;
  border: 3px solid #274e45;
  position: absolute;
  top: 18px;
}

.history-item .h-body {
  background: white;
  position: relative;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 5px 5px #ccc;
}

.history-item .h-body > DIV {
  font-size: 12px;
  color: #274e45;
  padding: 24px;
}

.history-item:nth-child(odd) .h-image,
.history-item:nth-child(even) .h-text {
  float: left;
}

.history-item:nth-child(odd) .h-text,
.history-item:nth-child(even) .h-image {
  float: right;
}

.history-item:nth-child(odd) .h-header > I {
  left: -10px;
  box-shadow: 2px 2px 1px #ddd;
}

.history-item:nth-child(even) .h-header > I {
  right: -10px;
  box-shadow: -2px -2px 1px #ddd;
}

.history-item:nth-child(odd) .h-header > SPAN {
  left: -49px;
}

.history-item:nth-child(even) .h-header > SPAN {
  right: -51px;
}

/* / history page */

/* certificates page */
.certificates-page {
  width: 100%;
}

.certificates-items {
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
}

.certificates-items .c-item {
  float: left;
  width: 25%;
  margin: 0 0 20px 0;
}

.certificates-items .c-item .box {
  width: 100%;
  height: 245px;
  background: url(/static/i/bg-certificate.png) top center no-repeat;
  position: relative;
}

.certificates-items .c-item .box A {
  display: block;
  position: absolute;
  width: 130px;
  height: 188px;
  top: 28px;
  left: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.certificates-items .c-item .name {
  text-align: center;
  margin: 10px 0;
}

/* / certificates page */

/* mediateka page */

.mediateka-items {
  overflow: hidden;
  width: 98%;
  margin: 0 auto;
}

.mediateka-items > DIV {
  float: left;
  width: 440px;
  height: 184px;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  background: white;
  margin: 0 0 16px 0;
}

.mediateka-items > DIV:nth-child(even) {
  position: relative;
  left: 16px;
}

.mediateka-items > DIV TABLE {
  width: 100%;
}

.mediateka-items > DIV TABLE TH {
  width: 200px;
}

.mediateka-items > DIV TABLE TD {
  vertical-align: middle;
  padding: 20px 0 0 37px;
}

.mediateka-items > DIV TABLE TH SPAN {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 190px;
  height: 170px;
  border: 1px solid #a28d50;
  border-radius: 10px;
  position: relative;
  top: 5px;
  left: 5px;
}

.mediateka-items .name {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  width: 50%;
}

.mediateka-items .preview {
  margin: 15px 0;
  opacity: 0.8;
}

.mediateka-items .files A {
  margin: 0 7px 0 0;
}

/* / mediateka page */

/* news page */
.news-page {

}

.news-items {
  overflow: hidden;
  width: 98%;
  margin: 0 auto;
}

.news-items > DIV {
  min-height: 225px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  background: white;
  margin: 0 0 16px 0;
}

.news-items > DIV TABLE {
  width: 100%;
}

.news-items > DIV TABLE TH {
  width: 280px;
  vertical-align: top;
}

.news-items > DIV TABLE TD {
  vertical-align: top;
  padding: 10px 25px;
  position: relative;
}

.news-items > DIV TABLE TH SPAN {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 270px;
  height: 215px;
  border-radius: 5px;
  position: relative;
  top: 5px;
  left: 5px;
}

.news-items .date {
  color: #a3a4a4;
  display: block;
  text-transform: lowercase;
  font-size: 12px;
  text-align: right;
}

.news-items .name {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  width: 80%;
  opacity: 0.8;
}

.news-items .name A {
  text-decoration: none;
}

.news-items .preview {
  margin: 15px 0 0 0;
  opacity: 0.8;
}

.news-items .more {
  text-align: right;
  position: absolute;
  bottom: 10px;
  width: 93%;
}

.news-items .more A {
  display: inline-block;
  background: #294c44;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 25px 8px 25px;
  border-radius: 10px;
}

.news-item > DIV {
  height: 404px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  background: white;
}

.news-item > DIV TABLE {
  width: 100%;
}

.news-item > DIV TABLE TH {
  width: 280px;
  vertical-align: top;
}

.news-item > DIV TABLE TD {
  vertical-align: top;
  padding: 34px;
  position: relative;
}

.news-item > DIV TABLE TH SPAN {
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  height: 394px;
  border-radius: 5px;
  position: relative;
  top: 5px;
  left: 5px;
}

.news-item-content {
  height: 330px;
}

.news-item .date {
  color: #a3a4a4;
  display: block;
  text-transform: lowercase;
  font-size: 12px;
}

.news-item .name {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  margin: 5px 0 25px 0;
}

.news-item .detail {

}

.footer-page-slider {
  width: 100%;
  height: 190px;
  position: relative;
  margin: 15px 0 0 0;
}

.recipe-slider {
  margin: 20px 0 0 0;
}

.product-slider {
  background: white;
  border-radius: 5px;
  height: 220px;
}

.fps-arr {
  opacity: 0.1;
}

.fps-arr:hover {
  opacity: 1.0;
}

.footer-page-slider .fps-arr {
  position: absolute;
  top: 50px;
  z-index: 999;
  cursor: pointer;
}

.product-slider .fps-arr {
  top: 65px;
}

.footer-page-slider .fps-arr-left {
  left: 0;
}

.footer-page-slider .fps-arr-right {
  right: 0;
}

.footer-page-slider .fps-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 888;
  width: 942px !important;
  overflow: hidden;
  height: 190px;
}

.product-slider .fps-block {
  height: 220px;
}

.footer-page-slider .fps-block LI {
  width: 300px;
  height: 175px;
  margin: 0 21px 0 0;
}

.footer-page-slider .fps-block LI > DIV {
  width: 300px;
  height: 175px;
  background: white;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  position: relative;
}

.recipe-slider .fps-block LI > DIV {
  border-radius: 5px;
}

.footer-page-slider .fps-block LI > DIV > A,
.footer-page-slider .fps-block LI > DIV > DIV {
  position: absolute;
  left: 0;
  height: 85px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-slider .fps-block LI {
  width: 157px;
  height: 220px !important;
  box-shadow: none;
  margin: 0;
}

.product-slider .fps-block LI > DIV {
  width: 100%;
  height: 220px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;

}

.product-slider .fps-block LI > DIV > DIV,
.product-slider .fps-block LI > DIV > A {
  background-size: contain;
}

.product-slider .fps-block {
  border-radius: 5px;
}

.footer-page-slider .fps-block LI > DIV > DIV .icon,
.footer-page-slider .fps-block LI > DIV > A .icon {
  position: relative;
  left: 25px;
}

.footer-page-slider .fps-block LI > DIV > DIV:first-child,
.footer-page-slider .fps-block LI > DIV > A {
  top: 0;
}

.footer-page-slider .fps-block LI > DIV > DIV:last-child {
  bottom: 0;
}

.footer-page-slider .fps-block LI > DIV > DIV:last-child > DIV {
  padding: 15px 25px 0 25px;
}

.footer-page-slider .fps-block LI > DIV > DIV:last-child > DIV A {
  text-decoration: none;
  opacity: 0.8;
}

.recipe-slider-top {
  height: 100px !important;
}

.recipe-slider-bottom {
  height: 75px !important;
}

.product-slider-top {
  height: 140px !important;
  top: 20px !important;
}

.product-slider-bottom {
  height: 50px !important;
  text-align: center;
  bottom: initial !important;
  top: 160px;
  overflow: hidden;
}

/* / news page */

/* faq page */
.faq-menu {
  height: 65px;
  position: relative;
}

.faq-menu > * {
  float: right;
}

.faq-menu > SPAN {
  display: inline-block;
  background: #294c44;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 23px 11px 23px;
  cursor: pointer;
  border-radius: 15px;
  margin: 0 10px 0 0;
}

.faq-menu FORM {
  position: relative;
  width: 190px;
  height: 40px;
  border-radius: 15px;
  overflow: hidden;
}

.faq-menu FORM INPUT[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  font-size: 14px;
  text-transform: uppercase;
  color: #294c44;
  border: 0;
  height: 40px;
  width: 145px;
  line-height: 40px;
  padding: 0 0 0 0;
  text-indent: 17px;
}

.faq-menu FORM INPUT[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: url(/static/i/icon-search-white.png) center center no-repeat #294c44;
  cursor: pointer;
  border: 0;
  height: 40px;
  width: 45px;
}

.faq-items {

}

.faq-form-expand {
  padding: 80px 0 0 0;
}

.faq-items > DIV {
  float: left;
  width: 450px;
  height: 160px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  position: relative;
  margin: 0 0 20px 0;
}

.faq-items > DIV:nth-child(even) {
  left: 20px;
}

.faq-items > DIV .faq-question {
}

.faq-items > DIV .faq-question > DIV {
  padding: 30px 25px;
  color:white;
}

.fq_body_0{
  background: #b7a779 !important;
}
.fq_body_1{
  background: #a84d46 !important;
}
.fq_body_2{
  background: #274e45 !important;
}

.faq-items > DIV .faq-answer {
  display: none;
  border-radius: 0 0 5px 5px;
  width: 100%;
}

.faq-items > DIV .faq-answer > DIV {
  padding: 30px 25px;
}

.faq-items > DIV > SPAN {
  display: none;
  background: white;
  color: #294c44;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 23px 8px 23px;
  cursor: pointer;
  border-radius: 15px;
  margin: 0 10px 0 0;
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 130px;
}

.faq-items > DIV:hover .faq-question {
  opacity: 0.15;
}

.faq-items > DIV:hover > SPAN {
  display: inline-block;
}

.faq-items > DIV.expand:hover .faq-question {
  opacity: 1;
}

.faq-items > DIV.expand:hover > SPAN {
  display: none;
}

.faq-items > DIV .faq-question .name {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

.faq-items > DIV .faq-question > DIV > SPAN {
  opacity: 1.0;
}

.faq-items > DIV.expand {
  border-radius: 5px 5px 0 0;
}

.faq-items > DIV.expand .faq-answer {
  background: white;
  color: #294c44;
  display: block;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 222;
}

.faq-items > DIV .faq-answer .name {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

.faq-items > DIV .faq-answer > DIV {
  position: relative;
}

.faq-items > DIV .faq-answer > DIV > I {
  display: block;
  position: absolute;
  background: white;
  width: 20px;
  height: 20px;
  top: -10px;
  left: 210px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.faq-items > DIV .faq-answer > DIV > SPAN {
  position: absolute;
  background: url(/static/i/icon-close-black.png) center center no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.faq-items .clearboth {
  height: 300px;
}

.faq-form {
  display: none;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  width: 920px;
  margin: 0 0 20px 0;
  position: absolute;
  left: 0;
  top: 64px;
  z-index: 555;
  text-align: left;
}

.faq-form > DIV {
  padding: 30px 25px 10px 25px;
  position: relative;
}

.faq-form > DIV > I {
  display: block;
  position: absolute;
  background: white;
  width: 20px;
  height: 20px;
  top: -10px;
  right: 250px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.faq-form > DIV > SPAN {
  position: absolute;
  background: url(/static/i/icon-close-black.png) center center no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.faq-form .name {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

.faq-form SUP {
  color: red;
}

.faq-form TABLE {
  width: 100%;
}

.faq-form TABLE TD:nth-child(1) {
  width: 220px;
  vertical-align: top;
}

.faq-form TABLE TD:nth-child(1) INPUT {
  width: 190px;
  height: 20px;
  border: 1px solid #585858;
  border-radius: 15px;
  text-indent: 15px;
  font-size: 12px;
}

.faq-form TABLE TD:nth-child(1) > DIV {
  margin: 0 0 20px 0;
}

.faq-form TABLE TD:nth-child(2) {
  vertical-align: top;
  position: relative;
}

.faq-form TABLE TD:nth-child(2) TEXTAREA {
  width: 450px;
  height: 85px;
  border: 1px solid #585858;
  border-radius: 15px;
  font-size: 12px;
  padding: 15px;
  resize: none;
}

.faq-form TABLE TD:nth-child(2) SUP {
  position: absolute;
  right: 20px;
  top: 0;
}

.faq-form TABLE TD:nth-child(3) {
  width: 140px;
  vertical-align: top;
}

.faq-form TABLE TD:nth-child(3) > SPAN {
  display: inline-block;
  background: #294c44;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 23px 8px 23px;
  cursor: pointer;
  border-radius: 15px;
  position: relative;
  top: 80px;
}

.faq-form .require-text {
  font-size: 12px;
}

.answer-text {
  display: block;
  height: 50px;
}

/* / faq page */

/* contacts page */
.contact-item {
  height: 380px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
}

.contact-item .name {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  opacity: 0.8;
}

.contact-item > TABLE {
  width: 100%;
}

.contact-item > TABLE TH,
.contact-item > TABLE TD {
  text-align: left;
  vertical-align: top;
  width: 50%;
}

.contact-item #ymap {
  border-radius: 5px;
  width: 460px;
  height: 370px;
  margin: 5px;
}

.contact-info {

}

.contact-info > DIV {
  position: relative;
  padding: 25px 0 25px 40px;
}

.contact-info .switcher {
  position: absolute;
  top: 10px;
  right: 10px;
}

.contact-info .switcher SPAN {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 5px #ccc;
  padding: 1px 0 0 0;
  text-align: center;
  width: 40px;
  cursor: pointer;
}

.contact-info .switcher SPAN.active {
  color: white;
  background: #294c44;
}

.contact-info .layer {
  display: none;
  font-size: 12px;
}

.contact-info .layer B {
  font-family: 'Conv_HelveticaNeueCyr-Bold';
}

.contact-info .layer.active {
  display: block;
}

.contacts-form {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  margin: 20px 0 0 0;
}

.contacts-form > DIV {
  padding: 30px 25px 10px 25px;
  position: relative;
}

.contacts-form SUP {
  color: red;
}

.contacts-form TABLE {
  width: 100%;
}

.contacts-form TABLE TD:nth-child(1) {
  width: 220px;
  vertical-align: top;
}

.contacts-form TABLE TD:nth-child(1) INPUT {
  width: 190px;
  height: 20px;
  border: 1px solid #585858;
  border-radius: 15px;
  text-indent: 15px;
  font-size: 12px;
}

.contacts-form TABLE TD:nth-child(1) > DIV {
  margin: 0 0 20px 0;
}

.contacts-form TABLE TD:nth-child(2) {
  vertical-align: top;
  position: relative;
}

.contacts-form TABLE TD:nth-child(2) TEXTAREA {
  width: 470px;
  height: 85px;
  border: 1px solid #585858;
  border-radius: 15px;
  font-size: 12px;
  padding: 15px;
  resize: none;
}

.contacts-form TABLE TD:nth-child(2) SUP {
  position: absolute;
  right: 20px;
  top: 0;
}

.contacts-form TABLE TD:nth-child(3) {
  width: 140px;
  vertical-align: top;
}

.contacts-form TABLE TD:nth-child(3) > SPAN {
  display: inline-block;
  background: #294c44;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 23px 8px 23px;
  cursor: pointer;
  border-radius: 15px;
  position: relative;
  top: 80px;
}

.contacts-form .require-text {
  font-size: 12px;
}

/* / contacts page */

/* recipe page */
.recipe-page {

}

.recipe-items {

}

.recipe-items > DIV {
  float: left;
  width: 300px;
  height: 180px;
  margin: 0 15px 15px 0;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 3px #ccc;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.recipe-items > DIV:nth-child(3n) {
  margin: 0 0 15px 0;
}

.recipe-items .name {
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
  z-index: 1;
}

.recipe-items .name > DIV {
  padding: 17px 28px;
  opacity: 0.8;
}

.recipe-items > DIV .bg {
  display: none;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.95;
}

.recipe-items > DIV > A {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.recipe-items > DIV > A TABLE TD {
  width: 300px;
  height: 180px;
  text-align: center;
  vertical-align: middle;
}

.recipe-items > DIV > A TABLE TD > SPAN {
  display: block;
  padding: 0 50px;
  opacity: 0.8;
}

.recipe-items > DIV:hover .name {
  display: none;
}

.recipe-items > DIV:hover .bg,
.recipe-items > DIV:hover A {
  display: block;
}

.recipe-item > DIV {
  height: 484px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  background: white;
}

.recipe-item > DIV TABLE {
  width: 100%;
}

.recipe-item > DIV TABLE TH {
  width: 280px;
  vertical-align: top;
}

.recipe-item > DIV TABLE TD {
  vertical-align: top;
  padding: 34px;
  position: relative;
}

.recipe-item > DIV TABLE TH SPAN {
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  height: 167px;
  border-radius: 5px;
  position: relative;
  top: 5px;
  left: 5px;
}

.recipe-product {
  text-align: left;
  padding: 20px 0 0 22px;
}

.recipe-product UL {
  margin: 0 0 0 15px;
}

.recipe-product .name {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.recipe-product .text {
  font-size: 12px;
}

.recipe-item-content {
  height: 330px;
  opacity: 0.8;
}

.recipe-item-content .name {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  margin: 5px 0 25px 0;
}

.recipe-item .detail {

}

/* / recipe page */

/* brand page */
.page.horeca {

}

.brand-item {
}

.brand-item TABLE {
  width: 100%;
}

.brand-item TABLE TH {
  width: 310px;
  vertical-align: top;
}

.brand-item .image {
  background: white;
  width: 300px;
  height: 350px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
}

.brand-item .image.horeca {
  height: 290px;
}

.brand-item .image SPAN {
  display: block;
  width: 290px;
  height: 340px;
  position: relative;
  top: 4px;
  left: 4px;
  border: 1px solid #a28d50;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
}

.brand-item .image.horeca SPAN {
  height: 280px;
}

.brand-detail {
  width: 620px;
  height: 405px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  background: white;
  position: relative;
  left: 10px;
}

.brand-detail.horeca {
  height: 640px;
}

.brand-detail .brand-content {
  width: 550px;
  height: 335px;
  position: relative;
  top: 35px;
  left: 35px;
}

.brand-detail .brand-content.horeca {
  height: 600px;
}

.brand-detail .name {
  font-size: 22px;
  text-transform: uppercase;
  margin: 5px 0 20px 0;
}

.brand-detail .text {
  padding: 0 35px 0 0;
}

.brand-detail .text UL {
  margin: 30px;
}

.brand-detail .text UL LI {
  margin: 5px 0;
}

.brand-links {
  overflow: hidden;
  width: 300px;
  margin: 20px 0 0 0;
}

.brand-links A {
  display: inline-block;
  background: #294c44;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 23px 8px 23px;
  cursor: pointer;
  border-radius: 15px;
  text-decoration: none;
}

.brand-links A.f-right {
  background: #cc2229;
}

/* / brand page */

/* catalog page */
.catalog-menu {
  height: 45px;
}

.catalog-filter {
  height: 45px;
  float: left;
  position: relative;
  left: 140px;
}

.catalog-filter * {

}

.catalog-filter > UL {
  display: block;
  float: left;
  cursor: pointer;
}

.catalog-filter > UL:hover {
  background: #274e45;
  border-radius: 5px 5px 0 0;
}

.catalog-filter LI {
  list-style: none;
  display: block;
}

.catalog-filter > UL > LI > UL {
  display: none;
  position: absolute;
  z-index: 999;
  top: 35px;
  left: 0;
  background: #274e45;
  min-width: 100%;
  border-radius: 5px;
}

.catalog-filter > UL:hover > LI > UL {
  display: block;
  padding: 15px 0 15px 0;
}

.catalog-filter > UL > LI {
  position: relative;
  padding: 5px 10px 10px 10px;
}

.catalog-filter > UL > LI > SPAN {
  font-size: 15px;
  text-transform: uppercase;
  color: #a28d50;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 20px 0 0;
}

.catalog-filter > UL > LI > I {
  display: inline-block;
  background: url(/static/i/icon-menu-down.png) center center no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}

.catalog-filter > UL:hover > LI > I {
  background: url(/static/i/icon-menu-up.png) center center no-repeat;
}

.catalog-filter > UL > LI > UL > LI > A {
  display: block;
  color: white;
  text-decoration: none;
  padding: 5px 25px 5px 35px;
  white-space: nowrap;
}

.catalog-filter > UL > LI > UL > LI > A.active {
  background: url(/static/i/icon-menu-item-active.png) 15px 8px no-repeat;
  color: #cbb575;
}

.catalog-state {
  float: right;
  position: relative;
  top: 5px;
}

.catalog-state A {
  display: inline-block;
  position: absolute;
  top: 0;
}

.clear-filter {
  color: white;
  text-decoration: none;
  background: #274e45;
  font-size: 12px;
  padding: 4px 5px 2px 5px;
  border-radius: 5px;
  right: 80px;
  white-space: nowrap;
}

.catalog-view {
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}

.catalog-view.active {
  background-color: #274e45;
  border-radius: 5px;
}

.catalog-view.box {
  background-image: url(/static/i/icon-catalog-type-box.png);
  right: 40px;
}

.catalog-view.box.active {
  background-image: url(/static/i/icon-catalog-type-box-active.png);
}

.catalog-view.list {
  background-image: url(/static/i/icon-catalog-type-list.png);
  right: 0;
}

.catalog-view.list.active {
  background-image: url(/static/i/icon-catalog-type-list-active.png);
}

.catalog-items {
  width: 920px;
  margin: 20px auto 0 auto;
  position: relative;
  left: 20px;
}

.catalog-items > DIV {
  float: left;
  width: 287px;
  height: 268px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  background: white;
  margin: 0 20px 20px 0;
}

.catalog-items > DIV:nth-child(3n) {
  margin: 0 0 20px 0;
}

.catalog-items > DIV > DIV {
  position: relative;
  width: 276px;
  height: 257px;
  border-radius: 5px;
  border: 1px solid #a28d50;
  top: 4px;
  left: 4px;
}

.catalog-items > DIV > DIV .icon {
  display: block;
  background: url(/static/i/icon-product.png) center center no-repeat;
  width: 70px;
  height: 39px;
  position: absolute;
  top: -5px;
  right: 25px;
  color: white;
  font-size: 12px;
}

.catalog-items > DIV > DIV .icon I {
  display: block;
  text-align: center;
  padding: 10px 0 0 0;
}

.catalog-items .image {
  display: block;
  height: 150px;
  margin: 30px 30px 0 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.catalog-items .name {
  display: block;
  margin: 20px 10px 0 10px;
  text-decoration: none;
  opacity: 0.8;
  text-align: center;
}

.catalog-list {
  width: 920px;
  margin: 20px auto 0 auto;
  position: relative;
  left: 10px;
}

.catalog-list > DIV {
  box-shadow: 0 0 5px #ccc;
  overflow: hidden;
  border-radius: 5px;
}

.catalog-list TABLE {
  width: 100%;
}

.catalog-list TABLE TD,
.catalog-list TABLE TH {
  border: 1px solid #a7935a;
}

.catalog-list TABLE TR TH {
  border-top: 0;
  background: #274e45;
  font-weight: 400;
  color: #fbfdfc;
  padding: 25px 0;
}

.catalog-list TABLE TR TH:nth-child(1) {
  width: 115px;
}

.catalog-list TABLE TR TH:nth-child(3) {
  width: 95px;
}

.catalog-list TABLE TR TH:nth-child(4) {
  width: 105px;
}

.catalog-list TABLE TR TH:nth-child(5) {
  width: 95px;
}

.catalog-list TABLE TR TH:nth-child(6) {
  width: 95px;
}

.catalog-list TABLE TR TH SPAN {
  opacity: 0.8;
}

.catalog-list TABLE TR TH:first-child,
.catalog-list TABLE TR TD:first-child {
  border-left: 0;
}

.catalog-list TABLE TR TH:last-child,
.catalog-list TABLE TR TD:last-child {
  border-right: 0;
}

.catalog-list TABLE TR:last-child TD {
  border-bottom: 0;
}

.brand-name {
  background: #a7935a;
  text-align: center;
  font-size: 18px;
  color: #fbfdfc;
  text-transform: uppercase;
  padding: 13px 0 10px 0;
}

.brand-name SPAN {
  opacity: 0.8;
}

.item-tr TD {
  background: white;
  color: #595959;
  text-align: center;
  vertical-align: middle;
}

.item-tr TD:nth-child(2) {
  text-align: left;
  padding: 10px 35px;
}

.list-name {
  text-decoration: none;
}

/* / catalog page */

/* product page */
.product-detail-item {
  margin: 30px 0 0 0;
}

.product-detail-item TH,
.product-detail-item TD {
  vertical-align: top;
}

.product-detail-item .image {
  background: white;
  width: 310px;
  height: 380px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
}

.product-detail-item .image > DIV {
  width: 300px;
  height: 370px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #a28d50;
  top: 4px;
  left: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pdi-content {
  position: relative;
  left: 15px;
  width: 616px;
  height: 380px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;

}

.pdi-content .product-info {
  height: 345px;
  width: 566px;
  position: relative;
  top: 10px;
  left: 30px;
}

.pdi-content .name {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 15px 0 10px 0;
}

.pdi-content .sub-name {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 30px 0 10px 0;
}

.pdi-content .detail {
  width: 566px;
}

.pdi-content .detail > TABLE TR:last-child TD:first-child {
  padding: 0 20px 0 0 !important;
}

.pdi-content .detail > TABLE TR:last-child TD:last-child {
  width: 50% !important;
}

/* / product page */

/* search page */
.search-page {

}

.search-form {
  margin: 0 0 25px 0;
}

.search-form FORM {
  position: relative;
  width: 470px;
  height: 40px;
  border-radius: 15px;
  overflow: hidden;
}

.search-form FORM INPUT[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  font-size: 14px;
  text-transform: uppercase;
  color: #294c44;
  border: 0;
  height: 40px;
  width: 435px;
  line-height: 40px;
  padding: 2px 0 0 0;
  text-indent: 17px;
}

.search-form FORM INPUT[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: url(/static/i/icon-search-white.png) center center no-repeat #294c44;
  cursor: pointer;
  border: 0;
  height: 40px;
  width: 45px;
}

.search-result {
  width: 940px;
}

.search-items {
  width: 98.5%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  margin: 0 0 15px 2px;
}

.search-items .inner {
  padding: 30px;
}

.search-items .items {
  overflow: hidden;
}

.search-items .inner DIV.name {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  width: 200px;
  color: #274e45;
}

.search-items .inner DIV.name SPAN {
  display: inline-block;
  background: #294c44;
  color: white;
  font-size: 13px;
  line-height: 13px;
  padding: 3px 10px 3px 10px;
  border-radius: 15px;
  text-decoration: none;
  text-transform: none;
  position: absolute;
  top: -2px;
  right: 0;
}

.search-items .inner .items {
  margin: 30px 0 20px;
  overflow: hidden;
}

.search-items .inner .items .item {
  width: 415px;
  height: 170px;
  border-radius: 5px;
  border: 1px solid #a28d50;
  float: left;
  margin: 0 0 20px 0;
}

.search-items .inner .items .item:nth-child(2n) {
  position: relative;
  left: 20px;
}

.search-items .inner .items .item > DIV {
}

.search-items .inner .items .item > DIV TABLE {
  width: 100%;
}

.search-items .inner .items .item > DIV TABLE TH {
  vertical-align: top;
  width: 170px;
  height: 170px;
}

.search-items .inner .items .item > DIV TABLE TH SPAN {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 5px;
  left: 5px;
}

.search-items .inner .items .item > DIV TABLE TH SPAN.icon {
  background-size: auto;
}

.search-items .inner .items .item > DIV TABLE TD {
  vertical-align: middle;
  padding: 0 15px 0 15px;
}

.search-items .inner .items .item > DIV TABLE TD .name {
  display: block;
  color: #294c44;
  text-decoration: none;
  font-size: 20px;
  line-height: 25px;
}

.search-items .inner .items .item > DIV TABLE TD .preview {
  color: #585858;
  display: block;
  margin: 20px 0 0 0;
}

.search-items .all {
  text-align: right;
}

.search-items .all A {
  display: inline-block;
  background: #294c44;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 23px 8px 23px;
  cursor: pointer;
  border-radius: 15px;
  text-decoration: none;
}

/* / search page */

/* footer */
.footer-pre-wrapper {
  display: none;
}

.footer {
  width: 100%;
  height: 60px;
  background: #2e4d44;
  color: white;
}

.footer .wrapper {
  overflow: hidden;
}

.footer .f-left,
.footer .f-right {
  position: relative;
  top: 20px;
}

.footer .f-left A {
  text-decoration: none;
  margin: 0 25px 0 0;
}

.footer .wrapper .f-right A {
  display: inline-block;
  margin: 0 0 10px 0;
  position: relative;
  top: -5px;
}

.footer .wrapper .f-right {
  font: 400 12px/18px "Conv_HelveticaNeueCyr-Light";
  text-align: right;

}

.footer .wrapper .f-right SPAN {
  position: relative;
  top: -13px;
  left: -20px;
}

/* / footer */

.page,
.head,
.footer,
.sub-menu,
.catalog-menu{
  
}
