

/* Start:/bitrix/templates/.default/css/style.css?1570527704204579*/
@charset "IBM866";
/*Border radius*/
/*Box shadow*/
/*IE 5+ opacity*/
/*Transition*/
/*Perspective*/
/*Transform*/
/*Transform Style*/
/*Transform Origin*/
/*Transform Origin*/
/*Box-sizing*/
/*Background-clip*/
/* Clearfix */
/*Transition*/
/*
YUI 3.14.1 (build 63049cb)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*!
Pure v0.3.0
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v1.1.2 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

h2 {
  font-size: 1.5em;
  margin: 0; }

h3 {
  font-size: 1.17em;
  margin: 0; }

h4 {
  font-size: 1em;
  margin: 0; }

h5 {
  font-size: 0.83em;
  margin: 0; }

h6 {
  font-size: 0.67em;
  margin: 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0 0 1em; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssnormalize {
  display: none; }

@font-face {
  font-family: 'Conv_calibri';
  src: url("/bitrix/templates/.default/css/fonts/calibri.eot");
  src: local("☺"), url("/bitrix/templates/.default/css/fonts/calibri.woff") format("woff"), url("/bitrix/templates/.default/css/fonts/calibri.ttf") format("truetype"), url("/bitrix/templates/.default/css/fonts/calibri.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_CalibriL';
  src: url("/bitrix/templates/.default/css/fonts/CalibriL.eot");
  src: local("☺"), url("/bitrix/templates/.default/css/fonts/CalibriL.woff") format("woff"), url("/bitrix/templates/.default/css/fonts/CalibriL.ttf") format("truetype"), url("/bitrix/templates/.default/css/fonts/CalibriL.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_ALS Klementina';
  src: url("/bitrix/templates/.default/css/fonts/ALS Klementina.eot");
  src: local("☺"), url("/bitrix/templates/.default/css/fonts/ALS Klementina.woff") format("woff"), url("/bitrix/templates/.default/css/fonts/ALS Klementina.ttf") format("truetype"), url("/bitrix/templates/.default/css/fonts/ALS Klementina.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%; }
  html body {
    height: 100%;
    margin: 0;
    font-family: 'Conv_calibri'; }
    html body .footer-fix {
      min-height: 100%;
      margin-bottom: -133px;
      background-repeat: no-repeat;
      background-position: top -100px right -100px; }
      @media (max-width: 1120px) {
        html body .footer-fix {
          background-position: top right -100px;
          background-size: 55%; } }
      @media (max-width: 700px) {
        html body .footer-fix {
          background-size: contain;
          background-image: none !important; } }
      html body .footer-fix .footer-block {
        height: 133px; }
    html body .footer-fix-main {
      min-height: 100%;
      margin-bottom: -133px; }
      html body .footer-fix-main .footer-block {
        height: 133px; }

/* menu */
.search-popup {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 28, 41, 0.9);
  top: 0;
  left: 0;
  z-index: 1200; }
  .search-popup .search-container {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -100px;
    text-align: center; }
  .search-popup h2 {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 30px; }
  .search-popup p {
    color: #ffffff;
    font-size: 14px;
    margin-top: 33px; }
  .search-popup .close-popup {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px; }
  .search-popup form {
    margin-bottom: 20px; }
    .search-popup form.subscription {
      border: 1px solid #ffffff;
      border-color: #ffffff;
      border-radius: 5px;
      height: 48px;
      width: 448px; }
      .search-popup form.subscription .field {
        background-color: transparent;
        border-width: 0;
        color: #ffffff;
        font-size: 18px;
        height: 46px;
        margin-left: 5px;
        outline: medium none;
        width: 405px; }
      .search-popup form.subscription .btn {
        background: url("/bitrix/templates/.default/css/../img/search-main.png") center no-repeat;
        border: medium none;
        cursor: pointer;
        height: 26px;
        width: 30px;
        vertical-align: middle; }

