@font-face {
  font-family: "Stem";
  src: url("./../fonts/Stem/Stem-Regular/Stem-Regular.eot");
  src: url("./../fonts/Stem/Stem-Regular/Stem-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Stem/Stem-Regular/Stem-Regular.ttf") format("truetype"), url("./../fonts/Stem/Stem-Regular/Stem-Regular.otf") format("opentype"), url("./../fonts/Stem/Stem-Regular/Stem-Regular.woff") format("woff"), url("./../fonts/Stem/Stem-Regular/Stem-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Stem";
  src: url("./../fonts/Stem/Stem-Bold/Stem-Bold.eot");
  src: url("./../fonts/Stem/Stem-Bold/Stem-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Stem/Stem-Bold/Stem-Bold.svg#Stem-Bold") format("svg"), url("./../fonts/Stem/Stem-Bold/Stem-Bold.ttf") format("truetype"), url("./../fonts/Stem/Stem-Bold/Stem-Bold.otf") format("opentype"), url("./../fonts/Stem/Stem-Bold/Stem-Bold.woff") format("woff"), url("./../fonts/Stem/Stem-Bold/Stem-Bold.woff2") format("woff2");
  font-weight: bold; }

@font-face {
  font-family: "Stem";
  src: url("./../fonts/Stem/Stem-Medium/Stem-Medium.eot");
  src: url("./../fonts/Stem/Stem-Medium/Stem-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/Stem/Stem-Medium/Stem-Medium.ttf") format("truetype"), url("./../fonts/Stem/Stem-Medium/Stem-Medium.otf") format("opentype"), url("./../fonts/Stem/Stem-Medium/Stem-Medium.woff") format("woff"), url("./../fonts/Stem/Stem-Medium/Stem-Medium.woff2") format("woff2");
  font-weight: 500; }

@font-face {
  font-family: "Stem";
  src: url("./../fonts/Stem/Stem-Light/Stem-Light.eot");
  src: url("./../fonts/Stem/Stem-Light/Stem-Light.eot?#iefix") format("embedded-opentype"), url("./../fonts/Stem/Stem-Light/Stem-Light.ttf") format("truetype"), url("./../fonts/Stem/Stem-Light/Stem-Light.woff") format("woff"), url("./../fonts/Stem/Stem-Light/Stem-Light.woff2") format("woff2");
  font-weight: 300; }

@font-face {
  font-family: "RobotoSlab";
  src: url("./../fonts/Roboto-Slab/RobotoSlab-Regular/RobotoSlab-Regular.eot");
  src: url("./../fonts/Roboto-Slab/RobotoSlab-Regular/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Roboto-Slab/RobotoSlab-Regular/RobotoSlab-Regular.ttf") format("truetype"), url("./../fonts/Roboto-Slab/RobotoSlab-Regular/RobotoSlab-Regular.woff") format("woff"), url("./../fonts/Roboto-Slab/RobotoSlab-Regular/RobotoSlab-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RobotoSlab";
  src: url("./../fonts/Roboto-Slab/RobotoSlab-Bold/RobotoSlab-Bold.eot");
  src: url("./../fonts/Roboto-Slab/RobotoSlab-Bold/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Roboto-Slab/RobotoSlab-Bold/RobotoSlab-Bold.ttf") format("truetype"), url("./../fonts/Roboto-Slab/RobotoSlab-Bold/RobotoSlab-Bold.woff") format("woff"), url("./../fonts/Roboto-Slab/RobotoSlab-Bold/RobotoSlab-Bold.woff2") format("woff2");
  font-weight: bold; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  *:after, *:before {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }

html {
  height: 100%;
  font-size: 16px;
  -webkit-overflow-scrolling: touch; }

body {
  font-size: 18px;
  min-width: 320px;
  line-height: 1.3;
  font-family: "Stem", sans-serif;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "RobotoSlab", sans-serif; }

p {
  margin: 0; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a, a:visited, a:active {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent; }
  a.link, a:visited.link, a:active.link {
    color: #ff8f00;
    text-decoration: underline; }

input, textarea, select {
  border: 1px solid #666;
  background-color: #ffffff;
  outline: none; }

textarea {
  resize: none; }

button {
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font: initial;
  -webkit-tap-highlight-color: transparent; }

::-moz-selection {
  background-color: #f16e1f;
  color: #fff; }

::selection {
  background-color: #f16e1f;
  color: #fff; }

.section {
  padding: 80px 0 50px; }

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
  .section-header__title {
    font-size: 2em;
    line-height: 1; }
  .section-header--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.section-bottom {
  text-align: center;
  position: relative;
  padding-top: 10px; }
  .section-bottom__pagination {
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%;
    max-width: 360px; }

.s-icon, .s-icon--noshadow {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff;
  color: #0b0b0b;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(140, 140, 140, 0.16);
          box-shadow: 0px 8px 24px 0px rgba(140, 140, 140, 0.16); }
  .s-icon__img {
    display: block;
    overflow: visible;
    width: 25px;
    height: 25px; }
  .s-icon__text {
    font-weight: 500;
    font-size: 1em;
    font-family: sans-serif !important; }
  .s-icon:hover .s-icon__img path, .s-icon--noshadow:hover .s-icon__img path {
    fill: url(#g1);
    stroke: url(#g1); }
  .s-icon:hover .s-icon__text, .s-icon--noshadow:hover .s-icon__text {
    background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent; }
  .s-icon:hover .stroke path, .s-icon--noshadow:hover .stroke path {
    fill: transparent !important; }
  .s-icon--trp {
    background-color: transparent;
    border: 2px solid #626262; }
    .s-icon--trp:hover {
      background-color: #ffffff;
      border-color: #ffffff; }
  .s-icon--noshadow {
    -webkit-box-shadow: none;
            box-shadow: none; }

.icon {
  background-color: #f16e1f;
  background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
  background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
  background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 52px;
  text-align: center; }
  .icon__img {
    width: 20px;
    height: 20px; }
    .icon__img path {
      fill: #ffffff;
      stroke: #ffffff; }

.slick-slider .slick-slide {
  outline: none; }

.slick-dotted.slick-slider {
  margin-bottom: 25px; }

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slick-dots li {
    display: block;
    margin: 0;
    width: 24px;
    height: 24px; }
  .slick-dots li.slick-active .s-dot__inner {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    opacity: 1;
    color: #f16e1f;
    background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%); }

.s-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  .s-dot__inner {
    display: block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #e8e8e8;
    opacity: 0.8; }

.slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative; }
  .slider-nav__next, .slider-nav__prev {
    cursor: pointer;
    border: none;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    color: #666666; }
    .slider-nav__next .s-icon__img path, .slider-nav__prev .s-icon__img path {
      stroke: #666666;
      stroke-width: 21; }
  .slider-nav__prev .s-icon__img {
    margin-left: -4px; }
  .slider-nav__next .s-icon__img {
    margin-right: -4px; }
  .slider-nav__dots {
    padding: 0 15px; }
    .slider-nav__dots .slick-dots {
      position: relative;
      bottom: 0; }

.progress {
  position: absolute;
  left: 0;
  top: -0;
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0; }
  .progress-active {
    opacity: 1; }

.grd, .list-num__item::before, .preview__link:hover .preview__title, .product-preview:hover .product-preview__name, .submenu__link:hover, .news-card:hover .news-card__title-in {
  color: #f16e1f;
  background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
  background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
  background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent; }

.icon-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  margin-left: 5px;
  margin-bottom: 2px;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear; }
  .icon-down--open {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.d-mobile-inflex {
  display: none !important; }

.social {
  max-width: 400px; }
  .social__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .social__link {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: transparent;
    border: 2px solid #626262;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .social__icon {
    display: block; }
    .social__icon path {
      fill: #ffffff; }

.no-scroll {
  overflow: hidden; }

@media screen and (max-width: 1199px) {
  body {
    font-size: 16px; }
  .section {
    padding: 30px 0 20px; }
  .section-header {
    margin-bottom: 30px; } }

@media screen and (max-width: 991px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .s-icon, .s-icon--noshadow {
    width: 50px;
    height: 50px; }
    .s-icon:hover .s-icon__img path, .s-icon--noshadow:hover .s-icon__img path {
      stroke: #f16e1f; }
  .section-bottom__pagination {
    position: relative;
    top: 0;
    margin: 30px auto 0; } 
	.social__icon {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }
  .btn--transparent {
    font-size: 1em; }
  .section-header .section-header__btn {
    display: none; }
  .section-header__title {
    font-size: 1.72em; }
  .d-mobile-inflex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .page-home .slider-nav {
    display: none; }
  .slider-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .slider-nav__prev, .slider-nav__next {
      display: none !important; }
  .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .slick-list {
    overflow-y: hidden;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */ }
    .slick-list::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0; } }

@media screen and (max-width: 420px) {
  .slick-slider {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .slick-slider--centered {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; } }

.page-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% top;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  min-height: 400px;
  position: relative; }
  .page-hero__main {
    padding-top: 170px;
    position: relative;
    z-index: 1; }
  .page-hero__breadcrumbs {
    margin-bottom: 35px; }
  .page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0; }
  .page-hero__btn {
    margin: 50px 0 10px;
    -webkit-box-shadow: 0 2px 10px rgba(108, 44, 0, 0.25);
            box-shadow: 0 2px 10px rgba(108, 44, 0, 0.25); }

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .breadcrumbs__item {
    color: #ffffff;
    position: relative;
    font-size: 18px; }
    .breadcrumbs__item:not(:last-child)::after {
      content: '';
      margin: 0 10px;
      display: inline-block;
      width: 6px;
      height: 11px;
      background-image: url("./../img/icons/breadcrumb-arrow.png");
      background-repeat: no-repeat; }
    .breadcrumbs__item--current {
      pointer-events: none; }
    .breadcrumbs__item:hover {
      opacity: 0.75; }

.page-title {
  font-size: 3em;
  color: #ffffff; }

.page .section {
  padding: 60px 0; }

.page-home, .page {
  overflow: hidden; }

.content__title {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 1.1em; }

.content__text {
  color: #666666; }

.content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .breadcrumbs__item {
    padding-left: 15px; }
    .breadcrumbs__item::after {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: rotate(180deg) translateY(50%);
          -ms-transform: rotate(180deg) translateY(50%);
              transform: rotate(180deg) translateY(50%);
      margin-left: 0 !important; }
    .breadcrumbs__item:not(:first-child) {
      display: none; } }

@media screen and (max-width: 767px) {
  .page .section {
    padding: 30px 0; }
  .page-hero {
    min-height: 250px;
    padding-bottom: 20px; }
    .page-hero__main {
      padding-top: 120px; }
    .page-hero__breadcrumbs {
      margin-bottom: 25px; }
    .page-hero__btn {
      margin-top: 20px; }
  .page-title {
    font-size: 1.75em; }
  .content__title {
    font-size: 24px;
    line-height: 32px; } }

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #f16e1f;
  background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
  background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
  background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
  -webkit-box-shadow: 0 2px 10px rgba(108, 44, 0, 0.25);
          box-shadow: 0 2px 10px rgba(108, 44, 0, 0.25);
  -webkit-border-radius: 30px;
          border-radius: 30px;
  text-align: center;
  font-family: "RobotoSlab", sans-serif;
  font-weight: bold;
  padding: 1rem 3rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .btn--line .btn__text:after {
    display: block; }
  .btn__text {
    position: relative;
    white-space: nowrap; }
    .btn__text:after {
      content: '';
      position: absolute;
      display: none;
      width: 00px;
      height: 2px;
      background-color: #ffffff;
      top: 50%;
      right: -70px;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left; }
  .btn__icon {
    -webkit-box-shadow: 0 2px 10px rgba(108, 44, 0, 0.25);
            box-shadow: 0 2px 10px rgba(108, 44, 0, 0.25);
    background-color: #f16e1f;
    background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
    color: #ffffff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 10px; }
    .btn__icon-in {
      display: block;
      width: 18px;
      height: 18px;
      margin-left: 2px; }
      .btn__icon-in path {
        fill: #ffffff;
        stroke: #ffffff; }
    .btn__icon:before {
      margin-left: 4px; }
  .btn:hover {
    background-color: #f16e1f; }
    .btn:hover .btn__text:after {
      -webkit-transform: scaleX(0.5);
          -ms-transform: scaleX(0.5);
              transform: scaleX(0.5); }
  .btn:active {
    background-image: -webkit-linear-gradient(104deg, #ecb32a 0%, #d56e2b 100%);
    background-image: -o-linear-gradient(104deg, #ecb32a 0%, #d56e2b 100%);
    background-image: linear-gradient(-14deg, #ecb32a 0%, #d56e2b 100%); }
    .btn:active .btn__text::after {
      display: none; }
  .btn--transparent {
    background-image: none;
    background-color: transparent;
    color: #0b0b0b;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e8e8e8;
    padding: 11px 11px 11px 25px;
    font-size: 16px; }
    .btn--transparent:hover {
      background-color: #f16e1f;
      border-color: transparent;
      background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
      background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
      background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
      color: #ffffff; }
      .btn--transparent:hover .btn__icon {
        background: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .btn--transparent:active {
      background-image: -webkit-linear-gradient(104deg, #ecb32a 0%, #d56e2b 100%);
      background-image: -o-linear-gradient(104deg, #ecb32a 0%, #d56e2b 100%);
      background-image: linear-gradient(-14deg, #ecb32a 0%, #d56e2b 100%); }
  .btn--border {
    padding: 2px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn--border .btn__border {
      background-color: #ffffff;
      padding: 2px;
      -webkit-border-radius: 30px;
              border-radius: 30px;
      padding: 18px 3rem; }
    .btn--border .btn__icon {
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-right: 8px;
      width: 12px;
      height: 12px;
      margin-top: 2px;
      display: block; }
      .btn--border .btn__icon path {
        fill: #000000; }
    .btn--border .btn__text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000000; }
    .btn--border:hover .btn__text {
      color: #ffffff; }
    .btn--border:hover .btn__border {
      background-color: transparent; }
    .btn--border:hover .btn__icon path {
      fill: #ffffff; }

@media screen and (max-width: 767px) {
  .btn--transparent {
    font-size: 1em; }
  .btn--border .btn__border {
    padding: 15px 25px; }
  .btn--border .btn__text {
    font-size: 14px; } }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15px; }
  .pagination__nav .pagination__nav-icon {
    stroke: #666666;
    fill: #666666; }
  .pagination__nav:hover {
    background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%); }
    .pagination__nav:hover .pagination__nav-icon path {
      fill: #ffffff;
      stroke: #ffffff; }
  .pagination__pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pagination__pages-item {
      color: #000000;
      font-size: 18px;
      font-family: "RobotoSlab", sans-serif;
      font-weight: bold;
      display: block;
      padding: 5px 25px; }
      .pagination__pages-item--current {
        color: #f58216; }
  .pagination__count {
    color: #aeaeae;
    font-weight: bold;
    font-size: 18px;
    font-family: "RobotoSlab", sans-serif; }

@media screen and (max-width: 1199px) {
  .pagination {
    max-width: 320px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .pagination__pages-item {
      padding: 5px 15px; } }

@media screen and (max-width: 991px) {
  .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination__main {
      margin-left: 45px; }
    .pagination__pages-item {
      color: #000000; }
      .pagination__pages-item:not(.pagination__pages-item--current) {
        display: none; }
    .pagination__count {
      font-size: 14px; } }

.tabs__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0; }

.tabs__btn {
  color: #0b0b0b;
  display: inline-block;
  padding: 16px 30px;
  background-color: #ffffff;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  font-weight: bold;
  font-family: "RobotoSlab", sans-serif;
  min-width: 160px;
  text-align: center;
  /* The important part to remove the overflow/leak: */
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .tabs__btn--active {
    background-color: #f16e1f;
    border-color: transparent;
    background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
    color: #ffffff; }
  .tabs__btn:not(:last-child) {
    margin-right: 20px; }

.tabs__content {
  padding: 40px 0; }

.tabs__item {
  display: none; }
  .tabs__item--active {
    display: block; }

@media screen and (max-width: 1199px) {
  .tabs__content {
    padding: 20px 0; } }

@media screen and (max-width: 767px) {
  .tabs__nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tabs__content {
    padding: 0; }
  .tabs__btn {
    font-size: 14px;
    min-width: 140px;
    padding: 14px 20px; }
    .tabs__btn:not(:last-child) {
      margin-right: 10px; } }

.dropdown {
  padding: 25px;
  border: 2px solid #e8e8e8;
  border-bottom: none; }
  .dropdown__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
  .dropdown:first-child {
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0; }
  .dropdown:last-child {
    border-bottom: 2px solid #e8e8e8;
    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px; }
  .dropdown__content {
    display: none;
    padding-top: 25px; }
  .dropdown__title {
    color: #010101;
    font-weight: bold;
    font-family: "RobotoSlab", sans-serif;
    font-size: 20px;
    padding-right: 15px; }
  .dropdown__icon {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    -webkit-box-shadow: 0 2px 10px rgba(108, 44, 0, 0.25);
            box-shadow: 0 2px 10px rgba(108, 44, 0, 0.25);
    background-color: #f16e1f;
    background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    padding: 2px;
    position: relative; }
    .dropdown__icon::before {
      content: '';
      position: absolute;
      display: block;
      top: -11px;
      left: -11px;
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 1px solid #e8e8e8; }
    .dropdown__icon-in {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .dropdown__icon-img {
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .dropdown__icon-img path {
        fill: #ffffff; }
    .dropdown__icon-mobile {
      border-color: #010101 transparent transparent transparent;
      display: none;
      position: absolute;
      top: 5px; }
  .dropdown--open .dropdown__icon-in {
    background-color: #ffffff; }
  .dropdown--open .dropdown__icon-img {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    .dropdown--open .dropdown__icon-img path {
      fill: #f58216; }
  .dropdown--open .dropdown__icon-mobile {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

@media screen and (max-width: 991px) {
  .dropdown {
    padding: 15px 10px; }
    .dropdown__link {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .dropdown__title {
      font-size: 13px;
      padding-right: 0;
      padding-left: 22px; }
    .dropdown__content {
      padding-top: 15px;
      font-size: 14px; }
    .dropdown__icon {
      display: none; }
    .dropdown__icon-mobile {
      display: block; } }

.list {
  margin: 25px 0; }
  .list__item {
    padding-left: 20px;
    position: relative; }
    .list__item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      display: block;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      width: 6px;
      height: 6px;
      background-color: #f16e1f;
      background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
      background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
      background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%); }
    .list__item:not(:last-child) {
      margin-bottom: 25px; }

.list-num {
  margin: 25px 0;
  padding: 0;
  list-style: none;
  counter-reset: counter; }
  .list-num__item {
    position: relative;
    counter-increment: counter;
    padding-left: 25px; }
    .list-num__item:not(:last-child) {
      margin-bottom: 25px; }
    .list-num__item::before {
      content: counter(counter) ".";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: bold; }

.list-num .link, .list .link {
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  .list, .list-num {
    margin: 15px 0; }
    .list__item:not(:last-child), .list-num__item:not(:last-child) {
      margin-bottom: 15px; } }

input:not([type="checkbox"]), textarea {
  background-color: #ffffff;
  font-size: 14px;
  color: #aeaeae;
  font-family: "RobotoSlab", sans-serif;
  padding: 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: none;
  outline: none;
  color: #0b0b0b; }

textarea {
  height: 120px; }

::-webkit-input-placeholder {
  color: #aeaeae;
  opacity: 1; }

::-moz-placeholder {
  color: #aeaeae;
  opacity: 1; }

::-ms-input-placeholder {
  color: #aeaeae;
  opacity: 1; }

::placeholder {
  color: #aeaeae;
  opacity: 1; }

.checkbox {
  margin-right: 10px; }
  .checkbox__input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    visibility: hidden; }
    .checkbox__input:checked ~ .checkbox__mark:before {
      opacity: 1; }
  .checkbox__mark {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #aeaeae;
    position: relative; }
    .checkbox__mark:before {
      content: '';
      position: absolute;
      width: 18px;
      height: 18px;
      top: -2px;
      left: 1px;
      background-image: url("./../img/icons/png/check.png");
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      z-index: 1; }

.form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  .form__row--multiple .form__input:not(:last-child) {
    margin-right: 20px; }
  .form__row:last-child {
    margin-bottom: 0; }

.form__input {
  width: 100%; }

.form__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.form__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5em; }

.form-callback .form__submit {
  margin-right: 25px; }

.policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  .policy__text {
    font-size: 14px;
    font-family: "RobotoSlab", sans-serif; }
  .policy__link {
    color: #f16e1f;
    background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent; }

@media screen and (max-width: 767px) {
  input:not([type="checkbox"]), textarea {
    padding: 10px 15px; }
  textarea {
    height: 81px; }
  .form__row {
    margin-bottom: 10px; }
    .form__row--multiple .form__input:not(:last-child) {
      margin-right: 10px; }
  .form__bottom {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .form__policy {
    margin-bottom: 20px; }
  .policy {
    max-width: 200px; }
    .policy__text {
      font-size: 12px; } }

.photo-row {
  margin-top: 40px; }

.photo {
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .photo__img {
    width: 100%; }

.photo-slider .slick-list {
  margin: 0 -15px; }

.photo-slider__item {
  margin: 0 15px; }

.media {
  background-color: #f4f4f4;
  padding: 60px 0 40px; }

.video-slider .slick-list, .pictures-slider .slick-list {
  margin: 0 -15px; }

.video-slider__item, .pictures-slider__item {
  margin: 0 15px;
  padding: 20px 0; }

.preview {
  max-width: 360px;
  height: auto;
  border-radius: 8px;
}
  .preview__img {
    width: 100%;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    display: block; }
  .preview__main {
        height: 200px;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 5px;}
  .preview__play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .preview__link {
    font-size: 18px;
    color: #0b0b0b;
    display: block; }
  .preview__fancy {
    height: 100%;
    display: block; }
  .preview__img {
    min-height: 100%;
  }

.play {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .play__icon {
    display: block;
    margin: 3px 0 0 4px; }
    .play__icon path {
      fill: #000000; }
  .play:hover {
    background-color: rgba(241, 110, 31, 0.6); }
    .play:hover .play__icon path {
      fill: #ffffff; }

@media screen and (max-width: 767px) {
  .media {
    padding: 30px 0 20px; }
  .preview {
    height: 163px;
  }
  .preview__title {
    font-size: 14px; } }

.product-preview {
  display: block;
  max-width: 360px; }
  .product-preview__main {
    padding: 15px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 25px;
    -webkit-transition: bordercolor 0.3s ease;
    -o-transition: bordercolor 0.3s ease;
    transition: bordercolor 0.3s ease;
    height: 250px; }
  .product-preview__img {
    display: block;
    max-width: 100%; }
  .product-preview__name {
    color: #010101;
    text-align: center; }
  .product-preview:hover .product-preview__main {
    border-color: #f58216; }

.solution-item {
  max-width: 360px;
  margin-bottom: 40px; }
  .solution-item__preview {
    height: 260px;
    overflow: hidden;
    margin-bottom: 20px; }
  .solution-item__img {
    display: block;
    max-width: 100%; }
  .solution-item__title {
    margin-bottom: 20px;
    font-size: 22px; }
  .solution-item__excerp {
    color: rgba(10, 9, 9, 0.6);
    margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .solution-item__title {
    font-size: 18px;
    margin-bottom: 15px; }
  .solution-item__excerp {
    margin-bottom: 15px; }
  .solution-item__more .btn__border {
    padding: 15px 35px; } }

.features {
  padding: 70px 0; }
  .features__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .features__item--center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .features__item--right {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .features__text {
    font-weight: 500; }
  .features__icon {
    margin-right: 20px; }

@media screen and (max-width: 767px) {
  .features {
    padding: 30px 0; }
    .features__item {
      -webkit-box-pack: center !important;
      -webkit-justify-content: center !important;
         -moz-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 30px; }
      .features__item--right {
        margin-bottom: 0; }
    .features__icon {
      margin: 0 auto 10px; }
    .features__text {
      font-size: 16px; } }

.article {
  padding-bottom: 20px; }
  .article h2, .article h3 {
    font-size: 22px;
    margin-bottom: 20px; }
  .article__img--full {
    display: block;
    width: 70%;
    border: 1px solid #e8e8e8;
    margin: 30px 0;
    padding: 10px 30px; }
  .article__btn {
    margin-top: 10px; }
  .article .photo-row {
    margin-bottom: 50px; }
  .article__end {
    margin-top: 50px; }
  .article__author {
    margin-bottom: 20px; }
    .article__author-link {
      color: #0b0b0b;
      text-decoration: underline; }

.articles-nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .articles-nav__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 300px; }
    .articles-nav__item:not(:last-child) {
      margin-right: 20px; }

.article-prev {
  padding: 50px 20px;
  color: #ffffff;
  position: relative;
  background-position: center center;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .article-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.6);
    z-index: 0; }
  .article-prev > * {
    position: relative;
    z-index: 1; }
  .article-prev__meta {
    color: #f58216;
    font-size: 16px;
    margin-bottom: 20px;
    display: block; }
  .article-prev__title {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 10px; }
  .article-prev__date {
    font-weight: 300;
    font-size: 16px; }
  .article-prev:hover {
    -webkit-background-size: 120% 120%;
            background-size: 120%; }

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .share__label {
    margin-right: 15px;
    color: #aeaeae; }
  .share__links .social__item:not(:last-child) {
    margin-right: 15px; }
  .share__links .social__link {
    border-color: #aeaeae; }
    .share__links .social__link:hover {
      background-color: #f58216;
      border-color: #f58216; }
      .share__links .social__link:hover .social__icon path {
        fill: #0b0b0b; }
  .share__links .social__icon path {
    fill: #aeaeae; }

@media screen and (max-width: 991px) {
  .articles-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .articles-nav__item:not(:last-child) {
      margin-right: 0;
      margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .article {
    padding-bottom: 0; }
    .article h2, .article h3 {
      font-size: 16px;
      margin-bottom: 10px; }
    .article__img--full {
      margin: 15px 0;
      padding: 5px 10px; }
    .article__btn {
      display: none; }
    .article .photo-row {
      margin-bottom: 30px; }
    .article__end {
      margin-top: 20px; }
  .share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .share__label {
      margin-bottom: 10px; }
    .share__links .social__link {
      width: 40px;
      height: 40px; }
  .articles-nav__item {
    height: 200px; }
  .article-prev {
    padding: 20px 10px;
    -webkit-background-size: cover;
            background-size: cover; }
    .article-prev:hover {
      -webkit-background-size: cover;
              background-size: cover; }
    .article-prev__meta {
      font-size: 14px;
      margin-bottom: 10px; }
    .article-prev__title {
      font-size: 22px; }
    .article-prev__date {
      font-size: 14px; } }

.categories {
  padding: 0 15px;
  overflow-x: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */ }
  .categories::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }
  .categories__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1024px;
    margin: 0 auto; }
  .categories__item {
    display: block;
    padding: 15px 30px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    white-space: nowrap;
    color: #010101;
    font-family: "RobotoSlab", sans-serif;
    font-size: 16px;
    font-weight: bold;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
    .categories__item:not(:last-child) {
      margin-right: 10px; }
    .categories__item:hover {
      background-color: #f16e1f;
      border-color: transparent;
      background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
      background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
      background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
      color: #ffffff; }
    .categories__item--active {
      background-color: #f16e1f;
      border-color: transparent;
      background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
      background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
      background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
      color: #ffffff; }


@media screen and (max-width: 1199px) {
  .categories__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.blocker {
  z-index: 50; }

.c-modal {
  background-color: #e8e8e8;
  padding: 30px 20px;
  max-width: 380px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative; }
  .c-modal__close {
    position: absolute;
    right: -15px;
    top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #f58216;
    background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px; }
    .c-modal__close:active {
      background-image: -webkit-linear-gradient(104deg, #ecb32a 0%, #d56e2b 100%);
      background-image: -o-linear-gradient(104deg, #ecb32a 0%, #d56e2b 100%);
      background-image: linear-gradient(-14deg, #ecb32a 0%, #d56e2b 100%); }
  .c-modal .form__row:not(:last-child) {
    margin-bottom: 15px; }
  .c-modal .form__input {
    padding: 15px 20px; }
  .c-modal .form__submit {
    margin: 0 auto; }
  .c-modal .form__policy {
    max-width: 250px;
    margin: 0 auto; }
  .c-modal a.close-modal {
    display: none !important; }

@media screen and (max-width: 359px) {
  .c-modal {
    width: 100%; } }

.suppliers .product-item__title {
  margin-bottom: 0;
  font-size: 20px;}

.suppliers .product-item__link {
  display: block;
  color: #0b0b0b; }
  .suppliers .product-item__link:hover {
    opacity: 0.75; }

.suppliers.products .product-item__icon {
  margin: auto !important;
  flex: auto;
}
.suppliers.products .product-item__icon img {
  max-width: 200px;
}

.supplier-page__head {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.supplier-page__logo {
  margin-right: 20px;
  width: 200px; }

.supplier-page__name {
  margin-bottom: 20px;
  font-size: 2em; }

.supplier-page__goods .product-preview {
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .supplier-page__head {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .supplier-page__logo {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-right: 0;
    margin-bottom: 20px; }
  .supplier-page__name {
    text-align: center; }
  .supplier-page__goods .product-preview {
    margin: 0 auto 30px; } }

.header {
  padding: 2rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  .header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header__contacts .phone {
      margin-right: 10px; }
  .header__search {
      position: absolute;
      width: 255px;
      top: 70px;
      left: 40px;
    }
    .header__search .search .search__input {
      background-color: #fff;
      border: none;
      color: #0b0b0b;
      height: 60px;
    }
    .header__search .search .search__btn {
      margin-top: -13px;
      font-size: 22px;
    }
    .header__search .search .search__icon {
      width: 22px;
      height: 22px;
    }
    .header__search .search .search__icon path {
      fill: #0b0b0b;
    }
  .header__language {
    position: absolute;
    right: 15px;
    bottom: -70px; }
    .header__language .icon {
      font-size: 18px; }
    .header__language .s-icon, .header__language .s-icon--noshadow {
      -webkit-box-shadow: 0 8px 24px rgba(140, 140, 140, 0.16);
              box-shadow: 0 8px 24px rgba(140, 140, 140, 0.16); }
  .header--dark {
    position: fixed;
    background-color: #2b2b2b; }

.logo__img {
  display: block;
  width: 160px;
  max-width: 100%; }

.menu-btn {
  display: none;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  right: 15px;
  top: -3px;
  outline: none;
  outline-width: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
  .menu-btn__inner {
    display: block;
    width: 14px;
    height: 2px;
    background-color: #0b0b0b;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .menu-btn__inner:after, .menu-btn__inner:before {
      content: '';
      position: absolute;
      display: block;
      width: 14px;
      height: 2px;
      background-color: #0b0b0b;
      left: 0;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .menu-btn__inner:after {
      top: -7px; }
    .menu-btn__inner:before {
      top: 7px; }
  .menu-btn--open .menu-btn__inner {
    width: 0; }
    .menu-btn--open .menu-btn__inner:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 0;
      left: -7px; }
    .menu-btn--open .menu-btn__inner:before {
      top: 0;
      left: -7px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.menu__item {
  cursor: pointer;
  position: relative; }
  .menu__item .icon-down {
    color: #ffffff;
    font-size: 14px; }
  .menu__item:hover .menu__link, .menu__item:hover .icon-down {
    opacity: 0.7; }
  .menu__item:hover .submenu {
    visibility: visible;
    opacity: 1; }
  .menu__item:last-child:hover .submenu {
    left: auto;
    right: 0; }

.menu__link {
  color: #ffffff;
  font-weight: 500; }

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  visibility: hidden;
  padding-top: 25px; }
  .submenu__list {
    background-color: #ffffff;
    padding: 25px 15px;
    -webkit-box-shadow: 0 8px 20px rgba(139, 139, 139, 0.1);
            box-shadow: 0 8px 20px rgba(139, 139, 139, 0.1);
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .submenu__item {
    width: 100%; }
    .submenu__item:not(:last-child) {
      margin-bottom: 16px; }
  .submenu__link {
    display: block;
    color: #0b0b0b;
    font-size: 16px; }

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 24px rgba(140, 140, 140, 0.16);
          box-shadow: 0 8px 24px rgba(140, 140, 140, 0.16);
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 6px 20px 6px 6px;
  position: relative;
  -webkit-background-clip: padding-box;
          background-clip: padding-box; }
  .phone__icon {
    margin-right: 13px; }
  .phone__inner {
    position: relative; }
  .phone__number {
    color: #0b0b0b;
    font-weight: 500; }
  .phone__text {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    opacity: 0; }
  .phone:hover {
    background-color: #f16e1f;
    background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
    background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%); }
    .phone:hover .phone__number {
      opacity: 0; }
    .phone:hover .phone__text {
      opacity: 1; }
    .phone:hover .phone__icon {
      background: none; }
  .phone:active {
    background-image: -webkit-linear-gradient(104deg, #ecb32a 0%, #d56e2b 100%);
    background-image: -o-linear-gradient(104deg, #ecb32a 0%, #d56e2b 100%);
    background-image: linear-gradient(-14deg, #ecb32a 0%, #d56e2b 100%); }

.mobile-menu {
  display: none;
  position: fixed;
  z-index: 9;
  background-color: #2b2b2b;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .mobile-menu__search {
    margin-bottom: 30px; }
  .mobile-menu__social {
    margin-bottom: 30px; }
  .mobile-menu__wrap {
    width: 100%;
    max-width: 400px;
    padding-top: 60px;
    margin: 0 auto; }

.m-menu {
  padding: 0 5px; }
  .m-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 300px; }
  .m-menu__item {
    margin-bottom: 35px;
    width: 50%;
    margin-right: 20px; }
  .m-menu__link {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    position: relative; }
    .m-menu__link--active {
      color: #feaf02; }
      .m-menu__link--active:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #f16e1f;
        background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
        background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
        background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%);
        margin-right: 10px; }

@media screen and (max-width: 1199px) {
  .phone__inner {
    font-size: 14px; } }

@media screen and (max-width: 991px) {
  .header__contacts {
    display: none; }
  .header__language {
    display: block;
    display: none;
    right: 80px;
    bottom: 32px; }
  .header__language.qtranxs_text_ru {
    bottom: 20px;
  }
  .header__menu {
    display: none; }
  .menu-btn {
    display: block; } }

@media screen and (max-width: 359px) {
  .header__language {
    right: 75px; } }

.product-item {
  -webkit-box-shadow: 0 8px 20px rgba(139, 139, 139, 0.1);
          box-shadow: 0 8px 20px rgba(139, 139, 139, 0.1);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #fafafa;
  background-color: #ffffff;
  width: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  margin-bottom: 30px; }
  .product-item__icon {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    text-align: center; }
  .product-item__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-item__title {
    font-family: "Stem";
    font-size: 1em;
    margin-bottom: 0.8em;
    font-weight: 500; }
  .product-item__list-item {
    font-size: 16px;
    color: #010101;
    display: block; }
    .product-item__list-item:not(:last-child) {
      margin-bottom: 0.8em; }
    .product-item__list-item:hover {
      opacity: 0.65; }
    .product-item__link-big {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }

@media screen and (max-width: 1199px) {
  .product-item {
    width: 440px; } }

@media screen and (max-width: 991px) {
  .product-item {
    width: 335px;
    padding: 20px 15px;
    margin-bottom: 15px; }
    .product-item__list-item {
      font-size: 14px; }
  .products__item--alwaysleft {
    left: 0 !important;
    margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .products {
    margin-bottom: 20px;
    width: 100%; }
    .products__item--alwaysleft {
      margin-top: 0; }
  .product-item {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }
    .product-item__img {
      max-width: 64px; }
    .product-item__title {
      font-size: 1.15em; }
    .product-item__list-item {
      font-size: 14px; } }

.clients-slider .slick-list, .suppliers-slider .slick-list {
  margin: 0 -15px; }

.clients-slider__item, .suppliers-slider__item {
  margin: 0 15px;
  padding: 20px 0; }

.client-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 24px rgba(140, 140, 140, 0.16);
          box-shadow: 0 8px 24px rgba(140, 140, 140, 0.16);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 255px;
  height: 255px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px; }
  .client-item__img {
    display: block;
    margin: 0 auto;
    width: 100%; }

@media screen and (max-width: 1199px) {
  .client-item {
    width: 100%; } }

@media screen and (max-width: 991px) {
  .client-item {
    height: 220px; } }

@media screen and (max-width: 575px) {
  .client-item {
    max-width: 100%;
    width: 100%;
    height: 190px; } }

.news-slider .slick-list {
  margin: 0 -15px; }

.news-slider__item {
  margin: 0 15px;
  padding: 20px 0; }

.news-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 24px rgba(140, 140, 140, 0.16);
          box-shadow: 0 8px 24px rgba(140, 140, 140, 0.16);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  max-width: 350px;
  min-width: 200px;
  text-align: left; }
  .news-card__img {
    width: 100%; }
  .news-card__main {
    padding: 30px 20px 20px;
    position: relative; }
  .news-card__title {
    display: block;
    height: 70px;
    margin: 18px 0;
    font-size: 1em;
    color: #0b0b0b; }
  .news-card__date {
    color: #aeaeae;
    font-size: 14px;
    line-height: 1;
    display: block; }
  .news-card__tag {
    margin-bottom: 30px;
    padding: 10px 20px;
    position: absolute;
    top: -25px;
    font-weight: 500; }
  .news-card:hover .news-card__more .more__icon::before {
    opacity: 1; }

.news-card--big {
  position: relative;
  max-width: 100%;
  height: 444px;
  padding: 50px; }
  .news-card--big::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  .news-card--big .news-card__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  .news-card--big .news-card__tag {
    position: relative;
    top: 0;
    left: 0; }
  .news-card--big .news-card__img {
    min-height: 100%; }
  .news-card--big .news-card__main {
    position: relative;
    padding: 0 !important;
    z-index: 2; }
  .news-card--big .news-card__title {
    color: #ffffff;
    font-size: 1.8em;
    line-height: 1.25;
    max-width: 544px;
    margin: 10px 0 100px; }
  .news-card--big .news-card__more {
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative; }
    .news-card--big .news-card__more::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 30px;
              border-radius: 30px;
      border: 2px solid #f58216; }
    .news-card--big .news-card__more:hover {
      background-color: #f58216;
      background-image: -webkit-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
      background-image: -o-linear-gradient(104deg, #f16e1f 0%, #ffb400 100%);
      background-image: linear-gradient(-14deg, #f16e1f 0%, #ffb400 100%); }
      .news-card--big .news-card__more:hover::before {
        border-color: transparent; }

.more {
  color: #aeaeae;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1; }
  .more__icon {
    margin-left: 5px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: relative;
    height: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .more__icon-img {
      width: 17px; }
    .more__icon:before {
      content: '';
      width: 22px;
      height: 22px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 1px solid #acacac;
      position: absolute;
      top: -6px;
      left: 4px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
  .more:hover .more__icon:before {
    opacity: 1; }

@media screen and (max-width: 1199px) {
  .news-card--big {
    height: 403px; } }

@media screen and (max-width: 575px) {
  .news-card {
    max-width: 100%; }
    .news-card__main {
      padding: 20px 15px 15px; } }

.form-section {
  background-color: #f2f4f5;
  padding: 60px 0 80px; }
  .form-section__title {
    font-size: 1.8em;
    line-height: 1.2;
    margin-bottom: 1em; }
  .form-section__text:not(:last-child) {
    margin-bottom: 1em; }

.form-callback {
  max-width: 610px;
  margin-left: auto; }

@media screen and (max-width: 991px) {
  .form-section {
    padding-bottom: 50px; }
    .form-section__info {
      margin-bottom: 30px; }
  .form-callback {
    max-width: 100%;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .form-section {
    padding: 25px 0 35px; } }

.welcome-page {
  background-color: #2b2b2b;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .welcome-page__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .welcome-page__link {
    color: #ffffff;
    font-size: 18px;
    padding: 5px 0; }
    .welcome-page__link:hover {
      color: #f16e1f; }

.footer {
  background-color: #2b2b2b; }
  .footer__main {
    padding: 60px 0 50px;
    border-bottom: 2px solid #626262; }
    .footer__main-wrap {
      position: relative; }
  /* .footer__contacts { */
    /* width: 350px;
    position: absolute;
    bottom: 0;
    right: 0;  */
  /* } */
  .footer__search {
    margin-bottom: 30px; }
  .footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .footer__bottom {
    padding: 45px 0; }
  .footer__text {
    color: #ffffff;
    margin-bottom: 10px; }
  .footer__link {
    font-size: 14px;
    color: #929292;
    font-weight: 300;
    text-decoration: underline; }
  .footer__social {
    display: none; }

.footer-menu__item {
  pointer-events: none; }
  .footer-menu__item .icon-down {
    display: none;
    font-size: 14px;
    color: #ffffff; }
  .footer-menu__item:not(:last-child) {
    margin-bottom: 45px; }

.footer-menu__link {
  pointer-events: all;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px; }
  .footer-menu__link:hover {
    opacity: 0.7; }

.footer-submenu {
  padding-top: 20px;
  height: 260px; }
  .footer-submenu__list {
    height: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer-submenu__item {
    margin-right: 80px;
    max-width: 340px; }
    .footer-submenu__item:not(:last-child) {
      margin-bottom: 20px; }
  .footer-submenu__link {
    color: #cccccc;
    font-size: 16px;
    font-weight: normal;
    pointer-events: all; }
    .footer-submenu__link:hover {
      opacity: 0.7; }

.search {
  position: relative;
  max-width: 400px; }
  .search .search__input {
    -webkit-border-radius: 30px;
            border-radius: 30px;
    border: 2px solid #626262;
    background-color: transparent;
    padding: 18px 20px;
    color: #ffffff;
    width: 100%; }
  .search__btn {
    color: #ffffff;
    font-size: 28px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -17px;
    padding: 0; }
    .search__btn:hover .search__icon path {
      fill: url(#g1); }
  .search__icon path {
    fill: #ffffff; }

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .contact:not(:last-child) {
    margin-bottom: 30px; }
  .contact__icon {
    margin-right: 18px; }
  .contact__value {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: bold; }
  .contact:hover .contact__value {
    text-decoration: underline; }
  .contact:hover .contact__icon .s-icon__img path {
    fill: url(#g1);
    stroke: url(#g1); }
  .contact:hover .contact__icon .stroke path {
    fill: transparent !important; }

.links__item:not(:last-child) {
  margin-right: 30px; }

.links .s-icon__img path {
  fill: #ffffff; }

.stroke path {
  fill: transparent;
  stroke: #0b0b0b;
  stroke-width: 42;
 }

@media screen and (max-width: 1199px) {
  .footer-submenu {
    height: 240px; }
    .footer-submenu__list {
      height: 240px; }
    .footer-submenu__item {
      margin-right: 50px;
      max-width: 280px; }
    .footer-submenu__link {
      font-size: 14px; }
  .footer__contacts {
    width: 300px; }
  .contact__value {
    font-size: 22px;
    white-space: nowrap; }
  .search:hover .search__icon path {
    fill: #ffffff; } }

@media screen and (max-width: 991px) {
  .footer {
    padding-top: 40px; }
    .footer__main {
      padding: 30px 0 5px;
      max-width: 400px;
      margin: 0 auto; }
    .footer__links {
      display: none; }
    .footer__contacts {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 30px;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .footer__search {
      margin-bottom: 0;
      margin-top: 30px; }
    .footer__social {
      display: block;
      max-width: 400px;
      margin: 0 auto; }
    .footer__bottom {
      padding: 30px 0;
      max-width: 400px;
      margin: 0 auto; }
    .footer__text, .footer__link {
      font-size: 12px;
      font-weight: 300; }
  .footer__main-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .footer-menu__item {
    pointer-events: all; }
    .footer-menu__item:not(:last-child), .footer-menu__item:last-child {
      margin-bottom: 25px; }
    .footer-menu__item .icon-down {
      display: inline-block; }
  .footer-submenu {
    display: none;
    height: auto;
    padding-bottom: 10px; }
    .footer-submenu__list {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      height: auto; }
    .footer-submenu__item {
      margin-right: 0;
      max-width: 100%; }
  .contact:not(:last-child) {
    margin-bottom: 20px; }
  .search .search__input {
    padding: 13px 15px; }
  .search__icon {
    width: 20px; } }

@media screen and (max-width: 359px) {
  .contact__value {
    font-size: 20px; } }

.page-home .logo {
  pointer-events: none; }

.s-home-welcome {
  position: relative; }

.home-slider {
  margin-bottom: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
  .home-slider__item {
    height: 100vh;
    min-height: 600px;
    padding: 115px 0;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .home-slider__item-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.slider-nav-wrap {
  position: absolute;
  width: 100%;
  bottom: 20px; }

.home-welcome__title {
  color: #ffffff;
  font-size: 3em;
  line-height: 1.1;
  margin-bottom: 0.9em;
  max-width: 900px; }

.home-welcome__subtitle {
  color: rgba(255, 255, 255, 0.7);
  max-width: 440px;
  margin-bottom: 2.7em; }

@media screen and (max-width: 767px) {
  .home-welcome__title {
    font-size: 1.7em;
    line-height: 1.35;
    max-width: 290px; }
  .home-welcome__subtitle {
    margin-bottom: 2em; }
  .home-slider__item {
    background-position: 60% 50%; }
  .home-slider-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .slider-nav-wrap .slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .slider-nav-wrap .slider-nav__prev, .slider-nav-wrap .slider-nav__next {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  .s-news {
    padding-bottom: 27px; }
  .home-slider.slick-slider .slick-track, .home-slider.slick-slider .slick-list {
    margin-left: auto;
    margin-right: auto; } }

.news .news-card {
  margin: 0 auto 30px; }

.contragents {
  padding: 40px 0 0; }

.sertificate {
  display: block;
  -webkit-box-shadow: 0 8px 24px rgba(140, 140, 140, 0.16);
          box-shadow: 0 8px 24px rgba(140, 140, 140, 0.16);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff; }
  .sertificate__img {
    width: 100%;
    height: 360px; }

.sertificates-slider .slick-list {
  margin: 0 -15px; }

.sertificates-slider__item {
  margin: 0 15px;
  padding: 20px 0; }

@media screen and (max-width: 991px) {
  .sertificate__img {
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .contragents {
    padding: 0; } }

.products-row {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .products-row__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .products-row__item:not(:last-child) {
      margin-right: 30px; }

@media screen and (max-width: 991px) {
  .products-row {
    margin-top: 0;
    margin-bottom: 35px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .products-row__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 300px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 300px;
              flex: 0 0 300px; }
      .products-row__item:not(:last-child) {
        margin-bottom: 25px;
        margin-right: 0; }
      .products-row__item:first-child {
        margin-right: 25px; }
  .page-rent .form-section {
    padding: 40px 0 50px; } }

@media screen and (max-width: 767px) {
  .products-row {
    margin-bottom: 25px; }
    .products-row__item:first-child {
      margin-right: 0; }
  .page-rent .section-header {
    margin-bottom: 15px; }
  .page-rent .form-section {
    padding: 25px 0 35px; } }

.page-solution-single .page-title {
  font-size: 2.9em; }

@media screen and (max-width: 767px) {
  .page-solution-single .page-title {
    font-size: 1.75em; } }

.support {
  background-color: #f4f4f4; }
  .support__form .form-callback {
    max-width: 750px;
    margin: 0 auto; }
  .support .section-header {
    margin-bottom: 40px; }

.callback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 560px;
  height: 57px;
  margin: 0 auto 40px;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 30px;
          border-radius: 30px; }
  .callback__phone {
    padding: 0 10px 0 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "RobotoSlab", sans-serif;
    font-weight: bold;
    white-space: nowrap;
    color: #0b0b0b !important; }
  .callback__btn {
    white-space: nowrap; }
    .callback__btn--hidemobile {
      margin: 0 5px; }

@media screen and (max-width: 1199px) {
  .callback {
    max-width: 510px;
    height: 54px; } }

@media screen and (max-width: 767px) {
  .callback {
    width: 100%;
    min-width: 300px;
    height: 50px; }
    .callback__phone {
      font-size: 14px;
      padding: 0 10px 0 10px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 170px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 170px;
              flex: 0 0 170px; }
    .callback__btn {
      padding: 15px 18px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .callback__btn--hidemobile {
        display: none; }
  .support .section-header {
    margin-bottom: 20px; }
  .support .callback {
    margin-bottom: 20px; } }

@media screen and (max-width: 359px) {
  .callback__phone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px; } }

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0; }
  .contacts__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contacts__item:not(:last-child) {
      margin-right: 20px; }
  .contacts__icon {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px; }
    .contacts__icon-img {
      display: block; }
  .contacts__text {
    font-size: 20px;
    font-weight: bold; }
  .contacts__link {
    text-decoration: underline;
    color: #010101;
    white-space: nowrap; }

@media screen and (max-width: 1199px) {
  .contacts__text {
    font-size: 18px; } }

@media screen and (max-width: 991px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .contacts__item:not(:last-child) {
      margin-right: 0;
      margin-bottom: 25px; }
    .contacts__icon {
      width: 50px;
      height: 50px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 50px;
              flex: 0 0 50px; }
      .contacts__icon-img {
        max-width: 20px; } }

.delivery__tabs .tabs__content {
  padding: 25px 0; }

@media screen and (max-width: 767px) {
  .delivery__tabs .tabs__content {
    padding: 10px 0; } }

.blog__categories {
  margin-bottom: 30px; }

.blog__item .news-card, .blog__item .news-card--big {
  margin: 0 auto 30px; }

.blog__item .news-card__main {
  padding: 50px 20px 20px; }

@media screen and (max-width: 991px) {
  .blog__item--big {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .blog__item .news-card__main {
    padding: 30px 15px 15px; } }

.single-slider {
  margin-bottom: 50px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
  .single-slider__item-img {
    max-width: 100%;
    height: 300px;
    margin: 0 auto; }
  .single-slider__fancy {
    display: block;
  }

  .single-slider-nav .slider-nav__dots {
    max-width: 335px;
    overflow: hidden;
  }

.single-thumbs .slick-list {
  margin: 0 -15px; }

.single-thumbs__item {
  cursor: pointer;
  margin: 0 15px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 163px;
  outline: 1px solid #e8e8e8 !important;
  outline-offset: -2px; }
  .single-thumbs__item-img {
    max-width: 100%;
    max-height: 100%;
    padding: 5px; }
  .single-thumbs__item.slick-current {
    outline: 1px solid #f58216 !important; }

.single__photo .slider-nav {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.single__tabs .tabs__content {
  border: 1px solid #e8e8e8;
  padding: 40px 50px; }
  .single__tabs .tabs__content .list {
    margin: 0; }
  .single__tabs .tabs__content .form__input {
    border: 1px solid #e8e8e8; }
  .single__tabs .tabs__content .dropdown {
    padding: 0;
    border: none; }
    .single__tabs .tabs__content .dropdown__link {
      display: none; }
    .single__tabs .tabs__content .dropdown__content {
      padding: 0;
      display: block; }

.single__tabs .tabs__nav {
  margin-bottom: 20px; }

.page-single .page-hero {
  padding-bottom: 70px; }

.page-single .page-title {
  max-width: 900px; }

body.search {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-single .page-title {
    max-width: 700px; }
  .page-single .breadcrumbs__item {
    display: none; }
    .page-single .breadcrumbs__item--prev {
      display: block; }
  .single__photo {
    padding-right: 50px; }
  .single__tabs .tabs__content {
    padding: 20px 30px; }
  .single__tab-btn {
    font-size: 14px;
    padding: 16px 18px; }
    .single__tab-btn:not(:last-child) {
      margin-right: 10px; } }

@media screen and (max-width: 991px) {
  .single__photo {
    padding-right: 0; }
    .single__photo .slider-nav {
      margin-top: 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .single__photo .slider-nav__next, .single__photo .slider-nav__prev {
        display: none !important; }
  .single__info {
    padding-top: 30px; }
  .single__tabs .tabs__nav {
    display: none; }
  .single__tabs .tabs__item {
    display: block !important; }
  .single__tabs .tabs__content {
    padding: 0;
    border: none; }
    .single__tabs .tabs__content .list__item {
      padding-left: 0; }
      .single__tabs .tabs__content .list__item::before {
        display: none; }
    .single__tabs .tabs__content .dropdown {
      padding: 15px 10px;
      border: 2px solid #e8e8e8;
      border-bottom: none; }
      .single__tabs .tabs__content .dropdown__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
      .single__tabs .tabs__content .dropdown__content {
        padding-top: 25px;
        display: none; }
      .single__tabs .tabs__content .dropdown:last-child {
        border-bottom: 2px solid #e8e8e8; }
  .single-slider {
    max-width: 280px;
    margin: 0 auto 20px; }
  .page-single .page-hero {
    padding-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .single-slider__item-img {
    height: 200px;
  }
}    

@media screen and (max-width: 420px) {
  .single-slider .slick-list, .single-slider .slick-track {
    margin: 0; } }

.m-phone {
  position: absolute;
  right: 15px;
  top: 60px;
}