@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; } }
* {
  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: 10rem;
  position: relative;
  min-height: 100vh;
  background: url("/img/bg.jpg") no-repeat;
  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, section.content .txt-top .text-ctn *, section.content section.split-screen .sub-content .first-block .txt .text-ctn *, section.content section.split-screen .sub-content .second-block .item__text *, section.content section.split-screen .sub-content .product-descr .right .descr a, section.content section.split-screen .sub-content .product-descr .right .descr li, section.content section.split-screen .sub-content .product-descr .right .descr p, section.content section.split-screen .sub-content .product-descr .right table td, .form__group label, .form__group input, .input {
  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'; }

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

aside {
  position: fixed;
  height: 100%;
  overflow-y: hidden;
  width: 16rem;
  z-index: 98;
  top: 0;
  left: 0;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  min-height: 90rem; }
  aside nav {
    width: 100%;
    height: 100%;
    background: #FFA400;
    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 100%;
          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;
        transform: scaleY(0);
        transform-origin: center top 0;
        transition: all 0.2s ease-in 0s; }
        aside nav ul li.sub .top {
          border-bottom: 1px solid #666;
          display: block;
          height: 50%;
          width: 100%; }
        aside nav ul li.sub .bot {
          display: block;
          height: 50%;
          width: 100%; }
        aside nav ul li.sub .menu-elem {
          position: relative;
          text-align: center;
          top: 50%;
          transform: translateY(-50%); }
        aside nav ul li.sub.opened {
          height: 9rem;
          transform: scaleY(1); }
    aside nav .social {
      position: absolute;
      bottom: 4rem;
      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: 9rem;
      width: 100%;
      text-align: center; }

section.content {
  padding: 5.72917vw 6.25vw 2.60417vw 14.58333vw;
  position: relative; }
  section.content h1 {
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
    padding: 0.8% 2%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 30px; }
  section.content h1.white-bg {
    background: #fff; }
  section.content .slider-ctn {
    width: 100%;
    height: 17.1875vw;
    margin-top: 2.08333vw;
    margin-bottom: 1.04167vw;
    position: relative; }
    section.content .slider-ctn .btn-left, section.content .slider-ctn .btn-right {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      width: 2.13542vw;
      height: 3.38542vw;
      z-index: 10; }
    section.content .slider-ctn .btn-left {
      left: 10px;
      background: url("/img/left.png") no-repeat;
      background-size: 100% 100%; }
    section.content .slider-ctn .btn-right {
      right: 10px;
      background: url("/img/right.png") no-repeat;
      background-size: 100% 100%; }
    section.content .slider-ctn .dots {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
      bottom: 15px;
      z-index: 10; }
      section.content .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 .slider-ctn .dots .dot:last-child {
          margin-right: 0; }
      section.content .slider-ctn .dots .sel {
        background: #D9B47E; }
    section.content .slider-ctn .slide,
    section.content .slider-ctn a.slide {
      width: 100%;
      height: 100%;
      position: relative; }
      section.content .slider-ctn .slide .slide-img,
      section.content .slider-ctn a.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 .slider-ctn .slide .current,
      section.content .slider-ctn a.slide .current {
        z-index: 9;
        opacity: 1; }
  section.content .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 .txt-top .text-ctn {
      display: inline-block;
      max-height: 3em;
      overflow: hidden; }
    section.content .txt-top .more-text {
      color: #000;
      font-weight: 900;
      letter-spacing: 1px; }
  section.content .bg_white-opacity {
    background: rgba(255, 255, 255, 0.7); }
  section.content section.split-screen {
    width: 100%;
    font-size: 0;
    padding-top: 6.57895%;
    position: relative; }
    section.content section.split-screen .brands {
      width: 21.05263%;
      display: inline-block;
      vertical-align: top;
      padding-right: 5.26316%; }
      section.content 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.split-screen .brands .banner-ctn .banner-img {
          display: block;
          width: 5.20833vw;
          height: 4.42708vw;
          text-align: center; }
          section.content 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.split-screen .brands .banner-ctn h2 {
          text-transform: uppercase;
          margin-top: 1.04167vw;
          padding-left: 0.26042vw; }
        section.content section.split-screen .brands .banner-ctn .item-link {
          display: block;
          margin-top: 0.52083vw; }
        section.content section.split-screen .brands .banner-ctn .current {
          color: #FFA400; }
      section.content section.split-screen .brands .bg_white-opacity {
        background: rgba(255, 255, 255, 0.7); }
      section.content section.split-screen .brands .open {
        max-width: 12.5vw; }
        section.content section.split-screen .brands .open .banner-img {
          display: block;
          width: auto;
          height: auto;
          text-align: left; }
          section.content 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.split-screen .sub-content {
      width: 78.94737%;
      display: inline-block;
      vertical-align: top; }
      section.content 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.split-screen .sub-content .first-block .brand-logo {
          margin-bottom: 1.04167vw; }
          section.content section.split-screen .sub-content .first-block .brand-logo img {
            height: 100%; }
        section.content section.split-screen .sub-content .first-block .brand-logo_center {
          text-align: center; }
        section.content section.split-screen .sub-content .first-block .txt .text-ctn {
          display: inline-block;
          /*max-height: 6em;
          overflow: hidden;*/
          width: 100%; }
        section.content section.split-screen .sub-content .first-block .txt .more-text {
          color: #000;
          font-weight: 900;
          letter-spacing: 1px; }
      section.content 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.split-screen .sub-content .category h2 {
          text-transform: uppercase; }
      section.content section.split-screen .sub-content .bg_white-opacity {
        background: rgba(255, 255, 255, 0.7); }
      section.content section.split-screen .sub-content .second-block {
        width: 100%;
        font-size: 0;
        overflow: hidden;
        position: relative; }
        section.content 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: 23.69792vw;
          margin-right: 2%;
          display: inline-block;
          vertical-align: top;
          margin-bottom: 1.04167vw;
          position: relative; }
          section.content section.split-screen .sub-content .second-block .item:nth-of-type(3n) {
            margin-right: 0; }
          section.content 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.split-screen .sub-content .second-block .item .img-new img {
              width: 100%;
              height: 100%; }
          section.content section.split-screen .sub-content .second-block .item .pack-img {
            display: block;
            width: 100%;
            height: 15.10417vw;
            margin-bottom: 0.52083vw; }
          section.content section.split-screen .sub-content .second-block .item h2 {
            text-transform: uppercase;
            display: table-cell;
            vertical-align: middle;
            height: 4.94792vw; }
          section.content section.split-screen .sub-content .second-block .item .text {
            max-height: 4.5em;
            overflow: hidden;
            text-transform: lowercase; }
          section.content section.split-screen .sub-content .second-block .item__text {
            max-height: 70px;
            height: 100%;
            overflow: hidden;
            text-overflow: ellipsis; }
        section.content section.split-screen .sub-content .second-block .bg_white-opacity {
          background: rgba(255, 255, 255, 0.7); }
        section.content section.split-screen .sub-content .second-block .item_height-lg {
          height: 480px; }
      section.content section.split-screen .sub-content .see {
        display: block;
        width: 100%;
        text-align: right;
        height: 1.04167vw; }
        section.content section.split-screen .sub-content .see a {
          color: #FFA400; }
      section.content section.split-screen .sub-content .video-block {
        margin-top: 2.60417vw;
        height: 34.79167vw;
        width: 100%;
        overflow: hidden; }
      section.content section.split-screen .sub-content .social {
        margin-top: 1.04167vw; }
        section.content section.split-screen .sub-content .social a {
          margin-right: 0.52083vw;
          color: #fff;
          cursor: pointer; }
          section.content section.split-screen .sub-content .social a span {
            color: #fff; }
      section.content section.split-screen .sub-content .social-color-black a {
        color: #000; }
        section.content section.split-screen .sub-content .social-color-black a span {
          color: #000; }
      section.content section.split-screen .sub-content .products {
        position: absolute;
        font-size: 0;
        top: 1.04167vw;
        left: 16.66667vw;
        text-align: left; }
        section.content 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;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          -webkit-border-radius: 0.78125vw;
          -moz-border-radius: 0.78125vw;
          border-radius: 0.78125vw; }
        section.content section.split-screen .sub-content .products .bg_white-opacity {
          background: rgba(255, 255, 255, 0.7); }
      section.content 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;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -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.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.split-screen .sub-content .product-descr .left {
          display: inline-block;
          vertical-align: top;
          width: 36%;
          padding-right: 5.83333%; }
          section.content section.split-screen .sub-content .product-descr .left .img-item {
            width: 100%; }
            section.content section.split-screen .sub-content .product-descr .left .img-item img {
              width: 100%; }
        section.content section.split-screen .sub-content .product-descr .right {
          display: inline-block;
          vertical-align: top;
          width: 64%; }
          section.content section.split-screen .sub-content .product-descr .right h2 {
            margin-bottom: 1.04167vw; }
          section.content section.split-screen .sub-content .product-descr .right .descr {
            margin-bottom: 1.04167vw; }
            section.content section.split-screen .sub-content .product-descr .right .descr ul li {
              margin-left: 1.1em; }
          section.content section.split-screen .sub-content .product-descr .right table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 1.04167vw; }
            section.content section.split-screen .sub-content .product-descr .right table tr {
              border: 1px solid #FFA400;
              height: 3.125vw; }
              section.content 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.split-screen .sub-content .product-descr .right table tr.head {
                background: #FFA400; }
                section.content 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.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: #FFA400; }
      section.content section.split-screen .sub-content .bg_white-opacity {
        background: rgba(255, 255, 255, 0.7); }

footer {
  padding-left: 16rem;
  padding-right: 6.25vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8rem;
  background: #FFA400;
  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; }

.bg-3bears {
  background: #FFA409; }





	
.bg-ice-01 {background: url(../../img/bg/bottom/Morzho.png) no-repeat right bottom/100%, url(../../img/bg/Morzho.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-02 {background: url(../../img/bg/bottom/glavholod.png) no-repeat right bottom/100%, url(../../img/bg/glavholod.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-03 {background: url(../../img/bg/bottom/ukrainochka.png) no-repeat right bottom/100%, url(../../img/bg/ukrainochka.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-04 {background: url(../../img/bg/bottom/charivna_schokoladnutsja.png) no-repeat right bottom/100%, url(../../img/bg/charivna_schokoladnutsja.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-05 {background: url(../../img/bg/bottom/monaco.png) no-repeat right bottom/100%, url(../../img/bg/monaco.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-06 {background: url(../../img/bg/bottom/Mimishka.png) no-repeat right bottom/100%, url(../../img/bg/Mimishka.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-07 {background: url(../../img/bg/bottom/Frostiki.png) no-repeat right bottom/100%, url(../../img/bg/Frostiki.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-08 {background: url(../../img/bg/bottom/Plodovo_yagidne.png) no-repeat right bottom/100%, url(../../img/bg/Plodovo_yagidne.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-09 {background: url(../../img/bg/bottom/creamers.png) no-repeat right bottom/100%, url(../../img/bg/creamers.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-10 {background: url(../../img/bg/bottom/Pistachio_3_bears_.png) no-repeat right bottom/100%, url(../../img/bg/Pistachio_3_bears_.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-11 {background: url(../../img/bg/bottom/Lemon_chock_1_.png) no-repeat right bottom/100%, url(../../img/bg/Lemon_chock_1_.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-12 {background: url(../../img/bg/bottom/medvedi.png) no-repeat right bottom/100%, url(../../img/bg/medvedi.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-13 {background: url(../../img/bg/bottom/Mamma_mia2.png) no-repeat right bottom/100%, url(../../img/bg/Mamma_mia2.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-14 {background: url(../../img/bg/bottom/Tvoya_ferma2.png) no-repeat right bottom/100%, url(../../img/bg/Tvoya_ferma2.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-15 {background: url(../../img/bg/bottom/Fit_line.png) no-repeat right bottom/100%, url(../../img/bg/Fit_line.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-16 {background: url(../../img/bg/bottom/Ogogo_scherbet4.png) no-repeat right bottom/100%, url(../../img/bg/Ogogo_scherbet4.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-17 {background: url(../../img/bg/bottom/Vagove.png) no-repeat right bottom/100%, url(../../img/bg/Vagove.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-18 {background: url(../../img/bg/bottom/Ice_boom_Sokovuta_yagidka_3878px.png) no-repeat right bottom/100%, url(../../img/bg/Ice_boom_Sokovuta_yagidka_3878px.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-19 {background: url(../../img/bg/bottom/Kornello_gigant_3_bears2_.png) no-repeat right bottom/100%, url(../../img/bg/Kornello_gigant_3_bears2_.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-20 {background: url(../../img/bg/bottom/Kaschtan_Stolichne.png) no-repeat right bottom/100%, url(../../img/bg/Kaschtan_Stolichne.jpg) no-repeat 0 0/100% 100%;}
.bg-ice-21 {background: url(../../img/bg/bottom/Sma4na_para_Kazka.png) no-repeat right bottom/100%, url(../../img/bg/Sma4na_para_Kazka.jpg) no-repeat 0 0/100% 100%;}




.bg-don-piz {
  background: url(../../img/don-piz-bg-pz.png) no-repeat 620px bottom/auto, url(../../img/don-piz-bg-m.jpg) repeat-y 0 0/contain; }

.bg-gos {
  background: white url(../../img/gost-bg.png) no-repeat 0 0/100% 100%; }

.bg-zdor {
  background: #F0F0F0 url(../../img/zdorov-bg.png) no-repeat 0 0/100% 100%; }

.bg-magnat {
  background: transparent url("../../img/magnat-bg.png") no-repeat scroll right 0/99% 100%; }

.bg-mishutka {
  background-color: #FCDD00;
  background-image: url(../../img/mishka-bg1.png), url(../../img/mishka-bg2.png);
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat; }

.bg-bandr {
  background: #fcdd00 url(../../img/bandr-bg.png) no-repeat scroll 0 300px/contain; }

.bg-tandyr {
  background: url(../../img/tandr-bg3.png) no-repeat right bottom/auto, url(../../img/tandr-bg2.jpg) no-repeat 0 0/100% 100%; }

.bg_white-opacity {
  background: rgba(255, 255, 255, 0.7); }

.item_height-lg {
  height: 510px; }

.btn-enter {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 0.8% 4%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  position: absolute;
  top: 30px;
  right: 6.5%; }

.btn-enter_white {
  background: #fff; }

.right__btn-buy {
  margin: 5% 0;
  text-align: left; }

.btn-buy {
  font-size: 16px;
  font-family: "ralewayregular";
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 1% 6%;
  border-radius: 10px;
  border: 1px solid #FFA400; }

.form-enter {
  display: none;
  max-width: 540px;
  width: 100%;
  background: #fff;
  position: fixed;
  padding: 5% 5%;
  top: 0;
  left: 50%;
  margin-left: -270px;
  margin-top: 15%;
  z-index: 100; }

.form-enter__close-btn {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: transparent url(../../img/close-btn.png) no-repeat scroll center center;
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer; }

.form__group {
  text-align: left;
  color: #000;
  margin-bottom: 3%;
  display: block; }
  .form__group input {
    display: block;
    background: #fff;
    padding: 1% 4%;
    outline: 0;
    border: 1px solid #CACACA;
    width: 100%;
    color: #000; }

.form__input {
  display: block;
  background-color: transparent; }

.input {
  display: block;
  padding: 1% 4%;
  outline: 0;
  border: 1px solid #CACACA;
  width: 100%;
  color: #000; }

.form__link {
  display: block;
  text-align: left;
  color: #000;
  font-size: 12px;
  margin-bottom: 3%;
  font-family: "ralewayregular"; }

.form__button {
  display: block;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  padding: 2% 2%;
  text-align: center;
  background: transparent;
  border: 1px solid #FFA400;
  border-radius: 10px;
  font-size: 16px;
  font-family: "ralewayregular"; }

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

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

  .fontM {
    font-size: 15px; }

  .fontH {
    font-size: 24px; }

  .fontT, section.content .txt-top .text-ctn *, section.content section.split-screen .sub-content .first-block .txt .text-ctn *, section.content section.split-screen .sub-content .second-block .item__text *, section.content section.split-screen .sub-content .product-descr .right .descr a, section.content section.split-screen .sub-content .product-descr .right .descr li, section.content section.split-screen .sub-content .product-descr .right .descr p, section.content section.split-screen .sub-content .product-descr .right table td, .form__group label, .form__group input, .input {
    font-size: 15px; }

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

  .fontM {
    font-size: 14px; }

  .fontH {
    font-size: 22px; }

  .fontT, section.content .txt-top .text-ctn *, section.content section.split-screen .sub-content .first-block .txt .text-ctn *, section.content section.split-screen .sub-content .second-block .item__text *, section.content section.split-screen .sub-content .product-descr .right .descr a, section.content section.split-screen .sub-content .product-descr .right .descr li, section.content section.split-screen .sub-content .product-descr .right .descr p, section.content section.split-screen .sub-content .product-descr .right table td, .form__group label, .form__group input, .input {
    font-size: 13px; }

  .fontTS {
    font-size: 13px; }

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

  .fontM {
    font-size: 11px; }

  .fontH {
    font-size: 18px; }

  .fontT, section.content .txt-top .text-ctn *, section.content section.split-screen .sub-content .first-block .txt .text-ctn *, section.content section.split-screen .sub-content .second-block .item__text *, section.content section.split-screen .sub-content .product-descr .right .descr a, section.content section.split-screen .sub-content .product-descr .right .descr li, section.content section.split-screen .sub-content .product-descr .right .descr p, section.content section.split-screen .sub-content .product-descr .right table td, .form__group label, .form__group input, .input {
    font-size: 11px; }

  section.content section.split-screen .sub-content .second-block .item {
    height: 24.73958vw; }
  section.content section.split-screen .sub-content .second-block .item_height-lg {
    height: 30.20833vw; } }
@media only screen and (max-width: 1024px) {
  body {
    background-size: 140% 100%; }

  section.content section.split-screen .sub-content .second-block .item {
    height: 269.33333px !important; }
  section.content section.split-screen .sub-content .second-block .item_height-lg {
    height: 320px !important; }

  section.content {
    padding: 58.66667px 64px 26.66667px 149.33333px; }
    section.content h1 {
      text-transform: uppercase; }
    section.content .slider-ctn {
      width: 100%;
      height: 176px;
      margin-top: 21.33333px;
      margin-bottom: 10.66667px;
      position: relative; }
      section.content .slider-ctn .btn-left, section.content .slider-ctn .btn-right {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 21.86667px;
        height: 34.66667px;
        z-index: 10; }
      section.content .slider-ctn .btn-left {
        left: 10px;
        background: url("/img/left.png") no-repeat;
        background-size: 100% 100%; }
      section.content .slider-ctn .btn-right {
        right: 10px;
        background: url("/img/right.png") no-repeat;
        background-size: 100% 100%; }
      section.content .slider-ctn .dots {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 15px;
        z-index: 10; }
        section.content .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 .slider-ctn .dots .dot:last-child {
            margin-right: 0; }
        section.content .slider-ctn .dots .sel {
          background: #D9B47E; }
      section.content .slider-ctn .slide {
        width: 100%;
        height: 100%;
        position: relative; }
        section.content .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 .slider-ctn .slide .current {
          z-index: 9;
          opacity: 1; }
    section.content .txt-top {
      padding: 5.33333px 8px;
      background: #fff;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
      section.content .txt-top .text-ctn {
        display: inline-block;
        max-height: 3em;
        overflow: hidden; }
      section.content .txt-top .more-text {
        color: #000;
        font-weight: 900;
        letter-spacing: 1px; }
    section.content .bg_white-opacity {
      background: rgba(255, 255, 255, 0.7); }
    section.content section.split-screen {
      width: 100%;
      font-size: 0;
      padding-top: 6.57895%;
      position: relative; }
      section.content section.split-screen .brands {
        width: 21.05263%;
        display: inline-block;
        vertical-align: top;
        padding-right: 5.26316%; }
        section.content section.split-screen .brands .banner-ctn {
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          padding: 8px;
          background: #fff;
          max-width: 69.33333px;
          margin-bottom: 10.66667px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px; }
          section.content section.split-screen .brands .banner-ctn .banner-img {
            display: block;
            width: 53.33333px;
            height: 45.33333px;
            text-align: center; }
            section.content 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.split-screen .brands .banner-ctn h2 {
            text-transform: uppercase;
            margin-top: 10.66667px;
            padding-left: 2.66667px; }
          section.content section.split-screen .brands .banner-ctn .item-link {
            display: block;
            margin-top: 5.33333px; }
          section.content section.split-screen .brands .banner-ctn .current {
            color: #FFA400; }
        section.content section.split-screen .brands .bg_white-opacity {
          background: rgba(255, 255, 255, 0.7); }
        section.content section.split-screen .brands .open {
          max-width: 128px; }
          section.content section.split-screen .brands .open .banner-img {
            display: block;
            width: auto;
            height: auto;
            text-align: left; }
            section.content 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.split-screen .sub-content {
        width: 78.94737%;
        display: inline-block;
        vertical-align: top; }
        section.content section.split-screen .sub-content .first-block {
          width: 100%;
          padding: 8px;
          background: #fff;
          margin-bottom: 10.66667px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px; }
          section.content section.split-screen .sub-content .first-block .brand-logo {
            margin-bottom: 10.66667px; }
            section.content section.split-screen .sub-content .first-block .brand-logo img {
              height: 100%; }
          section.content section.split-screen .sub-content .first-block .txt .text-ctn {
            display: inline-block;
            /*max-height: 6em;
            overflow: hidden;*/
            width: 100%; }
          section.content section.split-screen .sub-content .first-block .txt .more-text {
            color: #000;
            font-weight: 900;
            letter-spacing: 1px; }
        section.content section.split-screen .sub-content .category {
          padding: 5.33333px 10.66667px;
          width: 180px;
          background: #fff;
          margin-bottom: 10.66667px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px; }
          section.content section.split-screen .sub-content .category h2 {
            text-transform: uppercase; }
        section.content section.split-screen .sub-content .second-block {
          width: 100%;
          font-size: 0;
          overflow: hidden;
          position: relative; }
          section.content section.split-screen .sub-content .second-block .item {
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            padding: 16px 21.33333px;
            background: #fff;
            margin-bottom: 2%;
            width: 32%;
            height: 258.66667px;
            margin-right: 2%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 10.66667px;
            position: relative; }
            section.content section.split-screen .sub-content .second-block .item:nth-of-type(3n) {
              margin-right: 0; }
            section.content section.split-screen .sub-content .second-block .item .img-new {
              position: absolute;
              z-index: 9;
              top: 0;
              right: 0;
              width: 45.86667px;
              height: 45.86667px; }
              section.content section.split-screen .sub-content .second-block .item .img-new img {
                width: 100%;
                height: 100%; }
            section.content section.split-screen .sub-content .second-block .item .pack-img {
              display: block;
              width: 100%;
              height: 154.66667px;
              margin-bottom: 5.33333px; }
            section.content section.split-screen .sub-content .second-block .item h2 {
              text-transform: uppercase;
              display: table-cell;
              vertical-align: middle;
              height: 50.66667px; }
            section.content section.split-screen .sub-content .second-block .item .text {
              max-height: 4.5em;
              overflow: hidden;
              text-transform: lowercase; }
          section.content section.split-screen .sub-content .second-block .bg_white-opacity {
            background: rgba(255, 255, 255, 0.7); }
          section.content section.split-screen .sub-content .second-block .item_height-lg {
            height: 320px !important; }
        section.content section.split-screen .sub-content .see {
          display: block;
          width: 100%;
          text-align: right;
          height: 10.66667px; }
          section.content section.split-screen .sub-content .see a {
            color: #FFA400; }
        section.content section.split-screen .sub-content .video-block {
          margin-top: 26.66667px;
          height: 356.26667px;
          width: 100%;
          overflow: hidden; }
        section.content section.split-screen .sub-content .social {
          margin-top: 10.66667px; }
          section.content section.split-screen .sub-content .social a {
            margin-right: 5.33333px;
            color: #fff; }
            section.content section.split-screen .sub-content .social a span {
              color: #fff; }
        section.content section.split-screen .sub-content .products {
          position: absolute;
          font-size: 0;
          top: 10.66667px;
          left: 170.66667px;
          text-align: left; }
          section.content section.split-screen .sub-content .products .prod {
            display: inline-block;
            vertical-align: top;
            text-transform: uppercase;
            padding: 5.33333px 10.66667px;
            background: #fff;
            margin-right: 10.66667px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px; }
          section.content section.split-screen .sub-content .products .bg_white-opacity {
            background: rgba(255, 255, 255, 0.7); }
        section.content section.split-screen .sub-content .prd {
          position: absolute;
          top: 10.66667px;
          left: 0;
          width: 128px;
          text-align: center;
          text-transform: uppercase;
          padding: 5.33333px 10.66667px;
          background: #fff;
          margin-right: 10.66667px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
        section.content section.split-screen .sub-content .product-descr {
          font-size: 0;
          width: 100%;
          padding: 16px 21.33333px;
          background: #fff;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px; }
          section.content section.split-screen .sub-content .product-descr .left {
            display: inline-block;
            vertical-align: top;
            width: 36%;
            padding-right: 5.83333%; }
            section.content section.split-screen .sub-content .product-descr .left .img-item {
              width: 100%; }
              section.content section.split-screen .sub-content .product-descr .left .img-item img {
                width: 100%; }
          section.content section.split-screen .sub-content .product-descr .right {
            display: inline-block;
            vertical-align: top;
            width: 64%; }
            section.content section.split-screen .sub-content .product-descr .right h2 {
              margin-bottom: 10.66667px; }
            section.content section.split-screen .sub-content .product-descr .right .descr {
              margin-bottom: 10.66667px; }
              section.content section.split-screen .sub-content .product-descr .right .descr ul li {
                margin-left: 1.1em; }
            section.content section.split-screen .sub-content .product-descr .right table {
              width: 100%;
              border-collapse: collapse;
              margin-top: 10.66667px; }
              section.content section.split-screen .sub-content .product-descr .right table tr {
                border: 1px solid #FFA400;
                height: 32px; }
                section.content section.split-screen .sub-content .product-descr .right table tr td {
                  text-align: center;
                  vertical-align: middle;
                  position: relative; }
                section.content section.split-screen .sub-content .product-descr .right table tr.head {
                  background: #FFA400; }
                  section.content section.split-screen .sub-content .product-descr .right table tr.head td:not(:last-child):after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 4.26667px;
                    bottom: 0;
                    margin-bottom: auto 0;
                    width: 1px;
                    height: 23.46667px;
                    background: #fff; }
                section.content section.split-screen .sub-content .product-descr .right table tr.content-tr td:not(:last-child):after {
                  content: "";
                  position: absolute;
                  right: 0;
                  top: 4.26667px;
                  bottom: 0;
                  margin-bottom: auto 0;
                  width: 1px;
                  height: 23.46667px;
                  background: #FFA400; }
        section.content section.split-screen .sub-content .bg_white-opacity {
          background: rgba(255, 255, 255, 0.7); }

  footer {
    padding-left: 16rem;
    padding-right: 64px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8rem;
    background: #FFA400;
    z-index: 1;
    text-align: center; }
    footer .left {
      float: left;
      padding-left: 21.33333px;
      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: 16px; }
        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: 8px; }
    footer .foot-logo {
      display: inline-block;
      height: 100%;
      width: 28rem;
      background: url("/img/footer.png") no-repeat;
      background-size: 100% auto;
      background-position: center; } }
@media only screen and (min-width: 1920px) {
  section.content section.split-screen .sub-content .second-block .item {
    height: 435px !important; }
  section.content section.split-screen .sub-content .second-block .item_height-lg {
    height: 500px !important; }

  section.content {
    padding: 70px 120px 50px 280px; }
    section.content h1 {
      text-transform: uppercase; }
    section.content .slider-ctn {
      width: 100%;
      height: 330px;
      margin-top: 40px;
      margin-bottom: 20px;
      position: relative; }
      section.content .slider-ctn .btn-left, section.content .slider-ctn .btn-right {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 41px;
        height: 65px;
        z-index: 10; }
      section.content .slider-ctn .btn-left {
        left: 10px;
        background: url("/img/left.png") no-repeat;
        background-size: 100% 100%; }
      section.content .slider-ctn .btn-right {
        right: 10px;
        background: url("/img/right.png") no-repeat;
        background-size: 100% 100%; }
      section.content .slider-ctn .dots {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 15px;
        z-index: 10; }
        section.content .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 .slider-ctn .dots .dot:last-child {
            margin-right: 0; }
        section.content .slider-ctn .dots .sel {
          background: #D9B47E; }
      section.content .slider-ctn .slide {
        width: 100%;
        height: 100%;
        position: relative; }
        section.content .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 .slider-ctn .slide .current {
          z-index: 9;
          opacity: 1; }
    section.content .txt-top {
      padding: 10px 15px;
      background: #fff;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }
      section.content .txt-top .text-ctn {
        display: inline-block;
        max-height: 3em;
        overflow: hidden; }
      section.content .txt-top .more-text {
        color: #000;
        font-weight: 900;
        letter-spacing: 1px; }
    section.content .bg_white-opacity {
      background: rgba(255, 255, 255, 0.7); }
    section.content section.split-screen {
      width: 100%;
      font-size: 0;
      padding-top: 6.57895%;
      position: relative; }
      section.content section.split-screen .brands {
        width: 21.05263%;
        display: inline-block;
        vertical-align: top;
        padding-right: 5.26316%; }
        section.content section.split-screen .brands .banner-ctn {
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          padding: 15px;
          background: #fff;
          max-width: 130px;
          margin-bottom: 20px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
          section.content section.split-screen .brands .banner-ctn .banner-img {
            display: block;
            width: 100px;
            height: 85px;
            text-align: center; }
            section.content 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.split-screen .brands .banner-ctn h2 {
            text-transform: uppercase;
            margin-top: 20px;
            padding-left: 5px; }
          section.content section.split-screen .brands .banner-ctn .item-link {
            display: block;
            margin-top: 10px; }
          section.content section.split-screen .brands .banner-ctn .current {
            color: #FFA400; }
        section.content section.split-screen .brands .bg_white-opacity {
          background: rgba(255, 255, 255, 0.7); }
        section.content section.split-screen .brands .open {
          max-width: 240px; }
          section.content section.split-screen .brands .open .banner-img {
            display: block;
            width: auto;
            height: auto;
            text-align: left; }
            section.content 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.split-screen .sub-content {
        width: 78.94737%;
        display: inline-block;
        vertical-align: top; }
        section.content section.split-screen .sub-content .first-block {
          width: 100%;
          padding: 15px;
          background: #fff;
          margin-bottom: 20px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
          section.content section.split-screen .sub-content .first-block .brand-logo {
            margin-bottom: 20px; }
            section.content section.split-screen .sub-content .first-block .brand-logo img {
              height: 100%; }
          section.content section.split-screen .sub-content .first-block .txt .text-ctn {
            display: inline-block;
            /*max-height: 6em;
            overflow: hidden;*/
            width: 100%; }
          section.content section.split-screen .sub-content .first-block .txt .more-text {
            color: #FFA400;
            color: #000;
            font-weight: 900;
            letter-spacing: 1px; }
        section.content section.split-screen .sub-content .category {
          padding: 10px 20px;
          width: 180px;
          background: #fff;
          margin-bottom: 20px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
          section.content section.split-screen .sub-content .category h2 {
            text-transform: uppercase; }
        section.content section.split-screen .sub-content .bg_white-opacity {
          background: rgba(255, 255, 255, 0.7); }
        section.content section.split-screen .sub-content .second-block {
          width: 100%;
          font-size: 0;
          overflow: hidden;
          position: relative; }
          section.content section.split-screen .sub-content .second-block .item {
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            padding: 30px 40px;
            background: #fff;
            margin-bottom: 2%;
            width: 32%;
            height: 435px;
            margin-right: 2%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 20px;
            position: relative; }
            section.content section.split-screen .sub-content .second-block .item:nth-of-type(3n) {
              margin-right: 0; }
            section.content section.split-screen .sub-content .second-block .item .img-new {
              position: absolute;
              z-index: 9;
              top: 0;
              right: 0;
              width: 86px;
              height: 86px; }
              section.content section.split-screen .sub-content .second-block .item .img-new img {
                width: 100%;
                height: 100%; }
            section.content section.split-screen .sub-content .second-block .item .pack-img {
              display: block;
              width: 100%;
              height: 290px;
              margin-bottom: 10px; }
            section.content section.split-screen .sub-content .second-block .item h2 {
              text-transform: uppercase;
              display: table-cell;
              vertical-align: middle;
              height: 95px; }
            section.content section.split-screen .sub-content .second-block .item .text {
              max-height: 4.5em;
              overflow: hidden;
              text-transform: lowercase; }
          section.content section.split-screen .sub-content .second-block .bg_white-opacity {
            background: rgba(255, 255, 255, 0.7); }
        section.content section.split-screen .sub-content .see {
          display: block;
          width: 100%;
          text-align: right;
          height: 20px; }
          section.content section.split-screen .sub-content .see a {
            color: #FFA400; }
        section.content section.split-screen .sub-content .video-block {
          margin-top: 50px;
          height: 668px;
          width: 100%;
          overflow: hidden; }
        section.content section.split-screen .sub-content .social {
          margin-top: 20px; }
          section.content section.split-screen .sub-content .social a {
            margin-right: 10px;
            color: #fff; }
            section.content section.split-screen .sub-content .social a span {
              color: #fff; }
        section.content section.split-screen .sub-content .products {
          position: absolute;
          font-size: 0;
          top: 20px;
          left: 320px;
          text-align: left; }
          section.content section.split-screen .sub-content .products .prod {
            display: inline-block;
            vertical-align: top;
            text-transform: uppercase;
            padding: 10px 20px;
            background: #fff;
            margin-right: 20px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px; }
          section.content section.split-screen .sub-content .products .bg_white-opacity {
            background: rgba(255, 255, 255, 0.7); }
        section.content section.split-screen .sub-content .prd {
          position: absolute;
          top: 20px;
          left: 0;
          width: 240px;
          text-align: center;
          text-transform: uppercase;
          padding: 10px 20px;
          background: #fff;
          margin-right: 20px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px;
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
        section.content section.split-screen .sub-content .product-descr {
          font-size: 0;
          width: 100%;
          padding: 30px 40px;
          background: #fff;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
          section.content section.split-screen .sub-content .product-descr .left {
            display: inline-block;
            vertical-align: top;
            width: 36%;
            padding-right: 5.83333%; }
            section.content section.split-screen .sub-content .product-descr .left .img-item {
              width: 100%; }
              section.content section.split-screen .sub-content .product-descr .left .img-item img {
                width: 100%; }
          section.content section.split-screen .sub-content .product-descr .right {
            display: inline-block;
            vertical-align: top;
            width: 64%; }
            section.content section.split-screen .sub-content .product-descr .right h2 {
              margin-bottom: 20px; }
            section.content section.split-screen .sub-content .product-descr .right .descr {
              margin-bottom: 20px; }
              section.content section.split-screen .sub-content .product-descr .right .descr ul li {
                margin-left: 1.1em; }
            section.content section.split-screen .sub-content .product-descr .right table {
              width: 100%;
              border-collapse: collapse;
              margin-top: 20px; }
              section.content section.split-screen .sub-content .product-descr .right table tr {
                border: 1px solid #FFA400;
                height: 60px; }
                section.content section.split-screen .sub-content .product-descr .right table tr td {
                  text-align: center;
                  vertical-align: middle;
                  position: relative; }
                section.content section.split-screen .sub-content .product-descr .right table tr.head {
                  background: #FFA400; }
                  section.content section.split-screen .sub-content .product-descr .right table tr.head td:not(:last-child):after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 8px;
                    bottom: 0;
                    margin-bottom: auto 0;
                    width: 1px;
                    height: 44px;
                    background: #fff; }
                section.content section.split-screen .sub-content .product-descr .right table tr.content-tr td:not(:last-child):after {
                  content: "";
                  position: absolute;
                  right: 0;
                  top: 8px;
                  bottom: 0;
                  margin-bottom: auto 0;
                  width: 1px;
                  height: 44px;
                  background: #FFA400; }
        section.content section.split-screen .sub-content .bg_white-opacity {
          background: rgba(255, 255, 255, 0.7); }

  footer {
    padding-left: 16rem;
    padding-right: 120px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8rem;
    background: #FFA400;
    z-index: 1;
    text-align: center; }
    footer .left {
      float: left;
      padding-left: 40px;
      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: 30px; }
        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: 15px; }
    footer .foot-logo {
      display: inline-block;
      height: 100%;
      width: 28rem;
      background: url("/img/footer.png") no-repeat;
      background-size: 100% auto;
      background-position: center; } }

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