@font-face {
  font-family: 'fontawesome';
  src: url("/fonts/fontawesome-webfont.eot");
  src: url("/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2") format("woff2"), url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaybold';
  src: url("/fonts/raleway-bold-webfont.eot");
  src: url("/fonts/raleway-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway-bold-webfont.woff2") format("woff2"), url("/fonts/raleway-bold-webfont.woff") format("woff"), url("/fonts/raleway-bold-webfont.ttf") format("truetype"), url("/fonts/raleway-bold-webfont.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewayregular';
  src: url("/fonts/raleway-regular-webfont.eot");
  src: url("/fonts/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway-regular-webfont.woff2") format("woff2"), url("/fonts/raleway-regular-webfont.woff") format("woff"), url("/fonts/raleway-regular-webfont.ttf") format("truetype"), url("/fonts/raleway-regular-webfont.svg#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@-webkit-keyframes slideIn {
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-moz-keyframes slideIn {
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideIn {
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  100% {
    opacity: 1; } }
@-webkit-keyframes float {
  0% {
    bottom: 3.64583vw; }
  100% {
    bottom: 2.08333vw; } }
@-moz-keyframes float {
  0% {
    bottom: 3.64583vw; }
  100% {
    bottom: 2.08333vw; } }
@keyframes float {
  0% {
    bottom: 3.64583vw; }
  100% {
    bottom: 2.08333vw; } }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: 10px; }

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

a:focus, input:focus {
  outline: none; }

a, img, textarea {
  border: none;
  outline: none; }

input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

input[type="submit"]:hover {
  cursor: pointer; }

body {
  max-width: 1920px;
  min-width: 1024px;
  padding-bottom: 8rem;
  position: relative;
  min-height: 100vh;
  background-size: 100% 100%; }

h1, h2, h3, h4 {
  font-weight: normal; }

.img-ctn2 > img, .img-ctn > img {
  width: 100%; }

.fontH {
  font-size: 26px;
  font-family: 'ralewayregular';
  font-weight: bold; }

.fontM {
  font-size: 16px;
  font-family: 'ralewayregular';
  font-weight: bold; }

.fontT {
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'ralewayregular'; }

.fontTS {
  font-size: 14px;
  line-height: 1.5em;
  font-family: 'ralewayregular'; }

.fontA {
  font-size: 18px;
  font-family: 'fontawesome'; }

.fontF {
  font-size: 12px;
  line-height: 1.5em;
  font-family: 'ralewayregular'; }

.fontP {
  font-size: 20px;
  line-height: 1.5em;
  font-family: 'ralewayregular'; }

.fontL {
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'ralewayregular';
  font-weight: bold; }

.ytp-title-text {
  display: none !important; }

.curtain {
  width: 16rem;
  height: 100%;
  background: #FDA913;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -moz-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -ms-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -o-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -webkit-perspective: 200rem;
  perspective: 200rem;
  -webkit-transform: translateX(-100%) rotateY(-90deg) translateZ(0);
  -moz-transform: translateX(-100%) rotateY(-90deg) translateZ(0);
  -ms-transform: translateX(-100%) rotateY(-90deg) translateZ(0);
  -o-transform: translateX(-100%) rotateY(-90deg) translateZ(0);
  transform: translateX(-100%) rotateY(-90deg) translateZ(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -ms-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s; }

.curtain-full {
  width: 0vw;
  height: 100%;
  background: #FDA913;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.3, 0.13);
  -moz-transition: all 0.7s cubic-bezier(1, 0, 0.3, 0.13);
  -ms-transition: all 0.7s cubic-bezier(1, 0, 0.3, 0.13);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.3, 0.13);
  transition: all 0.7s cubic-bezier(1, 0, 0.3, 0.13); }

.animate-menu ~ .curtain {
  -webkit-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -moz-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -ms-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -o-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -webkit-transform: translateX(0%) rotateY(0deg) translateZ(0);
  -moz-transform: translateX(0%) rotateY(0deg) translateZ(0);
  -ms-transform: translateX(0%) rotateY(0deg) translateZ(0);
  -o-transform: translateX(0%) rotateY(0deg) translateZ(0);
  transform: translateX(0%) rotateY(0deg) translateZ(0); }

.animate-menu ~ .curtain-full {
  width: 100%;
  height: 100%;
  background: #FDA913;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  -webkit-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -moz-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -ms-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -o-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

aside {
  position: fixed;
  height: 100%;
  overflow-y: hidden;
  width: 16rem;
  z-index: 99999;
  top: 0;
  left: 0;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  min-height: 90rem;
  -webkit-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -moz-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -ms-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -o-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
  -webkit-perspective: 200rem;
  perspective: 200rem;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: -webkit-perspective(200rem) translateX(0%) rotateY(0deg) translateZ(0);
  -moz-transform: perspective(200rem) translateX(0%) rotateY(0deg) translateZ(0);
  -ms-transform: perspective(200rem) translateX(0%) rotateY(0deg) translateZ(0);
  -o-transform: perspective(200rem) translateX(0%) rotateY(0deg) translateZ(0);
  transform: perspective(200rem) translateX(0%) rotateY(0deg) translateZ(0);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -ms-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s; }
  aside.animate-menu {
    -webkit-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
    -moz-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
    -ms-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
    -o-transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
    transition: all 0.7s cubic-bezier(0.13, 0.3, 0, 1);
    -webkit-transform: translateX(100%) rotateY(90deg) translateZ(0);
    -moz-transform: translateX(100%) rotateY(90deg) translateZ(0);
    -ms-transform: translateX(100%) rotateY(90deg) translateZ(0);
    -o-transform: translateX(100%) rotateY(90deg) translateZ(0);
    transform: translateX(100%) rotateY(90deg) translateZ(0); }
  aside nav {
    width: 100%;
    height: 100%;
    background: #FDB813;
    position: relative; }
    aside nav ul li {
      display: block;
      height: 11rem;
      border-bottom: 1px solid #666;
      width: 100%; }
      aside nav ul li a {
        width: 100%;
        height: 100%;
        display: block; }
        aside nav ul li a .logo-ctn {
          height: 100%;
          width: 100%;
          background: url("/img/logo.png") no-repeat;
          background-size: auto 65%;
          background-position: center; }
        aside nav ul li a .menu-elem {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          text-align: center; }
          aside nav ul li a .menu-elem .img-ctn2 {
            height: 3.2rem;
            width: 3.2rem;
            display: inline-block;
            margin-bottom: 1rem; }
          aside nav ul li a .menu-elem .nav-title {
            text-transform: uppercase; }
      aside nav ul li.sub {
        height: 0rem;
        overflow: hidden;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
        aside nav ul li.sub .top {
          display: block;
          width: 100%;
          height: 50%;
          border-bottom: 1px solid #666; }
        aside nav ul li.sub .bot {
          display: block;
          width: 100%;
          height: 50%; }
      aside nav ul li.opened {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        height: 9rem; }
    aside nav .social {
      position: absolute;
      bottom: 3rem;
      width: 100%;
      text-align: center; }
      aside nav .social a {
        margin-right: 1rem; }
        aside nav .social a:last-child {
          margin-right: 0; }
    aside nav .lang {
      position: absolute;
      bottom: 8rem;
      width: 100%;
      text-align: center; }

section.content {
  padding-left: 16rem; }
  section.content section.style-products {
    padding: 3.64583vw 6.25vw 2.60417vw 6.25vw;
    background: url("/img/bg.jpg") no-repeat;
    background-size: 100% 100%; }
    section.content section.style-products h1 {
      text-transform: uppercase; }
    section.content section.style-products .slider-ctn {
      width: 100%;
      height: 17.1875vw;
      margin-top: 2.08333vw;
      margin-bottom: 1.04167vw;
      position: relative; }
      section.content section.style-products .slider-ctn .btn-left, section.content section.style-products .slider-ctn .btn-right {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 2.13542vw;
        height: 3.38542vw;
        z-index: 10; }
      section.content section.style-products .slider-ctn .btn-left {
        left: 10px;
        background: url("/img/left.png") no-repeat;
        background-size: 100% 100%; }
      section.content section.style-products .slider-ctn .btn-right {
        right: 10px;
        background: url("/img/right.png") no-repeat;
        background-size: 100% 100%; }
      section.content section.style-products .slider-ctn .dots {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 15px;
        z-index: 10; }
        section.content section.style-products .slider-ctn .dots .dot {
          display: inline-block;
          vertical-align: top;
          width: 9px;
          height: 9px;
          background: #e5e5e6;
          -webkit-border-radius: 99px;
          -moz-border-radius: 99px;
          border-radius: 99px;
          margin-right: 7px; }
          section.content section.style-products .slider-ctn .dots .dot:last-child {
            margin-right: 0; }
        section.content section.style-products .slider-ctn .dots .sel {
          background: #D9B47E; }
      section.content section.style-products .slider-ctn .slide {
        width: 100%;
        height: 100%;
        position: relative; }
        section.content section.style-products .slider-ctn .slide .slide-img {
          z-index: -1;
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          -webkit-transition: opacity 0.4s ease-in;
          -moz-transition: opacity 0.4s ease-in;
          -ms-transition: opacity 0.4s ease-in;
          -o-transition: opacity 0.4s ease-in;
          transition: opacity 0.4s ease-in; }
        section.content section.style-products .slider-ctn .slide .current {
          z-index: 9;
          opacity: 1; }
    section.content section.style-products .txt-top {
      padding: 0.52083vw 0.78125vw;
      background: #fff;
      -webkit-border-radius: 0.78125vw;
      -moz-border-radius: 0.78125vw;
      border-radius: 0.78125vw; }
      section.content section.style-products .txt-top .text-ctn {
        display: inline-block;
        max-height: 3em;
        overflow: hidden; }
      section.content section.style-products .txt-top .more-text {
        color: #FDB813; }
    section.content section.style-products section.split-screen {
      width: 100%;
      font-size: 0;
      padding-top: 6.57895%;
      position: relative; }
      section.content section.style-products section.split-screen .brands {
        width: 21.05263%;
        display: inline-block;
        vertical-align: top;
        padding-right: 5.26316%; }
        section.content section.style-products section.split-screen .brands .banner-ctn {
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          padding: 0.78125vw;
          background: #fff;
          max-width: 6.77083vw;
          margin-bottom: 1.04167vw;
          -webkit-border-radius: 0.78125vw;
          -moz-border-radius: 0.78125vw;
          border-radius: 0.78125vw; }
          section.content section.style-products section.split-screen .brands .banner-ctn .banner-img {
            display: block;
            width: 5.20833vw;
            height: 4.42708vw;
            text-align: center; }
            section.content section.style-products section.split-screen .brands .banner-ctn .banner-img img {
              position: relative;
              top: 50%;
              max-width: 100%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
          section.content section.style-products section.split-screen .brands .banner-ctn h2 {
            text-transform: uppercase;
            margin-top: 1.04167vw;
            padding-left: 0.26042vw; }
          section.content section.style-products section.split-screen .brands .banner-ctn .item-link {
            display: block;
            margin-top: 0.52083vw; }
          section.content section.style-products section.split-screen .brands .banner-ctn .current {
            color: #FDB813; }
        section.content section.style-products section.split-screen .brands .open {
          max-width: 12.5vw; }
          section.content section.style-products section.split-screen .brands .open .banner-img {
            display: block;
            width: auto;
            height: auto;
            text-align: left; }
            section.content section.style-products section.split-screen .brands .open .banner-img img {
              position: relative;
              top: 0%;
              -webkit-transform: translateY(0%);
              -moz-transform: translateY(0%);
              -ms-transform: translateY(0%);
              -o-transform: translateY(0%);
              transform: translateY(0%); }
      section.content section.style-products section.split-screen .sub-content {
        width: 78.94737%;
        display: inline-block;
        vertical-align: top; }
        section.content section.style-products section.split-screen .sub-content .first-block {
          width: 100%;
          padding: 0.78125vw;
          background: #fff;
          margin-bottom: 1.04167vw;
          -webkit-border-radius: 0.78125vw;
          -moz-border-radius: 0.78125vw;
          border-radius: 0.78125vw; }
          section.content section.style-products section.split-screen .sub-content .first-block .brand-logo {
            margin-bottom: 1.04167vw;
            height: 4.42708vw; }
            section.content section.style-products section.split-screen .sub-content .first-block .brand-logo img {
              height: 100%; }
          section.content section.style-products section.split-screen .sub-content .first-block .txt .text-ctn {
            display: inline-block;
            max-height: 6em;
            overflow: hidden;
            width: 100%; }
          section.content section.style-products section.split-screen .sub-content .first-block .txt .more-text {
            color: #FDB813; }
        section.content section.style-products section.split-screen .sub-content .category {
          padding: 0.52083vw 1.04167vw;
          width: 180px;
          background: #fff;
          margin-bottom: 1.04167vw;
          -webkit-border-radius: 0.78125vw;
          -moz-border-radius: 0.78125vw;
          border-radius: 0.78125vw; }
          section.content section.style-products section.split-screen .sub-content .category h2 {
            text-transform: uppercase; }
        section.content section.style-products section.split-screen .sub-content .second-block {
          width: 100%;
          font-size: 0;
          overflow: hidden;
          position: relative; }
          section.content section.style-products section.split-screen .sub-content .second-block .item {
            -webkit-border-radius: 0.78125vw;
            -moz-border-radius: 0.78125vw;
            border-radius: 0.78125vw;
            padding: 1.5625vw 2.08333vw;
            background: #fff;
            margin-bottom: 2%;
            width: 32%;
            height: 22.65625vw;
            margin-right: 2%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 1.04167vw;
            position: relative; }
            section.content section.style-products section.split-screen .sub-content .second-block .item:nth-of-type(3n) {
              margin-right: 0; }
            section.content section.style-products section.split-screen .sub-content .second-block .item .img-new {
              position: absolute;
              z-index: 9;
              top: 0;
              right: 0;
              width: 4.47917vw;
              height: 4.47917vw; }
              section.content section.style-products section.split-screen .sub-content .second-block .item .img-new img {
                width: 100%;
                height: 100%; }
            section.content section.style-products section.split-screen .sub-content .second-block .item .pack-img {
              display: block;
              width: 100%;
              height: 15.10417vw;
              margin-bottom: 0.52083vw; }
            section.content section.style-products section.split-screen .sub-content .second-block .item h2 {
              text-transform: uppercase;
              display: table-cell;
              vertical-align: middle;
              height: 4.94792vw; }
            section.content section.style-products section.split-screen .sub-content .second-block .item .text {
              max-height: 4.5em;
              overflow: hidden;
              text-transform: lowercase; }
        section.content section.style-products section.split-screen .sub-content .see {
          display: block;
          width: 100%;
          text-align: right;
          height: 1.04167vw; }
          section.content section.style-products section.split-screen .sub-content .see a {
            color: #FDB813; }
        section.content section.style-products section.split-screen .sub-content .video-block {
          margin-top: 2.60417vw;
          height: 34.79167vw;
          width: 100%;
          overflow: hidden; }
        section.content section.style-products section.split-screen .sub-content .social {
          margin-top: 1.04167vw; }
          section.content section.style-products section.split-screen .sub-content .social a {
            margin-right: 0.52083vw;
            color: #fff; }
            section.content section.style-products section.split-screen .sub-content .social a span {
              color: #fff; }
        section.content section.style-products section.split-screen .sub-content .products {
          position: absolute;
          font-size: 0;
          top: 1.04167vw;
          left: 16.66667vw;
          text-align: left; }
          section.content section.style-products section.split-screen .sub-content .products .prod {
            display: inline-block;
            vertical-align: top;
            text-transform: uppercase;
            padding: 0.52083vw 1.04167vw;
            background: #fff;
            margin-right: 1.04167vw;
            -webkit-border-radius: 0.78125vw;
            -moz-border-radius: 0.78125vw;
            border-radius: 0.78125vw; }
        section.content section.style-products section.split-screen .sub-content .prd {
          position: absolute;
          top: 1.04167vw;
          left: 0;
          width: 12.5vw;
          text-align: center;
          text-transform: uppercase;
          padding: 0.52083vw 1.04167vw;
          background: #fff;
          margin-right: 1.04167vw;
          -webkit-border-radius: 0.78125vw;
          -moz-border-radius: 0.78125vw;
          border-radius: 0.78125vw;
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
        section.content section.style-products section.split-screen .sub-content .product-descr {
          font-size: 0;
          width: 100%;
          padding: 1.5625vw 2.08333vw;
          background: #fff;
          -webkit-border-radius: 0.78125vw;
          -moz-border-radius: 0.78125vw;
          border-radius: 0.78125vw; }
          section.content section.style-products section.split-screen .sub-content .product-descr .left {
            display: inline-block;
            vertical-align: top;
            width: 36%;
            padding-right: 5.83333%; }
            section.content section.style-products section.split-screen .sub-content .product-descr .left .img-item {
              width: 100%; }
              section.content section.style-products section.split-screen .sub-content .product-descr .left .img-item img {
                width: 100%; }
          section.content section.style-products section.split-screen .sub-content .product-descr .right {
            display: inline-block;
            vertical-align: top;
            width: 64%; }
            section.content section.style-products section.split-screen .sub-content .product-descr .right h2 {
              margin-bottom: 1.04167vw; }
            section.content section.style-products section.split-screen .sub-content .product-descr .right .descr {
              margin-bottom: 1.04167vw; }
              section.content section.style-products section.split-screen .sub-content .product-descr .right .descr ul li {
                margin-left: 1.1em; }
            section.content section.style-products section.split-screen .sub-content .product-descr .right table {
              width: 100%;
              border-collapse: collapse;
              margin-top: 1.04167vw; }
              section.content section.style-products section.split-screen .sub-content .product-descr .right table tr {
                border: 1px solid #FDB813;
                height: 3.125vw; }
                section.content section.style-products section.split-screen .sub-content .product-descr .right table tr td {
                  text-align: center;
                  vertical-align: middle;
                  position: relative;
                  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important; }
                section.content section.style-products section.split-screen .sub-content .product-descr .right table tr.head {
                  background: #FDB813; }
                  section.content section.style-products section.split-screen .sub-content .product-descr .right table tr.head td:not(:last-child):after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 0.41667vw;
                    bottom: 0;
                    margin-bottom: auto 0;
                    width: 1px;
                    height: 2.29167vw;
                    background: #fff; }
                section.content section.style-products section.split-screen .sub-content .product-descr .right table tr.content-tr td:not(:last-child):after {
                  content: "";
                  position: absolute;
                  right: 0;
                  top: 0.41667vw;
                  bottom: 0;
                  margin-bottom: auto 0;
                  width: 1px;
                  height: 2.29167vw;
                  background: #FDB813; }
  section.content section.style-index .video-full {
    width: 100%;
    height: 100vh;
    position: relative; }
    section.content section.style-index .video-full .mute-btn {
      position: absolute;
      top: 2.08333vw;
      right: 2.08333vw;
      width: 2.44792vw;
      height: 2.23958vw;
      background: url("/img/unmuted.png");
      background-repeat: no-repeat;
      background-size: 100% 100%; }
    section.content section.style-index .video-full iframe {
      width: 100%;
      height: 100%; }
    section.content section.style-index .video-full .scrollDown {
      position: fixed;
      bottom: 2.08333vw;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: url("/img/scrollDown.png") no-repeat;
      background-size: 100% 100%;
      width: 6.40625vw;
      height: 2.1875vw;
      z-index: 9;
      -webkit-transform: translateX(50%);
      -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -o-transform: translateX(50%);
      transform: translateX(50%);
      -webkit-animation: float 1s infinite;
      animation: float 1s infinite;
      cursor: pointer; }
  section.content section.style-index .quote-block {
    width: 100%;
    height: 51.04167vw;
    background: url("/img/quote-bg.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative; }
    section.content section.style-index .quote-block .text {
      position: absolute;
      font-family: 'Bad Script', cursive;
      font-size: 1.35417vw;
      line-height: 1.3em;
      color: #1A3668;
      width: 27.08333vw;
      top: 4.6875vw;
      right: 12.5vw; }
      section.content section.style-index .quote-block .text span.phil {
        font-family: 'Philosopher';
        font-size: 1.35417vw;
        color: #1A3668; }
      section.content section.style-index .quote-block .text img {
        width: 100%;
        margin-bottom: 4.6875vw; }
      section.content section.style-index .quote-block .text span.sign {
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        float: right; }
  section.content section.style-index .brands {
    padding: 2.08333vw; }
    section.content section.style-index .brands .prods-ctn {
      width: 100%;
      height: 13.54167vw;
      margin-bottom: 9.375vw;
      position: relative;
      font-size: 0; }
      section.content section.style-index .brands .prods-ctn .slider-ctn {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 46.875vw;
        text-align: left;
        position: relative; }
        section.content section.style-index .brands .prods-ctn .slider-ctn .left-slide {
          position: absolute;
          left: -2.08333vw;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 2.13542vw;
          height: 4.6875vw;
          background: url("/img/left-ylw.png") no-repeat;
          background-size: 100% 100%; }
        section.content section.style-index .brands .prods-ctn .slider-ctn .right-slide {
          position: absolute;
          right: -2.34375vw;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 2.5vw;
          height: 4.6875vw;
          background: url("/img/right-ylw.png") no-repeat;
          background-size: 100% 100%; }
        section.content section.style-index .brands .prods-ctn .slider-ctn .slider-prods {
          height: 100%;
          width: 100%;
          overflow: hidden;
          text-align: left;
          position: relative; }
          section.content section.style-index .brands .prods-ctn .slider-ctn .slider-prods .carret {
            width: 9999px;
            height: 100%;
            position: relative;
            left: 0;
            top: 0;
            font-size: 0;
            -webkit-transition: left 0.4s linear;
            -moz-transition: left 0.4s linear;
            -ms-transition: left 0.4s linear;
            -o-transition: left 0.4s linear;
            transition: left 0.4s linear; }
            section.content section.style-index .brands .prods-ctn .slider-ctn .slider-prods .carret .prod {
              display: inline-block;
              vertical-align: top;
              height: 100%;
              width: 14.84375vw;
              margin-right: 0.78125vw; }
      section.content section.style-index .brands .prods-ctn .prod1 {
        display: inline-block;
        vertical-align: top;
        height: 100%; }
        section.content section.style-index .brands .prods-ctn .prod1:nth-of-type(1) {
          width: 41%;
          margin-right: 4%;
          background: url("/img/pelm-s.jpg") no-repeat;
          background-size: 100% auto;
          background-position: center top; }
      section.content section.style-index .brands .prods-ctn .stripe {
        position: absolute;
        left: 0;
        bottom: -6.25vw;
        width: 100%;
        height: 6.25vw;
        font-size: 0;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        background: url("/img/stripe.jpg") no-repeat;
        background-size: 100% 100%;
        text-align: center; }
        section.content section.style-index .brands .prods-ctn .stripe:before {
          content: "";
          position: absolute;
          height: 100%;
          width: 2.08333vw;
          top: 0;
          left: -2.08333vw;
          background: url("/img/before-stripe.jpg") no-repeat;
          background-size: 100% 100%;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
        section.content section.style-index .brands .prods-ctn .stripe:after {
          content: "";
          position: absolute;
          height: 100%;
          width: 2.08333vw;
          top: 0;
          right: -2.08333vw;
          background: url("/img/after-stripe.jpg") no-repeat;
          background-size: 100% 100%;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
        section.content section.style-index .brands .prods-ctn .stripe .block {
          display: inline-block;
          vertical-align: top;
          height: 100%;
          text-align: center;
          font-family: 'ralewayregular';
          font-size: 1.97917vw;
          line-height: 6.25vw; }
      section.content section.style-index .brands .prods-ctn:last-child .prod1:nth-of-type(1) {
        width: 41%;
        margin-right: 4%;
        background: url("/img/icecream-s.jpg") no-repeat;
        background-size: 100% auto;
        background-position: center top; }
  section.content section.style-index .news {
    width: 100%;
    padding: 2.08333vw 8.33333vw 13.54167vw 6.25vw; }
    section.content section.style-index .news h2 {
      margin-bottom: 6.25vw; }
    section.content section.style-index .news .news-ctn {
      width: 100%;
      font-size: 0; }
      section.content section.style-index .news .news-ctn div.text {
        height: 4.8em;
        overflow: hidden; }
      section.content section.style-index .news .news-ctn .block {
        display: inline-block;
        vertical-align: top;
        width: 23.5%;
        margin-right: 2%; }
        section.content section.style-index .news .news-ctn .block:last-child {
          margin-right: 0; }
        section.content section.style-index .news .news-ctn .block .img-ctn {
          display: block;
          width: 100%;
          height: 12.5vw;
          margin-bottom: 2.60417vw; }
        section.content section.style-index .news .news-ctn .block .date {
          color: #808080;
          margin-bottom: 0.78125vw; }
        section.content section.style-index .news .news-ctn .block .more-news {
          margin-top: 1.30208vw;
          display: inline-block;
          padding: 0.2em 4em;
          -webkit-border-radius: 0.52083vw;
          -moz-border-radius: 0.52083vw;
          border-radius: 0.52083vw;
          border: 1px solid #FDB813; }
  section.content section.style-contacts {
    padding: 3.64583vw 6.25vw 2.60417vw 6.25vw; }
    section.content section.style-contacts h3 {
      margin-top: 2.08333vw;
      margin-bottom: 1.04167vw; }
    section.content section.style-contacts .split-ctn {
      font-size: 0;
      width: 100%; }
      section.content section.style-contacts .split-ctn .left {
        display: inline-block;
        vertical-align: top;
        width: 42.5%;
        margin-right: 1.25%; }
        section.content section.style-contacts .split-ctn .left h2 {
          margin-bottom: 2.08333vw;
          text-transform: uppercase; }
        section.content section.style-contacts .split-ctn .left .contacts-top {
          font-size: 0; }
          section.content section.style-contacts .split-ctn .left .contacts-top .block {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            height: 7em;
            margin-bottom: 2.60417vw; }
          section.content section.style-contacts .split-ctn .left .contacts-top img {
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            margin-right: 0.52083vw; }
          section.content section.style-contacts .split-ctn .left .contacts-top .text {
            display: inline-block;
            vertical-align: middle; }
          section.content section.style-contacts .split-ctn .left .contacts-top:nth-of-type(2n-1) {
            margin-right: 4%; }
        section.content section.style-contacts .split-ctn .left .produce {
          padding: 1.04167vw;
          border: 1px solid #fcb713;
          margin-top: 1.04167vw;
          height: 14rem;
          margin-bottom: 1.04167vw;
          -webkit-border-radius: 0.78125vw;
          -moz-border-radius: 0.78125vw;
          border-radius: 0.78125vw; }
      section.content section.style-contacts .split-ctn .right {
        display: inline-block;
        vertical-align: top;
        width: 56.25%; }
        section.content section.style-contacts .split-ctn .right .map-ctn {
          width: 100%;
          position: relative; }
          section.content section.style-contacts .split-ctn .right .map-ctn .map-holder {
            width: 100%; }
            section.content section.style-contacts .split-ctn .right .map-ctn .map-holder svg {
              width: 100%; }
              section.content section.style-contacts .split-ctn .right .map-ctn .map-holder svg .filler {
                -webkit-transition: all timing ease-in;
                -moz-transition: all timing ease-in;
                -ms-transition: all timing ease-in;
                -o-transition: all timing ease-in;
                transition: all timing ease-in; }
              section.content section.style-contacts .split-ctn .right .map-ctn .map-holder svg #r4, section.content section.style-contacts .split-ctn .right .map-ctn .map-holder svg #r17, section.content section.style-contacts .split-ctn .right .map-ctn .map-holder svg #r20, section.content section.style-contacts .split-ctn .right .map-ctn .map-holder svg #r23, section.content section.style-contacts .split-ctn .right .map-ctn .map-holder svg #r25 {
                pointer-events: none; }
          section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn {
            position: absolute;
            left: 0;
            bottom: 0; }
            section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn h2 {
              margin-bottom: 2.08333vw;
              text-transform: uppercase; }
            section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn .select-block {
              font-size: 0; }
              section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn .select-block .marker {
                width: 4.32292vw;
                height: 4.32292vw;
                display: inline-block;
                vertical-align: middle;
                margin-right: 1.04167vw;
                -webkit-border-radius: 999px;
                -moz-border-radius: 999px;
                border-radius: 999px;
                border: 1px solid #fcb713;
                background: url("/img/markerS.png") no-repeat;
                background-position: center;
                background-size: auto 60%;
                box-shadow: 6px 0px 12px rgba(0, 0, 0, 0.2); }
              section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn .select-block .select-text-ctn {
                display: inline-block;
                vertical-align: middle; }
                section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn .select-block .select-text-ctn .dropdown-ctn {
                  position: relative; }
                  section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn .select-block .select-text-ctn .dropdown-ctn .selected {
                    border-bottom: 1px dashed #fcb713; }
                  section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn .select-block .select-text-ctn .dropdown-ctn.opened .drop-ctn {
                    -webkit-transition: all 0.2s linear;
                    -moz-transition: all 0.2s linear;
                    -ms-transition: all 0.2s linear;
                    -o-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                    -webkit-transform: scaleY(1);
                    -moz-transform: scaleY(1);
                    -ms-transform: scaleY(1);
                    -o-transform: scaleY(1);
                    transform: scaleY(1); }
                  section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn .select-block .select-text-ctn .dropdown-ctn:hover {
                    cursor: pointer; }
                  section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn .select-block .select-text-ctn .dropdown-ctn:after {
                    content: "";
                    position: absolute;
                    right: -15px;
                    top: 0;
                    bottom: 0;
                    margin: auto 0;
                    width: 10px;
                    height: 7px;
                    background: url("/img/drop.png") no-repeat; }
                  section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn .select-block .select-text-ctn .dropdown-ctn .drop-ctn {
                    position: absolute;
                    top: 100%;
                    left: 0;
                    border: 1px solid #fcb713;
                    border-top: none;
                    -webkit-transition: all 0.2s linear;
                    -moz-transition: all 0.2s linear;
                    -ms-transition: all 0.2s linear;
                    -o-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                    -webkit-transform: scaleY(0);
                    -moz-transform: scaleY(0);
                    -ms-transform: scaleY(0);
                    -o-transform: scaleY(0);
                    transform: scaleY(0);
                    -webkit-transform-origin: top center;
                    -moz-transform-origin: top center;
                    -ms-transform-origin: top center;
                    -o-transform-origin: top center;
                    transform-origin: top center; }
                    section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn .select-block .select-text-ctn .dropdown-ctn .drop-ctn .item {
                      display: block;
                      padding: 0.2em 0.3em;
                      background: #fff;
                      z-index: 9;
                      -webkit-transition: color 0.2s ease-in;
                      -moz-transition: color 0.2s ease-in;
                      -ms-transition: color 0.2s ease-in;
                      -o-transition: color 0.2s ease-in;
                      transition: color 0.2s ease-in; }
                      section.content section.style-contacts .split-ctn .right .map-ctn .select-ctn .select-block .select-text-ctn .dropdown-ctn .drop-ctn .item:hover {
                        color: #fcb713; }
        section.content section.style-contacts .split-ctn .right .staff-contacts-ctn {
          border: 1px solid #fcb713;
          margin-top: 1.04167vw;
          height: 14rem;
          -webkit-border-radius: 0.78125vw;
          -moz-border-radius: 0.78125vw;
          border-radius: 0.78125vw;
          box-shadow: 6px 0px 12px rgba(0, 0, 0, 0.2);
          font-size: 0;
          width: 100%;
          padding: 1.04167vw; }
          section.content section.style-contacts .split-ctn .right .staff-contacts-ctn .person {
            display: inline-block;
            vertical-align: top;
            width: 33.33%; }
            section.content section.style-contacts .split-ctn .right .staff-contacts-ctn .person .person-name img, section.content section.style-contacts .split-ctn .right .staff-contacts-ctn .person .person-phone img {
              height: 1.35417vw;
              margin-right: 0.52083vw;
              display: inline-block;
              vertical-align: middle; }
            section.content section.style-contacts .split-ctn .right .staff-contacts-ctn .person .person-name span, section.content section.style-contacts .split-ctn .right .staff-contacts-ctn .person .person-phone span {
              display: inline-block;
              vertical-align: middle; }
            section.content section.style-contacts .split-ctn .right .staff-contacts-ctn .person .person-title {
              text-transform: uppercase;
              font-weight: bold;
              margin-bottom: 0.52083vw; }
            section.content section.style-contacts .split-ctn .right .staff-contacts-ctn .person .person-name {
              margin-bottom: 0.52083vw; }
  section.content section.style-prods {
    text-align: center;
    padding: 3.64583vw 2.08333vw 2.60417vw 2.08333vw; }
    section.content section.style-prods .top-img {
      width: 100%;
      height: 19.53125vw; }
    section.content section.style-prods .stripe {
      position: relative;
      margin-bottom: 3.125vw;
      width: 100%;
      height: 6.25vw;
      font-size: 0;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      background: url("/img/stripe.jpg") no-repeat;
      background-size: 100% 100%;
      text-align: center; }
      section.content section.style-prods .stripe:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 2.08333vw;
        top: 0;
        left: -2.08333vw;
        background: url("/img/before-stripe.jpg") no-repeat;
        background-size: 100% 100%;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
      section.content section.style-prods .stripe:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 2.08333vw;
        top: 0;
        right: -2.08333vw;
        background: url("/img/after-stripe.jpg") no-repeat;
        background-size: 100% 100%;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
      section.content section.style-prods .stripe .block {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        text-align: center;
        font-family: 'ralewayregular';
        font-size: 1.97917vw;
        line-height: 6.25vw; }
    section.content section.style-prods .slider-ctn {
      display: inline-block;
      height: 100%;
      width: 82.29167vw;
      height: 13.80208vw;
      text-align: left;
      position: relative; }
      section.content section.style-prods .slider-ctn .left-slide {
        position: absolute;
        left: -2.08333vw;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 2.13542vw;
        height: 4.6875vw;
        background: url("/img/left-ylw.png") no-repeat;
        background-size: 100% 100%; }
      section.content section.style-prods .slider-ctn .right-slide {
        position: absolute;
        right: -2.96875vw;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 2.5vw;
        height: 4.6875vw;
        background: url("/img/right-ylw.png") no-repeat;
        background-size: 100% 100%; }
      section.content section.style-prods .slider-ctn .slider-prods {
        height: 100%;
        width: 100%;
        overflow: hidden;
        text-align: left;
        position: relative; }
        section.content section.style-prods .slider-ctn .slider-prods .carret {
          width: 9999px;
          height: 100%;
          position: relative;
          left: 0;
          top: 0;
          font-size: 0;
          -webkit-transition: left 0.4s linear;
          -moz-transition: left 0.4s linear;
          -ms-transition: left 0.4s linear;
          -o-transition: left 0.4s linear;
          transition: left 0.4s linear; }
          section.content section.style-prods .slider-ctn .slider-prods .carret .prod {
            display: inline-block;
            vertical-align: top;
            height: 100%;
            width: 15.625vw;
            margin-right: 1.04167vw; }
  section.content .prds {
    padding: 0 !important;
    margin-bottom: 2.08333vw; }
  section.content section.style-about {
    padding: 3.64583vw 6.25vw 2.60417vw 6.25vw; }
    section.content section.style-about h2 {
      margin-bottom: 2.60417vw; }
    section.content section.style-about .ctn {
      width: 100%;
      font-size: 0;
      margin-bottom: 2.08333vw; }
      section.content section.style-about .ctn .left {
        display: inline-block;
        vertical-align: top;
        width: 43%;
        margin-right: 2%; }
        section.content section.style-about .ctn .left h3 {
          margin-bottom: 1.04167vw; }
        section.content section.style-about .ctn .left .about-img {
          width: 100%;
          height: 16.66667vw; }
      section.content section.style-about .ctn .right {
        display: inline-block;
        vertical-align: top;
        width: 55%; }
        section.content section.style-about .ctn .right .about-img {
          width: 100%;
          height: 32.8125vw; }
        section.content section.style-about .ctn .right .framed {
          font-weight: bold;
          margin-bottom: 1.04167vw; }
        section.content section.style-about .ctn .right h3 {
          margin-bottom: 1.04167vw; }
      section.content section.style-about .ctn:nth-of-type(2) {
        border-bottom: 1px solid #fcb713;
        padding-bottom: 2.08333vw; }
  section.content section.style-press {
    padding: 3.64583vw 6.25vw 2.60417vw 6.25vw; }
    section.content section.style-press .news {
      width: 100%; }
      section.content section.style-press .news h2 {
        margin-bottom: 2.08333vw;
        text-transform: uppercase; }
      section.content section.style-press .news .news-ctn {
        width: 100%;
        font-size: 0; }
        section.content section.style-press .news .news-ctn div.text {
          height: 4.8em;
          overflow: hidden; }
        section.content section.style-press .news .news-ctn .block {
          display: inline-block;
          vertical-align: top;
          width: 23.5%;
          margin-right: 2%;
          margin-bottom: 2%; }
          section.content section.style-press .news .news-ctn .block:nth-of-type(4n) {
            margin-right: 0; }
          section.content section.style-press .news .news-ctn .block .img-ctn {
            display: block;
            width: 100%;
            height: 12.5vw;
            margin-bottom: 2.60417vw; }
          section.content section.style-press .news .news-ctn .block .date {
            color: #808080;
            margin-bottom: 0.78125vw; }
          section.content section.style-press .news .news-ctn .block .more-news {
            margin-top: 1.30208vw;
            display: inline-block;
            padding: 0.2em 4em;
            -webkit-border-radius: 0.52083vw;
            -moz-border-radius: 0.52083vw;
            border-radius: 0.52083vw;
            border: 1px solid #FDB813; }
      section.content section.style-press .news .pages {
        width: 100%;
        text-align: right; }
        section.content section.style-press .news .pages .page-num {
          display: inline-block;
          margin-left: 0.52083vw;
          border: 1px solid #fcb713;
          text-align: center;
          width: 2em;
          height: 2em;
          -webkit-border-radius: 99px;
          -moz-border-radius: 99px;
          border-radius: 99px; }
        section.content section.style-press .news .pages .current {
          background: #fcb713; }
  section.content section.style-event {
    padding: 3.64583vw 6.25vw 2.60417vw 6.25vw; }
    section.content section.style-event h2 {
      margin-bottom: 2.08333vw; }
    section.content section.style-event .gallery {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.9);
      width: 100%;
      height: 100%;
      z-index: 999999999; }
      section.content section.style-event .gallery .gallery-close {
        display: block;
        position: absolute;
        top: 2.08333vw;
        right: 2.08333vw;
        width: 1.5625vw;
        height: 1.5625vw;
        background: url("/img/close.png") no-repeat;
        background-size: 100% 100%; }
      section.content section.style-event .gallery .gallery-left {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 2.08333vw;
        width: 1.14583vw;
        height: 4.6875vw;
        background: url("/img/left-wt.png") no-repeat;
        background-size: 100% 100%; }
      section.content section.style-event .gallery .gallery-right {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 2.08333vw;
        width: 1.14583vw;
        height: 4.6875vw;
        background: url("/img/right-wt.png") no-repeat;
        background-size: 100% 100%; }
      section.content section.style-event .gallery .gallery-slide {
        margin: auto;
        left: 0;
        right: 0;
        max-width: 92.23958vw;
        max-height: 44.79167vw;
        text-align: center;
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        section.content section.style-event .gallery .gallery-slide .text {
          padding: 0;
          margin-top: 1.04167vw; }
          section.content section.style-event .gallery .gallery-slide .text .fontT {
            color: #fff; }
        section.content section.style-event .gallery .gallery-slide img {
          height: 70vh;
          max-width: 100%; }
        section.content section.style-event .gallery .gallery-slide.current {
          opacity: 1; }
    section.content section.style-event .top-slider {
      width: 100%;
      position: relative;
      border-bottom: 1px solid #fcb713;
      padding-bottom: 1.04167vw;
      margin-bottom: 2.08333vw; }
      section.content section.style-event .top-slider .left-click {
        position: absolute;
        left: -2.08333vw;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 2.13542vw;
        height: 4.6875vw;
        background: url("/img/left-ylw.png") no-repeat;
        background-size: 100% 100%; }
      section.content section.style-event .top-slider .right-click {
        position: absolute;
        right: -2.96875vw;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 2.5vw;
        height: 4.6875vw;
        background: url("/img/right-ylw.png") no-repeat;
        background-size: 100% 100%; }
      section.content section.style-event .top-slider .carret-ctn {
        width: 78.125vw;
        height: 100%;
        overflow: hidden;
        position: relative; }
        section.content section.style-event .top-slider .carret-ctn .carret {
          width: 9999px;
          height: 100%;
          text-align: left;
          font-size: 0;
          position: relative;
          top: 0;
          left: 0;
          -webkit-transition: left 0.4s linear;
          -moz-transition: left 0.4s linear;
          -ms-transition: left 0.4s linear;
          -o-transition: left 0.4s linear;
          transition: left 0.4s linear; }
          section.content section.style-event .top-slider .carret-ctn .carret .event-ctn {
            display: inline-block;
            vertical-align: top;
            height: 100%;
            width: 78.125vw;
            font-size: 0; }
            section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .left {
              display: inline-block;
              vertical-align: top;
              width: 34%;
              height: 100%; }
              section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .left img {
                width: 100%; }
            section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right {
              display: inline-block;
              vertical-align: top;
              height: 100%;
              width: 58%;
              margin-left: 8%; }
              section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right.long-width {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 100%;
                margin-left: 0; }
              section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right .top {
                width: 100%;
                text-align: left;
                margin-bottom: 1.04167vw; }
                section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right .top .date {
                  display: inline-block;
                  color: #808080; }
                section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right .top .social {
                  float: right;
                  color: #808080; }
                  section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right .top .social a {
                    color: #808080;
                    font-size: .9em;
                    cursor: pointer; }
              section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right h3 {
                margin-bottom: 1.04167vw; }
              section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right .descr {
                margin-bottom: 1.04167vw; }
                section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right .descr ul {
                  margin-top: 1.04167vw; }
                  section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right .descr ul li {
                    display: block;
                    margin-bottom: 1.04167vw; }
                    section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right .descr ul li .num {
                      display: inline-block;
                      margin-right: 0.52083vw;
                      border: 1px solid #fcb713;
                      text-align: center;
                      width: 2em;
                      height: 2em;
                      -webkit-border-radius: 99px;
                      -moz-border-radius: 99px;
                      border-radius: 99px; }
              section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right .link {
                -webkit-border-radius: 0.78125vw;
                -moz-border-radius: 0.78125vw;
                border-radius: 0.78125vw;
                display: inline-block;
                padding: 0.3em 1em;
                border: 1px solid #fcb713; }
    section.content section.style-event .bot-slider {
      width: 100%;
      height: 23rem;
      position: relative;
      margin-bottom: 2.08333vw; }
      section.content section.style-event .bot-slider .left-click {
        position: absolute;
        left: -2.08333vw;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 2.13542vw;
        height: 4.6875vw;
        background: url("/img/left-ylw.png") no-repeat;
        background-size: 100% 100%; }
      section.content section.style-event .bot-slider .right-click {
        position: absolute;
        right: -2.96875vw;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 2.5vw;
        height: 4.6875vw;
        background: url("/img/right-ylw.png") no-repeat;
        background-size: 100% 100%; }
      section.content section.style-event .bot-slider .carret-ctn {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative; }
        section.content section.style-event .bot-slider .carret-ctn .carret {
          width: 9999px;
          height: 100%;
          text-align: left;
          font-size: 0;
          position: relative;
          top: 0;
          left: 0;
          -webkit-transition: left 0.4s linear;
          -moz-transition: left 0.4s linear;
          -ms-transition: left 0.4s linear;
          -o-transition: left 0.4s linear;
          transition: left 0.4s linear; }
          section.content section.style-event .bot-slider .carret-ctn .carret .prod {
            display: inline-block;
            vertical-align: top;
            height: 100%;
            position: relative; }
            section.content section.style-event .bot-slider .carret-ctn .carret .prod img {
              height: 100%; }
            section.content section.style-event .bot-slider .carret-ctn .carret .prod .text {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              padding: 0.5em 1em;
              background: rgba(255, 255, 255, 0.8);
              color: #000;
              -webkit-transform: scaleY(0);
              -moz-transform: scaleY(0);
              -ms-transform: scaleY(0);
              -o-transform: scaleY(0);
              transform: scaleY(0);
              -webkit-transform-origin: bottom;
              -moz-transform-origin: bottom;
              -ms-transform-origin: bottom;
              -o-transform-origin: bottom;
              transform-origin: bottom;
              -webkit-transition: all 0.2s ease-in;
              -moz-transition: all 0.2s ease-in;
              -ms-transition: all 0.2s ease-in;
              -o-transition: all 0.2s ease-in;
              transition: all 0.2s ease-in; }
              section.content section.style-event .bot-slider .carret-ctn .carret .prod .text .fontT {
                max-height: 80%;
                overflow: hidden;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%); }
            section.content section.style-event .bot-slider .carret-ctn .carret .prod:hover .text {
              -webkit-transform: scaleY(1);
              -moz-transform: scaleY(1);
              -ms-transform: scaleY(1);
              -o-transform: scaleY(1);
              transform: scaleY(1); }
  section.content section.style-partners {
    padding: 3.64583vw 6.25vw 2.60417vw 6.25vw; }
    section.content section.style-partners h2 {
      margin-bottom: 2.08333vw;
      text-transform: uppercase; }
    section.content section.style-partners .descr {
      width: 100%;
      font-size: 0; }
      section.content section.style-partners .descr .left {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        margin-right: 2%;
        margin-bottom: 1.04167vw; }
        section.content section.style-partners .descr .left .side-img {
          display: block;
          width: 100%; }
      section.content section.style-partners .descr .right {
        display: inline-block;
        vertical-align: top;
        width: 58%; }
        section.content section.style-partners .descr .right ul {
          font-size: inherit; }
          section.content section.style-partners .descr .right ul li {
            font-size: inherit;
            position: relative;
            display: block;
            margin-left: 25px;
            margin-bottom: 1em; }
            section.content section.style-partners .descr .right ul li:before {
              content: "";
              background: #FDB813;
              display: inline-block;
              width: 5px;
              height: 5px;
              position: absolute;
              left: -15px;
              top: 0;
              bottom: 0;
              margin: auto 0;
              -webkit-border-radius: 99px;
              -moz-border-radius: 99px;
              border-radius: 99px; }
    section.content section.style-partners .btn {
      margin-top: 1.30208vw;
      display: inline-block;
      padding: 0.3em 2em;
      -webkit-border-radius: 0.52083vw;
      -moz-border-radius: 0.52083vw;
      border-radius: 0.52083vw;
      border: 1px solid #FDB813;
      margin-right: 2.08333vw; }
    section.content section.style-partners .reg-form-ctn {
      position: fixed;
      display: none;
      z-index: 9999999999999999999;
      background: rgba(0, 0, 0, 0.9);
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      section.content section.style-partners .reg-form-ctn form {
        width: 960px;
        height: 640px;
        background: #fff;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 10%; }
        section.content section.style-partners .reg-form-ctn form .close {
          display: block;
          position: absolute;
          top: 2.08333vw;
          right: 2.08333vw;
          width: 1.09375vw;
          height: 1.09375vw;
          background: url("/img/close2.png") no-repeat;
          background-size: 100% 100%; }
        section.content section.style-partners .reg-form-ctn form .form-pos {
          font-size: 0;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          section.content section.style-partners .reg-form-ctn form .form-pos h2 {
            text-transform: none;
            text-align: center;
            font-weight: normal; }
          section.content section.style-partners .reg-form-ctn form .form-pos .left {
            display: inline-block;
            vertical-align: top;
            width: 40%;
            margin-right: 20%; }
          section.content section.style-partners .reg-form-ctn form .form-pos .right {
            display: inline-block;
            vertical-align: top;
            width: 40%; }
          section.content section.style-partners .reg-form-ctn form .form-pos .left input, section.content section.style-partners .reg-form-ctn form .form-pos .right input {
            width: 100%;
            margin-bottom: 1.04167vw; }
          section.content section.style-partners .reg-form-ctn form .form-pos .left input[type="checkbox"], section.content section.style-partners .reg-form-ctn form .form-pos .right input[type="checkbox"] {
            width: auto;
            margin-right: 10px; }
          section.content section.style-partners .reg-form-ctn form .form-pos .center {
            text-align: center; }
            section.content section.style-partners .reg-form-ctn form .form-pos .center input {
              margin-top: 1.30208vw;
              display: inline-block;
              padding: 0.3em 2em;
              -webkit-border-radius: 0.52083vw;
              -moz-border-radius: 0.52083vw;
              border-radius: 0.52083vw;
              border: 1px solid #FDB813;
              margin-right: 2.08333vw;
              background: #fff; }
  section.content section.style-career {
    padding: 3.64583vw 6.25vw 2.60417vw 6.25vw; }
    section.content section.style-career h2 {
      margin-bottom: 2.08333vw;
      text-transform: uppercase; }
    section.content section.style-career .ctn-top {
      width: 100%;
      font-size: 0;
      margin-bottom: 2.08333vw;
      height: 16.40625vw; }
      section.content section.style-career .ctn-top .left {
        display: inline-block;
        vertical-align: top;
        width: 28.94737%;
        margin-right: 2.63158%;
        height: 100%; }
        section.content section.style-career .ctn-top .left .img-ctn {
          width: 100%;
          height: 100%; }
      section.content section.style-career .ctn-top .right {
        display: inline-block;
        vertical-align: top;
        width: 68.42105%;
        height: 100%; }
        section.content section.style-career .ctn-top .right .txt {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
    section.content section.style-career .vacancy {
      position: relative;
      border-top: 1px solid #FDB813;
      border-bottom: 1px solid #FDB813;
      width: 100%;
      padding: 2.08333vw 4.16667vw;
      font-size: 0;
      margin-bottom: 2.08333vw; }
      section.content section.style-career .vacancy .left {
        display: inline-block;
        vertical-align: top;
        width: 18.42105%;
        padding-top: 1.5625vw; }
        section.content section.style-career .vacancy .left .date-ctn {
          width: 6.25vw;
          height: 5.57292vw;
          border: 1px solid #e0e0e0;
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          cursor: pointer; }
      section.content section.style-career .vacancy .right {
        display: inline-block;
        vertical-align: top;
        width: 81.57895%;
        overflow: hidden;
        max-height: 11em;
        -webkit-transition: height 2s ease-in;
        -moz-transition: height 2s ease-in;
        -ms-transition: height 2s ease-in;
        -o-transition: height 2s ease-in;
        transition: height 2s ease-in; }
        section.content section.style-career .vacancy .right h3 {
          font-size: inherit;
          margin-bottom: 0.52083vw;
          text-transform: uppercase;
          font-weight: bold; }
        section.content section.style-career .vacancy .right ul {
          font-size: inherit;
          margin: 0.52083vw 0; }
          section.content section.style-career .vacancy .right ul li {
            font-size: inherit;
            position: relative;
            display: block;
            margin-left: 25px;
            margin-bottom: 1em; }
            section.content section.style-career .vacancy .right ul li:before {
              content: "";
              background: #FDB813;
              display: inline-block;
              width: 5px;
              height: 5px;
              position: absolute;
              left: -15px;
              top: 0;
              bottom: 0;
              margin: auto 0;
              -webkit-border-radius: 99px;
              -moz-border-radius: 99px;
              border-radius: 99px; }
        section.content section.style-career .vacancy .right .btn {
          margin-top: 1.30208vw;
          display: inline-block;
          padding: 0.3em 2em;
          -webkit-border-radius: 0.52083vw;
          -moz-border-radius: 0.52083vw;
          border-radius: 0.52083vw;
          border: 1px solid #FDB813;
          margin-right: 2.08333vw;
          margin-bottom: 1px; }
      section.content section.style-career .vacancy .more {
        position: absolute;
        left: 21%;
        bottom: 0.52083vw;
        display: inline-block;
        color: #FDB813;
        margin-left: 0.52083vw; }
    section.content section.style-career .reg-form-ctn {
      position: fixed;
      display: none;
      z-index: 9999999999999999999;
      background: rgba(0, 0, 0, 0.9);
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      section.content section.style-career .reg-form-ctn form {
        width: 640px;
        height: 500px;
        background: #fff;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 10%; }
        section.content section.style-career .reg-form-ctn form .close {
          display: block;
          position: absolute;
          top: 2.08333vw;
          right: 2.08333vw;
          width: 1.09375vw;
          height: 1.09375vw;
          background: url("/img/close2.png") no-repeat;
          background-size: 100% 100%; }
        section.content section.style-career .reg-form-ctn form .form-pos {
          font-size: 0;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          section.content section.style-career .reg-form-ctn form .form-pos input {
            width: 100%;
            margin-bottom: 1.04167vw; }
          section.content section.style-career .reg-form-ctn form .form-pos .center {
            text-align: center; }
            section.content section.style-career .reg-form-ctn form .form-pos .center input {
              width: auto;
              margin-top: 1.30208vw;
              display: inline-block;
              padding: 0.3em 2em;
              -webkit-border-radius: 0.52083vw;
              -moz-border-radius: 0.52083vw;
              border-radius: 0.52083vw;
              border: 1px solid #FDB813;
              background: #fff; }

footer {
  padding-left: 16rem;
  padding-right: 6.25vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8rem;
  background: #FDB813;
  z-index: 1;
  text-align: center; }
  footer .left {
    float: left;
    padding-left: 2.08333vw;
    padding-top: 3.5rem; }
  footer .right {
    float: right;
    padding-top: 3.5rem;
    height: 100%; }
    footer .right .text {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding-left: 4rem;
      margin-right: 1.5625vw; }
      footer .right .text:nth-of-type(1):after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 3rem;
        height: 3rem;
        background: url("/img/call.png") no-repeat;
        background-size: 100% 100%; }
      footer .right .text:nth-of-type(2):after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 3rem;
        height: 3rem;
        background: url("/img/location.png") no-repeat;
        background-size: 100% 100%; }
    footer .right a {
      position: relative;
      -webkit-transform: translateY(-15%);
      -moz-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
      -o-transform: translateY(-15%);
      transform: translateY(-15%);
      display: inline-block; }
      footer .right a span {
        color: #fff;
        margin-left: 0.78125vw; }
  footer .foot-logo {
    display: inline-block;
    height: 100%;
    width: 28rem;
    background: url("/img/footer.png") no-repeat;
    background-size: 100% auto;
    background-position: center; }
    footer .foot-logo.en-logo {
      display: inline-block;
      height: 100%;
      width: 28rem;
      background: url("/img/footer_en.png") no-repeat;
      background-size: 100% auto;
      background-position: center; }
    footer .foot-logo.ru-logo {
      display: inline-block;
      height: 100%;
      width: 28rem;
      background: url("/img/footer_ru.png") no-repeat;
      background-size: 100% auto;
      background-position: center; }

.btn, input[type="submit"], .more-news {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.btn:hover, input[type="submit"]:hover, .more-news:hover {
  background: #FDB813; }

ol > li, ol, p {
  font-size: inherit;
  margin-bottom: 1em; }
  ol > li strong, ol strong, p strong {
    font-size: inherit; }

section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right .descr ul {
  font-size: inherit;
  padding: 0px 25px;
  margin: 0 0 1em 0; }
  section.content section.style-event .top-slider .carret-ctn .carret .event-ctn .right .descr ul li {
    font-size: inherit;
    padding: 0px 0 0 2em;
    margin: 0 0 .5em 0; }

ol {
  counter-reset: list; }

ol li {
  position: relative;
  margin: 1em 2em;
  padding-left: 1em;
  list-style-type: none; }

ol li:before {
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  display: block;
  left: -2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #fcb713;
  width: 2em;
  height: 2em;
  font-size: inherit;
  text-indent: 0.7em;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px; }

@media only screen and (max-width: 1600px) {
  * {
    font-size: 7.5px; }

  .fontM {
    font-size: 14px; }

  .fontH {
    font-size: 24px; }

  .fontT {
    font-size: 15px; }

  .fontTS {
    font-size: 13px; }

  .fontF {
    font-size: 12px;
    line-height: 1.5em;
    font-family: 'ralewayregular'; }

  .fontP {
    font-size: 18px;
    line-height: 1.5em;
    font-family: 'ralewayregular'; }

  .fontL {
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'ralewayregular';
    font-weight: bold; }

  section.content section.split-screen .sub-content .second-block .item {
    height: 23.17708vw; } }
@media only screen and (max-width: 1550px) {
  section.content section.style-contacts .split-ctn .left, section.content section.style-contacts .split-ctn .right {
    width: 100%; } }
@media only screen and (max-width: 1400px) {
  * {
    font-size: 7px; }

  .fontM {
    font-size: 13px; }

  .fontH {
    font-size: 22px; }

  .fontT {
    font-size: 13px; }

  .fontTS {
    font-size: 13px; }

  .fontF {
    font-size: 12px;
    line-height: 1.5em;
    font-family: 'ralewayregular'; }

  .fontP {
    font-size: 23px;
    line-height: 1.5em;
    font-family: 'ralewayregular'; }

  .fontL {
    font-size: 14px;
    line-height: 1.5em;
    font-family: 'ralewayregular';
    font-weight: bold; }

  section.content section.split-screen .sub-content .second-block .item {
    height: 23.69792vw; } }
@media only screen and (max-width: 1280px) {
  * {
    font-size: 7.5px; }

  .fontM {
    font-size: 11px; }

  .fontH {
    font-size: 18px; }

  .fontT {
    font-size: 11px; }

  .fontF {
    font-size: 12px;
    line-height: 1.5em;
    font-family: 'ralewayregular'; }

  .fontP {
    font-size: 23px;
    line-height: 1.5em;
    font-family: 'ralewayregular'; }

  .fontL {
    font-size: 18px;
    line-height: 1.5em;
    font-family: 'ralewayregular';
    font-weight: bold; }

  section.content section.split-screen .sub-content .second-block .item {
    height: 23.69792vw; } }

/*# sourceMappingURL=styles.css.map */