.search-menu {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 10000; }
  @media (max-width: 1120px) {
    .search-menu {
      left: 30px;
      top: 30px;
      display: inline;
      width: 200px; } }
  @media (max-width: 480px) {
    .search-menu {
      left: 30px; } }
  .search-menu p {
    color: #3b3b3b;
    cursor: pointer;
    margin-right: 23px;
    font-size: 14px;
    width: 250px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
	.search-menu p .social {
		margin-right: 10px;
		margin-left: 40px;
	}

	@media (max-width: 1120px) {
		.search-menu p .social {
			display: none;
		}
	}

	.search-menu p .social-last {
		margin-right: 10px;
	}

	@media (max-width: 1120px) {
		.search-menu p .social-last {
			display: none;
		}
	}

    @media (max-width: 1120px) {
      .search-menu p {
        width: 90px; } }
    .search-menu p .search-show {
      color: #3b3b3b;
      font-size: 14px;
      text-transform: none;
      font-weight: normal; }
      @media (max-width: 1120px) {
        .search-menu p .search-show {
          display: none; } }
    .search-menu p span {
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      text-align: right; }
      .search-menu p span.current {
        display: none; }
        @media (max-width: 1120px) {
          .search-menu p span.current {
            display: inline; } }
        @media (max-width: 1120px) {
          .search-menu p span.current a {
            display: inline;
            padding: 6px 11px 6px 11px;
            background-color: #fff;
            color: #ed1c29 !important;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px; } }
    .search-menu p .search-show:before {
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      vertical-align: bottom;
      margin-right: 5px;
      background: url("/bitrix/templates/.default/css/../img/search.png") center center no-repeat;
      position: relative;
      bottom: 1px; }
      @media (max-width: 1120px) {
        .search-menu p:before {
          display: none; } }
    .search-menu p a {
      text-transform: uppercase;
      text-decoration: none;
      color: #e41e26;
      font-weight: bold; }
      .search-menu p a.current {
        display: none; }
    @media (max-width: 1120px) {
      .search-menu p {
        line-height: 28px;
        text-align: left; }
        .search-menu p .search-label {
          display: none; }
        .search-menu p a {
          display: inline-block;
          color: #fff;
          padding: 0 11px;
          border-radius: 25px; }
          .search-menu p a.current {
            display: inline-block;
            color: #ed1c29;
            background: #fff; } }

.menu-container {
  padding-top: 18px;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  margin-bottom: 40px; }
  .menu-container .mobile-logo {
    display: none!important;
    margin: 0 auto;
    max-width: 128px; }
    @media (max-width: 1120px) {
      .menu-container .mobile-logo {
        display: block!important; } }
  .menu-container .menu-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    font: bold 14px/70px 'Conv_calibri';
    text-transform: uppercase;
    text-decoration: none;
    color: #ed1c2a;
    background: url("/bitrix/templates/.default/css/../img/ico/menu.png") 25px center no-repeat;
    padding-left: 58px;
    z-index: 12;
    outline: none; }
    @media (max-width: 1120px) {
      .menu-container .menu-btn {
        display: block; } }
    @media (max-width: 480px) {
      .menu-container .menu-btn {
        padding: 0;
        width: 50px;
        background-position: center center; }
        .menu-container .menu-btn span {
          display: none; } }
  .menu-container.menu-container-expanded .menu-btn {
    background-image: url("/bitrix/templates/.default/css/../img/ico/menu-close.png"); }
  .menu-container.menu-container-expanded .mobile-logo {
    display: none!important; }
  .menu-container .search-input-wrap {
    position: relative;
    display: none;
    max-width: 450px;
    width: 90%;
    margin: 30px auto 0;
    border-radius: 5px; }
    @media (max-width: 480px) {
      .menu-container .search-input-wrap {
        width: auto;
        margin: 0 20px; } }
    .menu-container .search-input-wrap input[type="text"] {
      height: 60px;
      line-height: 60px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 5px;
      background: none;
      padding: 0;
      width: 100%;
      padding-left: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 18px;
      font-family: Conv_CalibriL;
      outline: none; }
      .menu-container .search-input-wrap input[type="text"]:focus {
        border: 1px solid white; }
      .menu-container .search-input-wrap input[type="text"]::-webkit-input-placeholder {
        color: white;
        text-transform: none; }
      .menu-container .search-input-wrap input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        color: white;
        text-transform: none; }
      .menu-container .search-input-wrap input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
        text-transform: none; }
      .menu-container .search-input-wrap input[type="text"]:-ms-input-placeholder {
        color: white;
        text-transform: none; }
      @media (max-width: 480px) {
        .menu-container .search-input-wrap input[type="text"] {
          height: 40px;
          line-height: 40px; } }
    .menu-container .search-input-wrap input[type="submit"] {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 100%;
      background: url("/bitrix/templates/.default/css/../img/ico/search.png") center center no-repeat;
      border: none;
      padding: 0; }
    @media (max-width: 1120px) {
      .menu-container .search-input-wrap {
        display: block;
        margin-top: 26px;
        outline: none; } }
  .menu-container .menu {
    position: relative;
    display: table;
    width: 100%;
    text-align: center; }
    @media (max-width: 960px) {
      .menu-container .menu {
        font-size: 13px; } }
    @media (max-width: 1120px) {
      .menu-container .menu {
        display: none;
        position: relative;
        font-size: 20px;
        padding: 70px 0 50px;
        margin-top: -18px; } }
    .menu-container .menu > ul {
      padding: 0;
      margin: 0;
      display: table-row; }
      @media (max-width: 1120px) {
        .menu-container .menu > ul {
          display: block; } }
      .menu-container .menu > ul > li {
        display: table-cell;
        width: 14%; }
        .menu-container .menu > ul > li.unique-list.hover .no-sub-menu {
          color: #ed1c29; }
        @media (max-width: 1120px) {
          .menu-container .menu > ul > li {
            width: auto; } }
        .menu-container .menu > ul > li > a {
          text-align: center; }
          @media (max-width: 1120px) {
            .menu-container .menu > ul > li > a {
              padding: 10px 10px 10px 32px; }
              .menu-container .menu > ul > li > a:last-child {
                padding: 10px 10px 10px 10px; }
              .menu-container .menu > ul > li > a:after {
                content: "";
                display: inline-block;
                width: 13px;
                height: 8px;
                vertical-align: middle;
                margin-left: 10px;
                background: url("/bitrix/templates/.default/css/../img/ico/top-nav-ec.png") 0 0 no-repeat; }
              .menu-container .menu > ul > li > a.no-sub-menu:after {
                display: none; } }
        .menu-container .menu > ul > li:hover {
          z-index: 121; }
          .menu-container .menu > ul > li:hover:last-child > a {
            color: #ed1c29 !important; }
            @media (max-width: 1120px) {
              .menu-container .menu > ul > li:hover:last-child > a {
                color: #ffffff !important; } }
          .menu-container .menu > ul > li:hover > a {
            color: #fff; }
        .menu-container .menu > ul > li:after {
          content: '';
          display: block;
          position: absolute;
          top: 60px;
          left: 0;
          margin: -3px 0 0 -3px;
          width: 5px;
          height: 5px;
          border-radius: 5px;
          background: #a7010a; }
        .menu-container .menu > ul > li.without-after + li:after {
          display: none; }
       .menu-container .menu > ul > li.without-after:last-child - li:after {
          display: none; }
        .menu-container .menu > ul > li:first-child:after {
          display: none; }
        @media (max-width: 1120px) {
          .menu-container .menu > ul > li {
            display: block; } }
        .menu-container .menu > ul > li:hover ul {
          display: block; }
          @media (max-width: 1120px) {
            .menu-container .menu > ul > li:hover ul {
              display: none; } }
        .menu-container .menu > ul > li.clicked > a:after {
          background-position: 0 bottom; }
        @media (max-width: 1120px) {
          .menu-container .menu > ul > li.clicked ul {
            display: block; } }
      .menu-container .menu > ul .menu-logo {
        width: 205px;
        z-index: 9;
        position: relative; }
        .menu-container .menu > ul .menu-logo:after {
          display: none; }
        .menu-container .menu > ul .menu-logo + li:after {
          display: none; }
        @media (max-width: 1120px) {
          .menu-container .menu > ul .menu-logo {
            display: none; } }
    .menu-container .menu li {
      position: relative;
      vertical-align: middle; }
      .menu-container .menu li a {
        display: block;
        text-decoration: none; }
      .menu-container .menu li:hover .main-list.current {
        color: #ffffff; }
      .menu-container .menu li .main-list {
        position: relative;
        z-index: 11;
        height: 100%;
        color: #000;
        font-weight: bold;
        outline: none;
        letter-spacing: 1.3px;
        text-transform: uppercase;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .menu-container .menu li .main-list.current {
          color: #ed1c29; }
        @media (max-width: 1120px) {
          .menu-container .menu li .main-list {
            color: #fff !important;
            display: inline-block; } }
      .menu-container .menu li ul {
        display: none;
        position: absolute;
        top: 20px;
        left: 50%;
        z-index: 10;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px 0 0 -79px;
        padding: 55px 25px 10px;
        background-color: rgba(237, 28, 41, 0.95);
        border-radius: 20px; }
        @media (max-width: 1120px) {
          .menu-container .menu li ul {
            position: relative;
            width: auto;
            margin: 0 auto;
            top: auto;
            left: auto;
            padding-top: 0;
            background: none; } }
        .menu-container .menu li ul li a {
          display: block;
          position: relative;
          text-align: left;
          text-decoration: none;
          font-weight: normal;
          color: #ffffff;
          padding: 10px 5px;
          margin: 0 auto;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.7);
          border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
          @media (max-width: 1120px) {
            .menu-container .menu li ul li a {
              display: inline-block;
              border-bottom: none;
              text-align: center;
              font-size: 19px;
              font-weight: normal;
              color: #fff; } }
          .menu-container .menu li ul li a:hover {
            color: #fff; }
        .menu-container .menu li ul li:last-child a {
          border-bottom: none; }
      .menu-container .menu li:nth-child(3) ul {
        width: 80%; }
      .menu-container .menu li:nth-child(2) ul, .menu-container .menu li:nth-child(3) ul {
        margin-left: -76px; }
        @media (max-width: 1120px) {
          .menu-container .menu li:nth-child(2) ul, .menu-container .menu li:nth-child(3) ul {
            margin: 0 auto; } }
      .menu-container .menu li:nth-child(5) ul {
        width: 86%; }
  @media (max-width: 1120px) {
    .menu-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .menu-container.menu-container-expanded {
        position: absolute;
        min-height: 100%;
        background: rgba(237, 28, 41, 0.95); }
        .menu-container.menu-container-expanded .menu {
          display: block; }
        .menu-container.menu-container-expanded .menu-btn {
          color: white; }
      .menu-container.menu-container-expanded {
        height: 100%;
        overflow: auto; } }

.mob-menu-fix {
  overflow: hidden; }

.menu-bullet {
  color: #970513;
  left: -30px; }

.menu li ul li a:hover {
  opacity: 1; }

/*
.menu li:hover a.main-list {
    background-color: rgba(237, 28, 41, 0.95);
    color: #ffffff;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 10;
}*/
.menu li ul li {
  display: block; }

/* end menu */
.left-navigation {
  float: left;
  width: 237px; }
  .left-navigation p {
    font-size: 16px;
    margin: 0;
    margin-left: -19px; }
    .left-navigation p a {
      text-decoration: none;
      color: #000;
      font-weight: bold;
      height: 100%;
      padding: 13px 19px 13px 19px;
      text-transform: uppercase;
      display: block;
      letter-spacing: 1.3px;
      font-size: 14px; }
      .left-navigation p a.current {
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        background-color: #ed1c29;
        color: #ffffff;
        display: inline-block; }

@media (max-width: 1200px) {
  .left-navigation {
    padding-left: 40px; } }
@media (max-width: 800px) {
  .left-navigation {
    display: none; } }
/* top-nav */
.top-nav {
  max-width: 1100px;
  margin: 0 auto; }
  .top-nav p {
    padding-top: 15px;
    font-size: 14px;
    margin-top: 0; }
    .top-nav p a {
      color: #3b3b3b; }
      .top-nav p a:hover {
        color: #ed1c29; }

/* end top-nav */
/* content */
.content-container {
  max-width: 1100px;
  margin: 0 auto; }
    .content-container h1 {
    font-size: 34px;
    color: #ed1c29;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 20px; }
  .content-container h2 {
    font-size: 34px;
    color: #ed1c29;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 20px; }
  .content-container h3 {
    font-weight: normal;
    font-size: 30px;
    color: #3b3b3b;
    margin-bottom: 25px;
    font-family: Conv_CalibriL;
    line-height: 36px; }
    @media (max-width: 480px) {
      .content-container h3 {
        line-height: 32px; } }
    .content-container h3.honors-header {
      max-width: 600px;
      padding-right: 20px; }
  .content-container .content {
    float: right;
    width: 72%; }
    .content-container .content .main-content .cookies-description {
      width: 50%;
      float: right; }
      .content-container .content .main-content .cookies-description h3 {
        font-size: 30px;
        color: #3b3b3b;
        font-weight: normal;
        margin-top: 20px; }
      .content-container .content .main-content .cookies-description p {
        font-size: 15px;
        color: #3b3b3b; }
        .content-container .content .main-content .cookies-description p span {
          color: #ed1c29;
          font-weight: bold; }
      .content-container .content .main-content .cookies-description .cookies-par {
        font-weight: bold;
        margin-top: 35px; }
    .content-container .content .main-content .slider-header {
      clear: both;
      font-size: 30px;
      padding-top: 60px;
      color: #3b3b3b; }
    .content-container .content .main-content .footer-inner {
      display: none; }

@media (max-width: 1120px) {
  .content-container {
    padding-top: 130px; }
    .content-container:nth-child(2) {
      padding-top: 0px; } }
@media (max-width: 1080px) {
  .content-container .content {
    width: 67%; } }
@media (max-width: 900px) {
  .content-container .content {
    width: 64%; } }
@media (max-width: 800px) {
  .content-container .content {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px; }
    .content-container .content .main-content .cookies-description {
      width: 100%;
      float: none; }
      .content-container .content .main-content .cookies-description h3 {
        margin-top: 30px; }
    .content-container .content .main-content .slider-header {
      display: none; }
    .content-container .content .main-content .footer-inner {
      display: block;
      height: 140px; } }
@media (max-width: 480px) {
  .content-container .content {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }
    .content-container .content .main-content .administrative_procedures h2 {
      font-size: 24px; }
    .content-container .content .main-content h2 {
      font-size: 34px; }
    .content-container .content .main-content h3 {
      font-size: 24px; }
  .content-container .slider-type-3 {
    margin-bottom: 200px; } }
/* end content */
/* slider */
.slider {
  max-width: 1300px;
  padding-top: 30px;
  margin: 0 auto; }

/* end slider */
/* switcher */
.cookies-switch {
  float: left;
  width: 50%;
  padding-right: 62px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .cookies-switch .cookies {
    display: list-item;
    color: #ffffff; }
    .cookies-switch .cookies .cookie {
      text-align: center;
      display: none;
      width: 100%;
      height: 334px;
      line-height: 334px; }
      .cookies-switch .cookies .cookie img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 80%; }
      .cookies-switch .cookies .cookie:first-child {
        display: block; }
  .cookies-switch .cookies-switcher {
    text-align: center;
    margin-top: 20px; }
    .cookies-switch .cookies-switcher .cookie-switch {
      margin-right: 15px;
      cursor: pointer;
      opacity: 0.7; }
      .cookies-switch .cookies-switcher .cookie-switch:hover {
        opacity: 1; }
      .cookies-switch .cookies-switcher .cookie-switch:first-child {
        opacity: 1; }
    .cookies-switch .cookies-switcher img {
      max-height: 55px; }

@media (max-width: 800px) {
  .cookies-switch {
    float: none;
    width: 100%;
    padding-right: 0px; } }
/* end switcher */
/* footer */
.footer {
  max-width: 1300px;
  padding-top: 30px;
  margin: 0 auto;
  background: url("/bitrix/templates/.default/css/../img/footer-decoration.jpg") top center no-repeat;
  clear: both; }
  .footer .footer-content {
    max-width: 1100px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    margin-bottom: 23px; }
    .footer .footer-content div p {
      font-size: 15px;
      color: #3b3b3b; }
    .footer .footer-content .first-column {
      width: 30%; }
      .footer .footer-content .first-column p a {
        color: #000; }
        .footer .footer-content .first-column p a:hover {
          color: #ed1c29; }
    .footer .footer-content .second-column {
      width: 18%; }
      .footer .footer-content .second-column p a {
        color: #000; }
        .footer .footer-content .second-column p a:hover {
          color: #ed1c29; }
        .footer .footer-content .second-column p a:before,
	.footer .footer-content .fourth-column p.email a:before {
          content: "";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: bottom;
          margin-right: 5px;
          background: url("/bitrix/templates/.default/css/../img/footer-mail.png") center center no-repeat; }
          @media (max-width: 560px) {
            .footer .footer-content .second-column p a:before {
              display: none; } }
      .footer .footer-content .second-column p .first-part-tel {
        font-size: 22px;
        color: #666666; }
      .footer .footer-content .second-column p .second-part-tel {
        font-size: 22px;
        font-weight: bold;
        color: #333333; }
      .footer .footer-content .second-column p .callback-pic:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: bottom;
        margin-right: 5px;
        background: url("/bitrix/templates/.default/css/../img/footer-phone.png") center center no-repeat; }
      .footer .footer-content .second-column p .callback-pic .callback {
        /*border-bottom: 1px dotted #000;*/
        color: #000000; }
    .footer .footer-content .third-column {
      width: 23%; }
      .footer .footer-content .third-column .address-pic {
        display: block; }
        .footer .footer-content .third-column .address-pic:before {
          content: "";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: bottom;
          margin-right: 5px;
          background: url("/bitrix/templates/.default/css/../img/footer-address.png") center center no-repeat; }
        .footer .footer-content .third-column .address-pic .address-part1 {
          color: #3b3b3b; }
        .footer .footer-content .third-column .address-pic .address-part3 {
          margin-left: 23px; }
      .footer .footer-content .third-column p a {
        color: #000; }
        .footer .footer-content .third-column p a:hover {
          color: #ed1c29; }
        .footer .footer-content .third-column p a:before {
          content: "";
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: bottom;
          margin-right: 5px;
          background: url("/bitrix/templates/.default/css/../img/footer-sitemap.png") center center no-repeat; }
    .footer .footer-content .fourth-column {
      width: 16%; }
      .footer .footer-content .fourth-column p a {
        color: #000; }
        .footer .footer-content .fourth-column p a:hover {
          color: #ed1c29; }

@media (max-width: 1024px) {
  .footer {
    clear: both; }
    .footer .footer-content .first-column {
      width: 25%; }
    .footer .footer-content .second-column {
      width: 22%; }
    .footer .footer-content .third-column {
      width: 31%; }
    .footer .footer-content .fourth-column {
      width: 16%; } }
@media (max-width: 890px) {
  .footer .footer-content .first-column {
    width: 30%; }
  .footer .footer-content .second-column {
    width: 25%; }
  .footer .footer-content .third-column {
    width: 16%; }
    .footer .footer-content .third-column .address-pic {
      display: none; } }
@media (max-width: 765px) {
  .footer .footer-content .first-column {
    width: 30%; }
  .footer .footer-content .second-column {
    width: 25%; }
  .footer .footer-content .third-column {
    width: 16%; }
    .footer .footer-content .third-column .address-pic {
      display: none; } }
@media (max-width: 700px) {
  .footer .footer-content {
    display: table; }
    .footer .footer-content .first-column {
      width: 42%;
      display: table-cell; }
    .footer .footer-content .second-column {
      width: 94%; }
    .footer .footer-content .third-column {
      width: 78%;
      margin-bottom: 30px; }
      .footer .footer-content .third-column .address-pic {
        display: none; }
    .footer .footer-content .fourth-column {
      width: 18%;
      display: table-cell; } }
@media (max-width: 560px) {
  .footer {
    clear: both;
    padding-top: 42px; }
    .footer .footer-content {
      text-align: center;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .footer .footer-content .first-column {
        float: none;
        padding-right: 0px;
        -ms-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 100%; }
        .footer .footer-content .first-column p:first-child {
          margin-bottom: 15px;
          line-height: 20px; }
        .footer .footer-content .first-column p:last-child {
          line-height: 20px;
          margin-bottom: 24px; }
      .footer .footer-content .second-column {
        float: none;
        padding-right: 0px;
        width: 100%; }
        .footer .footer-content .second-column p:first-child {
          line-height: 25px;
          margin-bottom: 14px; }
          .footer .footer-content .second-column p:first-child .callback-pic:before {
            position: relative;
            top: -4px;
            margin-right: 6px; }
        .footer .footer-content .second-column p:last-child {
          display: none; }
      .footer .footer-content .third-column {
        float: none;
        padding-right: 0px;
        width: 100%;
        margin-bottom: 0px; }
        .footer .footer-content .third-column p {
          margin-top: 0px;
          margin-bottom: 6px; }
          .footer .footer-content .third-column p:last-child {
            margin-bottom: 25px; }
            .footer .footer-content .third-column p:last-child a:before {
              position: relative;
              top: -2px;
              margin-right: 4px; }
        .footer .footer-content .third-column .address-pic {
          display: none; }
      .footer .footer-content .fourth-column {
        float: none;
        -ms-order: 2;
        -webkit-order: 2;
        order: 2;
        width: 100%;
        display: block; }
        .footer .footer-content .fourth-column p {
          margin-bottom: 38px; } }
/* end footer */
.content-catalog {
  float: right;
  width: 100%;
  padding-bottom: 30px; }
  .content-catalog .cookies-category {
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
    width: 33%;
    vertical-align: top; }
    .content-catalog .cookies-category a {
      width: 100%;
      height: 164px;
      line-height: 205px;
      text-decoration: none; }
      .content-catalog .cookies-category a img {
        display: inline-block;
        vertical-align: middle;
        max-width: 75%;
        max-height: 100%; }
    .content-catalog .cookies-category p {
      margin-top: 30px; }
      .content-catalog .cookies-category p a {
        color: #000000;
        text-decoration: none;
        line-height: 15px; }
    .content-catalog .cookies-category:hover a {
      color: #ed1c29; }

@media (max-width: 1080px) {
  .content-catalog .cookies-category {
    display: inline-block;
    width: 49%; } }
@media (max-width: 480px) {
  .content-container .content {
    width: 100%; }

  .content-catalog .cookies-category {
    display: block;
    width: 100%; } }
.slider-container {
  margin: 0 auto;
  max-width: 1300px; }
  .slider-container img {
    width: 100%; }

.content-container .main-width {
  width: 100%; }
.content-container .main-content {
  max-width: 1100px;
  margin: 0 auto; }
  .content-container .main-content p {
    line-height: 21px;
    color: #3b3b3b;
    margin-bottom: 31px; }
.content-container .main-about {
  min-height: 500px;
  background: url("/bitrix/templates/.default/css/../img/main/body-bg.jpg") top center no-repeat;
  margin-top: -6%;
  background-size: contain; }
  .content-container .main-about .main-body-headers {
    padding-top: 15%; }
    .content-container .main-about .main-body-headers .body-header-1 {
      font-family: 'Conv_ALS Klementina';
      font-size: 60px;
      color: #3a6100;
      text-shadow: 1px 1px 0px white;
      line-height: 60px;
      display: inline-block;
      float: left; }
    .content-container .main-about .main-body-headers .header-btn {
      display: inline-block;
      float: right;
      margin-top: 3%;
      width: 286px;
      height: 76px; }
      .content-container .main-about .main-body-headers .header-btn a {
        width: 100%;
        height: 100%;
        display: block; }
      .content-container .main-about .main-body-headers .header-btn .ru {
        background: url("/bitrix/templates/.default/css/../img/main/main-btn-ru.png") no-repeat;
        background-position: -4px 0px; }
        .content-container .main-about .main-body-headers .header-btn .ru:hover {
          background-position: -4px -77px; }
      .content-container .main-about .main-body-headers .header-btn .en {
        background: url("/bitrix/templates/.default/css/../img/main/main-btn-en.png") no-repeat;
        background-position: -4px 0px; }
        .content-container .main-about .main-body-headers .header-btn .en:hover {
          background-position: -4px -77px; }
  .content-container .main-about .main-body-description {
    clear: both;
    padding-bottom: 30px; }
    .content-container .main-about .main-body-description .video13 {
      cursor: pointer;
      display: none; }
    .content-container .main-about .main-body-description .body-description {
      float: left;
      width: 69%; }
      .content-container .main-about .main-body-description .body-description h1 {
        font-weight: normal;
        padding-top: 50px;
        max-width: 590px;
        margin-bottom: 40px;
        font-family: Conv_CalibriL;
        line-height: 36px; }
        @media (max-width: 480px) {
          .content-container .main-about .main-body-description .body-description h1 {
            line-height: 32px; } }
      .content-container .main-about .main-body-description .body-description p {
        color: #3b3b3b;
        line-height: 21px;
        margin-bottom: 25px; }
    .content-container .main-about .main-body-description .body-news {
      width: 31%;
      padding-top: 50px;
      float: right;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 27px;
      margin-bottom: 28px; }
      .content-container .main-about .main-body-description .body-news .video {
        cursor: pointer; }
        .content-container .main-about .main-body-description .body-news .video img {
          width: 100%; }
      .content-container .main-about .main-body-description .body-news .video-popup {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(237, 28, 41, 0.9);
        top: 0;
        left: 0;
        z-index: 100;
        display: none; }
        .content-container .main-about .main-body-description .body-news .video-popup .close-popup {
          cursor: pointer;
          position: absolute;
          top: 50px;
          right: 50px; }
          @media (max-width: 700px) {
            .content-container .main-about .main-body-description .body-news .video-popup .close-popup {
              top: 20px;
              right: 20px; } }
        .content-container .main-about .main-body-description .body-news .video-popup .video-container {
          position: absolute;
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%; }
          .content-container .main-about .main-body-description .body-news .video-popup .video-container iframe {
            width: 560px;
            height: 315px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -280px;
            margin-top: -157px; }
            @media (max-width: 700px) {
              .content-container .main-about .main-body-description .body-news .video-popup .video-container iframe {
                width: 100%;
                height: 100%;
                margin-left: 0;
                margin-top: 0;
                top: 0;
                left: 0; } }
      .content-container .main-about .main-body-description .body-news .news-header {
        font-size: 34px;
        font-weight: bold; }
        .content-container .main-about .main-body-description .body-news .news-header .all-news a {
          font-size: 15px;
          color: #000000;
          position: relative;
          bottom: 7px;
          left: 40px;
          font-weight: normal; }
          .content-container .main-about .main-body-description .body-news .news-header .all-news a:hover {
            color: #ed1c29; }
      .content-container .main-about .main-body-description .body-news .clear {
        clear: both; }
      .content-container .main-about .main-body-description .body-news p {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        margin-top: 30px; }
        .content-container .main-about .main-body-description .body-news p .news-date {
          font-size: 30px;
          font-weight: bold;
          line-height: 22px;
          float: left;
          width: 30px; }
          .content-container .main-about .main-body-description .body-news p .news-date a {
            color: #000000;
            text-decoration: none; }
          .content-container .main-about .main-body-description .body-news p .news-date .news-month {
            font-size: 18px;
            float: left;
            width: 30px;
            text-align: center; }
            .content-container .main-about .main-body-description .body-news p .news-date .news-month a {
              color: #000000;
              text-decoration: none;
              font-size: 16px;
              font-weight: normal;
              text-transform: lowercase; }
        .content-container .main-about .main-body-description .body-news p .news-description {
          padding-left: 21px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          float: right;
          width: 87%; }
          .content-container .main-about .main-body-description .body-news p .news-description a {
            color: #ed1c29; }
            .content-container .main-about .main-body-description .body-news p .news-description a:hover {
              text-decoration: none; }

.main-width-container {
  max-width: 1300px; }

@media (max-width: 1180px) {
  .content-container .main-about {
    min-height: 500px;
    background: url("/bitrix/templates/.default/css/../img/main/body-bg.jpg") top center no-repeat;
    margin-top: -6%;
    background-size: contain;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .content-container .main-about .main-body-description .body-description {
      padding-right: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .content-container .main-about .main-body-description .body-news p .news-description {
      width: 75%; }
    .content-container .main-about .main-body-description .body-news .for-mob {
      display: none; }
      .content-container .main-about .main-body-description .body-news .for-mob .news-header .all-news a {
        left: 15%; } }
@media (max-width: 1120px) {
  .main-width-container {
    margin-top: 40px;
    padding-top: 0px; } }
@media (max-width: 800px) {
  .content-container .main-bg {
    background: url("/bitrix/templates/.default/css/../img/main/body-bg.jpg") right -250px top 2% no-repeat;
    background-size: 137%; }
  .content-container .main-about {
    padding: 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    background-size: 137%; }
    .content-container .main-about .main-body-headers {
      padding-top: 11%; }
      .content-container .main-about .main-body-headers .body-header-1 {
        display: block;
        float: none; }
      .content-container .main-about .main-body-headers .header-btn {
        display: block;
        float: none;
        padding-top: 6%; }
    .content-container .main-about .main-body-description {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .content-container .main-about .main-body-description .video13 {
        cursor: pointer;
        display: block;
        float: right;
        width: 50%; }
        .content-container .main-about .main-body-description .video13 img {
          width: 100%; }
      .content-container .main-about .main-body-description .body-description {
        padding-right: 0px;
        float: none;
        width: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; }
        .content-container .main-about .main-body-description .body-description h1 {
          padding-top: 20px; }
      .content-container .main-about .main-body-description .body-news {
        width: 100%;
        float: none;
        padding-left: 0px;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 0px; }
        .content-container .main-about .main-body-description .body-news .video {
          cursor: pointer; }
          .content-container .main-about .main-body-description .body-news .video img {
            display: none; }
        .content-container .main-about .main-body-description .body-news p {
          line-height: 17px; }
          .content-container .main-about .main-body-description .body-news p .news-description {
            width: 92%;
            top: 0px;
            position: relative; }
        .content-container .main-about .main-body-description .body-news .for-mob {
          display: inherit; }
          .content-container .main-about .main-body-description .body-news .for-mob .news-header {
            font-weight: bold; }
            .content-container .main-about .main-body-description .body-news .for-mob .news-header .all-news a {
              left: 15%; } }
@media (max-width: 480px) {
  .content-container .main-bg {
    background: url("/bitrix/templates/.default/css/../img/main/body-bg.jpg") 50% 5% no-repeat;
    background-size: 190%; }
  .content-container .main-about {
    padding: 0 0px;
    min-height: 500px;
    background: none;
    margin-top: -6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .content-container .main-about .main-body-headers .body-header-1 {
      font-size: 42px;
      text-align: center;
      line-height: 37px; }
    .content-container .main-about .main-body-headers .header-btn {
      text-align: center;
      padding-top: 67%;
      margin: 0 auto; }
    .content-container .main-about .main-body-description .body-description {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .content-container .main-about .main-body-description .body-description h1 {
        font-size: 24px; }
      .content-container .main-about .main-body-description .body-description p {
        font-size: 15px;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; }
        .content-container .main-about .main-body-description .body-description p.vid-mob {
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2;
          margin-bottom: 35px; }
          .content-container .main-about .main-body-description .body-description p.vid-mob .video13 {
            float: none;
            width: 100%; }
    .content-container .main-about .main-body-description .body-news p .news-description {
      width: 78%;
      font-size: 15px; }
    .content-container .main-about .main-body-description .body-news .news-header .all-news a {
      left: 21px; }
    .content-container .main-about .main-body-description .body-news .for-mob {
      display: inline; } }
.main-content a {
  color: #ed1c29; }
  .main-content a:hover {
    text-decoration: none; }
.main-content .press-news {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 20px; }
  .main-content .press-news h2 {
    font-size: 34px;
    color: #ed1c29;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 32px;
    margin-top: 25px; }
  .main-content .press-news h3 {
    font-weight: normal;
    font-size: 30px;
    color: #3b3b3b;
    margin-bottom: 25px;
    font-family: Conv_CalibriL; }
  .main-content .press-news .news-header {
    font-size: 34px; }
  .main-content .press-news .clear {
    clear: both; }
  .main-content .press-news p {
    margin-top: 30px;
    line-height: 21px;
    margin-bottom: 8px; }
    .main-content .press-news p .news-date {
      font-size: 30px;
      font-weight: bold;
      line-height: 22px;
      width: 30px;
      float: left; }
      .main-content .press-news p .news-date a {
        color: #000000;
        text-decoration: none; }
      .main-content .press-news p .news-date .news-month {
        font-size: 18px;
        float: left;
        width: 30px;
        text-align: center;
        font-family: Conv_CalibriL; }
        .main-content .press-news p .news-date .news-month a {
          color: #000000;
          text-decoration: none;
          font-weight: normal;
          text-transform: lowercase; }
    .main-content .press-news p .news-description {
      padding-left: 25px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 90%;
      position: relative;
      top: 8px;
      float: left;
      width: 90%;
      padding-left: 25px; }
      .main-content .press-news p .news-description a {
        color: #ed1c29;
        font-size: 15px; }
        @media (max-width: 480px) {
          .main-content .press-news p .news-description a {
            position: relative;
            top: -10px; } }
    .main-content .press-news p .all-news {
      color: #000000;
      font-size: 15px; }
      .main-content .press-news p .all-news:hover {
        color: #ed1c29;
        text-decoration: underline; }
.main-content .press-about {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 10px; }
  .main-content .press-about h3 {
    font-weight: normal;
    font-size: 30px;
    color: #3b3b3b;
    margin-bottom: 38px;
    margin-top: 22px;
    font-family: Conv_CalibriL; }
  .main-content .press-about p {
    margin-bottom: 22px;
    line-height: 21px; }
    .main-content .press-about p a {
      color: #9d1421;
      font-size: 15px; }
    .main-content .press-about p .all-press {
      color: #000000;
      font-size: 15px; }
      .main-content .press-about p .all-press:hover {
        color: #ed1c29;
        text-decoration: underline; }
    .main-content .press-about p .all-news {
      color: #000000;
      font-size: 15px; }
      .main-content .press-about p .all-news:hover {
        color: #ed1c29;
        text-decoration: underline; }
.main-content .press-review h3 {
  font-weight: normal;
  font-size: 30px;
  color: #3b3b3b;
  margin-bottom: 38px;
  margin-top: 22px;
  font-family: Conv_CalibriL; }
.main-content .press-review p {
  margin-bottom: 33px;
  line-height: 21px; }
  .main-content .press-review p .all-news {
    color: #000000;
    font-size: 15px; }
    .main-content .press-review p .all-news:hover {
      color: #ed1c29;
      text-decoration: underline; }
.main-content .press-review .comment {
  padding-bottom: 7px; }
  .main-content .press-review .comment p {
    font-size: 15px;
    color: #3b3b3b; }
    .main-content .press-review .comment p span {
      color: #919191;
      text-transform: lowercase; }
    .main-content .press-review .comment p .name {
      color: #3b3b3b;
      font-weight: bold;
      text-transform: capitalize; }
    .main-content .press-review .comment p:first-child {
      margin-bottom: 4px; }
    .main-content .press-review .comment p:nth-child(2) {
      margin-top: 10px; }
  .main-content .press-review .comment .answer {
    margin-left: 30px;
    border-left: 2px solid #ed1c29;
    padding-left: 20px; }
    .main-content .press-review .comment .answer p span span {
      color: #ed1c29;
      text-transform: capitalize; }
.main-content .media-press {
  margin-bottom: 30px; }
  .main-content .media-press p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 21px; }
    .main-content .media-press p .source {
      color: #3b3b3b;
      font-weight: bold; }
    .main-content .media-press p span {
      color: #808080;
      text-transform: lowercase; }
    .main-content .media-press p .external {
      color: #ed1c29;
      text-decoration: underline; }
      .main-content .media-press p .external:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: bottom;
        margin-right: 5px;
        background: url("/bitrix/templates/.default/css/../img/media/external-bullet.png") center center no-repeat;
        top: -3px;
        position: relative; }
    .main-content .media-press p .pdf {
      color: #ed1c29;
      text-decoration: underline; }
      .main-content .media-press p .pdf:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: bottom;
        margin-right: 5px;
        background: url("/bitrix/templates/.default/css/../img/media/pdf-bullet.png") center center no-repeat;
        top: -3px;
        position: relative; }

@media (max-width: 380px) {
  .main-content .press-news p .news-description {
    width: 85%; } }
@media (max-width: 1160px) {
  .press-news {
    margin-right: 60px; }

  .press-about {
    margin-right: 60px; }

  .press-review {
    margin-right: 60px; } }
@media (max-width: 800px) {
  .press-news {
    margin-right: 0px; }

  .press-about {
    margin-right: 0px; }

  .press-review {
    margin-right: 0px; } }
.main-content .main-news h2 {
  font-size: 34px;
  color: #ed1c29;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 0px; }
.main-content .main-news h3 {
  margin-top: 32px;
  margin-bottom: 31px; }
.main-content .main-news .news-header {
  font-size: 34px; }
.main-content .main-news .clear {
  clear: both; }
.main-content .main-news p {
  margin-top: 24px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .main-content .main-news p .news-date {
    font-size: 30px;
    font-weight: bold;
    line-height: 22px;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .main-content .main-news p .news-date a {
      color: #000000;
      text-decoration: none; }
    .main-content .main-news p .news-date .news-month {
      font-size: 18px;
      float: left;
      width: 30px;
      text-align: center; }
      .main-content .main-news p .news-date .news-month a {
        color: #000000;
        text-decoration: none;
        font-size: 16px;
        font-weight: normal;
        text-transform: lowercase; }
  .main-content .main-news p .news-description {
    padding-left: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 8px;
    line-height: 21px; }
    .main-content .main-news p .news-description a {
      color: #ee3a43;
      font-size: 15px;
      letter-spacing: -0.2px; }
  .main-content .main-news p .all-news {
    color: #000000;
    font-size: 15px; }
.main-content .paging {
  text-align: left;
  padding-top: 65px;
  position: relative;
  left: -18px; }
  .main-content .paging a {
    color: #000000;
    text-decoration: none;
    padding: 25px 18px 25px 18px;
    letter-spacing: -2px; }
  .main-content .paging a.current {
    background: url("/bitrix/templates/.default/css/../img/paging.png") center center no-repeat;
    color: #ffffff; }
.main-content .empty {
  width: 100%;
  height: 110px; }

@media (max-width: 800px) {
  .main-content .empty {
    height: 200px; } }
@media (max-width: 800px) {
  .main-content .main-news p .news-description {
    position: relative;
    top: -5px; } }
@media (max-width: 480px) {
  .main-content .empty {
    height: 200px; } }
@media (max-width: 1160px) {
  .news-inner {
    margin-right: 60px; } }
@media (max-width: 800px) {
  .news-inner {
    margin-right: 0px; } }
.news-inner h2 {
  font-size: 34px;
  color: #ed1c29;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-top: 25px; }
.news-inner p {
  color: #3b3b3b;
  margin-bottom: 31px;
  line-height: 21px; }
  .news-inner p img {
    max-width: 100%; }
  .news-inner p:last-child {
    margin-bottom: 110px; }
    @media (max-width: 800px) {
      .news-inner p:last-child {
        margin-bottom: 200px; } }
.news-inner .date {
  margin-bottom: 39px;
  color: #808080;
  text-transform: lowercase; }
.news-inner .first-par {
  max-width: 520px; }

.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222; }

.main-content h3 {
  max-width: 550px; }

.content-honors {
  float: right;
  width: 100%;
  padding-bottom: 30px; }
  .content-honors h3 {
    max-width: 580px; }
  .content-honors .honors {
    display: inline-block;
    padding-bottom: 30px;
    width: 20%;
    margin-right: 4%;
    vertical-align: top; }
    .content-honors .honors a {
      font-size: 15px; }
      .content-honors .honors a span {
        position: relative;
        display: table-cell;
        background-color: #ffffff;
        height: 200px;
        padding: 10px;
        -webkit-box-shadow: 4px 5px 7px 0px #e5e5e5;
        -moz-box-shadow: 4px 5px 7px 0px #e5e5e5;
        box-shadow: 4px 5px 7px 0px #e5e5e5;
        text-align: center;
        vertical-align: middle; }
        .content-honors .honors a span .zoom-in-img {
          width: 50px;
          position: absolute;
          padding: 0px;
          background-color: transparent;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          left: 50%;
          margin-left: -25px;
          top: 50%;
          margin-top: -25px;
          display: none; }
        .content-honors .honors a span img {
          max-width: 150px; }
    .content-honors .honors p {
      text-align: left;
      width: 90%;
      max-width: 170px;
      margin-top: 30px; }
      .content-honors .honors p a {
        color: #000000;
        text-decoration: none;
        width: 100%;
        font-size: 15px; }
    .content-honors .honors:hover a span .zoom-in-img {
      display: block; }
    .content-honors .honors:hover a {
      color: #ed1c29; }

@media (max-width: 1100px) {
  .content-honors .honors {
    width: 28%; } }
@media (max-width: 900px) {
  .content-honors .honors {
    width: 41.6%; } }
@media (max-width: 800px) {
  .content-honors .honors {
    width: 32.6%; } }
@media (max-width: 720px) {
  .content-honors .honors {
    width: 170px;
    margin-right: 30px; } }
@media (max-width: 600px) {
  .content-honors .honors {
    width: 38%;
    margin-right: 11%; } }
@media (max-width: 500px) {
  .content-honors .honors {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0; }
    .content-honors .honors p {
      text-align: left;
      width: 190px; } }
.recipe-inner ul {
  list-style-image: url(/bitrix/templates/.default/css/../img/recipe-inner/recipe-bullet.png);
  display: block;
  overflow: hidden; }
  .recipe-inner ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding-right: 40px;
    box-sizing: border-box; }
    .recipe-inner ul li:nth-child(3) {
      clear: both; }
.recipe-inner .clear {
  clear: both; }
.recipe-inner p {
  color: #3b3b3b;
  margin-bottom: 25px;
  font-size: 15px;
  max-width: 100%; }
  .recipe-inner p img {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 100%; }
  .recipe-inner p:last-child {
    margin-bottom: 60px; }
.recipe-inner h2 {
  margin-bottom: 0px; }
.recipe-inner .date {
  margin-bottom: 60px; }

@media (max-width: 800px) {
  .recipe-inner ul li {
    width: 100%;
    float: none; } }
@media (max-width: 480px) {
  .recipe-inner ul li {
    width: 100%;
    float: none; }
  .recipe-inner p img {
    margin-top: 0px;
    margin-bottom: 0px; }
  .recipe-inner p:last-child {
    margin-bottom: 200px; } }
.content-container .content .main-content .price-list h3 {
  margin-bottom: 25px;
  margin-top: 45px; }
.content-container .content .main-content .price-list p {
  font-size: 15px; }
  .content-container .content .main-content .price-list p .pdf {
    color: #ed1c29;
    vertical-align: bottom; }
    .content-container .content .main-content .price-list p .pdf:before {
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      vertical-align: bottom;
      margin-right: 5px;
      background: url("/bitrix/templates/.default/css/../img/media/pdf-bullet.png") center center no-repeat; }
.content-container .content .main-content .price-list .table-radius {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden; }
  .content-container .content .main-content .price-list .table-radius table {
    width: 100%;
    border-spacing: 0;
    border-spacing: 0;
    margin-bottom: 100px; }
    .content-container .content .main-content .price-list .table-radius table tr .table-header {
      font-size: 30px;
      padding: 12px;
      color: #3b3b3b; }
    .content-container .content .main-content .price-list .table-radius table tr td {
      vertical-align: top;
      padding: 12px;
      border-bottom: 1px #cccccc solid;
      color: #3b3b3b;
      font-size: 15px; }
    .content-container .content .main-content .price-list .table-radius table tr td:nth-child(1) {
      width: 22%; }
    .content-container .content .main-content .price-list .table-radius table tr td:nth-child(2) {
      width: 31%; }
    .content-container .content .main-content .price-list .table-radius table tr td:nth-child(3) {
      width: 15%; }
    .content-container .content .main-content .price-list .table-radius table tr td:nth-child(4) {
      width: 18%; }
    .content-container .content .main-content .price-list .table-radius table tr td:nth-child(5) {
      width: 14%; }
    .content-container .content .main-content .price-list .table-radius table tr:first-child {
      background-color: #ed1c29;
      border: 0 none;
      vertical-align: middle; }
      .content-container .content .main-content .price-list .table-radius table tr:first-child td {
        color: #ffffff;
        padding: 12px; }

.content-certificates .first-par {
  max-width: 508px;
  margin-bottom: 40px; }
.content-certificates p {
  font-size: 15px;
  color: #3b3b3b; }
.content-certificates .certificate-img {
  text-align: center;
  float: left;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 50px;
  width: 150px; }
  .content-certificates .certificate-img img {
    width: 100%; }
.content-certificates .clear1 {
  clear: both;
  margin-bottom: 30px; }
.content-certificates .clear {
  clear: both;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px; }
.content-certificates .certificate {
  margin-bottom: 30px; }
  .content-certificates .certificate .certificate-img {
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 30px;
    width: 170px; }
    .content-certificates .certificate .certificate-img img {
      -webkit-box-shadow: 4px 5px 7px 0px #e5e5e5;
      -moz-box-shadow: 4px 5px 7px 0px #e5e5e5;
      box-shadow: 4px 5px 7px 0px #e5e5e5;
      width: 100%;
      padding: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .content-certificates .certificate div h3 {
    font-weight: normal;
    font-size: 30px;
    color: #3b3b3b;
    margin-bottom: 25px;
    margin-top: 10px; }
  .content-certificates .certificate div p {
    text-align: left;
    margin-left: 200px; }

@media (max-width: 480px) {
  .content-certificates {
    text-align: left; }
    .content-certificates .first-par {
      margin-bottom: 20px; }
    .content-certificates .certificate-img {
      float: none;
      margin: 0 auto;
      width: 53%; }
      .content-certificates .certificate-img img {
        width: 100%; }
    .content-certificates .clear {
      padding-bottom: 0px; }
    .content-certificates .certificate {
      text-align: center;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .content-certificates .certificate div p {
        margin-left: 0px; }
      .content-certificates .certificate .certificate-img {
        float: none;
        margin: 0 auto;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 20px; }
      .content-certificates .certificate div:last-child {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 2; } }
@media (max-width: 1160px) {
  .content-certificates {
    margin-right: 60px; } }
@media (max-width: 800px) {
  .content-certificates {
    margin-right: 0px; } }
.content-comments .popup-form {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 28, 41, 0.9);
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }
  .content-comments .popup-form .close-popup {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px; }
    @media (max-width: 700px) {
      .content-comments .popup-form .close-popup {
        top: 20px;
        right: 20px; } }
  .content-comments .popup-form .form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -193px;
    width: 360px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    @media (max-width: 700px) {
      .content-comments .popup-form .form {
        margin-left: -200px;
        margin-top: -159px; } }
    .content-comments .popup-form .form .error {
      border-color: #ed1c29 !important; }
    .content-comments .popup-form .form h2 {
      position: relative;
      z-index: 100;
      margin-bottom: 50px;
      margin-top: 40px; }
      @media (max-width: 700px) {
        .content-comments .popup-form .form h2 {
          margin-bottom: 20px;
          margin-top: 20px; } }
    .content-comments .popup-form .form .preloader {
      display: none;
      background: #ffffff;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      left: 0;
      top: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .content-comments .popup-form .form .preloader img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px; }
    .content-comments .popup-form .form .ty-msg {
      display: none;
      background: #ffffff;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      left: 0;
      top: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .content-comments .popup-form .form .ty-msg div {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 45%;
        text-align: center; }
        .content-comments .popup-form .form .ty-msg div h3 {
          margin-bottom: 10px; }
    .content-comments .popup-form .form input:focus, .content-comments .popup-form .form textarea:focus {
      outline: none; }
    .content-comments .popup-form .form input[type="text"], .content-comments .popup-form .form input[type="email"], .content-comments .popup-form .form textarea {
      font-size: 14px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 20px;
      padding: 10px;
      width: 100%;
      background: none;
      border: none;
      border: 1px solid #b2b2b2;
      color: #000000;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-family: 'Conv_calibri'; }
      @media (max-width: 700px) {
        .content-comments .popup-form .form input[type="text"], .content-comments .popup-form .form input[type="email"], .content-comments .popup-form .form textarea {
          padding: 7px;
          margin-bottom: 10px; } }
    .content-comments .popup-form .form .submit {
      margin-bottom: 20px;
      text-align: right; }
      .content-comments .popup-form .form .submit .cancel {
        text-decoration: underline;
        margin-right: 20px;
        cursor: pointer; }
      .content-comments .popup-form .form .submit span input[type="submit"] {
        color: #ffffff;
        border: 0;
        background: none;
        background-color: #ed1c29;
        padding: 10px 25px;
        border-radius: 28px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        font-family: 'Conv_calibri';
        font-size: 14px;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.33);
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.33); }
.content-comments .btn {
  margin-top: 14px;
  display: inline-block;
  margin-bottom: 40px; }
  .content-comments .btn span {
    padding: 13px 35px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    background-color: #ed1c29;
    color: #ffffff;
    cursor: pointer;
    -webkit-box-shadow: 3px 6px 8px 0px #e5e5e5;
    -moz-box-shadow: 3px 6px 8px 0px #e5e5e5;
    box-shadow: 3px 6px 8px 0px #e5e5e5; }
    .content-comments .btn span:hover {
      background-color: #ff464f; }
    .content-comments .btn span:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 18px;
      vertical-align: bottom;
      margin-right: 5px;
      background: url("/bitrix/templates/.default/css/../img/comments/comments-art-1.png") center center no-repeat; }
.content-comments .comment {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc; }
  .content-comments .comment p {
    font-size: 15px;
    color: #3b3b3b; }
    .content-comments .comment p:last-child {
      margin-bottom: 0; }
    .content-comments .comment p span {
      color: #919191;
      text-transform: lowercase; }
    .content-comments .comment p .name {
      color: #3b3b3b;
      font-weight: bold;
      text-transform: capitalize; }
  .content-comments .comment .answer {
    margin-left: 30px;
    border-left: 2px solid #ed1c29;
    padding-left: 20px; }
    .content-comments .comment .answer p span {
      text-transform: lowercase; }
      .content-comments .comment .answer p span span {
        color: #ed1c29;
        text-transform: capitalize; }
.content-comments .paging {
  text-align: left;
  padding-top: 45px;
  position: relative;
  left: -18px; }
  .content-comments .paging a {
    color: #000000;
    text-decoration: none;
    padding: 25px 18px 25px 18px;
    letter-spacing: -2px; }
  .content-comments .paging a.current {
    background: url("/bitrix/templates/.default/css/../img/paging.png") center center no-repeat;
    color: #ffffff; }

@media (max-width: 500px) {
  .content-comments .popup-form {
    background-color: transparent; }
    .content-comments .popup-form .close-popup {
      display: none; }
    .content-comments .popup-form .form {
      position: absolute;
      top: 0;
      left: 0;
      margin-left: 0px;
      margin-top: 0px;
      width: 100%;
      height: 100%;
      padding-left: 20px;
      padding-right: 20px;
      background-color: rgba(255, 255, 255, 0.9);
      text-align: center;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-justify-content: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .content-comments .popup-form .form h2 {
        position: relative;
        z-index: 100;
        margin-bottom: 20px;
        margin-top: 20px; }
      .content-comments .popup-form .form .preloader {
        display: none;
        background: #ffffff;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        left: 0;
        top: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        .content-comments .popup-form .form .preloader img {
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -25px;
          margin-left: -25px; }
      .content-comments .popup-form .form .ty-msg {
        display: none;
        background: #ffffff;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        left: 0;
        top: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        .content-comments .popup-form .form .ty-msg div {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 30%;
          text-align: center; }
          .content-comments .popup-form .form .ty-msg div h3 {
            margin-bottom: 10px; }
      .content-comments .popup-form .form input:focus, .content-comments .popup-form .form textarea:focus {
        outline: none; }
      .content-comments .popup-form .form input[type="text"], .content-comments .popup-form .form input[type="email"], .content-comments .popup-form .form textarea {
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
        padding: 7px;
        width: 100%;
        background: none;
        border: none;
        border: 1px solid #b2b2b2;
        color: #000000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-family: 'Conv_calibri'; }
      .content-comments .popup-form .form .submit {
        margin-bottom: 20px;
        text-align: right; }
        .content-comments .popup-form .form .submit .cancel {
          text-decoration: underline;
          margin-right: 20px;
          cursor: pointer; }
        .content-comments .popup-form .form .submit span input[type="submit"] {
          color: #ffffff;
          border: 0;
          background: none;
          background-color: #ed1c29;
          padding: 10px 25px;
          border-radius: 28px;
          text-decoration: none;
          text-align: center;
          cursor: pointer;
          font-family: 'Conv_calibri';
          font-size: 14px;
          -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.33);
          -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.33); } }
.partners .first-par {
  max-width: 580px;
  margin-bottom: 40px; }
.partners p {
  color: #3b3b3b;
  margin-bottom: 40px;
  line-height: 21px; }
.partners ul {
  list-style-image: url(/bitrix/templates/.default/css/../img/recipe-inner/recipe-bullet.png);
  margin-bottom: 40px;
  margin-top: 27px; }
  .partners ul li {
    margin-bottom: 15px;
    margin-left: -15px;
    line-height: 21px; }

.about h2 {
  margin-top: 25px;
  margin-bottom: 33px; }
.about h3 {
  max-width: 580px;
  margin-bottom: 41px; }
.about p {
  margin-bottom: 30px;
  color: #484848;
  line-height: 21px; }
.about .block {
  background: url("/bitrix/templates/.default/css/../img/about_bg_red.jpg") center;
  background-size: cover;
  margin-bottom: 30px;
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 79px 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box; }
  .about .block .block-item {
    float: left;
    width: 25%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .about .block .block-item p {
      line-height: normal;
      color: #fff;
      font-size: 18px;
      margin: 0; }
      .about .block .block-item p img {
        margin-bottom: 10px; }
      .about .block .block-item p span {
        font-size: 46px;
        font-weight: bold; }

.slider-about {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 35px; }

.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn {
  position: absolute;
  cursor: pointer;
  display: block !important;
  background: url(/bitrix/templates/.default/css/../img/about/slider-btn-right.png) no-repeat;
  overflow: hidden;
  z-index: 1000000; }

.jssora03l {
  background-position: 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
  -ms-transform: rotate(180deg); }

.jssora03r {
  background-position: 0px 0px; }

.jssora03ldn {
  background-position: 0px 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
  -ms-transform: rotate(180deg); }

.jssora03rdn {
  background-position: 0px 0px; }

@media (max-width: 1920px) {
  .lbg {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    left: 0;
    width: 535px;
    height: 392px; }

  .rbg {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    right: 0;
    width: 277px;
    height: 392px; } }
@media (max-width: 1160px) {
  .about {
    margin-right: 40px; } }
@media (max-width: 800px) {
  .about {
    margin-right: 0px; } }
@media (max-width: 1050px) {
  .about .block .block-item {
    float: left;
    width: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px; }
    .about .block .block-item.third {
      margin-top: 15px; }
    .about .block .block-item.fouth {
      margin-top: 15px; } }
@media (max-width: 580px) {
  .about .block {
    padding: 79px 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -20px; }
    .about .block .block-item {
      float: left;
      width: 50%;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 40px; }
      .about .block .block-item p {
        font-size: 14px; }
        .about .block .block-item p span {
          font-size: 36px; } }
@media (max-width: 1600px) {
  .lbg {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    left: 0;
    width: 500px;
    height: 392px; }

  .rbg {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    right: 0;
    width: 312px;
    height: 392px; } }
@media (max-width: 1440px) {
  .lbg {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    left: 0;
    width: 475px;
    height: 392px; }

  .rbg {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    right: 0;
    width: 337px;
    height: 392px; } }
@media (max-width: 1280px) {
  .lbg {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    left: 0;
    width: 445px;
    height: 392px; }

  .rbg {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    right: 0;
    width: 367px;
    height: 392px; } }
@media (max-width: 1024px) {
  .lbg {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    left: 0;
    width: 400px;
    height: 392px; }

  .rbg {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    right: 0;
    width: 413px;
    height: 392px; } }
@media (max-width: 800px) {
  .lbg {
    display: none; }

  .rbg {
    display: none; } }
.jssora03l, .jssora03r {
  width: 79px;
  height: 76px;
  top: 123px; }

.jssora03l {
  left: 8px; }

.jssora03r {
  right: 8px; }

.content-media h2 {
  margin-bottom: 36px;
  margin-top: 26px; }
.content-media .media-press {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 19px;
  margin-bottom: 25px; }
  .content-media .media-press p {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 21px; }
    .content-media .media-press p:first-child span {
      text-transform: lowercase; }
    .content-media .media-press p:nth-child(3) {
      margin-bottom: 10px; }
    .content-media .media-press p .source {
      color: #3b3b3b;
      font-weight: bold; }
    .content-media .media-press p span {
      color: #808080; }
    .content-media .media-press p .external {
      color: #ed1c29;
      text-decoration: underline; }
      .content-media .media-press p .external:hover {
        text-decoration: none; }
      .content-media .media-press p .external:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: bottom;
        margin-right: 5px;
        background: url("/bitrix/templates/.default/css/../img/media/external-bullet.png") center center no-repeat;
        position: relative;
        bottom: 4px; }
    .content-media .media-press p .pdf {
      color: #ed1c29;
      text-decoration: underline; }
      .content-media .media-press p .pdf:hover {
        text-decoration: none; }
      .content-media .media-press p .pdf:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: bottom;
        margin-right: 5px;
        background: url("/bitrix/templates/.default/css/../img/media/pdf-bullet.png") center center no-repeat;
        position: relative;
        bottom: 4px; }

.clear {
  clear: both; }

.recipe-list {
  clear: both; }

.recipe {
  width: 50%;
  float: left;
  margin-bottom: 50px; }
  .recipe .img-container {
    width: 37%;
    float: left; }
    .recipe .img-container img {
      max-width: 130px; }
  .recipe .ingridients {
    width: 61%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 33px; }
    .recipe .ingridients p {
      color: #3b3b3b;
      font-size: 13px;
      margin-top: 0px;
      margin-bottom: 10px;
      margin-left: 10px; }
      .recipe .ingridients p a {
        font-size: 15px;
        color: #ed1c29; }

@media (max-width: 1080px) {
  .recipe .img-container img {
    max-width: none;
    width: 100%; } }
@media (max-width: 800px) {
  .recipe .img-container img {
    max-width: none;
    width: 100%; } }
@media (max-width: 600px) {
  .recipe {
    width: 100%; }
    .recipe .img-container {
      width: 30%;
      margin-right: 5%; }
      .recipe .img-container img {
        width: 100%;
        max-width: none; }
    .recipe .ingridients {
      width: 65%;
      padding-right: 0; }
      .recipe .ingridients p {
        margin-left: 0; } }
@media (max-width: 480px) {
  .recipe .img-container {
    width: 35%; }
  .recipe .ingridients {
    width: 60%; } }
@media (max-width: 380px) {
  .recipe .img-container {
    width: 50%;
    float: none;
    margin: 0 auto; }
  .recipe .ingridients {
    width: 100%;
    margin-top: 20px; } }
/**@media (max-width: 480px) {
  .recipe {
    width: 100%;

    .img-container {

      img {
        width: 100%;
      }
    }

    .ingridients{
      width: 78%;  
    }
  }
}


@media (max-width: 480px) {
  .recipe {
    width: 100%;

    .img-container {

      img {
        width: 100%;
      }
    }
  }
}**/
.content-container .content .product-materials h2 {
  margin-top: 25px;
  margin-bottom: 35px; }
.content-container .content .product-materials h3 {
  max-width: 560px;
  margin-bottom: 25px; }
.content-container .content .product-materials p .pdf {
  color: #ed1c29; }
  .content-container .content .product-materials p .pdf:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: bottom;
    margin-right: 5px;
    background: url("/bitrix/templates/.default/css/../img/media/pdf-bullet.png") center center no-repeat; }
.content-container .content .product-materials .logo-download h3 {
  margin-bottom: 32px; }
.content-container .content .product-materials .logo-download p {
  width: 50%;
  float: left; }
  .content-container .content .product-materials .logo-download p img {
    max-width: 147px; }
  .content-container .content .product-materials .logo-download p a {
    color: #ed1c29;
    margin-left: 10px;
    position: relative;
    bottom: 40px; }
.content-container .content .product-materials .clear {
  clear: both; }
.content-container .content .product-materials .video1 {
  width: 33%;
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer; }
  .content-container .content .product-materials .video1:hover p {
    color: #ed1c29; }
  .content-container .content .product-materials .video1 img {
    max-width: 230px; }
  .content-container .content .product-materials .video1 p {
    font-size: 15px;
    color: #3b3b3b;
    margin-top: 21px; }
.content-container .content .product-materials .video2 {
  width: 33%;
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer; }
.content-container .content .product-materials .video3 {
  width: 33%;
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer;
  vertical-align: top; }
.content-container .content .product-materials .video3 p {
    font-size: 15px;
    color: #3b3b3b;
    margin-top: 21px; }
.content-container .content .product-materials .video4 {
  width: 33%;
  display: inline-block;
  margin-bottom: 110px;
  cursor: pointer;
  vertical-align: top; }
.content-container .content .product-materials .video5 {
  width: 33%;
  display: inline-block;
  margin-bottom: 110px;
  cursor: pointer;
  vertical-align: top; }
  .content-container .content .product-materials .video4 p,
  .content-container .content .product-materials .video5 p {
    font-size: 15px;
    color: #3b3b3b;
    margin-top: 21px; }
  .content-container .content .product-materials .video2:hover p {
    color: #ed1c29; }
  .content-container .content .product-materials .video2 img {
    max-width: 230px; }
  .content-container .content .product-materials .video2 p {
    font-size: 15px;
    color: #3b3b3b;
    margin-top: 21px; }
.content-container .content .product-materials .video-popup1 {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(238, 58, 67, 0.9);
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }
  .content-container .content .product-materials .video-popup1 .close-popup {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px; }
  .content-container .content .product-materials .video-popup1 .video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -280px;
    margin-top: -159px; }
.content-container .content .product-materials .video-popup2 {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 28, 41, 0.9);
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }
  .content-container .content .product-materials .video-popup2 .close-popup {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px; }
  .content-container .content .product-materials .video-popup2 .video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -280px;
    margin-top: -159px; }

.content-container .content .product-materials .video-popup3,
.content-container .content .product-materials .video-popup4,
.content-container .content .product-materials .video-popup5 {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(237, 28, 41, 0.9);
    top: 0;
    left: 0;
    z-index: 100;
    display: none; }
.content-container .content .product-materials .video-popup3 .close-popup,
.content-container .content .product-materials .video-popup4 .close-popup,
.content-container .content .product-materials .video-popup5 .close-popup {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px; }
.content-container .content .product-materials .video-popup3 .video-container,
.content-container .content .product-materials .video-popup4 .video-container,
.content-container .content .product-materials .video-popup5 .video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -280px;
    margin-top: -159px; }

@media (max-width: 1080px) {
  .content-container .content .product-materials .video1 {
    width: 48%; }
  .content-container .content .product-materials .video2 {
    width: 48%; } 
  .content-container .content .product-materials .video3 {
    width: 48%; }
  .content-container .content .product-materials .video4 {
    width: 48%;
    margin-bottom: 30px; } 
  .content-container .content .product-materials .video5 {
    width: 48%; } 
 }
@media (max-width: 950px) {
  .content-container .content .product-materials .logo-download p {
    width: 50%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .content-container .content .product-materials .logo-download p img {
      max-width: 147px;
      margin: 0 auto; }
    .content-container .content .product-materials .logo-download p a {
      color: #ed1c29;
      margin-left: 0px;
      bottom: 0px;
      line-height: 17px;
      margin-top: 20px; } }
@media (max-width: 650px) {
  .content-container .content .product-materials .video1 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
  .content-container .content .product-materials .video2 {
    width: 100%;
    text-align: center; }
  .content-container .content .product-materials .video3 {
    width: 100%;
    text-align: center; }
  .content-container .content .product-materials .video4,
  .content-container .content .product-materials .video5 {
    width: 100%;
    text-align: center; }
     }
@media (max-width: 800px) {
  .content-container .content .product-materials .video2 {
    margin-bottom: 30px; } }
@media (max-width: 800px) {
  .content-container .content .product-materials .video5 {
    margin-bottom: 180px; } }
@media (max-width: 480px) {
  .content-container .content .product-materials .logo-download p {
    width: 100%;
    float: none;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .content-container .content .product-materials .logo-download p img {
      max-width: 147px;
      margin: 0 auto; }
    .content-container .content .product-materials .logo-download p a {
      color: #ed1c29;
      margin-left: 0px;
      bottom: 0px;
      line-height: 17px;
      margin-top: 20px; }
  .content-container .content .product-materials .video1 {
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
    .content-container .content .product-materials .video1 p {
      font-size: 15px;
      color: #3b3b3b;
      text-align: center; }
  .content-container .content .product-materials .video2 {
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
    .content-container .content .product-materials .video2 p {
      font-size: 15px;
      color: #3b3b3b;
      text-align: center; } }
.description-404 {
  text-align: center;
  position: absolute;
  top: 70%;
  width: 100%; }
  .description-404 h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #3b3b3b; }
  .description-404 p {
    font-size: 15px;
    color: #3b3b3b; }
    .description-404 p a {
      color: #ed1c29; }

.content-container .unique-width {
  width: 100%; }
.content-container .content .main-content .sitemap h2 {
  margin-top: 26px;
  margin-bottom: 32px; }
.content-container .content .main-content .sitemap h3 {
  margin-bottom: 19px; }
  .content-container .content .main-content .sitemap h3.no-list {
    margin-bottom: 39px; }

.sitemap .sitemap-empty {
  clear: both;
  margin-bottom: 110px; }
.sitemap .column {
  width: 33%;
  padding-right: 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .sitemap .column h3 a {
    color: #3b3b3b;
    text-decoration: none; }
    .sitemap .column h3 a:hover {
      color: #ed1c29; }
.sitemap ul {
  list-style-image: url(/bitrix/templates/.default/css/../img/recipe-inner/recipe-bullet.png);
  padding-left: 22px;
  margin-bottom: 30px; }
  .sitemap ul li {
    padding-bottom: 13px;
    font-size: 15px; }
    .sitemap ul li a {
      color: #3b3b3b; }
      .sitemap ul li a:hover {
        color: #ed1c29; }

@media (max-width: 665px) {
  .sitemap {
    text-align: center; }
    .sitemap ul {
      list-style-type: none;
      list-style-image: none;
      padding-left: 0px; }
    .sitemap .column {
      width: 100%;
      padding-right: 0px;
      float: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .sitemap .sitemap-empty {
      margin-bottom: 200px; } }
.new-width {
  max-width: 1300px; }
  @media (max-width: 1120px) {
    .new-width {
      margin-bottom: -130px; } }

textarea {
  resize: none; }

.contacts .box-wave {
  display: none; }
  .contacts .box-wave .map-wrap {
    position: relative;
    margin-bottom: 50px; }
    .contacts .box-wave .map-wrap .map-wave {
      background: url("/bitrix/templates/.default/css/../img/contacts/map-wave.png") bottom center no-repeat;
      z-index: 10;
      position: absolute;
      width: 100%;
      height: 36px;
      bottom: 0px; }
    .contacts .box-wave .map-wrap .zoom-in {
      position: absolute;
      top: 20px;
      right: 20px; }
    .contacts .box-wave .map-wrap .zoom-out {
      position: absolute;
      top: 55px;
      right: 20px; }
.contacts h2 {
  font-size: 34px;
  color: #ed1c29;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
  margin-top: 26px; }
  .contacts h1 {
  font-size: 34px;
  color: #ed1c29;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
  margin-top: 26px; }
.contacts .clear {
  clear: both;
  height: 20px;
  border-bottom: 2px #ed1c29 solid; }
.contacts .clear1 {
  clear: both;
  height: 20px; }
.contacts .sub-menu {
  font-size: 15px;
  text-align: center; }
  .contacts .sub-menu span {
    border: solid 1px #e0e0e0;
    padding: 10px 40px;
    margin: 0 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer; }
    .contacts .sub-menu span a {
      text-decoration: none;
      color: #000000;
      border-bottom: 1px dotted #000000; }
    .contacts .sub-menu span.current {
      border: none;
      background-color: #ed1c29; }
      .contacts .sub-menu a.current {
      border: none;
      background-color: #ed1c29;
        pointer-events: none;}
      .contacts .sub-menu span.current a {
        color: #ffffff;
        border-bottom: none; }
.contacts .box {
  display: none; }
  .contacts .box .contacts-column {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px; }
.contacts .visible {
  display: block; }
.contacts .concern {
  text-align: center;
  background: url("/bitrix/templates/.default/css/../img/contacts/concern.png") center center no-repeat; }
.contacts div h3 {
  font-weight: normal;
  font-size: 30px;
  color: #3b3b3b;
  margin-bottom: 25px;
  margin-top: 45px; }
.contacts div p {
  font-size: 15px;
  color: #3b3b3b;
  font-family: 'Conv_calibri'; }
  .contacts div p .description {
    font-weight: bold; }
  .contacts div p .address {
    color: #3b3b3b; }
  .contacts div p a {
    color: #ed1c29; }
.contacts .form {
  clear: both;
  text-align: center;
  background-color: #ed1c29;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 50px;
  position: relative; }
  .contacts .form form {
    width: 100%;
    padding-top: 0px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .contacts .form form .preloader {
      display: none;
      background: rgba(237, 28, 41, 0.8);
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .contacts .form form .preloader img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px; }
    .contacts .form form .ty-msg {
      display: none;
      background: rgba(237, 28, 41, 0.8);
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .contacts .form form .ty-msg div {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 30%;
        text-align: center; }
        .contacts .form form .ty-msg div h3 {
          margin-bottom: 10px;
          color: #ffffff;
          padding: 20px 0 0 0; }
        .contacts .form form .ty-msg div p {
          margin-top: 0px;
          color: #ffffff; }
    .contacts .form form .form-row-1 .input-wrap, .contacts .form form .form-row-2 .input-wrap {
      position: relative;
      width: 31.3%;
      display: inline-block; }
      .contacts .form form .form-row-1 .input-wrap .message, .contacts .form form .form-row-2 .input-wrap .message {
        display: none;
        position: absolute;
        top: 11px;
        right: 11px;
        width: 18px;
        height: 18px;
        cursor: pointer;
        background-image: url("/bitrix/templates/.default/css/../img/validate/validate.png"); }
        .contacts .form form .form-row-1 .input-wrap .message span, .contacts .form form .form-row-2 .input-wrap .message span {
          display: none; }
      .contacts .form form .form-row-1 .input-wrap.error .message, .contacts .form form .form-row-2 .input-wrap.error .message {
        display: block; }
    .contacts .form form .form-row-1 .input-wrap, .contacts .form form .form-row-2 .input-wrap {
      position: relative;
      width: 31.3%;
      display: inline-block; }
      @media (max-width: 700px) {
        .contacts .form form .form-row-1 .input-wrap, .contacts .form form .form-row-2 .input-wrap {
          width: 100%;
          display: block; } }
      .contacts .form form .form-row-1 .input-wrap .message, .contacts .form form .form-row-2 .input-wrap .message {
        display: none;
        position: absolute;
        top: 11px;
        right: 11px;
        cursor: pointer;
        background-image: url("/bitrix/templates/.default/css/../img/validate/validate.png"); }
        .contacts .form form .form-row-1 .input-wrap .message:hover span, .contacts .form form .form-row-2 .input-wrap .message:hover span {
          display: block; }
          @media (max-width: 700px) {
            .contacts .form form .form-row-1 .input-wrap .message:hover span, .contacts .form form .form-row-2 .input-wrap .message:hover span {
              display: none; } }
        .contacts .form form .form-row-1 .input-wrap .message span, .contacts .form form .form-row-2 .input-wrap .message span {
          display: none;
          position: absolute;
          color: #3b3b3b;
          width: 245px;
          background-color: rgba(255, 255, 255, 0.9);
          border-radius: 5px;
          padding: 7px;
          z-index: 1000;
          top: -40px;
          margin-left: -120px; }
          .contacts .form form .form-row-1 .input-wrap .message span img, .contacts .form form .form-row-2 .input-wrap .message span img {
            position: absolute;
            top: 33px;
            left: 123px; }
      .contacts .form form .form-row-1 .input-wrap.error .message, .contacts .form form .form-row-2 .input-wrap.error .message {
        display: block; }
    .contacts .form form .form-row-1 .input-wrap-center, .contacts .form form .form-row-2 .input-wrap-center {
      position: relative;
      display: inline-block;
      width: 31.3%;
      margin-left: 3%;
      margin-right: 3%; }
      @media (max-width: 700px) {
        .contacts .form form .form-row-1 .input-wrap-center, .contacts .form form .form-row-2 .input-wrap-center {
          width: 100%;
          margin-left: 0%;
          margin-right: 0%;
          display: block; } }
      .contacts .form form .form-row-1 .input-wrap-center .message, .contacts .form form .form-row-2 .input-wrap-center .message {
        display: none;
        position: absolute;
        top: 11px;
        right: 11px;
        width: 18px;
        height: 18px;
        cursor: pointer;
        background-image: url("/bitrix/templates/.default/css/../img/validate/validate.png"); }
        .contacts .form form .form-row-1 .input-wrap-center .message:hover span, .contacts .form form .form-row-2 .input-wrap-center .message:hover span {
          display: block; }
          @media (max-width: 700px) {
            .contacts .form form .form-row-1 .input-wrap-center .message:hover span, .contacts .form form .form-row-2 .input-wrap-center .message:hover span {
              display: none; } }
        .contacts .form form .form-row-1 .input-wrap-center .message span, .contacts .form form .form-row-2 .input-wrap-center .message span {
          display: none;
          position: absolute;
          color: #3b3b3b;
          width: 245px;
          background-color: rgba(255, 255, 255, 0.9);
          border-radius: 5px;
          padding: 7px;
          z-index: 1000;
          top: -40px;
          margin-left: -120px; }
          .contacts .form form .form-row-1 .input-wrap-center .message span img, .contacts .form form .form-row-2 .input-wrap-center .message span img {
            position: absolute;
            top: 33px;
            left: 123px; }
      .contacts .form form .form-row-1 .input-wrap-center.error .message, .contacts .form form .form-row-2 .input-wrap-center.error .message {
        display: block; }
    .contacts .form form .form-row-1 input[type="text"], .contacts .form form .form-row-1 input[type="email"], .contacts .form form .form-row-1 textarea, .contacts .form form .form-row-2 input[type="text"], .contacts .form form .form-row-2 input[type="email"], .contacts .form form .form-row-2 textarea {
      font-size: 14px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 20px;
      padding: 10px;
      width: 100%;
      background: none;
      border: 1px solid #fabcc1;
      color: #ffffff;
      border-radius: 5px;
      font-family: 'Conv_calibri'; }
      .contacts .form form .form-row-1 input[type="text"]:focus, .contacts .form form .form-row-1 input[type="email"]:focus, .contacts .form form .form-row-1 textarea:focus, .contacts .form form .form-row-2 input[type="text"]:focus, .contacts .form form .form-row-2 input[type="email"]:focus, .contacts .form form .form-row-2 textarea:focus {
        border: 1px solid #ffffff; }
    .contacts .form form .form-row-1 input[type="text"]::-webkit-input-placeholder, .contacts .form form .form-row-1 input[type="email"]::-webkit-input-placeholder, .contacts .form form .form-row-1 textarea::-webkit-input-placeholder, .contacts .form form .form-row-2 input[type="text"]::-webkit-input-placeholder, .contacts .form form .form-row-2 input[type="email"]::-webkit-input-placeholder, .contacts .form form .form-row-2 textarea::-webkit-input-placeholder {
      color: #fabcc1; }
    .contacts .form form .form-row-1 input[type="text"]::-moz-placeholder, .contacts .form form .form-row-1 input[type="email"]::-moz-placeholder, .contacts .form form .form-row-2 input[type="text"]::-moz-placeholder, .contacts .form form .form-row-2 input[type="email"]::-moz-placeholder {
      color: #fabcc1; }
    .contacts .form form .form-row-3 input[type="text"], .contacts .form form .form-row-3 input[type="email"], .contacts .form form .form-row-3 textarea {
      font-size: 14px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 20px;
      padding: 10px;
      width: 100%;
      background: none;
      border: 1px solid #fabcc1;
      color: #ffffff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-family: 'Conv_calibri'; }
      .contacts .form form .form-row-3 input[type="text"]:focus, .contacts .form form .form-row-3 input[type="email"]:focus, .contacts .form form .form-row-3 textarea:focus {
        border: 1px solid #ffffff; }
    .contacts .form form .form-row-3 .textarea-wrap {
      position: relative; }
      .contacts .form form .form-row-3 .textarea-wrap .message {
        display: none;
        position: absolute;
        top: 11px;
        right: 11px;
        width: 18px;
        height: 18px;
        cursor: pointer;
        background-image: url("/bitrix/templates/.default/css/../img/validate/validate.png"); }
        .contacts .form form .form-row-3 .textarea-wrap .message:hover span {
          display: block; }
          @media (max-width: 700px) {
            .contacts .form form .form-row-3 .textarea-wrap .message:hover span {
              display: none; } }
        .contacts .form form .form-row-3 .textarea-wrap .message span {
          display: none;
          position: absolute;
          color: #3b3b3b;
          width: 245px;
          margin-left: -122px;
          background-color: rgba(255, 255, 255, 0.9);
          border-radius: 5px;
          padding: 7px;
          z-index: 1000;
          top: -40px;
          margin-left: -120px; }
          .contacts .form form .form-row-3 .textarea-wrap .message span img {
            position: absolute;
            top: 33px;
            left: 123px; }
      .contacts .form form .form-row-3 .textarea-wrap.error .message {
        display: block; }
    .contacts .form form .form-row-3 textarea::-webkit-input-placeholder {
      color: #fabcc1; }
    .contacts .form form .form-row-3 textarea::-moz-placeholder {
      color: #fabcc1; }
    .contacts .form form .submit {
      padding-bottom: 45px;
      text-align: right; }
@media(max-width: 700px){
	.contacts .form form .submit {
		text-align: center; 
	}
}
      .contacts .form form .submit input[type="submit"] {
        font-size: 14px;
        color: #3b3b3b;
        border: 0;
        background: none;
        background-color: #ffffff;
        padding: 10px 25px;
        border-radius: 28px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        font-family: 'Conv_calibri';
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 3px 6px 8px 0px #d6343c;
        -moz-box-shadow: 3px 6px 8px 0px #d6343c;
        box-shadow: 3px 6px 8px 0px #d6343c; }
        @media (max-width: 700px) {
          .contacts .form form .submit input[type="submit"] {
            padding: 10px 50px; } }
    .contacts .form form input:focus, .contacts .form form textarea:focus {
      outline: none; }
  .contacts .form h3 {
    padding: 50px 0;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
    position: relative;
    z-index: 100; }
.contacts .contact-par-last {
  margin-bottom: 110px; }

@media (max-width: 1160px) {
  .contacts h2 {
    margin-left: 60px; }
  .contacts .box {
    margin-left: 60px; } }
@media (max-width: 800px) {
  .content-container .content .contacts {
    padding: 0; }

  .contacts h2 {
    margin-left: 0px; }
  .contacts .sub-menu span {
    display: block;
    width: 50%;
    margin: 20px auto; }
  .contacts .box {
    margin-left: 0px; }
    .contacts .box .contacts-column {
      width: 100%;
      float: none;
      margin-left: 0px; }
  .contacts .form form .form-row-1 input[type="text"], .contacts .form form .form-row-1 input[type="email"], .contacts .form form .form-row-1 textarea, .contacts .form form .form-row-2 input[type="text"], .contacts .form form .form-row-2 input[type="email"], .contacts .form form .form-row-2 textarea {
    width: 100%; }
  .contacts .form form .form-row-1 input:nth-child(2), .contacts .form form .form-row-2 input:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .contacts .contact-par-last {
    margin-bottom: 180px; } }
.search .result-item ol {
  padding-left: 30px;
  margin: 0;
  list-style: decimal; }
  .search .result-item ol li {
    padding-left: 10px;
    margin-bottom: 40px; }
    .search .result-item ol li .bold-for-search {
      font-weight: bold; }
    .search .result-item ol li p {
      color: #3b3b3b; }
      .search .result-item ol li p a {
        color: #000; }
      .search .result-item ol li p:first-child a {
        color: #ed1c29;
        text-decoration: underline; }
      .search .result-item ol li p:last-child span {
        margin: 0 10px;
        color: #808080; }
.search .result {
  margin-bottom: 40px; }
  .search .result p span {
    font-weight: bold; }
  .search .result form {
    margin-bottom: 20px; }
    .search .result form.subscription {
      background-color: #fff;
      border: 1px solid #ccc;
      border-color: #cccccc;
      border-radius: 5px;
      height: 48px;
      width: 448px; }
      .search .result form.subscription .field {
        background-color: #fff;
        border-width: 0;
        color: #3b3b3b;
        font-size: 18px;
        height: 46px;
        margin-left: 5px;
        outline: medium none;
        width: 405px; }
      .search .result form.subscription .btn {
        background: url("/bitrix/templates/.default/css/../img/search-img/search.png") center no-repeat;
        border: medium none;
        cursor: pointer;
        height: 26px;
        width: 30px;
        vertical-align: middle; }

@media (max-width: 480px) {
  .search .result form.subscription {
    width: 90%;
    position: relative; }
    .search .result form.subscription .field {
      width: 90%; }
    .search .result form.subscription .btn {
      background: url("/bitrix/templates/.default/css/../img/search-img/search.png") center no-repeat;
      width: 17px;
      position: absolute;
      right: 20px;
      top: 10px; }
  .search .search-empty {
    height: 200px; } }
.procedures h2 {
  margin-top: 25px; }
@media (max-width: 1160px) {
  .procedures {
    margin-right: 60px; } }
@media (max-width: 800px) {
  .procedures {
    margin-right: 0px; } }

.show-hide {
  border-bottom: 1px solid #cccccc;
  margin-top: 32px;
  padding-right: 30px;
  width: 100%;
  box-sizing: border-box; }
  .show-hide p {
    margin: 0;
    margin-top: 13px; }
  .show-hide h4 {
    margin: 0;
    color: #3b3b3b; }
    .show-hide h4.open a {
      background-position: right 34px; }
    .show-hide h4 a {
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      color: #3b3b3b;
      background: url("/bitrix/templates/.default/css/../img/arrow.png") right -112px no-repeat;
      border-top: 1px solid #cccccc;
      display: block;
      font-weight: normal;
      margin: 0;
      font-weight: bold;
      padding: 25px 30px 25px 30px;
      outline: none;
      line-height: 23px;
      position: relative; }
      .show-hide h4 a span {
        float: left;
        display: inline-block;
        padding-bottom: 10px;
        margin-right: 10px;
        width: 23px;
        position: absolute;
        top: 25px;
        left: 3px; }
  .show-hide .show {
    display: none;
    margin-top: 18px;
    padding-left: 30px; }
    .show-hide .show .show-item {
      margin-bottom: 44px; }
      .show-hide .show .show-item:last-child {
        margin-bottom: 25px; }
      .show-hide .show .show-item p {
        color: #3b3b3b; }
        .show-hide .show .show-item p span {
          color: #ed1c29;
          font-weight: bold; }
      .show-hide .show .show-item h4 {
        margin-bottom: 19px; }
      .show-hide .show .show-item ul {
        list-style-image: url("/bitrix/templates/.default/css/../img/recipe-inner/recipe-bullet.png");
        color: #3b3b3b; }
        .show-hide .show .show-item ul li {
          margin-bottom: 11px;
          margin-left: -15px;
          line-height: 21px; }

@media (max-width: 800px) {
  .show-hide {
    padding-right: 0; } }
.view h3 {
  max-width: 580px; }
.view label, .view p, .view table {
  color: #3b3b3b;
  font-size: 18px; }
.view form {
  margin-bottom: 0; }
.view .opinion-item {
  margin-bottom: 15px; }
.view .opinion-item:last-child {
  margin-top: 25px; }
.view button {
  background-color: #ed1c29;
  color: #fff;
  border: none;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 15px 50px;
  font-size: 16px;
  box-shadow: 0 4px 3px #e5e5e5;
  cursor: pointer; }
.view .niceRadio {
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  background: url("/bitrix/templates/.default/css/../img/view/checkbox.png");
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 10px;
  margin-bottom: 3px; }
.view .radioChecked {
  background-position: 0 -35px; }
.view .niceRadio input {
  margin-left: -17px; }
.view .radioChecked + label {
  color: #ed1c29; }
.view table {
  width: 100%;
  font-size: 18px;
  border-spacing: 0 15px;
  margin-bottom: 100px; }
.view tr {
  margin-bottom: 15px;
  height: 39px; }
.view tr:last-child {
  margin: 0; }
.view .check {
  background: url("/bitrix/templates/.default/css/../img/view/check.png") left center no-repeat;
  color: #ed1c29; }
.view .buy {
  padding-left: 20px;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.view .percent {
  width: 10%;
  font-size: 14px;
  text-align: right; }
.view .progress div {
  background-color: #ed1c29;
  display: block;
  height: 17px;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pastry-img {
  float: right;
  margin: 30px 30px; }

@media (max-width: 905px) {
  .view .buy {
    width: 50%; } }
@media (max-width: 580px) {
  .pastry-img {
    float: none;
    margin: 31px 0;
    text-align: center; } }
.video-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 28, 41, 0.9);
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }
  .video-popup .close-popup {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1000; }

.slider-type-4 .slider-nav li img {
  height: 80px;
  width: 80px; }

.history {
  /*a{
    padding-top: 100%;
    max-width: 150px;
  }*/ }
  .history p {
    margin: 0; }
  .history .history-item {
    clear: both;
    overflow: hidden;
    padding-bottom: 50px;
    background: url(/bitrix/templates/.default/css/../img/line.png) 38px 0 repeat-y; }
    .history .history-item:last-child {
      padding-bottom: 0;
      background: none;
      margin-bottom: 110px; }
  .history .date {
    float: left;
    width: auto;
    font-size: 18px;
    padding: 5px 15px 5px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff; }
  .history .selected2 {
    margin-top: -20px; }
  .history .selected2:first-child {
    margin-top: 0; }
  .history .selected2 .date {
    background-color: #fff;
    background: url("/bitrix/templates/.default/css/../img/history/date-bg.png") no-repeat left 2px center rgba(0, 0, 0, 0);
    background-color: #fff;
    padding: 25px 17px 25px 20px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold; }
  .history .selected2 .description {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding: 25px 0 5px 0;
    width: 85%;
    font-weight: bold; }
  .history .description {
    float: right;
    width: 85%;
    padding-top: 5px; }
  .history .description .description-par {
    margin-bottom: 30px; }
  .history .description a img {
    vertical-align: top;
    margin-right: 5%;
    margin-bottom: 5%;
    float: left;
    width: 20%;
    max-height: 135px; }
  .history .description .main-img img {
    vertical-align: top;
    width: 45%;
    float: left;
    max-height: 303px; }
  .history .description a {
    display: block;
    background-position: center center;
    background-size: cover;
    display: block;
    padding-top: 100%;
    max-width: 300px; }
  .history .left-img {
    float: left;
    vertical-align: top;
    width: 45%;
    overflow: hidden;
    margin-right: 5%;
    margin-bottom: 5%; }
  .history .center-img {
    margin-right: 5%;
    float: left;
    width: 20%;
    overflow: hidden; }
    .history .center-img a:first-child {
      margin-bottom: 25%; }
  .history .right-img {
    overflow: hidden;
    width: 20%; }
    .history .right-img a:first-child {
      margin-bottom: 25%; }

@media only screen and (max-width: 1024px) {
  body {
    min-width: 280px; }

  .history .content-container .content {
    float: right;
    width: 70%; }
  .history .description img {
    margin-right: 20px; } }
@media only screen and (max-width: 800px) {
  .history .left-navigation {
    display: none; }
  .history .history-item img {
    width: 100%; }
  .history .description img {
    width: 45%;
    padding-right: 5%; }
  .history .history-item .description img:first-child {
    vertical-align: top;
    min-width: 95%;
    float: left; }
  .history .content-container .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    float: none; }
  .history .history-item:last-child {
    margin-bottom: 180px; } }
@media only screen and (max-width: 600px) {
  .history .video-popup .close-popup {
    top: 15px;
    right: 15px; }
    .history .video-popup .close-popup img {
      width: 30px; }

  .history .selected2 .description {
    width: 80%; }

  .history .description {
    width: 80%; } }
@media only screen and (max-width: 480px) {
  .history .history-item img {
    width: 100%; }
  .history .description img:first-child {
    width: auto; }
  .history .history-item:last-child {
    margin-bottom: 200px; }

  .history .selected2 .description {
    width: 75%; }

  .history .description {
    width: 75%; } }
@media only screen and (max-width: 380px) {
  .history .selected2 .description {
    width: 70%; }

  .history .description {
    width: 70%; } }
@media (max-height: 450px) {
  .history .video-popup .close-popup {
    top: 15px;
    right: 15px; }
    .history .video-popup .close-popup img {
      width: 30px; } }
.als-container {
  position: relative;
  width: 1300px;
  margin: 0px auto;
  z-index: 0; }

.als-viewport {
  position: relative;
  overflow: hidden;
  margin: 0px auto; }

.als-wrapper {
  position: relative;
  list-style: none; }

.als-item {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  float: left; }

.als-item img {
  height: 85px;
  width: 90px; }

.als-prev, .als-next {
  position: absolute;
  cursor: pointer;
  clear: both; }

/*************************************
 * specific styling for #demo3
 ************************************/
#demo3 {
  margin: 40px auto; }

#demo3 .als-item {
  margin: 0px 5px;
  padding: 4px 0px;
  min-height: 120px;
  min-width: 100px;
  text-align: center; }

#demo3 .als-item img {
  display: block;
  margin: 0 auto;
  vertical-align: middle; }

#demo3 .als-prev, #demo3 .als-next {
  top: 40px; }

#demo3 .als-prev {
  left: 200px; }

#demo3 .als-next {
  right: 200px; }

.slider-type-1 {
  position: relative;
  z-index: 1;
  margin-top: -170px;
  width: 100%;
  overflow: hidden;
  opacity: 0; }
  @media (max-width: 1120px) {
    .slider-type-1 {
      margin-top: -10px; } }
  @media (max-width: 900px) {
    .slider-type-1 {
      margin-top: 0; } }
  .slider-type-1 .slide {
    position: relative;
    float: left;
    height: 700px;
    background: url("/bitrix/templates/.default/css/../img/sliders/slider-1-1.jpg") center bottom no-repeat;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .slider-type-1 .slide {
        height: 600px;
        background-size: auto 580px; } }
    @media (max-width: 900px) {
      .slider-type-1 .slide {
        height: 660px;
        background-position: 60% bottom;
        background-size: auto 500px; } }
    @media (max-width: 480px) {
      .slider-type-1 .slide {
        height: 460px;
        background-position: 70% bottom;
        background-size: auto 300px; } }
    .slider-type-1 .slide .info-unit {
      position: relative;
      max-width: 1114px;
      margin: 0 auto; }
      .slider-type-1 .slide .info-unit .info-unit-inner {
        padding: 170px 50% 0 15px; }
        @media (max-width: 1200px) {
          .slider-type-1 .slide .info-unit .info-unit-inner {
            padding: 170px 50% 0 40px; } }
        @media (max-width: 900px) {
          .slider-type-1 .slide .info-unit .info-unit-inner {
            padding-top: 120px; } }
      @media (max-width: 900px) {
        .slider-type-1 .slide .info-unit {
          left: 0;
          width: 100%;
          max-width: 100%;
          text-align: center; }
          .slider-type-1 .slide .info-unit .info-unit-inner {
            padding: 120px 15px 0; } }
      .slider-type-1 .slide .info-unit h3 {
        margin: 0 0 40px;
        padding: 0;
        color: #970513;
        font: normal 75px/1em "Conv_ALS Klementina"; }
        @media (max-width: 1200px) {
          .slider-type-1 .slide .info-unit h3 {
            font-size: 63px; } }
        @media (max-width: 900px) {
          .slider-type-1 .slide .info-unit h3 {
            font-size: 50px;
            max-width: 480px;
            margin: 0 auto; } }
        @media (max-width: 480px) {
          .slider-type-1 .slide .info-unit h3 {
            font-size: 40px; } }
      .slider-type-1 .slide .info-unit p {
        font: normal 18px/26px "Conv_calibri";
        color: #3b3b3b;
        max-width: 350px; }
        @media (max-width: 900px) {
          .slider-type-1 .slide .info-unit p {
            display: none; } }
  .slider-type-1 .slide-2 {
    background-image: url("/bitrix/templates/.default/css/../img/sliders/slider-1-3.jpg"); }
  .slider-type-1 .slide-1 .info-unit .info-unit-inner p {
    padding-right: 20%; }
  .slider-type-1 .slide-3 {
    background-image: url("/bitrix/templates/.default/css/../img/sliders/slider-1-2.jpg"); }
    .slider-type-1 .slide-3 .info-unit .info-unit-inner p {
      padding-right: 20%; }
  .slider-type-1 .slide-4 {
    background-image: url("/bitrix/templates/.default/css/../img/sliders/slider-1-4.jpg"); }
    @media (max-width: 1024px) {
      .slider-type-1 .slide-4 .info-unit .info-unit-inner {
        padding-right: 62%; } }
    @media (max-width: 900px) {
      .slider-type-1 .slide-4 .info-unit .info-unit-inner {
        padding-right: 0; } }
  .slider-type-1 #carousel {
    overflow: hidden;
    height: 700px; }
    @media (max-width: 1024px) {
      .slider-type-1 #carousel {
        height: 600px; } }
    @media (max-width: 700px) {
      .slider-type-1 #carousel {
        height: 660px; } }
    @media (max-width: 480px) {
      .slider-type-1 #carousel {
        height: 460px; } }
  .slider-type-1 .nav {
    position: relative;
    height: 110px;
    z-index: 111;
    padding: 0;
    margin: -60px auto 0;
    overflow: hidden;
    max-width: 1100px; }
    @media (max-width: 700px) {
      .slider-type-1 .nav {
        margin: -40px 20px 0; } }
    @media (max-width: 480px) {
      .slider-type-1 .nav {
        overflow: visible; } }
    .slider-type-1 .nav:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("/bitrix/templates/.default/css/../img/sliders/bullet.png") center center repeat-x;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media (max-width: 700px) {
        .slider-type-1 .nav:before {
          background-image: url("/bitrix/templates/.default/css/../img/sliders/bullet-mobile.png"); } }
    .slider-type-1 .nav:after {
      content: "";
      position: absolute;
      top: 13px;
      left: 50%;
      height: 87px;
      width: 87px;
      margin-left: -45px;
      background: #ed1c29;
      border-radius: 50%;
      -webkit-box-shadow: inset 0 0 0 5px #fff, 0 0 0 13px #fff;
      -moz-box-shadow: inset 0 0 0 5px #fff, 0 0 0 13px #fff;
      box-shadow: inset 0 0 0 5px #fff, 0 0 0 13px #fff;
      border: 1px solid #dbdbdb; }
      @media (max-width: 700px) {
        .slider-type-1 .nav:after {
          display: none; } }
    .slider-type-1 .nav li {
      position: absolute;
      top: 40px;
      left: 50%;
      list-style: none;
      -webkit-transition: background .5s .5s, margin-left .5s;
      -moz-transition: background .5s .5s, margin-left .5s;
      -o-transition: background .5s .5s, margin-left .5s;
      transition: background .5s .5s, margin-left .5s;
      z-index: 1;
      padding: 0 10px;
      background: #fff; }
      @media (max-width: 700px) {
        .slider-type-1 .nav li {
          position: relative;
          margin-left: 0 !important;
          left: auto !important;
          opacity: 1 !important;
          width: 25%;
          padding: 0;
          float: left;
          background: none;
          text-align: center; } }
      .slider-type-1 .nav li a {
        color: #970513;
        font: normal 25px/1em 'Conv_ALS Klementina';
        text-decoration: none;
        display: inline-block;
        outline: none;
        width: 60px;
        -webkit-transition: color 0.5s;
        -moz-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s; }
        @media (max-width: 700px) {
          .slider-type-1 .nav li a {
            padding: 0 10px;
            background: #fff; } }
        @media (max-width: 480px) {
          .slider-type-1 .nav li a {
            position: relative;
            top: 4px;
            padding: 0;
            width: 7px;
            height: 7px;
            border-radius: 4px;
            background: #970513;
            overflow: hidden;
            -webkit-box-shadow: 0 0 0 5px white;
            -moz-box-shadow: 0 0 0 5px white;
            box-shadow: 0 0 0 5px white; } }
      .slider-type-1 .nav li.selected {
        background: transparent;
        -webkit-transition: margin-left 0.5s;
        -moz-transition: margin-left 0.5s;
        -o-transition: margin-left 0.5s;
        transition: margin-left 0.5s; }
        .slider-type-1 .nav li.selected a {
          color: #fff; }
          @media (max-width: 700px) {
            .slider-type-1 .nav li.selected a {
              position: relative;
              background: transparent;
              z-index: 2;
              top: 0px; } }
          @media (max-width: 480px) {
            .slider-type-1 .nav li.selected a {
              width: 60px;
              height: auto;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none; } }
        @media (max-width: 700px) {
          .slider-type-1 .nav li.selected {
            position: relative; }
            .slider-type-1 .nav li.selected:after {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              height: 87px;
              width: 87px;
              margin: -43px 0 0 -43px;
              background: #ed1c29;
              border-radius: 50%;
              -webkit-box-shadow: inset 0 0 0 5px #fff, 0 0 0 13px #fff;
              -moz-box-shadow: inset 0 0 0 5px #fff, 0 0 0 13px #fff;
              box-shadow: inset 0 0 0 5px #fff, 0 0 0 13px #fff;
              border: 1px solid #dbdbdb; } }
        @media (max-width: 480px) {
          .slider-type-1 .nav li.selected:after {
            -webkit-box-shadow: inset 0 0 0 5px #fff ;
            -moz-box-shadow: inset 0 0 0 5px #fff ;
            box-shadow: inset 0 0 0 5px #fff ; } }
  .slider-type-1.show-1 .nav li:nth-child(1) {
    margin-left: -37px; }
  .slider-type-1.show-1 .nav li:nth-child(2) {
    margin-left: 353px; }
  .slider-type-1.show-1 .nav li:nth-child(3) {
    margin-left: 670px; }
  .slider-type-1.show-1 .nav li:nth-child(4) {
    margin-left: -1850px; }
  .slider-type-1.show-1-fx .nav:before {
    left: -4020px;
    padding-right: 4011px; }
    @media (max-width: 480px) {
      .slider-type-1.show-1-fx .nav:before {
        left: 0px;
        padding-right: 0px; } }
  .slider-type-1.no-transition .nav:before {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  .slider-type-1.show-2 .nav:before {
    left: -610px;
    padding-right: 700px; }
    @media (max-width: 480px) {
      .slider-type-1.show-2 .nav:before {
        left: 0px;
        padding-right: 0px; } }
  .slider-type-1.show-2 .nav li:nth-child(1) {
    margin-left: -363px; }
  .slider-type-1.show-2 .nav li:nth-child(2) {
    margin-left: -37px; }
  .slider-type-1.show-2 .nav li:nth-child(3) {
    margin-left: 289px; }
  .slider-type-1.show-2 .nav li:nth-child(4) {
    margin-left: 1350px;
    opacity: 0; }
  .slider-type-1.show-3 .nav:before {
    left: -1433px;
    padding-right: 1430px; }
    @media (max-width: 480px) {
      .slider-type-1.show-3 .nav:before {
        left: 0px;
        padding-right: 0px; } }
  .slider-type-1.show-3 .nav li:nth-child(1) {
    margin-left: 1350px;
    opacity: 0; }
  .slider-type-1.show-3 .nav li:nth-child(2) {
    margin-left: -432px; }
  .slider-type-1.show-3 .nav li:nth-child(3) {
    margin-left: -37px; }
  .slider-type-1.show-3 .nav li:nth-child(4) {
    margin-left: 350px; }
  .slider-type-1.show-4 .nav:before {
    left: -2020px;
    padding-right: 2210px; }
    @media (max-width: 480px) {
      .slider-type-1.show-4 .nav:before {
        left: 0px;
        padding-right: 0px; } }
  .slider-type-1.show-4 .nav li:nth-child(1) {
    margin-left: 1350px; }
  .slider-type-1.show-4 .nav li:nth-child(2) {
    margin-left: -1350px;
    opacity: 0; }
  .slider-type-1.show-4 .nav li:nth-child(3) {
    margin-left: -368px; }
  .slider-type-1.show-4 .nav li:nth-child(4) {
    margin-left: -37px; }
.slider-type-2 {
  background: url("/bitrix/templates/.default/css/../img/sliders/slider-2-bg.jpg") center 0 no-repeat;
  position: relative;
  padding: 195px 0 90px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  /*margin-top: -110px;*/
  margin-top: 0px;
  }
  @media (max-width: 1120px) {
            .my_banner{
        padding-top: 80px;
}
  }
  @media (max-width: 700px) {
    .slider-type-2 {
      /*margin-top: -140px;*/
      margin-top: 0px;
      background-size: cover; } }
  .slider-type-2 .slider-title {
    margin: 0 0 50px;
    padding: 0;
    font: normal 60px/1em 'Conv_ALS Klementina'; }
    @media (max-width: 700px) {
      .slider-type-2 .slider-title {
        margin: 0 auto 50px;
        max-width: 380px;
        font-size: 45px; } }
  .slider-type-2 .goto {
    background: #fff;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    color: #333;
    padding: 0 33px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 50px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    .slider-type-2 .goto:hover {
      color: #ed1c2a; }
  .slider-type-2 .caroufredsel_wrapper {
    overflow: visible !important; }
  .slider-type-2 .slide {
    float: left;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .slider-type-2 .slide.solid {
      opacity: 1; }
      .slider-type-2 .slide.solid:hover a {
        text-decoration: none; }
    .slider-type-2 .slide img {
      display: inline-block;
      margin: 0 auto;
      max-width: 90%; }
  .slider-type-2 .img-wrap {
    height: 197px;
    line-height: 197px;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    .slider-type-2 .img-wrap img {
      vertical-align: middle; }
  .slider-type-2 a {
    color: #fff; }
  .slider-type-2 .larr,
  .slider-type-2 .rarr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 49px;
    height: 49px;
    background: url("/bitrix/templates/.default/css/../img/sliders/slider-2-arr.png") center 0 no-repeat;
    margin: -25px 0 0 -160px; }
    @media (max-width: 1460px) {
      .slider-type-2 .larr,
      .slider-type-2 .rarr {
        margin: -25px 0 0 -80px; } }
    @media (max-width: 1260px) {
      .slider-type-2 .larr,
      .slider-type-2 .rarr {
        margin: -25px 0 0 -50px; } }
    @media (max-width: 960px) {
      .slider-type-2 .larr,
      .slider-type-2 .rarr {
        margin: -25px 0 0 10px; } }
  .slider-type-2 .rarr {
    background-position: center bottom;
    left: auto;
    right: 0;
    margin: -25px -160px 0 0; }
    @media (max-width: 1460px) {
      .slider-type-2 .rarr {
        margin: -25px -80px 0 0; } }
    @media (max-width: 1260px) {
      .slider-type-2 .rarr {
        margin: -25px -50px 0 0; } }
    @media (max-width: 960px) {
      .slider-type-2 .rarr {
        margin: -25px 10px 0; } }
  .slider-type-2 .carousel-wrap {
    position: relative;
    max-width: 984px;
    width: 90%;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .slider-type-2 .carousel-wrap {
        width: auto;
        padding: 0 60px; } }

.slider-type-3 {
  position: relative;
  text-align: center;
  /*overflow: hidden;*/
  margin-bottom: 100px; }
  .slider-type-3 .slider-title {
    color: #3b3b3b;
    margin: 0 0 50px;
    padding: 0;
    font: normal 30px/1.1em 'Conv_calibri'; }
/*.slider-type-3 .caroufredsel_wrapper {
overflow: visible !important; }*/
  .slider-type-3 .slide {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    float: left;
    text-align: center; }
    .slider-type-3 .slide.solid {
      opacity: 1; }
      .slider-type-3 .slide.solid:hover a {
        text-decoration: none; }
    .slider-type-3 .slide img {
      max-width: 90%;
      margin: 0 auto;
      vertical-align: middle;
      max-width: 205px; }
    .slider-type-3 .slide .img-wrap a {
      display: inline; }
    .slider-type-3 .slide a {
      display: inline-block;
      padding: 10px 15px;
      font-size: 15px;
      color: #000;
      text-decoration: none; }
    .slider-type-3 .slide:hover a {
      color: #ee3a43; }
    .slider-type-3 .slide.current .img-wrap a {
      background: none;
      display: inline; }
    .slider-type-3 .slide.current a {
      background: #ee3a43;
      border-radius: 20px;
      color: #fff; }
  .slider-type-3 .carousel-wrap {
    position: relative;
    padding: 0 80px; }
  .slider-type-3 .larr,
  .slider-type-3 .rarr {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 64px;
    height: 60px;
    background: url("/bitrix/templates/.default/css/../img/sliders/slider-3-arr.png") center 0 no-repeat;
    margin: -30px 0 0; }
  .slider-type-3 .rarr {
    background-position: center bottom;
    left: auto;
    right: 8px;
    margin: -30px 0 0; }

.slider-type-4-container {
  position: relative;
  width: 90%;
  margin: 0 auto; }

.slider-type-4 {
  width: 90%;
  padding-top: 120px;
  margin: 0 auto;
  max-width: 700px; }
  @media (max-width: 700px) {
    .slider-type-4 {
      padding-top: 60px; } }
  .slider-type-4 .larr,
  .slider-type-4 .rarr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 49px;
    height: 49px;
    background: url("/bitrix/templates/.default/css/../img/sliders/slider-2-arr.png") center 0 no-repeat;
    margin: -25px 0 0 -150px;
    outline: none; }
  .slider-type-4 .slide {
    text-align: center;
    float: left;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .slider-type-4 .slide img {
      max-height: 460px; }
      @media (max-width: 700px) {
        .slider-type-4 .slide img {
          max-width: 100%;
          max-height: 250px; } }
    .slider-type-4 .slide .img-wrap {
      margin-bottom: 20px; }
    .slider-type-4 .slide a {
      color: #fff;
      font-style: italic;
      font-size: 14px;
      text-decoration: none; }
  .slider-type-4 .rarr {
    background-position: center bottom;
    left: auto;
    right: 0;
    margin: -25px -150px 0 0; }
  .slider-type-4 .slider-nav {
    overflow: hidden;
    padding: 0;
    margin: 35px 0 0;
    opacity: 0; }
    .slider-type-4 .slider-nav li {
      float: left;
      list-style: none;
      text-align: center;
      opacity: .7;
      -webkit-transition: transform 0.3s;
      -moz-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7); }
      .slider-type-4 .slider-nav li.focused {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
        .slider-type-4 .slider-nav li.focused a {
          outline: none; }
      .slider-type-4 .slider-nav li:hover {
        opacity: 1; }
  .slider-type-4 .carousel-wrap {
    position: relative; }

#carousel {
  width: 1100px;
  position: relative; }

#carousel img {
  display: none;
  /* hide images until carousel prepares them */
  cursor: pointer;
  /* not needed if you wrap carousel items in links */
  border: 5px solid #fff; }

@media (max-width: 800px) {
  .slider-type-3 {
    display: none; } }
@media only screen and (max-height: 700px) {
  .slider-type-4 {
    padding-top: 60px; }
    .slider-type-4 .slide {
      text-align: center;
      float: left;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-justify-content: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .slider-type-4 .slide img {
        max-height: 250px; }
    .slider-type-4 .slider-nav {
      margin: 5px 0 0; } }
@media (max-height: 450px) {
  .slider-type-4 {
    padding-top: 25px; }
    .slider-type-4 .slide {
      text-align: center;
      float: left;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-justify-content: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .slider-type-4 .slide img {
        max-height: 170px; }
    .slider-type-4 .slider-nav {
      margin: 5px 0 0; } }
/*Border radius*/
/*Box shadow*/
/*IE 5+ opacity*/
/*Transition*/
/*Perspective*/
/*Transform*/
/*Transform Style*/
/*Transform Origin*/
/*Transform Origin*/
/*Box-sizing*/
/*Background-clip*/
/* Clearfix */
/*Transition*/

.soc-mob {
	display: none;
	font-size: 0;
	margin-top: 30px;
}

@media (max-width: 1120px) {
	.soc-mob {
		display: block;
	}
}

.soc-mob a {
	padding: 10px;
}

.main-content .main-news h3 {
	margin-bottom: 16px;
}
.news-item {
	margin-bottom: 23px;
	margin-right: 15px;
}
.news-item:after {
	clear: both;
	content: "";
	display: block;
}
.news-photo {
	display: block;
	float: left;
	height: 120px;
	margin-right: 8%;
	margin-top: 7px;
	width: 230px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.news-info {
	overflow: hidden;
}
.news-date {
	font-size: 15px;
	line-height: 21px;
	color: #808080;
	padding-bottom: 6px;
	font-weight: bold;
}
.news-title a {
	color: #ed1c29;
}
.news-item .news-info .news-description {
	color: #3b3b3b;
	font-size: 15px;
	line-height: 21px;
	margin: 16px 0 0;
}
@media (max-width: 800px) {
	.news-item {
		margin-right: 0;
		margin-bottom: 50px;
	}
	.news-photo {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.hidden {
	display: none;
}
.content-container .main-about .main-body-description .body-description_chinese {
	padding-top: 110px;
}
@media (max-width: 480px) {
	.content-container .main-about .main-body-description .body-description_chinese {
		padding-top: 278px;
	}
}
.menu-container .menu > ul > li.unique-list:hover > a {
    			color: #ed1c29 !important;
}













body[data-curr-lang=ru].body-without-left .menu-container .menu,
.bvi-body .menu-container .menu {
    position: relative;
    display: table;
    width: calc(100% - 100px);
    padding: 0 50px;
}
body[data-curr-lang=ru].body-without-left .search-menu,
body[data-curr-lang=ru].body-without-left .bvi-body .search-menu {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    top: 5px;
    right: 0px;
    z-index: 10000;
    left: 0px;
}

body[data-curr-lang=ru].body-without-left .menu-container .menu-btn{
    right: 30px;
}

@media(max-width: 768px){
    body[data-curr-lang=ru].body-without-left .menu-container .menu-btn{
        right: 10px;
    }
}

@media(max-width: 800px){
    body[data-curr-lang=ru].body-without-left .content-container .main-about .main-body-description .body-news .news-header{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    body[data-curr-lang=ru].body-without-left .content-container .main-about .main-body-description .body-news .news-header span{
        width: 100%;
        padding-top: 10px;
    }
    body[data-curr-lang=ru].body-without-left .content-container .main-about .main-body-description .body-news .news-header span a{
        left: 30px;
    }
}


body[data-curr-lang=ru].body-without-left .search-menu p .social-last,
.bvi-body .search-menu p .social-last{
    margin-right: 0;
}


@media(min-width: 1121px){
    body[data-curr-lang=ru].body-without-left .menu-container .mobile-logo,
	body[data-curr-lang=ru].body-without-left .bvi-body .menu-container .mobile-logo{
	    display: none!important;
	}
}
@media(max-width: 1120px){
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .menu-container .mobile-logo{
        display: none!important;
    }

	body[data-curr-lang=ru].body-without-left .bvi-body .menu-container .mobile-logo{
        display: block;
        padding-top: 0;
        position: absolute;
        padding-top: 0px;
        top: 150px;
        left: calc(50% - 64px);
	}
}
@media(max-width: 992px){
	body[data-curr-lang=ru].body-without-left .bvi-body .menu-container .mobile-logo{
        top: 250px;
	}
}
@media(max-width: 768px){
	body[data-curr-lang=ru].body-without-left .bvi-body .menu-container .mobile-logo{
        top: 240px;
	}
}
@media(max-width: 480px){
	body[data-curr-lang=ru].body-without-left .bvi-body .menu-container .mobile-logo{
        top: 200px;
	}
}

@media(min-width: 1121px){
    body[data-curr-lang=ru].body-without-left .menu-container .menu li ul{
        margin: 10px 0 0 0px;
        padding: 55px 15px 10px;
    }

    body[data-curr-lang=ru].body-without-left .menu-container .menu li:nth-child(1) ul:nth-child(2){
        left: -20px;
        width: calc(100% + 20px);
        margin-left: 0;
    }
    body[data-curr-lang=ru].body-without-left .menu-container .menu li:nth-child(2) ul:nth-child(2),
    body[data-curr-lang=ru].body-without-left .menu-container .menu li:nth-child(3) ul:nth-child(2),
    body[data-curr-lang=ru].body-without-left .menu-container .menu li:nth-child(5) ul:nth-child(2),
    body[data-curr-lang=ru].body-without-left .menu-container .menu li:nth-child(7) ul:nth-child(2){
        left: 0px;
        width: 100%;
        margin-left: 0;
    }
    body[data-curr-lang=ru].body-without-left .menu-container .menu li:nth-child(6) ul:nth-child(2){
        left: 0;
        width: 125%;
        margin-left: 0;
    }
    body[data-curr-lang=ru].body-without-left .search-menu p .search-show{
        padding-right: 10px;
    }
    body[data-curr-lang=ru].body-without-left .search-menu p{
        width: auto;
    }
    body[data-curr-lang=ru].body-without-left .search-menu p span{
        text-align: center;
        padding: 0 5px;
    }
}


.bvi-body .search-popup{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}


body[data-curr-lang=ru].body-without-left .menu-container .menu > ul > li:first-child .main-list,
.bvi-body .menu-container .menu > ul > li:first-child .main-list{
    text-align: left;  
}
body[data-curr-lang=ru].body-without-left .menu-container .menu > ul > li:last-child .main-list,
.bvi-body .menu-container .menu > ul > li:last-child .main-list{
    text-align: right;
}

.bvi-but-container{
    padding-left: 50px;
}

.bvi-but-container a{
    padding-left: 10px;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    line-height: normal;

    color: #3B3B3B;
    text-decoration: none;
}
.slider-type-1 .slide .info-unit h3{
    font-family: "Conv_ALS Klementina";
    font-size: 75px;
}

@media(min-width: 1121px){
    .bvi-body .bvi-but-container{
        padding-left: 50px;
        position: relative;
        top: -120px;
        right: calc( -100% + 250px + 50px);
        font-size: 18px;
        line-height: 22px;
        
    }
    .bvi-body .bvi-but-container a{
        text-decoration-line: underline;
    }
        
}

.bvi-panel{
    width: 100%;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0, 0.1);
}

/* .bvi-container{
    width: calc(100% - 140px);
    padding: 30px 70px;
} */
.bvi-row:nth-child(1){
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3),
.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2){
    margin-left: 70px;
}




@media(min-width: 1121px){
    .bvi-container{
        width: calc(100% - 100px);
        padding: 30px 50px;
        margin: 0 auto;
        max-width: 1200px;
    }
}
@media(max-width: 1120px){
    .bvi-container{
        width: calc(100% - 100px);
        padding: 30px 50px;
    }
    .bvi-row:nth-child(1){
        justify-content: space-between;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2){
        margin-left: initial;
    }
}


@media(max-width: 992px){
    .bvi-row:nth-child(1){
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2){
        display: flex;
        justify-content: center;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3){
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding-top: 20px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-text-center,
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-text-center,
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-text-center{
        text-align: left;
    }
}


@media(max-width: 768px){
    .bvi-row:nth-child(1){
        justify-content: center;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3){
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1){
        padding-top: 0;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-text-center,
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-text-center,
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-text-center{
        text-align: center;
    }
}

.bvi-container .bvi-row:nth-child(1) .bvi-text-center .bvi-title{
    font-family: Calibri, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #3B3B3B;
}

.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-btn-group{
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 12px;
}
@media(max-width: 768px){
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-btn-group{
        justify-content: center;
    }
}

.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-btn-group a{
    width: 37px;
    height: 37px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #3B3B3B;
    box-sizing: border-box;
    color: #3B3B3B;
    text-decoration: none;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-btn-group #bvi-font-size-less{
    margin-left: 0;
}

.bvi-container .bvi-row .bvi-col .bvi-btn-group .active{
    background: #3B3B3B!important;
    color: #FFF!important;
}


.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-btn-group,
.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group{
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 12px;
}

.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a{
    width: auto;
    height: 37px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #3B3B3B;
    box-sizing: border-box;
    color: #3B3B3B;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 19px;
}
.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(2){
    margin-left: 10px;

}


.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(3){
    margin-left: 10px;
    padding: 0 25px;
}

.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-btn-group a{
    width: auto;
    height: 37px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #3B3B3B;
    box-sizing: border-box;
    color: #3B3B3B;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 19px;
}
.bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-btn-group a:nth-child(2){
    margin-left: 10px;
}





@media(max-width: 480px){
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(1),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(3){
        padding: 0 5px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(2){
        padding: 0 5px;
    }

    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(3){
        margin-left: 10px;
        padding: 0 5px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-btn-group a:nth-child(1){
        padding: 0 5px;
        width: 110px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-btn-group a:nth-child(2){
        padding: 0 5px;
        width: 110px;
    }
}
.bvi-body .content-container .main-content{
    margin: 50px auto 0;
}




body[data-curr-lang=ru].body-without-left .glasses-white{
    display: none!important;
}
body[data-curr-lang=ru].body-without-left .bvi-body .glasses-white{
    display: none!important;
}

body[data-curr-lang=ru].body-without-left.mob-menu-fix .glasses-white{
    display: initial!important;
}
body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .glasses-white{
    display: initial!important;
}

body[data-curr-lang=ru].body-without-left.mob-menu-fix .glasses{
    display: none!important;
}
body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .glasses{
    display:none;
}


.mob-menu-fix{
    color: #FFF;
}
.menu-container .menu > ul > li:after,
.bvi-body .menu-container .menu > ul > li:after{
    display: none;
}
@media (max-width: 1120px){
    body[data-curr-lang=ru].body-without-left .menu-container .menu {
        display: none;
        position: relative;
        font-size: 20px;
        padding: 70px 0 50px;
        margin-top: -18px;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .menu{
        display: block;
        position: relative;
        font-size: 20px;
        padding: 100px 0 50px;
        margin: -18px auto 0;
        overflow-y: auto;
        height: 200%;
    }
    body[data-curr-lang=ru].body-without-left .bvi-body .menu-container .menu-btn{
        top: 130px;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .menu-container .menu-btn{
        top: 0;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 130px;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .menu-container .search-menu,
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .menu-container .search-menu{
        justify-content: flex-start;
        top: 20px;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .bvi-but-container{
        padding-left: 0;
        padding-top: 2px;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .search-menu p{
        margin-left: 30px;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .bvi-open,
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .bvi-panel-close{
        color: #FFF;
        padding-left: 10px;
    }


    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-open
    {
        color: #FFF;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-but-container{
        padding-top: 0;
        padding-left: 0;
        display: flex;
        height: 25px;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 992px){
    body[data-curr-lang=ru].body-without-left .bvi-body .menu-container .menu-btn{
        top: 220px;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 220px;
    }
}
@media (max-width: 480px){
    body[data-curr-lang=ru].body-without-left .bvi-body .menu-container .menu-btn{
        top: 180px;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 180px;
    }
}

@media (max-width: 768px){
    body[data-curr-lang=ru].body-without-left .menu-container .menu, .bvi-body .menu-container .menu {
        width: calc(100% - 60px);
    }
}

@media (max-width: 600px){
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .menu-container .search-menu,
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .menu-container .search-menu{
        flex-wrap: wrap;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-but-container,
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .bvi-but-container{
        width: 100%;
        padding-bottom: 10px;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .search-menu p,
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .search-menu p{
        width: 100%;
    }
}


@media (max-width: 380px){

    body[data-curr-lang=ru].body-without-left.mob-menu-fix a.bvi-open{
        width: 130px;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body a.bvi-open{
        width: 100%;
    }
}


body[data-curr-lang=ru].body-without-left .search-menu p,
.bvi-body .search-menu p{
    margin-right: 50px;
    margin-left: 15px;
}
@media(max-width: 480px){
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .search-menu p,
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .search-menu p{
        margin-right: auto;
        margin-left: auto;
    }
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .search-menu p span,
    body[data-curr-lang=ru].body-without-left.mob-menu-fix .bvi-body .search-menu p span{
        text-align: center;
    }
}




body[data-curr-lang=ru].body-without-left .bvi-body .content-catalog .cookies-category{
    width: 32%;
}

body[data-curr-lang=ru].body-without-left .bvi-body .content-catalog .cookies-category a{
    display: block;
    line-height: 20px;
}

body[data-curr-lang=ru].body-without-left .bvi-body .content-catalog .cookies-category p a{
    height: 40px;
}


@media(max-width: 1080px){
	body[data-curr-lang=ru].body-without-left .bvi-body .content-catalog .cookies-category{
	    width: 49%;
	}
}
@media(max-width: 580px){
	body[data-curr-lang=ru].body-without-left .bvi-body .content-catalog .cookies-category{
	    width: 100%;
	}
}



body[data-curr-lang=ru].body-without-left .bvi-body .search-popup p{
    max-width: 406px;
    margin-left: auto;
    margin-right: auto;
}


@media(max-width: 865px){
    body[data-curr-lang=ru].body-without-left .bvi-body .sitemap .column{
        width: 50%;
    }
    body[data-curr-lang=ru].body-without-left .bvi-body .sitemap .column:nth-child(4){
        width: 100%;
    }
}
@media(max-width: 665px){
    body[data-curr-lang=ru].body-without-left .bvi-body .sitemap .column{
        width: 100%
    }
}


@media (max-width: 1120px){
    body[data-curr-lang=ru].body-without-left .slider-type-1{
        margin-top: 5px;
    }
}


@media(max-width: 768px){
    .bvi-body .honors a{
        pointer-events: none;
    }
}


.search-menu p .hidden{
    display: none;
}



@media(max-width: 768px){
    .bvi-container {
        padding: 5px 50px 15px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-btn-group, 
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group{
        margin-top: 5px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-btn-group{
        margin-top: 5px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1), 
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2), 
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3){
        padding-top: 10px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(2),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(1),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(3),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-btn-group a:nth-child(2),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-btn-group a:nth-child(1){
        height: 30px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-btn-group a:nth-child(2),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-btn-group a:nth-child(1){
        width: 30px;
        height: 30px;
    }
}


@media(max-width: 480px){
    .bvi-container {
        padding: 5px 50px 15px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-btn-group, 
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group{
        margin-top: 0;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-btn-group{
        margin-top: 0;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1), 
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2), 
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3){
        padding-top: 5px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(2),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(1),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(2) .bvi-btn-group a:nth-child(3),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-btn-group a:nth-child(2),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(3) .bvi-btn-group a:nth-child(1){
        height: 25px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-btn-group a:nth-child(2),
    .bvi-container .bvi-row:nth-child(1) .bvi-col:nth-child(1) .bvi-btn-group a:nth-child(1){
        width: 28px;
        height: 28px;
    }
    .bvi-container .bvi-row:nth-child(1) .bvi-text-center .bvi-title{
        font-size: 15px;
    }
}
.content-container .main-content{
    line-height: 21px;
}
.content-container .main-content h1,
.content-container .main-content h2,
.content-container .main-content h3,
.content-container .main-content h4{
    line-height: initial;
}

@media(max-width: 768px){
    .bvi-body .content-honors .honors:hover a span .zoom-in-img{
        display: none;
    }
}


































body[data-curr-lang=ru].body-with-left .menu-container .menu{
    position: relative;
    display: table;
    width: calc(100% - 100px);
    padding: 0 50px;
}
body[data-curr-lang=ru].body-with-left .search-menu{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    top: 5px;
    right: 0px;
    z-index: 10000;
    left: 0px;
}

body[data-curr-lang=ru].body-with-left .bvi-body .menu-container .menu-btn{
    right: 30px;
}

@media(max-width: 768px){
    body[data-curr-lang=ru].body-with-left .bvi-body .menu-container .menu-btn{
        right: 10px;
    }
}

@media(max-width: 800px){
    body[data-curr-lang=ru].body-with-left .content-container .main-about .main-body-description .body-news .news-header{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    body[data-curr-lang=ru].body-with-left .content-container .main-about .main-body-description .body-news .news-header span{
        width: 100%;
        padding-top: 10px;
    }
    body[data-curr-lang=ru].body-with-left .content-container .main-about .main-body-description .body-news .news-header span a{
        left: 30px;
    }
}


body[data-curr-lang=ru].body-with-left .search-menu p .social-last{
    margin-right: 0;
}



@media(min-width: 1121px){
	body[data-curr-lang=ru].body-with-left .bvi-body .menu-container .mobile-logo{
	    display: none!important;
	}
}
@media(max-width: 1120px){
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .menu-container .mobile-logo{
        display: none!important;
    }

	body[data-curr-lang=ru].body-with-left .bvi-body .menu-container .mobile-logo{
        display: block!important;
        padding-top: 0;
        position: absolute;
        padding-top: 0px;
        top: 150px;
        left: calc(50% - 64px);
	}
}
@media(max-width: 992px){
	body[data-curr-lang=ru].body-with-left .bvi-body .menu-container .mobile-logo{
        top: 250px;
	}
}
@media(max-width: 768px){
	body[data-curr-lang=ru].body-with-left .bvi-body .menu-container .mobile-logo{
        top: 240px;
	}
}
@media(max-width: 480px){
	body[data-curr-lang=ru].body-with-left .bvi-body .menu-container .mobile-logo{
        top: 200px;
	}
}

@media(min-width: 1121px){
    body[data-curr-lang=ru].body-with-left .menu-container .menu li ul{
        margin: 10px 0 0 0px;
        padding: 55px 15px 10px;
    }

    body[data-curr-lang=ru].body-with-left .menu-container .menu li:nth-child(1) ul:nth-child(2){
        left: -20px;
        width: calc(100% + 20px);
        margin-left: 0;
    }
    body[data-curr-lang=ru].body-with-left .menu-container .menu li:nth-child(2) ul:nth-child(2),
    body[data-curr-lang=ru].body-with-left .menu-container .menu li:nth-child(3) ul:nth-child(2),
    body[data-curr-lang=ru].body-with-left .menu-container .menu li:nth-child(5) ul:nth-child(2),
    body[data-curr-lang=ru].body-with-left .menu-container .menu li:nth-child(7) ul:nth-child(2){
        left: 0px;
        width: 100%;
        margin-left: 0;
    }
    body[data-curr-lang=ru].body-with-left .menu-container .menu li:nth-child(6) ul:nth-child(2){
        left: 0;
        width: 125%;
        margin-left: 0;
    }
    body[data-curr-lang=ru].body-with-left .search-menu p .search-show{
        padding-right: 10px;
    }
    body[data-curr-lang=ru].body-with-left .search-menu p{
        width: auto;
    }
    body[data-curr-lang=ru].body-with-left .search-menu p span{
        text-align: center;
        padding: 0 5px;
    }
}

body[data-curr-lang=ru].body-with-left .menu-container .menu > ul > li:first-child .main-list{
    text-align: left;  
}
body[data-curr-lang=ru].body-with-left .menu-container .menu > ul > li:last-child .main-list{
    text-align: right;
}





body[data-curr-lang=ru].body-with-left .glasses-white{
    display: none!important;
}
body[data-curr-lang=ru].body-with-left .bvi-body .glasses-white{
    display: none!important;
}
body[data-curr-lang=ru].body-with-left.mob-menu-fix .glasses-white{
    display: initial!important;
}
body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .glasses-white{
    display: initial!important;
}
body[data-curr-lang=ru].body-with-left.mob-menu-fix .glasses{
    display: none!important;
}
body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .glasses{
    display:none;
}




.mob-menu-fix{
    color: #FFF;
}
.menu-container .menu > ul > li:after,
.bvi-body .menu-container .menu > ul > li:after{
    display: none;
}


@media (max-width: 1120px){
    body[data-curr-lang=ru].body-with-left .menu-container .menu {
        display: none;
        position: relative;
        font-size: 20px;
        padding: 70px 0 50px;
        margin-top: -18px;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .menu{
        display: block;
        position: relative;
        font-size: 20px;
        padding: 120px 0 50px;
        margin: -18px auto 0;
        overflow-y: auto;
        height: 200%;
    }
    body[data-curr-lang=ru].body-with-left .bvi-body .menu-container .menu-btn{
        top: 160px;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .menu-container .menu-btn{
        top: 0;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 130px;
        height: calc(100% + 220px);
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .menu-container .search-menu,
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .menu-container .search-menu{
        justify-content: flex-start;
        top: 20px;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .bvi-but-container{
        padding-left: 0;
        padding-top: 2px;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .search-menu p{
        margin-left: 30px;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .bvi-open,
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .bvi-panel-close{
        color: #FFF;
        padding-left: 10px;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-open
    {
        color: #FFF;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-but-container{
        padding-top: 0;
        padding-left: 0;
        display: flex;
        height: 25px;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 992px){
    body[data-curr-lang=ru].body-with-left .bvi-body .menu-container .menu-btn{
        top: 220px;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 220px;
        height: calc(100% + 220px);
    }
}


@media (max-width: 768px){
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 220px;
        height: calc(100% + 220px);
    }
    body[data-curr-lang=ru].body-with-left .menu-container .menu, .bvi-body .menu-container .menu {
        width: calc(100% - 60px);
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .menu-container .search-menu,
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .menu-container .search-menu{
        flex-wrap: wrap;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-but-container,
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .bvi-but-container{
        width: 100%;
        padding-bottom: 20px;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .search-menu p,
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .search-menu p{
        width: 100%;
    }
}
@media (max-width: 480px){
    body[data-curr-lang=ru].body-with-left .bvi-body .menu-container .menu-btn{
        top: 180px;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .menu-container .menu-btn{
        top: 0;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 180px;
    }

}
@media (max-width: 380px){

    body[data-curr-lang=ru].body-with-left.mob-menu-fix a.bvi-open{
        width: 130px;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body a.bvi-open{
        width: 100%;
    }
}

body[data-curr-lang=ru].body-with-left .search-menu p,
.bvi-body .search-menu p{
    margin-right: 50px;
    margin-left: 15px;
}
@media(max-width: 480px){
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .search-menu p,
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .search-menu p{
        margin-right: auto;
        margin-left: auto;
    }
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .search-menu p span,
    body[data-curr-lang=ru].body-with-left.mob-menu-fix .bvi-body .search-menu p span{
        text-align: center;
    }
}



body[data-curr-lang=ru].body-with-left .bvi-body .top-nav p{
    padding-top: 5px;
    max-width: 70%;
}
body[data-curr-lang=ru].body-with-left .bvi-body .about .block{
    flex-wrap: wrap;
}
@media (max-width: 580px){
    body[data-curr-lang=ru].body-with-left .bvi-body .about .block .block-item {
        width: 100%;
    }
}
@media (max-width: 1200px){
	body[data-curr-lang=ru].body-with-left .history .history-item{
	    padding-right: 30px;
	}
}
@media (max-width: 800px){
	body[data-curr-lang=ru].body-with-left .history .history-item{
	    padding-right: 0;
	}
}



body[data-curr-lang=ru].body-with-left .bvi-body .content-honors .honors{
    width: 28%;
}
body[data-curr-lang=ru].body-with-left .bvi-body .content-honors .honors a span img{
    max-width: 100%;

}
body[data-curr-lang=ru].body-with-left .bvi-body .content-honors .honors a span img:nth-child(2){
    width: 100%;
}
body[data-curr-lang=ru].body-with-left .bvi-body .content-honors .honors p{
    max-width: initial;
    width: 100%;
}
@media(max-width: 1100px){
    body[data-curr-lang=ru].body-with-left .bvi-body .content-honors .honors{
        width: 41.6%;
    }
}
@media(max-width: 600px){
    body[data-curr-lang=ru].body-with-left .bvi-body .content-honors .honors{
        width: 100%;
    }
}




body[data-curr-lang=ru].body-with-left .bvi-body .search-popup p{
    max-width: 406px;
    margin-left: auto;
    margin-right: auto;
}



body[data-curr-lang=ru].body-with-left .bvi-body .history .description a{
    cursor: initial;
}
body[data-curr-lang=ru].body-with-left .bvi-body .history .video-popup{
    display: none!important;
}
body[data-curr-lang=ru].body-with-left.bvi-trig-grayback .fancybox-overlay{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}


body[data-curr-lang=ru].body-with-left .bvi-body .product-materials h3{
    display: none;
}
body[data-curr-lang=ru].body-with-left .bvi-body .product-materials .video1,
body[data-curr-lang=ru].body-with-left .bvi-body .product-materials .video2,
body[data-curr-lang=ru].body-with-left .bvi-body .product-materials .video3,
body[data-curr-lang=ru].body-with-left .bvi-body .product-materials .video4,
body[data-curr-lang=ru].body-with-left .bvi-body .product-materials .video5{
    display: none;
}
.partners .first-par,
.content-certificates .first-par{
    max-width: initial;
}



@media (max-width: 1120px){
    body[data-curr-lang=ru].body-with-left .slider-type-1{
        margin-top: 5px;
    }
}






































body[data-curr-lang=by].body-without-left .menu-container .menu{
    position: relative;
    display: table;
    width: calc(100% - 100px);
    padding: 0 50px;
}
body[data-curr-lang=by].body-without-left .search-menu,
body[data-curr-lang=by].body-without-left .bvi-body .search-menu {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    top: 5px;
    right: 0px;
    z-index: 10000;
    left: 0px;
}

body[data-curr-lang=by].body-without-left .menu-container .menu-btn{
    right: 30px;
}

@media(max-width: 768px){
    body[data-curr-lang=by].body-without-left .menu-container .menu-btn{
        right: 10px;
    }
}

@media(max-width: 800px){
    body[data-curr-lang=by].body-without-left .content-container .main-about .main-body-description .body-news .news-header{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    body[data-curr-lang=by].body-without-left .content-container .main-about .main-body-description .body-news .news-header span{
        width: 100%;
        padding-top: 10px;
    }
    body[data-curr-lang=by].body-without-left .content-container .main-about .main-body-description .body-news .news-header span a{
        left: 30px;
    }
}


body[data-curr-lang=by].body-without-left .glasses-white{
    display: none!important;
}
body[data-curr-lang=by].body-without-left .bvi-body .glasses-white{
    display: none!important;
}
body[data-curr-lang=by].body-without-left.mob-menu-fix .glasses-white{
    display: initial!important;
}
body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .glasses-white{
    display: initial!important;
}
body[data-curr-lang=by].body-without-left.mob-menu-fix .glasses{
    display: none!important;
}
body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .glasses{
    display:none;
}




body[data-curr-lang=by].body-without-left .search-menu p .social-last{
    margin-right: 0;
}


@media(min-width: 1121px){
    body[data-curr-lang=by].body-without-left .menu-container .mobile-logo,
	body[data-curr-lang=by].body-without-left .bvi-body .menu-container .mobile-logo{
	    display: none!important;
	}
}
@media(max-width: 1120px){
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .menu-container .mobile-logo{
        display: none!important;
    }

	body[data-curr-lang=by].body-without-left .bvi-body .menu-container .mobile-logo{
        display: block;
        padding-top: 0;
        position: absolute;
        padding-top: 0px;
        top: 150px;
        left: calc(50% - 64px);
	}
}
@media(max-width: 992px){
	body[data-curr-lang=by].body-without-left .bvi-body .menu-container .mobile-logo{
        top: 250px;
	}
}
@media(max-width: 768px){
	body[data-curr-lang=by].body-without-left .bvi-body .menu-container .mobile-logo{
        top: 240px;
	}
}
@media(max-width: 480px){
	body[data-curr-lang=by].body-without-left .bvi-body .menu-container .mobile-logo{
        top: 200px;
	}
}

@media(min-width: 1121px){
    body[data-curr-lang=by].body-without-left .menu-container .menu li ul{
        margin: 10px 0 0 0px;
        padding: 55px 15px 10px;
    }

    body[data-curr-lang=by].body-without-left .menu-container .menu li:nth-child(1) ul:nth-child(2){
        left: -20px;
        width: calc(100% + 20px);
        margin-left: 0;
    }
    
    body[data-curr-lang=by].body-without-left .menu-container .menu li:nth-child(5) ul:nth-child(2),
    body[data-curr-lang=by].body-without-left .menu-container .menu li:nth-child(7) ul:nth-child(2){
        left: 0px;
        width: 100%;
        margin-left: 0;
    }
    body[data-curr-lang=by].body-without-left .menu-container .menu li:nth-child(3) ul:nth-child(2),
    body[data-curr-lang=by].body-without-left .menu-container .menu li:nth-child(2) ul:nth-child(2){
        left: -10px;
        width: 100%;
        margin-left: 0;
    }
    body[data-curr-lang=by].body-without-left .menu-container .menu li:nth-child(6) ul:nth-child(2){
        left: 0;
        width: 125%;
        margin-left: 0;
    }
    body[data-curr-lang=by].body-without-left .search-menu p .search-show{
        padding-right: 10px;
    }
    body[data-curr-lang=by].body-without-left .search-menu p{
        width: auto;
    }
    body[data-curr-lang=by].body-without-left .search-menu p span{
        text-align: center;
        padding: 0 5px;
    }
}


body[data-curr-lang=by].body-without-left .menu-container .menu > ul > li.menu-container .menu > ul > li:first-child .main-list{
    text-align: left;  
}
body[data-curr-lang=by].body-without-left .menu-container .menu > ul > li:last-child .main-list{
    text-align: right;
}



@media (max-width: 1120px){
    body[data-curr-lang=by].body-without-left .menu-container .menu {
        display: none;
        position: relative;
        font-size: 20px;
        padding: 70px 0 50px;
        margin-top: -18px;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .menu{
        display: block;
        position: relative;
        font-size: 20px;
        padding: 100px 0 50px;
        margin: -18px auto 0;
        overflow-y: auto;
        height: 200%;
    }
    body[data-curr-lang=by].body-without-left .bvi-body .menu-container .menu-btn{
        top: 130px;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .menu-container .menu-btn{
        top: 0;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 130px;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .menu-container .search-menu,
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .menu-container .search-menu{
        justify-content: flex-start;
        top: 20px;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .bvi-but-container{
        padding-left: 0;
        padding-top: 0;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .search-menu p{
        margin-left: 30px;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .bvi-open,
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .bvi-panel-close{
        color: #FFF;
        padding-left: 10px;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-open
    {
        color: #FFF;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-but-container{
        padding-top: 0;
        padding-left: 0;
        display: flex;
        height: 25px;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 992px){
    body[data-curr-lang=by].body-without-left .bvi-body .menu-container .menu-btn{
        top: 220px;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 220px;
    }
}

@media (max-width: 768px){
    body[data-curr-lang=by].body-without-left .bvi-body .menu-container .menu-btn{
        top: 220px;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 220px;
    }
    body[data-curr-lang=by].body-without-left .menu-container .menu, .bvi-body .menu-container .menu {
        width: calc(100% - 60px);
    }
}

@media (max-width: 600px){
    body[data-curr-lang=by].body-without-left.mob-menu-fix .menu-container .search-menu,
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .menu-container .search-menu{
        flex-wrap: wrap;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-but-container,
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .bvi-but-container{
        width: 100%;
        padding-bottom: 10px;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .search-menu p,
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .search-menu p{
        width: 100%;
    }
}
@media (max-width: 480px){
    body[data-curr-lang=by].body-without-left .bvi-body .menu-container .menu-btn{
        top: 180px;
    }
}


@media (max-width: 380px){

    body[data-curr-lang=by].body-without-left.mob-menu-fix a.bvi-open{
        width: 130px;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body a.bvi-open{
        width: 100%;
    }
}


body[data-curr-lang=by].body-without-left .search-menu p{
    margin-right: 50px;
    margin-left: 15px;
}
@media(max-width: 480px){
    body[data-curr-lang=by].body-without-left.mob-menu-fix .search-menu p,
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .search-menu p{
        margin-right: auto;
        margin-left: auto;
    }
    body[data-curr-lang=by].body-without-left.mob-menu-fix .search-menu p span,
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .search-menu p span{
        text-align: center;
    }
}




body[data-curr-lang=by].body-without-left .bvi-body .content-catalog .cookies-category{
    width: 32%;
}

body[data-curr-lang=by].body-without-left .bvi-body .content-catalog .cookies-category a{
    display: block;
    line-height: 20px;
}

body[data-curr-lang=by].body-without-left .bvi-body .content-catalog .cookies-category p a{
    height: 40px;
}


@media(max-width: 1080px){
	body[data-curr-lang=by].body-without-left .bvi-body .content-catalog .cookies-category{
	    width: 49%;
	}
}
@media(max-width: 580px){
	body[data-curr-lang=by].body-without-left .bvi-body .content-catalog .cookies-category{
	    width: 100%;
	}
}



body[data-curr-lang=by].body-without-left .bvi-body .search-popup p{
    max-width: 406px;
    margin-left: auto;
    margin-right: auto;
}


@media(max-width: 865px){
    body[data-curr-lang=by].body-without-left .bvi-body .sitemap .column{
        width: 50%;
    }
    body[data-curr-lang=by].body-without-left .bvi-body .sitemap .column:nth-child(4){
        width: 100%;
    }
}
@media(max-width: 665px){
    body[data-curr-lang=by].body-without-left .bvi-body .sitemap .column{
        width: 100%
    }
}



body[data-curr-lang=by].body-without-left .without-after{
    display: none;
}
body[data-curr-lang=by].body-without-left .menu-container .menu > ul > li:nth-child(2),
body[data-curr-lang=by].body-without-left .menu-container .menu > ul > li:nth-child(3){
    width: 21%;
}
body[data-curr-lang=by].body-without-left .menu-container .menu > ul > li:nth-child(3) a,
body[data-curr-lang=by].body-without-left .menu-container .menu > ul > li:nth-child(2) a{
    text-align: left;
}
body[data-curr-lang=by].body-without-left.mob-menu-fix  .menu-container .menu > ul > li:nth-child(2),
body[data-curr-lang=by].body-without-left.mob-menu-fix .menu-container .menu > ul > li:nth-child(3){
    width: initial;
}
@media (max-width: 1120px){
    body[data-curr-lang=by].body-without-left .slider-type-1{
        margin-top: 5px;
    }
}


@media (max-width: 768px){
    body[data-curr-lang=by].body-without-left.mob-menu-fix .menu-container .menu > ul > li:nth-child(3) a,
    body[data-curr-lang=by].body-without-left.mob-menu-fix .menu-container .menu > ul > li:nth-child(2) a { 
        text-align: center;
    }
}
@media (max-width: 480px){
    body[data-curr-lang=by].body-without-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded{
        top: 180px;
    }
}























body[data-curr-lang=by].body-with-left .menu-container .menu{
    display: none;
    position: relative;
    display: table;
    width: calc(100% - 100px);
    padding: 0 50px;
}
body[data-curr-lang=by].body-with-left .search-menu{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    top: 5px;
    right: 0px;
    z-index: 10000;
    left: 0px;
}

body[data-curr-lang=by].body-with-left .bvi-body .menu-container .menu-btn{
    right: 30px;
}

@media(max-width: 768px){
    body[data-curr-lang=by].body-with-left .bvi-body .menu-container .menu-btn{
        right: 30px;
    }
}

@media(max-width: 800px){
    body[data-curr-lang=by].body-with-left .content-container .main-about .main-body-description .body-news .news-header{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    body[data-curr-lang=by].body-with-left .content-container .main-about .main-body-description .body-news .news-header span{
        width: 100%;
        padding-top: 10px;
    }
    body[data-curr-lang=by].body-with-left .content-container .main-about .main-body-description .body-news .news-header span a{
        left: 30px;
    }
}


body[data-curr-lang=by].body-with-left .search-menu p .social-last{
    margin-right: 0;
}



@media(min-width: 1121px){
    body[data-curr-lang=by].body-with-left .menu-container .mobile-logo,
	body[data-curr-lang=by].body-with-left .bvi-body .menu-container .mobile-logo{
	    display: none!important;
	}
}
@media(max-width: 1120px){
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .menu-container .mobile-logo{
        display: none!important;
    }

	body[data-curr-lang=by].body-with-left .bvi-body .menu-container .mobile-logo{
        display: block!important;
        padding-top: 0;
        position: absolute;
        padding-top: 0px;
        top: 150px;
        left: calc(50% - 64px);
	}
}
@media(max-width: 992px){
	body[data-curr-lang=by].body-with-left .bvi-body .menu-container .mobile-logo{
        top: 250px;
	}
}
@media(max-width: 768px){
	body[data-curr-lang=by].body-with-left .bvi-body .menu-container .mobile-logo{
        top: 240px;
	}
}
@media(max-width: 480px){
	body[data-curr-lang=by].body-with-left .bvi-body .menu-container .mobile-logo{
        top: 200px;
	}
}

@media(min-width: 1121px){
    body[data-curr-lang=by].body-with-left .menu-container .menu li ul{
        margin: 10px 0 0 0px;
        padding: 55px 15px 10px;
    }

    body[data-curr-lang=by].body-with-left .menu-container .menu li:nth-child(1) ul:nth-child(2){
        left: -20px;
        width: calc(100% + 20px);
        margin-left: 0;
    }
    body[data-curr-lang=by].body-with-left .menu-container .menu li:nth-child(5) ul:nth-child(2),
    body[data-curr-lang=by].body-with-left .menu-container .menu li:nth-child(7) ul:nth-child(2){
        left: 0px;
        width: 100%;
        margin-left: 0;
    }
    body[data-curr-lang=by].body-with-left .menu-container .menu li:nth-child(2) ul:nth-child(2),
    body[data-curr-lang=by].body-with-left .menu-container .menu li:nth-child(3) ul:nth-child(2){
        left: -10px;
        width: 100%;
        margin-left: 0;
    }
    body[data-curr-lang=by].body-with-left .menu-container .menu li:nth-child(6) ul:nth-child(2){
        left: 0;
        width: 125%;
        margin-left: 0;
    }
    body[data-curr-lang=by].body-with-left .search-menu p .search-show{
        padding-right: 10px;
    }
    body[data-curr-lang=by].body-with-left .search-menu p{
        width: auto;
    }
    body[data-curr-lang=by].body-with-left .search-menu p span{
        text-align: center;
        padding: 0 5px;
    }
}

body[data-curr-lang=by].body-with-left .menu-container .menu > ul > li:first-child .main-list{
    text-align: left;  
}
body[data-curr-lang=by].body-with-left .menu-container .menu > ul > li:last-child .main-list{
    text-align: right;
}





body[data-curr-lang=by].body-with-left .glasses-white{
    display: none!important;
}
body[data-curr-lang=by].body-with-left .bvi-body .glasses-white{
    display: none!important;
}
body[data-curr-lang=by].body-with-left.mob-menu-fix .glasses-white{
    display: initial!important;
}
body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .glasses-white{
    display: initial!important;
}

body[data-curr-lang=by].body-with-left.mob-menu-fix .glasses{
    display: none!important;
}
body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .glasses{
    display:none;
}



.mob-menu-fix{
    color: #FFF;
}
.menu-container .menu > ul > li:after,
.bvi-body .menu-container .menu > ul > li:after{
    display: none;
}


@media (max-width: 1120px){
    body[data-curr-lang=by].body-with-left .menu-container .menu {
        display: none;
        position: relative;
        font-size: 20px;
        padding: 70px 0 50px;
        margin-top: -18px;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .menu{
        display: block;
        position: relative;
        font-size: 20px;
        padding: 120px 0 50px;
        margin: -18px auto 0;
        overflow-y: auto;
        height: 200%;
    }
    body[data-curr-lang=by].body-with-left .bvi-body .menu-container .menu-btn{
        top: 130px;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .menu-container .menu-btn{
        top: 0;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 130px;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .menu-container .search-menu,
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .menu-container .search-menu{
        justify-content: flex-start;
        top: 20px;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .bvi-but-container{
        padding-left: 0;
        padding-top: 2px;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .search-menu p{
        margin-left: 30px;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .bvi-open,
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .bvi-panel-close{
        color: #FFF;
        padding-left: 10px;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-open
    {
        color: #FFF;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-but-container{
        padding-top: 0;
        padding-left: 0;
        display: flex;
        height: 25px;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 992px){
    body[data-curr-lang=by].body-with-left .bvi-body .menu-container .menu-btn{
        top: 220px;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 220px;
    }
}


@media (max-width: 768px){
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 220px;
    }
    body[data-curr-lang=by].body-with-left .menu-container .menu, .bvi-body .menu-container .menu {
        width: calc(100% - 60px);
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .menu-container .search-menu,
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .menu-container .search-menu{
        flex-wrap: wrap;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-but-container,
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .bvi-but-container{
        width: 100%;
        padding-bottom: 20px;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .search-menu p,
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .search-menu p{
        width: 100%;
    }
}
@media (max-width: 480px){
    body[data-curr-lang=by].body-with-left .bvi-body .menu-container .menu-btn{
        top: 180px;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .menu-container .menu-btn{
        top: 0;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .menu-container.menu-container-expanded {
        top: 180px;
    }

}
@media (max-width: 380px){

    body[data-curr-lang=by].body-with-left.mob-menu-fix a.bvi-open{
        width: 130px;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body a.bvi-open{
        width: 100%;
    }
}

body[data-curr-lang=by].body-with-left .search-menu p,
.bvi-body .search-menu p{
    margin-right: 50px;
    margin-left: 15px;
}
@media(max-width: 480px){
    body[data-curr-lang=by].body-with-left.mob-menu-fix .search-menu p,
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .search-menu p{
        margin-right: auto;
        margin-left: auto;
    }
    body[data-curr-lang=by].body-with-left.mob-menu-fix .search-menu p span,
    body[data-curr-lang=by].body-with-left.mob-menu-fix .bvi-body .search-menu p span{
        text-align: center;
    }
}



body[data-curr-lang=by].body-with-left .bvi-body .top-nav p{
    padding-top: 5px;
    max-width: 70%;
}
body[data-curr-lang=by].body-with-left .bvi-body .about .block{
    flex-wrap: wrap;
}
@media (max-width: 580px){
    body[data-curr-lang=by].body-with-left .bvi-body .about .block .block-item {
        width: 100%;
    }
}
@media (max-width: 1200px){
	body[data-curr-lang=by].body-with-left .history .history-item{
	    padding-right: 30px;
	}
}
@media (max-width: 800px){
	body[data-curr-lang=by].body-with-left .history .history-item{
	    padding-right: 0;
	}
}



body[data-curr-lang=by].body-with-left .bvi-body .content-honors .honors{
    width: 28%;
}
body[data-curr-lang=by].body-with-left .bvi-body .content-honors .honors a span img{
    max-width: 100%;

}
body[data-curr-lang=by].body-with-left .bvi-body .content-honors .honors a span img:nth-child(2){
    width: 100%;
}
body[data-curr-lang=by].body-with-left .bvi-body .content-honors .honors p{
    max-width: initial;
    width: 100%;
}
@media(max-width: 1100px){
    body[data-curr-lang=by].body-with-left .bvi-body .content-honors .honors{
        width: 41.6%;
    }
}
@media(max-width: 600px){
    body[data-curr-lang=by].body-with-left .bvi-body .content-honors .honors{
        width: 100%;
    }
}




body[data-curr-lang=by].body-with-left .bvi-body .search-popup p{
    max-width: 406px;
    margin-left: auto;
    margin-right: auto;
}



body[data-curr-lang=by].body-with-left .bvi-body .history .description a{
    cursor: initial;
}
body[data-curr-lang=by].body-with-left .bvi-body .history .video-popup{
    display: none!important;
}
body[data-curr-lang=by].body-with-left.bvi-trig-grayback .fancybox-overlay{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}


body[data-curr-lang=by].body-with-left .bvi-body .product-materials h3{
    display: none;
}
body[data-curr-lang=by].body-with-left .bvi-body .product-materials .video1,
body[data-curr-lang=by].body-with-left .bvi-body .product-materials .video2,
body[data-curr-lang=by].body-with-left .bvi-body .product-materials .video3,
body[data-curr-lang=by].body-with-left .bvi-body .product-materials .video4,
body[data-curr-lang=by].body-with-left .bvi-body .product-materials .video5{
    display: none;
}

.partners .first-par,
.content-certificates .first-par{
    max-width: initial;
}


body[data-curr-lang=by].body-with-left .without-after{
    display: none;
}
body[data-curr-lang=by].body-with-left .menu-container .menu > ul > li:nth-child(2),
body[data-curr-lang=by].body-with-left .menu-container .menu > ul > li:nth-child(3){
    width: 21%;
}
body[data-curr-lang=by].body-with-left .menu-container .menu > ul > li:nth-child(3) a,
body[data-curr-lang=by].body-with-left .menu-container .menu > ul > li:nth-child(2) a{
    text-align: left;
}
@media (max-width: 1120px){
    body[data-curr-lang=by].body-with-left .slider-type-1{
        margin-top: 5px;
    }
}

body[data-curr-lang=by].body-with-left.mob-menu-fix  .menu-container .menu > ul > li:nth-child(2),
body[data-curr-lang=by].body-with-left.mob-menu-fix .menu-container .menu > ul > li:nth-child(3){
    width: initial;
}




.search-page{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    max-width: 1200px;
    width: calc(100% - 100px);
    padding: 0 50px;
    margin: 0 auto;
}


.bvi-body .search-page{
    margin-bottom: 163px;

}

.search-page .search-result .navigation {
     margin-bottom: 100px;
}

@media(max-width: 1120px){
.search-page{
    margin-top: 150px;
}
.bvi-body .search-page{
    margin-top: 140px;
}
}

@media(max-width: 767px){
.search-page .search-result .navigation {
     margin-bottom: 150px;
}
}


@media(max-width: 480px){
    .search-page{
       width: calc(100% - 60px);
       padding: 0 30px;
    }
}






.bvi-body .paging, 
.bvi-body .popup-form,
.bvi-body h1{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.bvi-body .content-comments .btn span,
.bvi-body .content-comments .btn span:hover{
	background: #484848;
}
.bvi-body .content-honors .honors{
pointer-events: none;
}
.bvi-body .cookies-category:hover a{
	color: #484848
}
/* End */


/* Start:/bitrix/templates/.default/css/bvi-plugin/bvi.css?155862167526248*/
/* LETTER-SPACING   */
  html body .bvi-body[data-bvi-letter-spacing='average'] * {
    letter-spacing: 2px !important; }
  html body .bvi-body[data-bvi-letter-spacing='big'] * {
    letter-spacing: 4px !important; }



  /* SERIFS */
  html body .bvi-body[data-bvi-font-family='arial'] *:not(i):not(span) {
    font-family: Arial, sans-serif!important; }
  html body .bvi-body[data-bvi-font-family='times'] *:not(i):not(span) {
    font-family: "Times New roman"!important; }




  /* IMAGES */
      
  html body .bvi-body[data-bvi-images='true'] img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  html body .bvi-body[data-bvi-images='false'] .bvi-img-off {
    border: 2px dashed !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    max-width: 100% !important;
    max-height: 100% !important;
    word-wrap: break-word !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; }
  html body .bvi-body[data-bvi-images='grayscale'] img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray; }
  html body .bvi-body[data-bvi-images='grayscale'] .bvi-div-grayscale {
    position: relative;
    display: block; }


  html body .bvi-body .grayscale{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /* filter: url(/bitrix/templates/.default/css/bvi-plugin/grayscale.svg); Firefox 4+ */
    filter: gray; /* IE 6-9 */

  }

  html body .bvi-body .bvi-backnone{
    background: none!important;
  }

  html body .bvi-body .bvi-displaynone{
    display: none!important;
  }



html body .bvi-body[data-bvi-size='18'] .bvi-panel-close{
    font-size: 21px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .search-menu p{
    font-size: 20px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .info-unit-inner h3 {
    font-size: 65px !important;}
  html body .bvi-body[data-bvi-size='18'] .info-unit-inner p {
    font-size: 25px !important;}
  html body .bvi-body[data-bvi-size='18'] .main-list {
    font-size: 20px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .slider-title{
    font-size: 80px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .slider-type-2 .slide > a{
    font-size: 22px !important;
  } 
  html body .bvi-body[data-bvi-size='18'] .slider-type-2 .goto{
    font-size: 22px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .main-body-headers .body-header-1{
    font-size: 80px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .main-body-description .body-description h1{
    font-size: 42px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .main-body-description .body-description p{
    font-size: 22px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .body-news .news-header{
    font-size: 42px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .body-news .news-date {
    font-size: 38px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .body-news .news-month {
    font-size: 22px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .body-news .news-description a{
    font-size: 22px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .body-news .all-news a{
    font-size: 21px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .footer-content {
    font-size: 21px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .footer-content .second-column p .second-part-tel,
  html body .bvi-body[data-bvi-size='18'] .footer-content .second-column p .first-part-tel{
    font-size: 28px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .menu-container .menu-btn{
    font-size: 20px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .menu-container .search-input-wrap input[type="text"]{
    font-size: 24px !important;
  }

  @media(max-width: 900px){
    html body .bvi-body[data-bvi-size='18'] .slider-type-1 .slide .info-unit .info-unit-inner{
      padding: 120px 15px 0;
    }
  }
  @media(max-width: 768px){
    html body .bvi-body[data-bvi-size='18'] .info-unit-inner h3 {
      font-size: 57px !important;}
    html body .bvi-body[data-bvi-size='18'] .slider-title{
      font-size: 60px !important;
    }
    html body .bvi-body[data-bvi-size='18'] .slider-title {
      font-size: 45px !important;
    }
    html body .bvi-body[data-bvi-size='18'] .main-body-description .body-description h1{
      font-size: 28px !important;
    }
    html body .bvi-body[data-bvi-size='18'] .main-body-headers .body-header-1{
      font-size: 40px !important;
    }
    html body .bvi-body[data-bvi-size='18'] .slider-type-2 .goto{
      margin-top: 100px;
    }
    html body .bvi-body[data-bvi-size='18'] .slider-type-2 .slider-title {
      margin: 0 auto 20px;
    }
  }
  html body .bvi-body[data-bvi-size='18'] .top-nav p{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .content-container h1{
    font-size: 42px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .content-container h3{
    font-size: 36px !important;
  }

  html body .bvi-body[data-bvi-size='18'] .left-navigation p a{
    font-size: 20px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .about p{
    font-size: 22px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .content-container .main-content p{
    font-size: 20px !important;
  }

  html body .bvi-body[data-bvi-size='18'] .history .date{
    font-size: 20px !important;
  }

  html body .bvi-body[data-bvi-size='18'] .history .selected2 .date{
    height: 75px!important;
    width: auto!important;
    background-size: contain!important;
  }
  html body .bvi-body[data-bvi-size='18'] .show-hide .show .show-item h4{
    font-size: 20px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .show-hide h4 a{
    font-size: 22px !important;    
  }
  html body .bvi-body[data-bvi-size='18'] .show-hide .show .show-item ul li{
    font-size: 20px !important;
  }
  @media(max-width: 480px){
    html body .bvi-body[data-bvi-size='18'] .content-container .administrative_procedures h1{
      font-size: 19px !important;
    }
  }
  html body .bvi-body[data-bvi-size='18'] .news-info .news-date {
    font-size: 19px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .news-info .news-title{
    font-size: 20px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .paging a {
    font-size: 20px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .footer .footer-content div p{
    font-size: 19px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .main-content .press-news p .news-date{
    font-size: 36px !important;
  }

  html body .bvi-body[data-bvi-size='18'] .main-content .press-news p .news-date .news-month{
    font-size: 24px !important;
  }

  html body .bvi-body[data-bvi-size='18'] .main-content .press-news p .news-description a{
    font-size: 19px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .main-content .press-review p .all-news,
  html body .bvi-body[data-bvi-size='18'] .main-content .press-news p .all-news{
    font-size: 19px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .main-content .press-about p a{
    font-size: 19px !important;
  }

  html body .bvi-body[data-bvi-size='18'] .content-container h2{
    font-size: 40px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .content-comments .btn{
    font-size: 20px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .view table{
    font-size: 22px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .view .percent{
    font-size: 22px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .recipe .ingridients p a{
    font-size: 19px !important;
  }


  html body .bvi-body[data-bvi-size='18'] .content-container .main-content{
    font-size: 20px !important;
  }
  @media(min-width: 1121px){
    html body .bvi-body[data-bvi-size='18'] .search-popup .search-container .search-title{
      color: #FFF;
      font-size: 20px !important;
    }  
    html body .bvi-body[data-bvi-size='18'] .search-popup p{
      font-size: 18px !important;
    }
  }

  html body .bvi-body[data-bvi-size='18'] .contacts .sub-menu span a{
    font-size: 20px !important;
  }
  
  html body .bvi-body[data-bvi-size='18'] .contacts div p{
    font-size: 19px !important;
  }
  
  html body .bvi-body[data-bvi-size='18'] .contacts .form form .submit input[type="submit"]{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .contacts .form form .form-row-1 input[type="text"], 
  html body .bvi-body[data-bvi-size='18'] .contacts .form form .form-row-1 input[type="email"], 
  html body .bvi-body[data-bvi-size='18'] .contacts .form form .form-row-1 textarea, 
  html body .bvi-body[data-bvi-size='18'] .contacts .form form .form-row-2 input[type="text"], 
  html body .bvi-body[data-bvi-size='18'] .contacts .form form .form-row-2 input[type="email"], 
  html body .bvi-body[data-bvi-size='18'] .contacts .form form .form-row-2 textarea{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='18'] .contacts .form form .form-row-3 input[type="text"], 
  html body .bvi-body[data-bvi-size='18'] .contacts .form form .form-row-3 input[type="email"], 
  html body .bvi-body[data-bvi-size='18'] .contacts .form form .form-row-3 textarea{
    font-size: 18px !important;
  }

  html body .bvi-body[data-bvi-size='18'] .sitemap ul li{
    font-size: 19px !important;
  }

html body .bvi-body[data-bvi-size='18'] .search-query{
  font-size: 25px !important;
} 
html body .bvi-body[data-bvi-size='18'] .search-result{
  font-size: 20px !important;
} 
html body .bvi-body[data-bvi-size='18'] .search-item h4{
  font-size: 27px !important;
} 
html body .bvi-body[data-bvi-size='18'] .search-preview{
  font-size: 20px !important;
} 
html body .bvi-body[data-bvi-size='18'] .search-item .navigation{
  font-size: 20px !important;
}
























  html body .bvi-body[data-bvi-size='17'] .bvi-panel-close{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .search-menu p{
    font-size: 17px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .info-unit-inner h3 {
    font-size: 60px !important;}
  html body .bvi-body[data-bvi-size='17'] .info-unit-inner p {
    font-size: 22px !important;}
  html body .bvi-body[data-bvi-size='17'] .main-list {
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .slider-title{
    font-size: 70px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .slider-type-2 .slide > a{
    font-size: 19px !important;
  } 
  html body .bvi-body[data-bvi-size='17'] .slider-type-2 .goto{
    font-size: 19px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .main-body-headers .body-header-1{
    font-size: 70px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .main-body-description .body-description h1{
    font-size: 38px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .main-body-description .body-description p{
    font-size: 19px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .body-news .news-header{
    font-size: 38px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .body-news .news-date {
    font-size: 34px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .body-news .news-month {
    font-size: 19px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .body-news .news-description a{
    font-size: 19px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .body-news .all-news a{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .footer-content {
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .footer-content .second-column p .second-part-tel,
  html body .bvi-body[data-bvi-size='17'] .footer-content .second-column p .first-part-tel{
    font-size: 25px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .menu-container .menu-btn{
    font-size: 17px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .menu-container .search-input-wrap input[type="text"]{
    font-size: 21px !important;
  }

  @media(max-width: 768px){
    html body .bvi-body[data-bvi-size='17'] .info-unit-inner h3 {
      font-size: 53px !important;}
    html body .bvi-body[data-bvi-size='17'] .slider-title{
      font-size: 55px !important;
    }
    html body .bvi-body[data-bvi-size='17'] .slider-title {
      font-size: 44px !important;
    }
    html body .bvi-body[data-bvi-size='17'] .main-body-description .body-description h1{
      font-size: 25px !important;
    }
    html body .bvi-body[data-bvi-size='17'] .main-body-headers .body-header-1{
      font-size: 39px !important;
    }
    html body .bvi-body[data-bvi-size='17'] .slider-type-2 .slider-title {
      margin: 0 auto 20px;
    }
  }
    @media(max-width: 900px){
    html body .bvi-body[data-bvi-size='17'] .slider-type-1 .slide .info-unit .info-unit-inner{
      padding: 120px 15px 0;
    }
  }
  html body .bvi-body[data-bvi-size='17'] .top-nav p{
    font-size: 16px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .content-container h1{
    font-size: 38px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .content-container h3{
    font-size: 33px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .left-navigation p a{
    font-size: 17px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .about p{
    font-size: 19px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .content-container .main-content p{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .history .date{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .history .selected2 .date{
    height: 70px!important;
    width: auto!important;
    background-size: contain!important;
  }

  html body .bvi-body[data-bvi-size='17'] .show-hide .show .show-item h4{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .show-hide h4 a{
    font-size: 20px !important;    
  }
  html body .bvi-body[data-bvi-size='17'] .show-hide .show .show-item ul li{
    font-size: 18px !important;
  }
  @media(max-width: 480px){
    html body .bvi-body[data-bvi-size='17'] .content-container .administrative_procedures h1{
      font-size: 19px !important;
    }
  }
  html body .bvi-body[data-bvi-size='17'] .news-info .news-date {
    font-size: 17px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .news-info .news-title{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .paging a {
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .footer .footer-content div p{
    font-size: 17px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .main-content .press-news p .news-date{
    font-size: 33px !important;
  }

  html body .bvi-body[data-bvi-size='17'] .main-content .press-news p .news-date .news-month{
    font-size: 21px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .main-content .press-news p .news-description a{
    font-size: 17px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .main-content .press-review p .all-news,
  html body .bvi-body[data-bvi-size='17'] .main-content .press-news p .all-news{
    font-size: 17px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .main-content .press-about p a{
    font-size: 17px !important;
  }

  html body .bvi-body[data-bvi-size='17'] .content-container h2{
    font-size: 37px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .content-comments .btn{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .view table{
    font-size: 20px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .view .percent{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .recipe .ingridients p a{
    font-size: 17px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .content-container .main-content{
    font-size: 18px !important;
  }
  @media(min-width: 1121px){
    html body .bvi-body[data-bvi-size='17'] .search-popup .search-container .search-title{
      color: #FFF;
      font-size: 18px !important;
    }  
    html body .bvi-body[data-bvi-size='17'] .search-popup p{
      font-size: 16px !important;
    }
  }
  html body .bvi-body[data-bvi-size='17'] .contacts .sub-menu span a{
    font-size: 18px !important;
  }
  
  html body .bvi-body[data-bvi-size='17'] .contacts div p{
    font-size: 17px !important;
  }
  
  html body .bvi-body[data-bvi-size='17'] .contacts .form form .submit input[type="submit"]{
    font-size: 16px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .contacts .form form .form-row-1 input[type="text"], 
  html body .bvi-body[data-bvi-size='17'] .contacts .form form .form-row-1 input[type="email"], 
  html body .bvi-body[data-bvi-size='17'] .contacts .form form .form-row-1 textarea, 
  html body .bvi-body[data-bvi-size='17'] .contacts .form form .form-row-2 input[type="text"], 
  html body .bvi-body[data-bvi-size='17'] .contacts .form form .form-row-2 input[type="email"], 
  html body .bvi-body[data-bvi-size='17'] .contacts .form form .form-row-2 textarea{
    font-size: 16px !important;
  }
  html body .bvi-body[data-bvi-size='17'] .contacts .form form .form-row-3 input[type="text"], 
  html body .bvi-body[data-bvi-size='17'] .contacts .form form .form-row-3 input[type="email"], 
  html body .bvi-body[data-bvi-size='17'] .contacts .form form .form-row-3 textarea{
    font-size: 16px !important;
  }

  html body .bvi-body[data-bvi-size='17'] .sitemap ul li{
    font-size: 17px !important;
  }

html body .bvi-body[data-bvi-size='17'] .search-query{
  font-size: 23px !important;
} 
html body .bvi-body[data-bvi-size='17'] .search-result{
  font-size: 18px !important;
} 
html body .bvi-body[data-bvi-size='17'] .search-item h4{
  font-size: 25px !important;
} 
html body .bvi-body[data-bvi-size='17'] .search-preview{
  font-size: 18px !important;
} 
html body .bvi-body[data-bvi-size='17'] .search-item .navigation{
  font-size: 18px !important;
}







 


  html body .bvi-body[data-bvi-size='16'] .bvi-panel-close{
    font-size: 15px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .search-menu p{
    font-size: 14px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .info-unit-inner h3 {
    font-size: 55px !important;}
  html body .bvi-body[data-bvi-size='16'] .info-unit-inner p {
    font-size: 18px !important;}
  html body .bvi-body[data-bvi-size='16'] .main-list {
    font-size: 16px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .slider-title{
    font-size: 60px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .slider-type-2 .slide > a{
    font-size: 16px !important;
  } 
  html body .bvi-body[data-bvi-size='16'] .slider-type-2 .goto{
    font-size: 16px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .main-body-headers .body-header-1{
    font-size: 60px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .main-body-description .body-description h1{
    font-size: 34px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .main-body-description .body-description p{
    font-size: 16px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .body-news .news-header{
    font-size: 34px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .body-news .news-date {
    font-size: 30px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .body-news .news-month {
    font-size: 16px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .body-news .news-description a{
    font-size: 16px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .body-news .all-news a{
    font-size: 15px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .footer-content {
    font-size: 15px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .footer-content .second-column p .second-part-tel,
  html body .bvi-body[data-bvi-size='16'] .footer-content .second-column p .first-part-tel{
    font-size: 22px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .menu-container .menu-btn{
    font-size: 14px !important;
  }

  html body .bvi-body[data-bvi-size='16'] .menu-container .search-input-wrap input[type="text"]{
    font-size: 18px !important;
  }

  @media(max-width: 768px){
    html body .bvi-body[data-bvi-size='16'] .info-unit-inner h3 {
      font-size: 45px !important;}
    html body .bvi-body[data-bvi-size='16'] .slider-title{
      font-size: 45px !important;
    }
    html body .bvi-body[data-bvi-size='16'] .slider-title {
      font-size: 43px !important;
    }
    html body .bvi-body[data-bvi-size='16'] .main-body-description .body-description h1{
      font-size: 23px !important;
    }
    html body .bvi-body[data-bvi-size='16'] .main-body-headers .body-header-1{
      font-size: 38px !important;
    }
  }
  @media(max-width: 900px){
    html body .bvi-body[data-bvi-size='16'] .slider-type-1 .slide .info-unit .info-unit-inner{
      padding: 120px 15px 0;
    }
  }

  html body .bvi-body[data-bvi-size='16'] .top-nav p{
    font-size: 14px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .content-container h1{
    font-size: 34px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .content-container h3{
    font-size: 30px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .left-navigation p a{
    font-size: 14px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .about p{
    font-size: 16px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .content-container .main-content p{
    font-size: 16px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .history .date{
    font-size: 16px !important;
  }
  
  html body .bvi-body[data-bvi-size='16'] .show-hide .show .show-item h4{
    font-size: 16px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .show-hide h4 a{
    font-size: 18px !important;    
  }

  html body .bvi-body[data-bvi-size='16'] .show-hide .show .show-item ul li{
    font-size: 16px !important;
  }

  @media(max-width: 480px){
    html body .bvi-body[data-bvi-size='16'] .content-container .administrative_procedures h1{
      font-size: 18px !important;
    }
  }
  

  html body .bvi-body[data-bvi-size='16'] .news-info .news-date {
    font-size: 15px !important;
  }


  html body .bvi-body[data-bvi-size='16'] .news-info .news-title{
    font-size: 16px !important;
  }

  html body .bvi-body[data-bvi-size='16'] .paging a {
    font-size: 16px !important;
  }

  html body .bvi-body[data-bvi-size='16'] .footer .footer-content div p{
    font-size: 15px !important;
  }


  html body .bvi-body[data-bvi-size='16'] .main-content .press-news p .news-date{
    font-size: 30px !important;
  }

  html body .bvi-body[data-bvi-size='16'] .main-content .press-news p .news-date .news-month{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .main-content .press-news p .news-description a{
    font-size: 15px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .main-content .press-review p .all-news,
  html body .bvi-body[data-bvi-size='16'] .main-content .press-news p .all-news{
    font-size: 15px !important;
  }


  html body .bvi-body[data-bvi-size='16'] .main-content .press-about p a{
    font-size: 15px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .content-container h2{
    font-size: 34px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .content-comments .btn{
    font-size: 16px !important;
  }


  html body .bvi-body[data-bvi-size='16'] .view table{
    font-size: 18px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .view .percent{
    font-size: 14px !important;
  }

  html body .bvi-body[data-bvi-size='16'] .recipe .ingridients p a{
    font-size: 15px !important;
  }
  html body .bvi-body[data-bvi-size='16'] .content-container .main-content{
    font-size: 16px !important;
  }
@media(min-width: 1121px){
  html body .bvi-body[data-bvi-size='16'] .search-popup .search-container .search-title{
    color: #FFF;
    font-size: 16px !important;
  }  
  html body .bvi-body[data-bvi-size='16'] .search-popup p{
    font-size: 14px !important;
  }
}


html body .bvi-body[data-bvi-size='16'] .contacts .sub-menu span a{
  font-size: 16px !important;
}

html body .bvi-body[data-bvi-size='16'] .contacts div p{
  font-size: 15px !important;
}

html body .bvi-body[data-bvi-size='16'] .contacts .form form .submit input[type="submit"]{
  font-size: 14px !important;
}
html body .bvi-body[data-bvi-size='16'] .contacts .form form .form-row-1 input[type="text"], 
html body .bvi-body[data-bvi-size='16'] .contacts .form form .form-row-1 input[type="email"], 
html body .bvi-body[data-bvi-size='16'] .contacts .form form .form-row-1 textarea, 
html body .bvi-body[data-bvi-size='16'] .contacts .form form .form-row-2 input[type="text"], 
html body .bvi-body[data-bvi-size='16'] .contacts .form form .form-row-2 input[type="email"], 
html body .bvi-body[data-bvi-size='16'] .contacts .form form .form-row-2 textarea{
  font-size: 14px !important;
}
html body .bvi-body[data-bvi-size='16'] .contacts .form form .form-row-3 input[type="text"], 
html body .bvi-body[data-bvi-size='16'] .contacts .form form .form-row-3 input[type="email"], 
html body .bvi-body[data-bvi-size='16'] .contacts .form form .form-row-3 textarea{
  font-size: 14px !important;
}

html body .bvi-body[data-bvi-size='16'] .sitemap ul li{
  font-size: 15px !important;
}
html body .bvi-body[data-bvi-size='16'] .search-query{
  font-size: 21px !important;
} 
html body .bvi-body[data-bvi-size='16'] .search-result{
  font-size: 16px !important;
} 
html body .bvi-body[data-bvi-size='16'] .search-item h4{
  font-size: 23px !important;
} 
html body .bvi-body[data-bvi-size='16'] .search-preview{
  font-size: 16px !important;
} 
html body .bvi-body[data-bvi-size='16'] .search-item .navigation{
  font-size: 16px !important;
}
/* End */


/* Start:/bitrix/templates/.default/css/bvi-plugin/bvi-font.css?15555925151954*/
.bvi-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.bvi-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.bvi-xs {
  font-size: .75em !important; }

.bvi-sm {
  font-size: .875em !important; }

.bvi-1x {
  font-size: 1em !important; }

.bvi-2x {
  font-size: 2em !important; }

.bvi-3x {
  font-size: 3em !important; }

.bvi-4x {
  font-size: 4em !important; }

.bvi-5x {
  font-size: 5em !important; }

.bvi-6x {
  font-size: 6em !important; }

.bvi-7x {
  font-size: 7em !important; }

.bvi-8x {
  font-size: 8em !important; }

.bvi-9x {
  font-size: 9em !important; }

.bvi-10x {
  font-size: 10em !important; }

.bvi-font:before {
  content: "\f031"; }

.bvi-plus:before {
  content: "\f067"; }

.bvi-minus:before {
  content: "\f068"; }

.bvi-circle:before {
  content: "\f111"; }

.bvi-circle-notch:before {
  content: "\f1ce"; }

.bvi-adjust:before {
  content: "\f042"; }

.bvi-volume-up:before {
  content: "\f028"; }

.bvi-volume-off:before {
  content: "\f026"; }

.bvi-cogs:before {
  content: "\f085"; }

.bvi-low-vision:before {
  content: "\f2a8"; }

.bvi-chevron-circle-up:before {
  content: "\f139"; }

.bvi-eye:before {
  content: "\f06e"; }

.bvi-sync-alt:before {
  content: "\f2f1"; }

.bvi-times-circle:before {
  content: "\f057"; }

.bvi-bolt:before {
  content: "\f0e7"; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/bitrix/templates/.default/css/bvi-plugin/bvi-fonts/fa-solid-900.eot");
  src: url("/bitrix/templates/.default/css/bvi-plugin/bvi-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/.default/css/bvi-plugin/bvi-fonts/fa-solid-900.woff2") format("woff2"), url("/bitrix/templates/.default/css/bvi-plugin/bvi-fonts/fa-solid-900.woff") format("woff"), url("/bitrix/templates/.default/css/bvi-plugin/bvi-fonts/fa-solid-900.ttf") format("truetype"); }

.bvi-icon {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/* End */
/* /bitrix/templates/.default/css/style.css?1570527704204579 */
/* /bitrix/templates/.default/css/bvi-plugin/bvi.css?155862167526248 */
/* /bitrix/templates/.default/css/bvi-plugin/bvi-font.css?15555925151954 */
