/* Локальные стили UTF-8 */
/* ==========================================================================
   Base Font Family
   ========================================================================== */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* ==========================================================================
html,
body {
  font-family: 'MyriadPro-Light';
  line-height: 1;
  background: #fff;
  color: #222222; }
  html.overflowHidden,
  body.overflowHidden {
    overflow: hidden;
    position: relative;
    height: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

   ========================================================================== */

*:focus {
  outline: 0; }

body {padding-right: 0 !important;}
.modal-open{overflow:auto;padding-right:0 !important;}

h2.title, .flowblock h1.title {
  font-family: 'PFDinTextCondPro-Light';
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  padding: 0 15px; }

.modal-dialog .modal-content div.title.title2 {
	margin-bottom: 0;
	color: #fff;
	font-family: 'PFDinTextCondPro-Light';
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 15px;
	font-weight: 500;
	line-height: 1.1;
}

img {
  max-width: 100%; }

p {
  line-height: 30px;
  font-size: 18px; }
  @media (max-width: 768px) {
    p {
      line-height: 28px; } }

a:hover {text-decoration:none;cursor:pointer;}

.link {
  color: #fff; }
  .link i {
    transition: all .3s ease;
    color: #e30034; }
  .link:hover {
    color: #fff;
    text-decoration: none; }
    .link:hover i {
      color: #fff; }

.e-btn {
  display: inline-block;
  font-family: 'PFDinTextCondPro-Bold';
  border: 2px solid;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  background: transparent;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  transition: all .3s ease; }
  @media (max-width: 576px) {
    .e-btn {
      padding: 12px; } }
  .e-btn.white {
    color: #fff;
    border-color: #fff; }
  .e-btn.black {
    color: #2b2b2b;
    border-color: #2b2b2b; }
  .e-btn:hover {
    color: #e30034;
    border-color: #e30034; }
  .e-btn.download {
    padding: 8px 7px 7px;
    margin-left: 20px; }

.btn-fill {
  display: inline-block;
  font-family: 'PFDinTextCondPro-Bold';
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  transition: all .3s ease;
  line-height: 16px;
  border: none; }
  .btn-fill.red {
    color: #fff !important;
    background: #e30034; }
  .btn-fill:hover {
    color: #e30034 !important;
    background: #fff;
    outline: 1px solid #e30034; }
.btn-fill.grey {
	color: #fff;
	background: rgba(58, 67, 74, 0.9);
}
.btn-fill.grey:hover {
	color: #3a434a !important;
	background: #fff;
	outline: 1px solid #3a434a;
}

.floatright {
  float: right; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.aligncenter {
  margin: 20px auto; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/*a, a:visited, a:active, a:focus, a:link {
  text-decoration: none;
  color: inherit;
  outline: none; }*/

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 */
.cfix:before,
.cfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* ==========================================================================
   Home page
   ========================================================================== */
.site-header {
  position: absolute;
  width: 100%;
  padding-top: 38px;
  z-index: 999; }
.site-header.white-line {
	background-color: rgba(255,255,255,0.8);
}
  .site-header .logo img {
    display: block; }
  .site-header .logo .logo-white {
    display: block; }
  .site-header .logo .logo-black {
    display: none; }
  .site-header .logo .info {
    font-family: 'MyriadPro-Regular';
    color: #fff;
    text-shadow: 1px 1px 5px #000000;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.23em; }
    @media (max-width: 576px) {
      .site-header .logo .info {
        font-size: 8px; } }
  @media (max-width: 768px) {
	.site-header .block-contacts {
		float: right;
		padding-right: 5px;
	}
  }
  .site-header .logo {
	text-align: center;
	display: block;
	float: inherit;
}
  .site-header .phone {
    font-family: 'PFDinTextCondPro-Regular';
    color: #fff;
    text-shadow: 1px 1px 5px #000000;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    display: block;
    float: right;
    margin-top: 8px;
    margin-right: 0;
    margin-left: 30px; }
    @media (max-width: 768px) {
      .site-header .phone {
        margin-top: 0px !important;
        margin-left: 0; } }
    .site-header .phone i {
      float: left;
      font-size: 18px;
      margin-right: 10px; }
  .site-header .lang {
    float: right;
    margin-top: 7px;
    margin-right: 0;
    margin-left: 30px;
    z-index: 2000000; }
  .site-header .block-contacts .phone {
	margin-top: 9px; }
    .site-header .lang .dd {
      cursor: pointer;
      width: 70px !important;
      border: none; }
      .site-header .lang .dd .ddArrow {
        width: 12px;
        font-size: 12px;
        background: none !important; }
        @media (max-width: 768px) {
          .site-header .lang .dd .ddArrow {
            display: none; } }
      .site-header .lang .dd .ddChild {
        border: 0 !important;
        left: 0 !important;
        overflow: auto !important;
        height: 56px !important;
        background: transparent; }
      .site-header .lang .dd .ddTitle {
        font-family: 'PFDinTextCondPro-Regular';
        font-size: 14px;
        color: #fff;
        background: transparent;
        text-transform: uppercase; }
        .site-header .lang .dd .ddTitle .ddTitleText {
          padding: 0; }
          .site-header .lang .dd .ddTitle .ddTitleText img {
            vertical-align: top;
            margin-top: 1px;
            padding-right: 10px; }
  @media (max-width: 768px) {
    .site-header .phone, .site-header .lang {
      margin-top: 10px;
      float: none;
      margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .site-header .phone, .site-header .lang {
      margin-top: 8px;
      float: right;
      margin-right: 0;
      margin-left: 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .site-header .phone, .site-header .lang {
      margin-top: 8px;
      float: right;
      margin-right: 0;
      margin-left: 30px; } }
  .site-header .mail {
    float: right;
    display: block;
    margin-top: 8px;
    color: #fff;
    text-shadow: 1px 1px 5px #000000; }
    @media (max-width: 768px) {
      .site-header .mail {
        margin-top: 14px;
        float: right;
        margin-right: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .site-header .mail {
        margin-top: 10px;
        float: right; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .site-header .mail {
        margin-top: 10px;
        float: right; } }
  .site-header .top-menu {
    margin-top: 14px;
    list-style: none;
    float: right; }
    .site-header .top-menu li {
      display: inline-block; }
      .site-header .top-menu li a {
        font-family: 'PFDinTextCondPro-Regular';
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        padding: 13px 0;
        text-transform: uppercase;
        position: relative;
	text-shadow: 1px 1px 5px #000000;
        display: block; }
        .site-header .top-menu li a:after {
          transition: all .3s  ease;
          content: '';
          width: 100%;
          height: 2px;
          position: absolute;
          top: 0;
          left: 0;
          background: #e3000f;
          opacity: 0;
          top: -10%; }
      .site-header .top-menu li.active a:after, .site-header .top-menu li:hover a:after {
        opacity: 1;
        top: 0; }
    .site-header .top-menu li + li {
      margin-left: 10px; }
  .site-header.white .logo .info {
    color: #2b2b2b;
    text-shadow: none; }
  .site-header.white .logo .logo-white {
    display: none; }
  .site-header.white .logo .logo-black {
    display: block; }
  .site-header.white .phone {
    color: #2b2b2b;
    text-shadow: none; }
  .site-header.white .lang .ddTitle {
    color: #2b2b2b;
    text-shadow: none; }
  .site-header.white .mail {
    color: #2b2b2b;
    text-shadow: none; }
  .site-header.white .top-menu a {
    color: #2b2b2b;
    text-shadow: none; }

/* mobile menu */
.mobile-menu-burger {
  width: 40px;
  height: 40px;
  background: #232629;
  position: fixed;
  left: 0;
/*  top: 23%; */
  top: 0;
  cursor: pointer;
  z-index: 9999;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  display: none; }
  @media (max-width: 768px) {
    .mobile-menu-burger {
      display: block; } }
  .mobile-menu-burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #fff;
    opacity: 1;
    left: 5px;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
  .mobile-menu-burger span:nth-child(1) {
    top: 9px;
    transform-origin: left center; }
  .mobile-menu-burger span:nth-child(2) {
    top: 18px;
    transform-origin: left center; }
  .mobile-menu-burger span:nth-child(3) {
    top: 28px;
    transform-origin: left center; }
  .mobile-menu-burger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
    left: 9px; }
  .mobile-menu-burger.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .mobile-menu-burger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 30px;
    left: 9px; }

.mobile-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: -150%;
  bottom: 0;
  background: #2d2d2d;
  transition: all .3s ease;
  display: none; }
  @media (max-width: 768px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu.active {
    left: 0; }
  .mobile-menu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none; }
    .mobile-menu ul li {
      text-align: center; }
      .mobile-menu ul li a {
        font-family: 'PFDinTextCondPro-Regular';
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        padding: 13px 0;
        text-transform: uppercase;
        position: relative;
        display: block; }
        .mobile-menu ul li a:after {
          transition: all .3s  ease;
          content: '';
          width: 100%;
          height: 2px;
          position: absolute;
          top: 0;
          left: 0;
          background: #e3000f;
          opacity: 0;
          top: -10%; }
      .mobile-menu ul li.active a:after, .mobile-menu ul li:hover a:after {
        opacity: 1;
        top: 0; }
    .mobile-menu ul li + li {
      margin-top: 20px; }

/* ==========================================================================
   Forms
   ========================================================================== */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  width: 100%;
  border: 1px solid #cbcbcb;
  padding: 22px 10px 5px 10px;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 18px; }
  input[type="text"]:required:valid,
  input[type="email"]:required:valid,
  input[type="tel"]:required:valid,
  input[type="password"]:required:valid,
  textarea:required:valid {
    border-color: #32CD32; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    border-color: #232629; }

textarea {
  display: block;
  resize: vertical;
  padding: 10px;
  margin-bottom: 30px; }

input[type="submit"] {
  display: block;
  margin: 0 auto; }
  input[type="submit"].inline {
    display: inline-block; }

.form-group {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .form-group input {
    position: relative;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    z-index: 1;
    line-height: 19px; }
    .form-group input:focus {
      outline: none !important; }
  .form-group label {
    position: absolute;
    font-size: 18px;
    line-height: 26px;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 15px 10px;
    margin-bottom: 0;
    transition: .3s;
    z-index: 2; }
    .form-group label.active {
      top: -20px;
      font-size: 90%;
      color: rgba(55, 58, 60, 0.7); }

.forgoten {
  text-align: center;
  margin-top: 30px; }
  .forgoten a {
    color: #fff; }
    .forgoten a:hover {
      text-decoration: underline; }

/* ==========================================================================
   404
   ========================================================================== */
/* ==========================================================================
  404
  ========================================================================== */
.breadcrumbs {
  margin-top: 50px; }
  @media (max-width: 768px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs span {
    position: relative;
    line-height: 16px; }
    .breadcrumbs span > a {
      font-size: 16px;
      color: #2e2e2e; }
      .breadcrumbs span > a:hover {
        text-decoration: underline; }
    .breadcrumbs span > span {
      font-size: 16px; }
      .breadcrumbs span > span:after {
        display: none; }
  .breadcrumbs span:not(:last-of-type) {
    padding-right: 24px; }
    .breadcrumbs span:not(:last-of-type):after {
      content: url(../img/breadc-arrow.png);
      display: inline-block;
      position: absolute;
      right: 8px; }

/* ==========================================================================
   Home
   ========================================================================== */
.home-slider {
  position: relative; }
  .home-slider .item {
    position: relative;
    height: 100vh;
	min-height: 768px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .home-slider .item.type-1 .info {
      position: absolute;
      width: 608px;
      top: 56.57895%;
      right: 10.35714%;
      opacity: 0; }
.home-slider .item.type-1.nbmain1 .info {
	background-color: white;
	border-radius: 8px;
	left: 6%;
	top: 63%;
}
@media (max-height: 800px) {
	.home-slider .item.type-1.nbmain1 .info {
		top: 53%;
	}
}
      @media (max-width: 768px) {
        .home-slider .item.type-1 .info, {
          width: 540px;
          top: 35%;
          left: 50%;
          margin-left: -270px; }
		.home-slider .item.type-1.nbmain1 .info {
          width: 540px;
          top: 35%;
          left: 50%;
          margin-left: -270px;
		  text-align: center; } }
      @media (max-width: 576px) {
        .home-slider .item.type-1 .info, .home-slider .item.type-1.nbmain1 .info {
          width: 280px;
          top: 35%;
          left: 50%;
          margin-left: -140px; } }
      .home-slider .item.type-1 .info .text {
        font-family: 'PFDinTextCondPro-Light';
        text-transform: uppercase;
        padding: 30px 20px;
        background: rgba(0, 0, 0, 0.5);
        line-height: 38px;
        text-align: center;
        color: #fff;
        margin-bottom: 30px; }
.home-slider .item.type-1 .info .text {
	font-family: 'PFDinTextCondPro-Regular';
	margin-bottom: 0;
	
}
.home-slider .item.type-1.nbmain1 .info .text {
	background: inherit;
	color: inherit;
	border-radius: inherit;
	text-align: left;
}
        @media (max-width: 576px) {
          .home-slider .item.type-1 .info .text {
            padding: 15px;
            line-height: 28px; } }
        .home-slider .item.type-1 .info .text .title {
          font-size: 30px;
          letter-spacing: 0.015em; }
          @media (max-width: 576px) {
            .home-slider .item.type-1 .info .text .title {
              font-size: 20px; } }
        .home-slider .item.type-1 .info .text .sub-title {
          font-size: 25px;
          letter-spacing: 0.040em; }
          @media (max-width: 576px) {
            .home-slider .item.type-1 .info .text .sub-title {
              font-size: 17px; } }
      .home-slider .item.type-1 .info .slider-btn {
        font-family: 'PFDinTextCondPro-Bold';
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        color: #fff;
        font-size: 16px;
        min-width: 170px;
        padding: 13px;
        line-height: 17px;
        background: #e31e25;
        float: right; }
.home-slider .item.type-1.nbmain1 .info .slider-btn {
	float: left;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-left: 18px;
	background-color: #D20001;
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 20px;
	padding: 12px 34px;
}
@media (max-width: 768px) {
	.home-slider .item.type-1.nbmain1 .info .slider-btn {
		margin-left: auto;
		margin-right: auto;
		float: unset;
	}
	.home-slider .item.type-1.nbmain1 .info .text {
		text-align: center;
	}
}
        .home-slider .item.type-1 .info .slider-btn:hover, .home-slider .item.type-1.nbmain1 .info .slider-btn:hover {
          background: rgba(227, 30, 37, 0.7); }
    .home-slider .item.type-2 .info {
      position: absolute;
      left: 50%;
      margin-left: -370px;
      max-width: 740px;
      text-align: center;
      top: 21.71053%;
      line-height: 36px;
      opacity: 0; }
      @media (max-width: 768px) {
        .home-slider .item.type-2 .info {
          width: 540px;
          top: 35%;
          left: 50%;
          margin-left: -270px; } }
      @media (max-width: 576px) {
        .home-slider .item.type-2 .info {
          width: 280px;
          top: 35%;
          left: 50%;
          margin-left: -140px;
          line-height: 22px; } }
      .home-slider .item.type-2 .info .title {
        font-family: 'PFDinTextCondPro-Light';
        font-size: 46px;
        color: #2b2b2b;
        margin-bottom: 30px;
        text-transform: uppercase; }
        @media (max-width: 576px) {
          .home-slider .item.type-2 .info .title {
            font-size: 28px; } }
      .home-slider .item.type-2 .info .description {
        font-family: 'PFDinTextCondPro-Thin';
        color: #fff;
        font-size: 34px;
        padding: 30px 20px;
        background: rgba(0, 0, 0, 0.5); }
        @media (max-width: 576px) {
          .home-slider .item.type-2 .info .description {
            font-size: 20px;
            padding: 15px; } }
    .home-slider .item.type-2 .slider-btn, .home-slider .item.type-3 .slider-btn {
      font-family: 'PFDinTextCondPro-Bold';
      text-transform: uppercase;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      color: #fff;
      font-size: 16px;
      min-width: 170px;
      padding: 13px;
      line-height: 17px;
      background: #e31e25;
      margin-top: 30px; }
      .home-slider .item.type-2 .slider-btn:hover {
        background: rgba(227, 30, 37, 0.7); }
.home-slider .item.type-2.nbmain2 .row {
	position: absolute;
	left: 10%;
	top: 25%;
	width: 84%;
}
.home-slider .item.type-2.nbmain3 .row {
	position: absolute;
	left: 10%;
	top: 20%;
	width: 84%;
}
.home-slider .item.type-3.nbmain4 .row {
	position: absolute;
	left: 8.85%;
	top: 20%;
	width: 84%;
}
.home-slider .item.type-2.nbmain2 img {
	width: 76%;
	height: auto;
}
.home-slider .item.type-2.nbmain3 img {
	width: 100%;
	height: auto;
}
.home-slider .item.type-3.nbmain4 img {
	width: 100%;
	height: auto;
}
.home-slider .item.type-2.nbmain2 .info {
	text-align: left;
}
.home-slider .item.type-2.nbmain3 .info {
	text-align: left;
}
.home-slider .item.type-3.nbmain4 .info {
	text-align: center;
}
.home-slider .item.type-2.nbmain2 .info .title {
	color: white;
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 68px;
	line-height: 70px;
	padding-top: 200px;
}
@media (max-height: 800px) {
	.home-slider .item.type-2.nbmain2 .info .title {
		padding-top: 120px;
	}
}
.home-slider .item.type-2.nbmain3 .info .title {
	color: #2b2b2b;
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 68px;
	line-height: 70px;
	padding-top: 0;
}
.home-slider .item.type-3.nbmain4 .info .title {
	color: white;
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 68px;
	line-height: 70px;
	padding-top: 64px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-shadow: 1px 1px 5px #000;
}
.home-slider .item.type-2.nbmain2 .info .description {
	background: inherit;
	font-family: 'PFDinTextCondPro-Light';
	padding: 0;
}
.home-slider .item.type-2.nbmain3 .info .description {
	background: inherit;
	font-family: 'PFDinTextCondPro-Light';
	color: #181d31;
	padding: 0;
}
.home-slider .item.type-3.nbmain4 .info .description {
	background: inherit;
	font-family: 'PFDinTextCondPro-Light';
	color: white;
	padding: 0;
	font-size: 38px;
	text-shadow: 1px 1px 5px #000;
}
.home-slider .item.type-2.nbmain2 .info .slider-btn {
	background-color: #D20001;
	border-radius: 8px;
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 20px;
	padding: 12px 34px;
}
.home-slider .item.type-2.nbmain3 .info .slider-btn {
	background-color: #D20001;
	border-radius: 8px;
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 20px;
	padding: 12px 34px;
}
.home-slider .item.type-3.nbmain4 .info .slider-btn {
	background-color: #D20001;
	border-radius: 8px;
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 20px;
	padding: 12px 34px;
	color: white;
	margin-bottom: 64px;
}
.home-slider .item.type-2.nbmain2 .info .slider-btn:hover {
	background: rgba(227, 30, 37, 0.7);
}
.home-slider .item.type-2.nbmain3 .info .slider-btn:hover {
	background: rgba(227, 30, 37, 0.7);
}
.home-slider .item.type-3.nbmain4 .info .slider-btn:hover {
	background: rgba(227, 30, 37, 0.7);
}
.home-slider .item.type-2.nbmain3 .info {
	margin-left: -270px;
}
@media (max-width: 1200px) {
	.home-slider .item.type-2.nbmain2 .row {
		left: 8%;
		top: 25%;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.home-slider .item.type-2.nbmain3 .row {
		left: 17%;
		top: 21%;
		width: 85%;
		padding: 0;
		margin: 0;
	}
	.home-slider .item.type-2.nbmain2 .info {
		margin-left: -332px;
	}
	.home-slider .item.type-2.nbmain3 .info {
		margin-left: -332px;
	}
}
@media (max-width: 992px) {
	.home-slider .item.type-2.nbmain2 .row {
		top: 4%;
		left: auto;
		right: auto;
	}
	.home-slider .item.type-2.nbmain3 .row {
		top: 4%;
		left: auto;
		right: auto;
		width: 100%;
	}
	.home-slider .item.type-3.nbmain4 .row {
		top: 4%;
		left: auto;
		right: auto;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.home-slider .item.type-2.nbmain2 img {
		width: 30%;
		height: auto;
		margin-top: 412px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-slider .item.type-2.nbmain3 img {
		width: 85%;
		height: auto;
		margin-top: 410px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-slider .item.type-2.nbmain2 .info {
		margin-left: auto;
		margin-right: auto;
		left: auto;
		right: auto;
		text-align: center;
		max-width: 100%;
		width: 100%;
		padding-right: 30px;
	}
	.home-slider .item.type-2.nbmain3 .info {
		margin-left: auto;
		margin-right: auto;
		left: auto;
		right: auto;
		text-align: center;
		max-width: 100%;
		width: 100%;
		padding-right: 30px;
	}
	.home-slider .item.type-2.nbmain2 .info .title {
		font-size: 42px;
		line-height: 44px;
		padding-top: 186px;
		text-shadow: 1px 1px 5px #000;
	}
	.home-slider .item.type-2.nbmain3 .info .title {
		font-size: 42px;
		line-height: 44px;
		padding-top: 186px;
	}
	.home-slider .item.type-3.nbmain4 .info .title {
		font-size: 42px;
		line-height: 44px;
		padding-top: 186px;
	}
	.home-slider .item.type-2.nbmain2 .info .description {
		font-size: 26px;
		line-height: 30px;
		text-shadow: 1px 1px 5px #000;
	}
	.home-slider .item.type-2.nbmain3 .info .description {
		font-size: 26px;
		line-height: 30px;
	}
	.home-slider .item.type-3.nbmain4 .info .description {
		font-size: 26px;
		line-height: 30px;
	}
}
@media (max-width: 768px) {
	.home-slider .item.type-2.nbmain2 img {
		width: 42%;
		margin-top: 495px;
	}
	.home-slider .item.type-2.nbmain3 img {
		width: 90%;
		margin-top: 404px;
	}
	.home-slider .item.type-2.nbmain2 .info .title {
		padding-top: 128px;
	}
	.home-slider .item.type-2.nbmain3 .info .title {
		padding-top: 108px;
	}
	.home-slider .item.type-3.nbmain4 .info .title {
		padding-top: 156px;
	}
}
  .home-slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 50px; }
    .home-slider .owl-dots .owl-dot {
      margin: 0 10px;
      border-radius: 10px;
      transition: all .3s ease;
      float: left;
      border: 2px solid transparent; }
      .home-slider .owl-dots .owl-dot span {
        border-radius: 10px;
        display: block;
        width: 10px;
        height: 10px;
        background: #d2d3d7;
        transition: all .3s ease; }
      .home-slider .owl-dots .owl-dot.active, .home-slider .owl-dots .owl-dot:hover {
        border-color: #e31e25; }
        .home-slider .owl-dots .owl-dot.active span, .home-slider .owl-dots .owl-dot:hover span {
          background: transparent; }

.text-block {
  padding: 80px 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center; }
  .text-block.center, .text-block h1.center {
    text-align: center; }
  .text-block.right {
    text-align: right; }
  .text-block.left {
    text-align: left; }
  @media (max-width: 768px) {
    .text-block {
      padding: 50px 0px;
      text-align: center !important; }
    .text-block.left {
      text-align: left !important; } }
  .text-block h2 {
    font-family: 'PFDinTextCondPro-Light';
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase; }
  .text-block h4 {
    font-family: 'PFDinTextCondPro-Thin';
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: normal; }

.news-block {
  background: #232629;
  padding: 80px 0 100px;
  border-top: 1px solid #E5E5E5; }
  .news-block h2 {
    font-family: 'PFDinTextCondPro-Light';
    font-size: 36px;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center; }
  .news-block .newsh2 {
		font-family: 'PFDinTextCondPro-Light';
		font-size: 36px;
		margin-bottom: 50px;
		color: #fff;
		text-transform: uppercase;
		font-weight: normal;
		text-align: center;
		line-height: 1.1;
		padding: 0px; }
  .news-block .btn-wrap {
    text-align: center; }
    .news-block .btn-wrap .e-btn {
      margin-top: 40px; }
  .news-block .news-container .news-item {
    position: relative;
    float: left;
    width: 33.3333%;
    height: 480px;
    background: #fff; }
    @media (max-width: 992px) {
      .news-block .news-container .news-item {
        width: 100%;
        margin-bottom: 30px; }
        .news-block .news-container .news-item:last-of-type {
          margin-bottom: 0; } }
    .news-block .news-container .news-item .info, .news-block .news-container .news-item .image {
      position: absolute;
      height: 240px;
      width: 100%; }
    .news-block .news-container .news-item .info {
	top: 0;
	padding: 20px 30px;
	border: 1px solid #e4e4e4;
	display: flex;
	flex-direction: column;
	justify-content: center; }
    .news-block .news-container .news-item .info p {
	margin-bottom: 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .news-block .news-container .news-item .info {
          padding: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .news-block .news-container .news-item .info {
          padding: 20px; } }
      @media (max-width: 768px) {
        .news-block .news-container .news-item .info {
          padding: 20px; } }
      .news-block .news-container .news-item .info h3, .news-block .news-container .news-item .info div {
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        font-weight: normal;
        color: #000;
        line-height: 24px;
        margin-bottom: 15px; }
      .news-block .news-container .news-item .info p {
        line-height: 28px;
        font-size: 18px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .news-block .news-container .news-item .info p {
            line-height: 20px; } }
    .news-block .news-container .news-item .image {
      bottom: 0;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
      .news-block .news-container .news-item .image .more, .news-block .news-container .news-item .image .date {
	transition: all .3s ease;
        position: absolute;
        bottom: 20px;
        font-size: 14px; }
      .news-block .news-container .news-item .image .more {
        left: 20px; }
      .news-block .news-container .news-item .image .date {
        right: 20px;
        color: #fff; }
    .news-block .news-container .news-item:nth-of-type(2) .info {
      top: auto;
      bottom: 0; }
      @media (max-width: 768px) {
        .news-block .news-container .news-item:nth-of-type(2) .info {
          top: 0;
          bottom: auto; } }
    .news-block .news-container .news-item:nth-of-type(2) .image {
      top: 0; }
      @media (max-width: 768px) {
        .news-block .news-container .news-item:nth-of-type(2) .image {
          top: auto;
          bottom: 0; } }

.mobileapp-block {
	background-image: url('/img/mobile-app-background.jpg');
	min-height: 570px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.flex-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.support-block, .mobileapp-block {
	padding: 50px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.support-block .banner {
	padding: 30px;
	background: rgba(0, 0, 0, 0.5);
	width: 42.98246%;
	color: #fff;
  }
.mobileapp-block .banner {
	padding: 30px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.mobileapp-block .banner .subtitle p {
	padding-top: 8px;
	padding-bottom: 32px;
	line-height: 24px;
	width: 80%;
}
.mobileapp-block .banner img {
	width: 40%;
	margin: 5px;
	float: right;
}
.mobileapp-block .banner img:hover {
	box-shadow: 0 0 5px white;
	border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.support-block .banner {
		width: 400px;
	}
}
@media (max-width: 768px) {
	.support-block .banner {
		width: 100%;
	}
}
.support-block .banner h2, .support-block .banner div.title {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 36px;
	line-height: 44px;
	font-weight: normal;
	margin-bottom: .5rem;
	color: inherit;
}
.mobileapp-block .banner h2, .mobileapp-block .banner .banner-zag {
	font-family: 'PFDinTextCondPro-Regular';
	font-size: 42px;
	line-height: 42px;
	font-weight: normal;
	margin-bottom: .5rem;
	color: inherit;
}
.mobileapp-block .banner hr {
	width: 80%;
	height: 1px;
	border-top: 5px solid #e30034;
	margin-top: 0;
	margin-bottom: 1em;
}
@media (max-width: 768px) {
	.support-block .banner h2 {
		text-align: center;
	}
	.mobileapp-block .banner img {
		width: 33%;
		margin: 0 7px 0 0;
		float: left;
	}
	.mobileapp-block .banner .btn-fill {
		width: 80%;
		margin-bottom: 30px;
	}
	.mobileapp-block .banner hr, .mobileapp-block .banner .subtitle p {
		width: 100%;
	}
	.mobileapp-block .banner img:hover {
		border-radius: 6px;
	}
	.mobileapp-block .banner .nowrapme {
		white-space: normal;
	}
}
.support-block .banner .subtitle {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 24px; 
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.support-block .banner .subtitle {
		font-size: 18px;
		text-align: center;
	}
}

.partners-block {
  padding: 80px 0 100px;
  text-align: center;
  background: url("../img/project-bg.jpg") center no-repeat;
  background-size: cover; }
  .partners-block h2 {
    font-family: 'PFDinTextCondPro-Light';
    font-size: 36px;
    margin-bottom: 50px;
    color: #2e2e2e;
    text-transform: uppercase;
    font-weight: normal; }
	.partners-block .container div.title {
		font-family: 'PFDinTextCondPro-Light';
		font-size: 36px;
		margin-bottom: 50px;
		color: #2e2e2e;
		text-transform: uppercase;
		font-weight: normal;
		line-height: 1.1; }
  .partners-block.darck {
    background: #232629; }
    .partners-block.darck h2 {
      color: #fff; }
  .partners-block .partners-carousel {
    padding: 0 45px; }
    .partners-block .partners-carousel .owl-nav {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      .partners-block .partners-carousel .owl-nav .owl-next, .partners-block .partners-carousel .owl-nav .owl-prev {
        width: 16px;
        height: 32px;
        margin-top: -16px;
        background: url("../img/owl-nav.png");
        text-indent: -9999px; }
      .partners-block .partners-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
        background-position: left top; }
        .partners-block .partners-carousel .owl-nav .owl-prev:hover {
          background-position: left bottom; }
      .partners-block .partners-carousel .owl-nav .owl-next {
        position: absolute;
        right: 0px;
        background-position: right top; }
        .partners-block .partners-carousel .owl-nav .owl-next:hover {
          background-position: right bottom; }
    .partners-block .partners-carousel .owl-item {
      padding: 10px; }
    .partners-block .partners-carousel .item {
      box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.5); }
      .partners-block .partners-carousel .item .block-image {
        position: relative;
        height: 240px; }
        .partners-block .partners-carousel .item .block-image .image, .partners-block .partners-carousel .item .block-image .filter {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .partners-block .partners-carousel .item .block-image .image {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          z-index: 1; }
        .partners-block .partners-carousel .item .block-image .filter {
          background: rgba(0, 0, 0, 0.2);
          transition: .3s;
          z-index: 2; }
      .partners-block .partners-carousel .item .logo {
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #303336; }
        .partners-block .partners-carousel .item .logo img {
          max-width: 50%;
          max-height: 60%;
          width: auto;
          width: initial;
          /*IE*/
          filter: grayscale(100%);
          filter: grayscale(1);
          /* Firefox 4+ */
          filter: gray;
          /* IE 6-9 */
          transition: .3s; }
      .partners-block .partners-carousel .item.active .filter, .partners-block .partners-carousel .item:hover .filter {
        background: transparent; }
      .partners-block .partners-carousel .item.active .logo img, .partners-block .partners-carousel .item:hover .logo img {
        filter: grayscale(0%); }

/* ==========================================================================
   Prodacts
   ========================================================================== */
.pr-fist-block {
  position: relative;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .pr-fist-block .products-carousel .slide {
    height: 100vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
  .pr-fist-block .pr-list {
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 9, 10, 0.5)), to(#09090a));
    background-image: -webkit-linear-gradient(to top, rgba(9, 9, 10, 0.5), #09090a);
    background-image: -moz-linear-gradient(to top, rgba(9, 9, 10, 0.5), #09090a);
    background-image: -ms-linear-gradient(to top, rgba(9, 9, 10, 0.5), #09090a);
    background-image: -o-linear-gradient(to top, rgba(9, 9, 10, 0.5), #09090a);
    background-image: linear-gradient(to top, rgba(9, 9, 10, 0.5), #09090a);
/*    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='rgba(9, 9, 10, 0.5)', end-colourStr='#09090a'); */
    bottom: 0;
    width: 100%;
    height: 115px;
    padding: 15px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pr-fist-block .pr-list .products-menu {
        padding: 0 45px; } }
    @media (max-width: 768px) {
      .pr-fist-block .pr-list .products-menu {
        padding: 0 45px; } }
    .pr-fist-block .pr-list .products-menu .item {
      position: relative;
      display: block;
      height: 83px;
      transition: all .3s ease;
      cursor: pointer; }
      .pr-fist-block .pr-list .products-menu .item div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 0 1px #686767;
        transition: all .3s ease;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .75;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      .pr-fist-block .pr-list .products-menu .item:hover div, .pr-fist-block .pr-list .products-menu .item.active div {
        box-shadow: inset 0 0 0 2px #e3000f;
        opacity: 1;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
    .pr-fist-block .pr-list .products-menu .owl-nav {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      .pr-fist-block .pr-list .products-menu .owl-nav .owl-next, .pr-fist-block .pr-list .products-menu .owl-nav .owl-prev {
        width: 16px;
        height: 32px;
        margin-top: -16px;
        background: url("../img/owl-nav.png");
        text-indent: -9999px; }
      .pr-fist-block .pr-list .products-menu .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
        background-position: left top; }
        .pr-fist-block .pr-list .products-menu .owl-nav .owl-prev:hover {
          background-position: left bottom; }
      .pr-fist-block .pr-list .products-menu .owl-nav .owl-next {
        position: absolute;
        right: 0px;
        background-position: right top; }
        .pr-fist-block .pr-list .products-menu .owl-nav .owl-next:hover {
          background-position: right bottom; }

.equipment {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0; }
  .equipment h2, .equipment h1 {
    font-family: 'PFDinTextCondPro-Light';
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
  .equipment .equipment-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .equipment .equipment-items .item {
      width: 33%;
      text-align: center;
      padding: 5px; }
      .equipment .equipment-items .item a {
        background: #fff;
        padding: 50px 20px;
        display: block; }
        .equipment .equipment-items .item a img {
          margin-bottom: 25px; }
        .equipment .equipment-items .item a .title {
          color: #000; }
          .equipment .equipment-items .item a .title strong {
            font-family: 'MyriadPro-Regular';
            display: block;
            font-weight: normal;
            line-height: 20px;
            padding-top: 4px; }
@media (max-width: 768px) {
	.equipment .equipment-items .item {
		width: 100%;
	}
}

.certificates {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0; }
  .certificates h2 {
    font-family: 'PFDinTextCondPro-Light';
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
  .certificates .certificates-carousel {
    padding: 0 45px; }
    .certificates .certificates-carousel .item {
      text-align: center; }
      .certificates .certificates-carousel .item img {
        margin-bottom: 30px; }
      .certificates .certificates-carousel .item .title {
        color: #fff;
        line-height: 22px; }
    .certificates .certificates-carousel .owl-nav {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block !important;
      width: 100%; }
      .certificates .certificates-carousel .owl-nav .owl-next, .certificates .certificates-carousel .owl-nav .owl-prev {
        top: -50px;
        width: 16px;
        height: 32px;
        background: url("../img/owl-nav.png");
        text-indent: -9999px; }
      .certificates .certificates-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
        background-position: left top; }
        .certificates .certificates-carousel .owl-nav .owl-prev:hover {
          background-position: left bottom; }
      .certificates .certificates-carousel .owl-nav .owl-next {
        position: absolute;
        right: 0px;
        background-position: right top; }
        .certificates .certificates-carousel .owl-nav .owl-next:hover {
          background-position: right bottom; }

.test-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0; }
  .test-block .text {
    font-family: 'PFDinTextCondPro-Thin';
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px; }
    .test-block .text strong {
      font-family: 'PFDinTextCondPro-Light';
      display: block;
      font-weight: normal;
      color: white;
      text-transform: uppercase; }
    .test-block .text small {
      display: block;
      font-size: 23px;
      line-height: 25px; }
    .test-block .text .btn-fill {
      margin-top: 20px; }
  .test-block .icon {
    text-align: center; }

/* ==========================================================================
   Single
   ========================================================================== */
.equipment-slider-light-block {
  background: #232629;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  min-height: 62px; }
.downloads-block {
  background: #232629;
  border-top: 1px solid #e5e5e5; }
  .equipment-slider-light-block .equipment-slider-light,
  .equipment-slider-light-block .info-equipment-slider, .downloads-block .equipment-slider-light,
  .downloads-block .info-equipment-slider {
    padding: 0 45px; }
    .equipment-slider-light-block .equipment-slider-light .item a,
    .equipment-slider-light-block .info-equipment-slider .item a, .downloads-block .equipment-slider-light .item a,
    .downloads-block .info-equipment-slider .item a {
      display: block;
      padding: 14px 0;
      text-align: center;
      min-height: 44px;
      font-size: 12px;
      color: #fff;
      transition: all .3s ease; }
      .equipment-slider-light-block .equipment-slider-light .item a strong,
      .equipment-slider-light-block .info-equipment-slider .item a strong, .downloads-block .equipment-slider-light .item a strong,
      .downloads-block .info-equipment-slider .item a strong {
        display: block;
        font-family: 'MyriadPro-Regular';
        font-weight: normal;
        text-transform: uppercase;
        line-height: 20px; }
      .equipment-slider-light-block .equipment-slider-light .item a.active, .equipment-slider-light-block .equipment-slider-light .item a:hover,
      .equipment-slider-light-block .info-equipment-slider .item a.active,
      .equipment-slider-light-block .info-equipment-slider .item a:hover, .downloads-block .equipment-slider-light .item a.active, .downloads-block .equipment-slider-light .item a:hover,
      .downloads-block .info-equipment-slider .item a.active,
      .downloads-block .info-equipment-slider .item a:hover {
        box-shadow: inset 0 2px 0 0 #e3000f; }
    .equipment-slider-light-block .equipment-slider-light .owl-nav,
    .equipment-slider-light-block .info-equipment-slider .owl-nav, .downloads-block .equipment-slider-light .owl-nav,
    .downloads-block .info-equipment-slider .owl-nav {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      .equipment-slider-light-block .equipment-slider-light .owl-nav .owl-next, .equipment-slider-light-block .equipment-slider-light .owl-nav .owl-prev,
      .equipment-slider-light-block .info-equipment-slider .owl-nav .owl-next,
      .equipment-slider-light-block .info-equipment-slider .owl-nav .owl-prev, .downloads-block .equipment-slider-light .owl-nav .owl-next, .downloads-block .equipment-slider-light .owl-nav .owl-prev,
      .downloads-block .info-equipment-slider .owl-nav .owl-next,
      .downloads-block .info-equipment-slider .owl-nav .owl-prev {
        width: 16px;
        height: 32px;
        margin-top: -16px;
        background: url("../img/owl-nav.png");
        text-indent: -9999px;
        transform: scale(0.8); }
      .equipment-slider-light-block .equipment-slider-light .owl-nav .owl-prev,
      .equipment-slider-light-block .info-equipment-slider .owl-nav .owl-prev, .downloads-block .equipment-slider-light .owl-nav .owl-prev,
      .downloads-block .info-equipment-slider .owl-nav .owl-prev {
        position: absolute;
        left: 10px;
        background-position: left top; }
        .equipment-slider-light-block .equipment-slider-light .owl-nav .owl-prev:hover,
        .equipment-slider-light-block .info-equipment-slider .owl-nav .owl-prev:hover, .downloads-block .equipment-slider-light .owl-nav .owl-prev:hover,
        .downloads-block .info-equipment-slider .owl-nav .owl-prev:hover {
          background-position: left bottom; }
      .equipment-slider-light-block .equipment-slider-light .owl-nav .owl-next,
      .equipment-slider-light-block .info-equipment-slider .owl-nav .owl-next, .downloads-block .equipment-slider-light .owl-nav .owl-next,
      .downloads-block .info-equipment-slider .owl-nav .owl-next {
        position: absolute;
        right: 10px;
        background-position: right top; }
        .equipment-slider-light-block .equipment-slider-light .owl-nav .owl-next:hover,
        .equipment-slider-light-block .info-equipment-slider .owl-nav .owl-next:hover, .downloads-block .equipment-slider-light .owl-nav .owl-next:hover,
        .downloads-block .info-equipment-slider .owl-nav .owl-next:hover {
          background-position: right bottom; }

.equipment-slider-block {
  padding: 80px 0;
  background: #232629; }
  .equipment-slider-block h2 {
    font-family: 'PFDinTextCondPro-Light';
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
  .equipment-slider-block .equipment-slider, .equipment-slider-block .equipment-slider-4it {
    padding: 0 45px; }
    .equipment-slider-block .equipment-slider .item a, .equipment-slider-block .equipment-slider-4it .item a {
      display: block;
      text-align: center;
      background: #ffffff;
      padding: 20px 10px;
      transition: all .3s ease;
      color: #2e2e2e; }
      .equipment-slider-block .equipment-slider .item a img, .equipment-slider-block .equipment-slider-4it .item a img {
        margin-bottom: 20px; }
      .equipment-slider-block .equipment-slider .item a .title, .equipment-slider-block .equipment-slider-4it .item a .title {
        min-height: 44px;
        font-size: 12px; }
        .equipment-slider-block .equipment-slider .item a .title strong, .equipment-slider-block .equipment-slider-4it .item a .title strong {
          display: block;
          font-family: 'MyriadPro-Regular';
          font-weight: normal;
          line-height: 20px; }
      .equipment-slider-block .equipment-slider .item a.active, .equipment-slider-block .equipment-slider .item a:hover, .equipment-slider-block .equipment-slider-4it .item a.active, .equipment-slider-block .equipment-slider-4it .item a:hover {
        box-shadow: inset 0 0 0 2px #e3000f; }
        .equipment-slider-block .equipment-slider .item a.active .title, .equipment-slider-block .equipment-slider .item a:hover .title {
          color: #e3000f; }
        .equipment-slider-block .equipment-slider-4it .item a.active .title, .equipment-slider-block .equipment-slider-4it .item a:hover .title {
          color: #e3000f; }
    .equipment-slider-block .equipment-slider .owl-nav, .equipment-slider-block .equipment-slider-4it .owl-nav {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      .equipment-slider-block .equipment-slider .owl-nav .owl-next, .equipment-slider-block .equipment-slider .owl-nav .owl-prev {
        width: 16px;
        height: 32px;
        margin-top: -16px;
        background: url("../img/owl-nav.png");
        text-indent: -9999px; }
      .equipment-slider-block .equipment-slider-4it .owl-nav .owl-next, .equipment-slider-block .equipment-slider-4it .owl-nav .owl-prev {
        width: 16px;
        height: 32px;
        margin-top: -115px;
        background: url("../img/owl-nav.png");
        text-indent: -9999px; }
      .equipment-slider-block .equipment-slider .owl-nav .owl-prev, .equipment-slider-block .equipment-slider-4it .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
        background-position: left top; }
      .equipment-slider-block .equipment-slider .owl-nav .owl-prev:hover, .equipment-slider-block .equipment-slider-4it .owl-nav .owl-prev:hover {
          background-position: left bottom; }
      .equipment-slider-block .equipment-slider .owl-nav .owl-next, .equipment-slider-block .equipment-slider-4it .owl-nav .owl-next {
        position: absolute;
        right: 0px;
        background-position: right top; }
      .equipment-slider-block .equipment-slider .owl-nav .owl-next:hover, .equipment-slider-block .equipment-slider-4it .owl-nav .owl-next:hover {
          background-position: right bottom; }

.product-card {
  background: #ffffff; }
  .product-card .text {
    padding: 80px 0; }
    .product-card .text h1 {
      font-family: 'PFDinTextCondPro-Light';
      font-size: 36px;
      text-transform: uppercase;
      line-height: 48px;
      font-weight: 400;
      margin-bottom: 15px; }
      .product-card .text h1 span {
        display: block;
        color: #e3000f; }
    .product-card .text .sub-title {
      font-family: 'PFDinTextCondPro-Thin';
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 30px; }
    .product-card .text p {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 30px; }
    .product-card .add-prev-block .text p {
      margin-bottom: 1rem; }
    .product-card .text a {
      color: #2d2d2d;
      border-bottom: 1px dashed red;
      font-family: 'MyriadPro-Regular';
      font-size: 18px; }
    .product-card #info-blk a {
      color: #2d2d2d;
      border-bottom: 1px dashed red;
    }
    .product-card .text a:hover {
      border-color: #2d2d2d; }
    .product-card .text a:hover i {
        color: #2d2d2d; }
  .product-card .image {
    margin-top: 60px; }
    .product-card .image img {
      display: block; }

.specifications-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0; }
  .specifications-block h2 {
    font-family: 'PFDinTextCondPro-Light';
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase; }
  .specifications-block table {
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 40px; }
    .specifications-block table tr td {
      width: 50%;
      padding: 15px 20px 15px 15px;
      line-height: 21px; }
    .specifications-block table tr:nth-of-type(odd) {
      background: #fff; }
  @media (max-width: 768px) {
    .specifications-block .e-btn {
      margin-bottom: 20px; } }
  @media (max-width: 576px) {
    .specifications-block .e-btn {
      display: block; } }
  .specifications-block .e-btn.download {
    margin-left: 0; }
  @media (max-width: 768px) {
    .specifications-block .btn-fill {
      float: none; } }
  @media (max-width: 576px) {
    .specifications-block .btn-fill {
      display: block; } }

/* ==========================================================================
   Partners
   ========================================================================== */
.crutch {
  padding-top: 230px; }
  @media (max-width: 768px) {
    .crutch {
      padding-top: 150px; } }

.partner-light-block-inside,
.partner-light-block-top {
  position: relative; }
  .partner-light-block-inside .bg-image,
  .partner-light-block-top .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 768px) and (max-width: 991px) {
      .partner-light-block-inside .bg-image,
      .partner-light-block-top .bg-image {
        display: none; } }
    @media (max-width: 768px) {
      .partner-light-block-inside .bg-image,
      .partner-light-block-top .bg-image {
        display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .partner-light-block-inside .text,
    .partner-light-block-top .text {
      margin-top: 30px; } }
  @media (max-width: 768px) {
    .partner-light-block-inside .text,
    .partner-light-block-top .text {
      margin-top: 30px; } }
  .partner-light-block-inside .text .block-title,
  .partner-light-block-top .text .block-title {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .partner-light-block-inside .text .block-title,
      .partner-light-block-top .text .block-title {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: center; } }
    .partner-light-block-inside .text .block-title .logo,
    .partner-light-block-top .text .block-title .logo {
      margin-right: 24px; }
      @media (max-width: 768px) {
        .partner-light-block-inside .text .block-title .logo,
        .partner-light-block-top .text .block-title .logo {
          margin-right: 0;
          margin-bottom: 15px; } }
    .partner-light-block-inside .text .block-title h2,
    .partner-light-block-top .text .block-title h2 {
      font-family: 'PFDinTextCondPro-Light';
      font-size: 32px;
      line-height: 32px;
      text-transform: uppercase;
      padding-bottom: 22px;
      position: relative;
      margin-bottom: 0; }
      .partner-light-block-inside .text .block-title h2:after,
      .partner-light-block-top .text .block-title h2:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 2px;
        background-color: #e3000f; }
        @media (max-width: 768px) {
          .partner-light-block-inside .text .block-title h2:after,
          .partner-light-block-top .text .block-title h2:after {
            left: 50%;
            margin-left: -20px; } }
  .partner-light-block-inside .text p,
  .partner-light-block-top .text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px; }
    .partner-light-block-inside .text p:last-of-type,
    .partner-light-block-top .text p:last-of-type {
      margin-bottom: 0; }

.partner-light-block-top {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(transparent));
  background-image: -webkit-linear-gradient(to left, #eeeeee, transparent);
  background-image: -moz-linear-gradient(to left, #eeeeee, transparent);
  background-image: -ms-linear-gradient(to left, #eeeeee, transparent);
  background-image: -o-linear-gradient(to left, #eeeeee, transparent);
  background-image: linear-gradient(to left, #eeeeee, transparent);
/*  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#eeeeee', end-colourStr='transparent', gradientType='1'); */
  padding-bottom: 80px;
  padding-top: 230px; }
  @media (max-width: 768px) {
    .partner-light-block-top {
      padding-top: 150px; } }
  .partner-light-block-top .img-mobile {
    display: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .partner-light-block-top .img-mobile {
        display: block; } }
    @media (max-width: 768px) {
      .partner-light-block-top .img-mobile {
        display: block; } }

.partner-light-block-inside {
  padding: 80px 0;
  background-color: #efefef; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .partner-light-block-inside .bg-image {
      background-size: cover; } }

.partner-red-block {
  padding: 80px 0px;
  background: #de2d3f;
  color: #fff; }
  @media (max-width: 576px) {
    .partner-red-block {
      text-align: center; } }
  .partner-red-block .num {
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 90px; }
  .partner-red-block .slogan {
    font-family: 'PFDinTextCondPro-Light';
    font-size: 40px; }
  .partner-red-block.right {
    text-align: right; }
    @media (max-width: 576px) {
      .partner-red-block.right {
        text-align: center; } }

.partner-dark-block-left,
.partner-dark-block-right {
  padding: 80px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .partner-dark-block-left .filter,
  .partner-dark-block-right .filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .partner-dark-block-left .text,
  .partner-dark-block-right .text {
    color: #fff; }
    @media (max-width: 576px) {
      .partner-dark-block-left .text,
      .partner-dark-block-right .text {
        text-align: center !important; } }
    .partner-dark-block-left .text h2,
    .partner-dark-block-right .text h2 {
      font-family: 'PFDinTextCondPro-Light';
      font-size: 32px;
      line-height: 32px;
      text-transform: uppercase;
      position: relative;
      overflow: hidden;
      margin-bottom: 40px; }
    .partner-dark-block-left .text p,
    .partner-dark-block-right .text p {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 30px; }
      .partner-dark-block-left .text p:last-of-type,
      .partner-dark-block-right .text p:last-of-type {
        margin-bottom: 0; }

.partner-dark-block-left {
  background-position: center right; }
  .partner-dark-block-left .filter {
    background-image: linear-gradient(to right, #232629 30%, transparent 100%); }
    @media (min-width: 768px) and (max-width: 991px) {
      .partner-dark-block-left .filter {
        background-image: linear-gradient(to right, #232629 50%, transparent 100%); } }
    @media (max-width: 768px) {
      .partner-dark-block-left .filter {
        background-image: none;
        background: rgba(35, 38, 41, 0.9); } }

.partner-dark-block-right {
  background-position: center left; }
  .partner-dark-block-right .filter {
    background-image: linear-gradient(to left, #232629 40%, transparent 100%); }
    @media (min-width: 768px) and (max-width: 991px) {
      .partner-dark-block-right .filter {
        background-image: linear-gradient(to left, #232629 50%, transparent 100%); } }
    @media (max-width: 768px) {
      .partner-dark-block-right .filter {
        background-image: none;
        background: rgba(35, 38, 41, 0.9); } }
  .partner-dark-block-right .text {
    text-align: right; }

/* ==========================================================================
   About us
   ========================================================================== */
.icon-block {
  margin-top: 30px; }
  .icon-block img {
    margin-bottom: 30px; }
  .icon-block .label {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'MyriadPro-Regular'; }

.history-block {
  padding: 80px 0 0;
  background: #232629; }
  .history-block > h2 {
    color: #fff; }
  .history-block .h-tabs {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15); }
    @media (max-width: 768px) {
      .history-block .h-tabs {
        -webkit-user-select: none;
        overflow-y: hidden;
        position: relative;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll; } }
    .history-block .h-tabs li a {
      display: block;
      font-family: 'MyriadPro-Regular';
      text-decoration: none;
      color: #fff;
      padding: 15px 10px;
      font-size: 20px;
      position: relative;
      border-bottom: 2px solid transparent;
      transition: .3s;
      margin-bottom: -2px; }
      .history-block .h-tabs li a.active, .history-block .h-tabs li a:hover {
        border-color: #e3000f; }
        @media (max-width: 768px) {
          .history-block .h-tabs li a.active, .history-block .h-tabs li a:hover {
            background: rgba(255, 255, 255, 0.1); } }
  .history-block .panel-container {
    background: #232629; }
    .history-block .panel-container > div {
      background: #fefefe; }
    .history-block .panel-container .history-title {
      font-family: 'PFDinTextCondPro-Thin';
      text-align: center;
      background: #232629;
      padding: 40px;
      color: #fff;
      font-size: 24px; }
    .history-block .panel-container .fullwidth-banner {
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 550px;
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-end;
      justify-content: center; }
      .history-block .panel-container .fullwidth-banner .slogan {
        text-align: center;
        font-family: 'PFDinTextCondPro-Light';
        font-size: 40px;
        color: #fff;
        padding: 30px 20px;
        background: rgba(0, 0, 0, 0.55);
        margin-bottom: 80px; }

.affiliate-program {
  padding: 80px 0;
  background: #232629;
  color: #fff; }
  .affiliate-program .af-tabs {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15); }
    @media (max-width: 768px) {
      .affiliate-program .af-tabs {
        -webkit-user-select: none;
        overflow-y: hidden;
        position: relative;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll; } }
    .affiliate-program .af-tabs li a {
      display: block;
      font-family: 'MyriadPro-Regular';
      text-decoration: none;
      color: #fff;
      padding: 15px 10px;
      font-size: 20px;
      position: relative;
      border-bottom: 2px solid transparent;
      transition: .3s;
      margin-bottom: -2px; }
      @media (max-width: 768px) {
        .affiliate-program .af-tabs li a {
          text-align: center;
          font-size: 16px; } }
      .affiliate-program .af-tabs li a.active, .affiliate-program .af-tabs li a:hover {
        border-color: #e3000f; }
        @media (max-width: 768px) {
          .affiliate-program .af-tabs li a.active, .affiliate-program .af-tabs li a:hover {
            background: rgba(255, 255, 255, 0.1); } }
  .affiliate-program .panel-container {
    padding-top: 30px; }
    .affiliate-program .panel-container > div {
      text-align: center; }
      .affiliate-program .panel-container > div .title {
        font-family: 'PFDinTextCondPro-Thin';
        font-size: 24px;
        margin-bottom: 30px; }
      .affiliate-program .panel-container > div p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px; }
        .affiliate-program .panel-container > div p:last-of-type {
          margin-bottom: 0; }

.text-block-1 {
  background: url("../img/bg-text-1.jpg") top no-repeat;
  background-size: cover;
  text-align: center; }
  .text-block-1 .slogan {
    margin-top: 32%;
    font-family: 'PFDinTextCondPro-Light';
    font-size: 40px;
    color: #fff;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.55);
    display: inline-block; }
  .text-block-1 .text {
    padding: 150px 0 80px; }
    @media (max-width: 768px) {
      .text-block-1 .text {
        padding-top: 80px; } }
    .text-block-1 .text p {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 30px; }
      .text-block-1 .text p:last-of-type {
        margin-bottom: 0; }

.text-block-2 {
  color: #fff;
  background: url("../img/bg-text-2.jpg") bottom no-repeat;
  background-size: cover;
  padding-bottom: 280px; }
  @media (max-width: 768px) {
    .text-block-2 {
      background: #232629;
      padding-bottom: 20px; } }
  .text-block-2 .text {
    padding: 80px 0 60px;
    text-align: center; }
    .text-block-2 .text p {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 30px; }
      .text-block-2 .text p:last-of-type {
        margin-bottom: 0; }

.reviews {
  padding: 80px 0;
  background: url("../img/review-bg.jpg") center no-repeat;
  background-size: cover; }
  .reviews .reviews-carousel {
    padding: 0 80px; }
    @media (max-width: 768px) {
      .reviews .reviews-carousel {
        padding: 0; } }
    .reviews .reviews-carousel .owl-stage-outer {
      cursor: grab; }
    @media (max-width: 768px) {
      .reviews .reviews-carousel .item {
        text-align: center; } }
    .reviews .reviews-carousel .item .user-info-block {
      display: flex;
      flex-wrap: nowrap;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .reviews .reviews-carousel .item .user-info-block {
          flex-wrap: wrap;
          flex-direction: column;
          align-items: center; } }
      .reviews .reviews-carousel .item .user-info-block .image {
        margin-right: 25px;
        width: 80px;
        height: 80px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 100%; }
        @media (max-width: 768px) {
          .reviews .reviews-carousel .item .user-info-block .image {
            margin-right: 0;
            margin-bottom: 20px; } }
      .reviews .reviews-carousel .item .user-info-block .user-info {
        flex-grow: 1;
        border-bottom: 1px solid rgba(116, 116, 116, 0.5); }
        .reviews .reviews-carousel .item .user-info-block .user-info .name {
          font-family: 'PFDinTextCondPro-Thin';
          font-size: 24px;
          color: #333;
          line-height: 36px; }
        .reviews .reviews-carousel .item .user-info-block .user-info .position {
          font-size: 14px;
          color: #2e2e2e;
          margin-bottom: 20px; }
    .reviews .reviews-carousel .item .text p {
      line-height: 30px;
      font-size: 18px;
      color: #2e2e2e; }
    @media (max-width: 768px) {
      .reviews .reviews-carousel .owl-nav {
        display: none; } }
    .reviews .reviews-carousel .owl-nav .owl-prev,
    .reviews .reviews-carousel .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%);
      width: 26px;
      height: 48px;
      background: url("../img/owl-nav-big.png") no-repeat;
      opacity: .5;
      text-indent: -9999px;
      transition: .3s; }
      .reviews .reviews-carousel .owl-nav .owl-prev.disabled,
      .reviews .reviews-carousel .owl-nav .owl-next.disabled {
        opacity: .3; }
        .reviews .reviews-carousel .owl-nav .owl-prev.disabled:hover,
        .reviews .reviews-carousel .owl-nav .owl-next.disabled:hover {
          opacity: .3;
          cursor: not-allowed; }
      .reviews .reviews-carousel .owl-nav .owl-prev:hover,
      .reviews .reviews-carousel .owl-nav .owl-next:hover {
        opacity: 1; }
    .reviews .reviews-carousel .owl-nav .owl-prev {
      left: 0; }
    .reviews .reviews-carousel .owl-nav .owl-next {
      background-position: top right;
      right: 0; }
    .reviews .reviews-carousel .owl-dots {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      display: none; }
      @media (max-width: 768px) {
        .reviews .reviews-carousel .owl-dots {
          display: block; } }
      .reviews .reviews-carousel .owl-dots .owl-dot {
        margin: 0 10px;
        border-radius: 10px;
        transition: all .3s ease;
        float: left;
        border: 2px solid rgba(116, 116, 116, 0.5); }
        .reviews .reviews-carousel .owl-dots .owl-dot span {
          border-radius: 10px;
          display: block;
          width: 10px;
          height: 10px;
          background: #d2d3d7;
          transition: all .3s ease; }
        .reviews .reviews-carousel .owl-dots .owl-dot.active, .reviews .reviews-carousel .owl-dots .owl-dot:hover {
          border-color: #e31e25; }
          .reviews .reviews-carousel .owl-dots .owl-dot.active span, .reviews .reviews-carousel .owl-dots .owl-dot:hover span {
            background: transparent; }

/* ==========================================================================
   Info
   ========================================================================== */
.info-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center; }
  .info-top .slogan {
    text-align: center;
    font-family: 'PFDinTextCondPro-Light';
    font-size: 46px;
    color: #fff;
    padding: 30px 20px;
    max-width: 840px;
    background: rgba(0, 0, 0, 0.55);
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      .info-top .slogan {
        font-size: 36px; } }

.info-menu-wrap {
  width: 100%;
  background: rgba(227, 0, 15, 0.9);
  z-index: 9999; }

.info-menu {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .info-menu {
      display: none; } }
  .info-menu li {
    margin: 0 10px; }
    .info-menu li a {
      font-family: 'MyriadPro-Regular';
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      padding: 23px 0;
/*      color: #2e2e2e; */
      color: white;
      position: relative; }
      .info-menu li a:before {
        content: '';
        display: block;
        background: #fff;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 5px;
        opacity: 0;
        transition: .3s; }
      .info-menu li a:hover:before {
        top: 0;
        opacity: 1;
/*        background: #e3000f; */
	background: white;
	}
    .info-menu li.active a:before {
      top: 0;
      opacity: 1;
/*      background: #e3000f; */
	background: white;
	}

.info-news-block {
  padding: 80px 0;
  background: url("../img/info-news-bg.jpg") center no-repeat;
  background-size: cover;
  text-align: center; }
  .info-news-block .news-item {
    text-align: left;
    background: #fff;
    box-shadow: 0 0 0 1px #aeaeae; }
    @media (max-width: 768px) {
      .info-news-block .news-item {
        margin-bottom: 30px; } }
    .info-news-block .news-item .image {
      height: 280px;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
    .info-news-block .news-item .info {
      padding: 20px 10px;
      border-top: 1px solid #e4e4e4; }
      @media (min-width: 768px) and (max-width: 991px) {
        .info-news-block .news-item .info {
          padding: 20px; } }
      @media (max-width: 768px) {
        .info-news-block .news-item .info {
          padding: 20px; } }
      .info-news-block .news-item .info h3 {
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        font-weight: normal;
        line-height: 22px;
        color: #000;
        margin-bottom: 15px;
	min-height: 88px; }
      .info-news-block .news-item .info p {
        line-height: 28px;
        margin-bottom: 30px;
	min-height: 140px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .info-news-block .news-item .info p {
            line-height: 20px; } }
      .info-news-block .news-item .info .more {
	transition: all .3s ease;
        color: #000; }
        .info-news-block .news-item .info .more:hover i {
          color: #000; }
      .info-news-block .news-item .info .date {
        float: right; }
  .info-news-block .e-btn {
    margin-top: 40px; }
    @media (max-width: 768px) {
      .info-news-block .e-btn {
        margin-top: 10px; } }

.video-block {
  padding: 80px 0;
  background: #232629;
  text-align: center; }
  .video-block h2 {
    color: #fff; }
  .video-block .video-wrap {
    display: flex;
    flex-wrap: wrap; }
    .video-block .video-wrap .video-item {
      flex-grow: 1;
      width: 33%;
      height: 240px;
      color: #fff;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      background-color: #000;
      position: relative; }
      @media (min-width: 768px) and (max-width: 991px) {
        .video-block .video-wrap .video-item {
          width: 50%; } }
      @media (max-width: 768px) {
        .video-block .video-wrap .video-item {
          width: 50%; } }
      @media (max-width: 576px) {
        .video-block .video-wrap .video-item {
          width: 100%; } }
      .video-block .video-wrap .video-item:after {
        display: block;
        content: '';
        width: 73px;
        height: 73px;
        background: url("../img/play.png") no-repeat;
        background-position: right top;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .video-block .video-wrap .video-item:hover:after {
        background-position: left top; }
      .video-block .video-wrap .video-item .image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .75;
        z-index: 0; }
      .video-block .video-wrap .video-item .title {
        font-size: 18px;
        margin-bottom: 20px;
        z-index: 1; }
  .video-block .e-btn {
    margin-top: 40px; }

.video-reviews-block {
  padding: 80px 0;
  text-align: center;
  background: url("../img/video-review-bg.jpg") center no-repeat;
  background-size: cover; }
  .video-reviews-block .video-reviews .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .video-reviews-block .video-reviews .owl-nav .owl-next, .video-reviews-block .video-reviews .owl-nav .owl-prev {
      width: 16px;
      height: 32px;
      margin-top: -16px;
      background: url("../img/owl-nav.png");
      text-indent: -9999px; }
    .video-reviews-block .video-reviews .owl-nav .owl-prev {
      position: absolute;
      left: -48px;
      background-position: left top; }
      .video-reviews-block .video-reviews .owl-nav .owl-prev:hover {
        background-position: left bottom; }
    .video-reviews-block .video-reviews .owl-nav .owl-next {
      position: absolute;
      right: -48px;
      background-position: right top; }
      .video-reviews-block .video-reviews .owl-nav .owl-next:hover {
        background-position: right bottom; }
  .video-reviews-block .video-reviews .owl-dots {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0px; }
    @media (max-width: 768px) {
      .video-reviews-block .video-reviews .owl-dots {
        display: block; } }
    .video-reviews-block .video-reviews .owl-dots .owl-dot {
      margin: 0 10px;
      border-radius: 10px;
      transition: all .3s ease;
      float: left;
      border: 2px solid transparent; }
      .video-reviews-block .video-reviews .owl-dots .owl-dot span {
        border-radius: 10px;
        display: block;
        width: 10px;
        height: 10px;
        background: #d2d3d7;
        transition: all .3s ease; }
      .video-reviews-block .video-reviews .owl-dots .owl-dot.active, .video-reviews-block .video-reviews .owl-dots .owl-dot:hover {
        border-color: #e31e25; }
        .video-reviews-block .video-reviews .owl-dots .owl-dot.active span, .video-reviews-block .video-reviews .owl-dots .owl-dot:hover span {
          background: transparent; }
  .video-reviews-block .video-reviews-item {
    background-color: #000; }
    @media (max-width: 768px) {
      .video-reviews-block .video-reviews-item {
        margin-bottom: 30px; } }
    .video-reviews-block .video-reviews-item .image {
      height: 240px;
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: .75;
      z-index: 0; }
      .video-reviews-block .video-reviews-item .image:after {
        display: block;
        content: '';
        width: 73px;
        height: 73px;
        background: url("../img/play.png") no-repeat;
        background-position: right top;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
    .video-reviews-block .video-reviews-item .u-info {
      text-align: left;
      background: #fff;
      padding: 35px 40px;
      color: #000;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .video-reviews-block .video-reviews-item .u-info {
          padding: 30px 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .video-reviews-block .video-reviews-item .u-info {
          padding: 30px 20px;
          text-align: center; } }
      @media (max-width: 768px) {
        .video-reviews-block .video-reviews-item .u-info {
          padding: 30px 20px;
          text-align: center; } }
      .video-reviews-block .video-reviews-item .u-info:after {
        content: '';
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: -10px;
        transform: rotate(-45deg); }
      .video-reviews-block .video-reviews-item .u-info .name {
        display: inline-block;
        max-width: 212px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'MyriadPro-Regular';
        font-size: 18px; }
      .video-reviews-block .video-reviews-item .u-info .date {
        float: right; }
        @media (min-width: 768px) and (max-width: 991px) {
          .video-reviews-block .video-reviews-item .u-info .date {
            float: none;
            margin-top: 15px; } }
        @media (max-width: 768px) {
          .video-reviews-block .video-reviews-item .u-info .date {
            float: none;
            margin-top: 15px; } }
    .video-reviews-block .video-reviews-item:hover .image:after {
      background-position: left top;
      line-height: 18px; }
  .video-reviews-block .e-btn {
    margin-top: 40px; }

.info-helpful-block {
  padding: 80px 0;
  text-align: center;
  background: #232629; }
  .info-helpful-block h2 {
    color: #fff; }
  .info-helpful-block .container div.title {
		color: #fff;
		font-family: 'PFDinTextCondPro-Light';
		font-size: 32px;
		text-align: center;
		margin-bottom: 50px;
		text-transform: uppercase;
		padding: 0 15px;
		font-weight: 500;
		line-height: 1.1; }
  .info-helpful-block .info-helpful-item {
    text-align: left;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px 25px 15px 25px; }
    .info-helpful-block .info-helpful-item h3, .info-helpful-block .info-helpful-item div.title {
      position: relative;
      font-family: 'MyriadPro-Regular';
      font-size: 18px;
      min-height: 48px;
      text-align: left;
			color: inherit;
			text-transform: none;
			padding: 0;
			margin: 0 0 5px 0; }
    .info-helpful-block .info-helpful-item p {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 30px;
      margin-top: 10px;
      opacity: 0.9;
      min-height: 134px; }
.info-helpful-block .info-helpful-item .link {
	color: #232629;
	font-size: 14px;
	padding: 0 2px;
}
.info-helpful-block .info-helpful-item .link i {
	padding-right: 3px;
}
      .info-helpful-block .info-helpful-item .link:hover i {
        color: #232629; }
  .info-helpful-block .e-btn {
    margin-top: 10px; }

.info-faq-block {
  padding: 80px 0 50px;
  text-align: center;
  background: url("../img/info-faq-bg.jpg") center no-repeat;
  background-size: cover; }
  .info-faq-block h2 {
    margin-bottom: 15px; }
  .info-faq-block .sub-title {
    font-family: 'PFDinTextCondPro-Thin';
    color: #333;
    font-size: 24px;
    margin-bottom: 30px; }
  .info-faq-block .item {
    background: #fff;
    margin-bottom: 30px; }
    .info-faq-block .item a {
      display: block;
      font-size: 15px;
      transition: all .3s ease;
      border: 2px solid #fff;
      line-height: 24px;
      padding: 20px 5px;
      color: #000; }
      @media (min-width: 768px) and (max-width: 991px) {
        .info-faq-block .item a {
          min-height: 223px;
          font-size: 12px; } }
      .info-faq-block .item a strong {
        display: block;
        font-family: 'MyriadPro-Regular';
        font-weight: normal;
        text-transform: uppercase;
        line-height: 20px; }
      .info-faq-block .item a:hover {
        color: #e3000f;
        border: 2px solid #e3000f; }

.downloads-block {
  padding: 180px 0 40px 0; }
  .downloads-block h2 {
    color: #fff; }
  .downloads-block .info-equipment-slider {
/*
    border-top: 1px solid #444649;
    border-bottom: 1px solid #444649;
*/
}
  .downloads-block .downloads-doc-wrap {
	display: none;
	background-color: #37383A;
}
    .downloads-block .downloads-doc-wrap .tabs {
      list-style: none;
      text-align: center;
      padding: 34px 0 34px;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .downloads-block .downloads-doc-wrap .tabs {
          display: flex; } }
      .downloads-block .downloads-doc-wrap .tabs li {
        margin: 0 8px;
        display: inline-block; }
        @media (max-width: 991px) {
          .downloads-block .downloads-doc-wrap .tabs li {
            margin: 0 auto;
            width: 33%; } }
        .downloads-block .downloads-doc-wrap .tabs li a {
          display: block;
          font-family: 'PFDinTextCondPro-Bold';
          border: 2px solid;
          padding: 12px 30px;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 16px;
          background: transparent;
          white-space: nowrap;
          vertical-align: middle;
          cursor: pointer;
          user-select: none;
          transition: all .3s ease;
          color: #fff;
          border-color: #fff;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media (max-width: 991px) {
            .downloads-block .downloads-doc-wrap .tabs li a {
              width: 100%;
              font-size: 14px; } }
          .downloads-block .downloads-doc-wrap .tabs li a:hover {
            background: #ffffff;
            color: #232629; }
        .downloads-block .downloads-doc-wrap .tabs li.active a {
          background: #ffffff;
          color: #232629; }
    .downloads-block .downloads-doc-wrap .panel-container table tr:first-of-type {
      border-bottom: 2px solid #fff;
      background-color: transparent !important; }
      .downloads-block .downloads-doc-wrap .panel-container table tr:first-of-type td {
        padding: 0 20px 20px;
        font-family: 'MyriadPro-Regular'; }
    .downloads-block .downloads-doc-wrap .panel-container table tr td {
      padding: 12px 20px;
      color: #fff;
      font-size: 18px;
      line-height: 20px; }
      @media (max-width: 768px) {
        .downloads-block .downloads-doc-wrap .panel-container table tr td {
          font-size: 16px; } }
      .downloads-block .downloads-doc-wrap .panel-container table tr td i {
        color: #ee5500;
        margin-right: 10px;
        float: left; }
	.downloads-block .downloads-doc-wrap .panel-container table tr td i {
		font-size: 20px; }
      .downloads-block .downloads-doc-wrap .panel-container table tr td i.fa-file-text-o {
        color: #FFFFFF; }
      .downloads-block .downloads-doc-wrap .panel-container table tr td i.fa-file-image-o {
        color: #00c1f6; }
      .downloads-block .downloads-doc-wrap .panel-container table tr td i.fa-file-archive-o {
        color: #2B6ACD; }
      .downloads-block .downloads-doc-wrap .panel-container table tr td i.fa-play {
        color: #00c1f6; }
      .downloads-block .downloads-doc-wrap .panel-container table tr td i.fa-sitemap {
        color: #00c1f6; }
      .downloads-block .downloads-doc-wrap .panel-container table tr td i.fa-book {
        color: darkgray; }
      .downloads-block .downloads-doc-wrap .panel-container table tr td i.fa-android {
        color: #00c1f6; }
      .downloads-block .downloads-doc-wrap .panel-container table tr td i.fa-apple {
        color: #AAB2BD; }
      .downloads-block .downloads-doc-wrap .panel-container table tr td a {
        color: #fff;
        display: block;
        overflow: hidden; }
        .downloads-block .downloads-doc-wrap .panel-container table tr td a:hover {
          color: #e3000f; }
      .downloads-block .downloads-doc-wrap .panel-container table tr td:last-of-type, .downloads-block .downloads-doc-wrap .panel-container table tr td:nth-of-type(2) {
        width: 120px; }
      @media (max-width: 768px) {
        .downloads-block .downloads-doc-wrap .panel-container table tr td:nth-of-type(2) {
          text-align: right; } }
      @media (max-width: 768px) {
        .downloads-block .downloads-doc-wrap .panel-container table tr td:last-of-type {
          display: none; } }
    .downloads-block .downloads-doc-wrap .panel-container table tr:nth-last-child(odd) {
      background: rgba(255, 255, 255, 0.05); }

.info-partners-block {
  padding: 80px 0;
  background: #232629; }
  .info-partners-block h2 {
    color: #fff; }
  .info-partners-block .info-partners {
    padding: 0 45px; }
    .info-partners-block .info-partners .item {
      background: #303336;
      text-align: center;
      padding: 15px;
      box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31); }
    .info-partners-block .info-partners .owl-nav {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      .info-partners-block .info-partners .owl-nav .owl-next, .info-partners-block .info-partners .owl-nav .owl-prev {
        width: 16px;
        height: 32px;
        margin-top: -16px;
        background: url("../img/owl-nav.png");
        text-indent: -9999px; }
      .info-partners-block .info-partners .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
        background-position: left top; }
        .info-partners-block .info-partners .owl-nav .owl-prev:hover {
          background-position: left bottom; }
      .info-partners-block .info-partners .owl-nav .owl-next {
        position: absolute;
        right: 0px;
        background-position: right top; }
        .info-partners-block .info-partners .owl-nav .owl-next:hover {
          background-position: right bottom; }

.marketing-department {
  position: relative;
  padding: 80px 0;
  background: url("../img/marketing-bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 230px; }
  @media (max-width: 768px) {
    .marketing-department {
      text-align: center;
      padding-bottom: 360px; } }
  .marketing-department .woman {
    position: absolute;
    width: 500px;
    height: 382px;
    background: url("../img/woman.png");
    left: 15%;
    top: 50%;
    margin-top: -160px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .marketing-department .woman {
        left: 0%; } }
    @media (max-width: 768px) {
      .marketing-department .woman {
        bottom: -40px;
        top: auto;
        margin-top: 0;
        left: 50%;
        margin-left: -250px; } }
  .marketing-department .title {
    font-family: 'PFDinTextCondPro-Light';
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 60px; }
  .marketing-department .tel, .marketing-department .mail {
    font-family: 'PFDinTextCondPro-Thin';
    font-size: 26px;
    color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 768px) {
      .marketing-department .tel, .marketing-department .mail {
        display: block;
        background: none !important;
        padding-left: 0 !important; } }
  .marketing-department .tel {
    padding-left: 35px;
    margin-right: 50px;
    background: url("../img/mob-ico.png") left center no-repeat;
    background-size: contain; }
    @media (max-width: 768px) {
      .marketing-department .tel {
        margin-bottom: 15px;
        margin-right: 0; } }
  .marketing-department .mail {
    padding-left: 40px;
    background: url("../img/mail-ico2.png") left center no-repeat;
    background-size: contain; }

/* ==========================================================================
   News
   ========================================================================== */
.news-section {
  padding: 180px 0 80px;
  text-align: center;
  background-image: url(/img/specifications-bg.jpg);
  background-size: 100%;
  background-attachment: fixed; }
  .news-section .news-wrap {
    margin-bottom: 40px; }
    .news-section .news-wrap .news-item {
      box-shadow: 0 0 0 2px #bbbbbb;
      margin-bottom: 60px;
      display: flex;
      min-height: 300px;
      cursor: pointer; }
    .news-section .news-wrap .news-item:hover {
      color: #EE0000;
      box-shadow: 0 0 0 2px red;
      z-index: 998; }
      @media (max-width: 768px) {
        .news-section .news-wrap .news-item {
          flex-wrap: wrap;
          flex-direction: column; } }
      .news-section .news-wrap .news-item .thumb {
        width: 50%;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover; }
        @media (max-width: 768px) {
          .news-section .news-wrap .news-item .thumb {
            width: 100%;
            height: 250px; } }
      .news-section .news-wrap .news-item .news-info {
        width: 50%;
        padding: 50px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        @media (max-width: 768px) {
          .news-section .news-wrap .news-item .news-info {
            width: 100%;
            padding: 40px 15px; } }
        .news-section .news-wrap .news-item .news-info .date {
          font-size: 14px;
          margin-bottom: 8px; }
        .news-section .news-wrap .news-item .news-info h3 {
          font-size: 18px;
          font-family: 'PFDinTextCondPro-Bold';
          line-height: 30px;
          text-transform: uppercase; }
        .news-section .news-wrap .news-item .news-info p {
          font-size: 18px;
          line-height: 30px; }
    .news-section .news-wrap .news-item:nth-of-type(4n+1) {
      color: #fff; }
      .news-section .news-wrap .news-item:nth-of-type(4n+1) .news-info {
        background: #232629; }
    .news-section .news-wrap .news-item:nth-of-type(4n+2) {
      color: #373a3c; }
      .news-section .news-wrap .news-item:nth-of-type(4n+2) .news-info {
        background: #efefef; }
      .news-section .news-wrap .news-item:nth-of-type(4n+2) .link {
        color: #373a3c; }
        .news-section .news-wrap .news-item:nth-of-type(4n+2) .link:hover i {
          color: #373a3c; }
    .news-section .news-wrap .news-item:nth-of-type(4n+3) {
      color: #fff; }
      .news-section .news-wrap .news-item:nth-of-type(4n+3) .news-info {
        background: #de2d3f; }
      .news-section .news-wrap .news-item:nth-of-type(4n+3) .link i {
        color: #fff; }
      .news-section .news-wrap .news-item:nth-of-type(4n+3) .link:hover i {
        color: #373a3c; }
    .news-section .news-wrap .news-item:nth-of-type(4n+4) .link {
      color: #373a3c; }
      .news-section .news-wrap .news-item:nth-of-type(4n+4) .link:hover i {
        color: #373a3c; }
  .news-section .e-btn {
    margin-bottom: 40px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-section-top {
  padding: 10px 0 50px; }
  .faq-section-top .sub-title {
    font-family: 'PFDinTextCondPro-Thin';
    font-size: 24px;
    margin-top: -20px;
    text-align: center; }

.faq-section-body {
  padding: 80px 0;
  background-image: url("../img/faq-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s; }
  .faq-section-body .accordion .accordion-section .accordion-section-title {
    background: #fff;
    padding: 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
    margin-bottom: 1px; }
    .faq-section-body .accordion .accordion-section .accordion-section-title i {
      font-family: 'PFDinTextCondPro-Regular';
      display: block;
      width: 32px;
      height: 32px;
      color: #e3000f;
      font-size: 25px;
      border: 2px solid #e3000f;
      font-style: normal;
      border-radius: 100%;
      padding: 3px 8px 3px 8.5px;
      margin-right: 20px; }
      @media (max-width: 768px) {
        .faq-section-body .accordion .accordion-section .accordion-section-title i {
          font-size: 20px;
          margin-right: 15px;
          width: 28px;
          height: 28px;
          padding: 2px 7px 2px 8px; } }
    .faq-section-body .accordion .accordion-section .accordion-section-title h2 {
      font-family: 'MyriadPro-Regular';
      font-size: 18px;
      color: #000;
      margin-bottom: 0;
      transition: .3s; }
      @media (max-width: 768px) {
        .faq-section-body .accordion .accordion-section .accordion-section-title h2 {
          font-size: 16px; } }
    .faq-section-body .accordion .accordion-section .accordion-section-title:hover h2, .faq-section-body .accordion .accordion-section .accordion-section-title.active h2 {
      color: #e3000f; }
  .faq-section-body .accordion .accordion-section .accordion-section-content {
    display: none;
    padding: 40px 60px; }
    @media (max-width: 768px) {
      .faq-section-body .accordion .accordion-section .accordion-section-content {
        padding: 20px; } }
    .faq-section-body .accordion .accordion-section .accordion-section-content p {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 30px; }
      .faq-section-body .accordion .accordion-section .accordion-section-content p:last-of-type {
        margin-bottom: 0; }

/* ==========================================================================
   Helpful
   ========================================================================== */
.help-section-top {
  padding: 10px 0 0; }

/*
.help-section-body {
  padding: 50px 0;
  background-image: url("../img/helpful-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s;
  text-align: center; }
*/
  .help-section-body .helpful-wrap {
    text-align: left;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .help-section-body .helpful-wrap {
        text-align: center; } }
    .help-section-body .helpful-wrap .helpful-item {
      width: 50%;
      padding: 30px 15px; }
      @media (max-width: 768px) {
        .help-section-body .helpful-wrap .helpful-item {
          width: 100%; } }
      .help-section-body .helpful-wrap .helpful-item .title {
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 30px;
	line-height: 1.1;
	min-height: 48px; }
        .help-section-body .helpful-wrap .helpful-item .title:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 160px;
          height: 1px;
          background: #e3000f; }
          @media (max-width: 768px) {
            .help-section-body .helpful-wrap .helpful-item .title:after {
              left: 50%;
              margin-left: -80px; } }
      .help-section-body .helpful-wrap .helpful-item p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
	min-height: 150px; }
.help-section-body .helpful-wrap .helpful-item .link {
	color: #373a3c;
	opacity: 1;
	font-size: 14px;
	padding: 0 2px;
}
        .help-section-body .helpful-wrap .helpful-item .link:hover i {
          color: #373a3c; }
  .help-section-body .e-btn {
    margin-top: 40px; }

/* ==========================================================================
   Dealer
   ========================================================================== */
.dealer-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center; }
  .dealer-top .slogan {
    text-align: center;
    font-family: 'PFDinTextCondPro-Light';
    font-size: 46px;
    color: #fff;
    padding: 30px 20px;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.55);
    margin-bottom: 80px; }

.fullwidth {
  padding: 80px 0; }
  .fullwidth.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .fullwidth.darck {
    color: #fff; }
  .fullwidth.text-align-center {
    text-align: center; }
  .fullwidth .subtitle {
    font-family: 'PFDinTextCondPro-Thin';
    font-size: 24px;
    margin-top: -20px;
    margin-bottom: 40px; }
  .fullwidth p {
    font-size: 18px;
    line-height: 30px; }

.dealer-login {
  position: relative;
  padding: 80px 0;
  text-align: center;
  background: url("../img/dealer-login.jpg") center no-repeat;
  background-size: cover; }
  .dealer-login h2 {
    color: #fff; }
  .dealer-login form {
    max-width: 520px;
    margin: 0 auto;
    padding: 50px;
    background: rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .dealer-login form {
        max-width: 100%;
        margin: 0 15px; } }
    .dealer-login form label,
    .dealer-login form input:not([type="submit"]) {
      color: #fff !important;
      border-bottom-color: rgba(255, 255, 255, 0.2); }
    @media (max-width: 768px) {
      .dealer-login form input[type="submit"] {
        width: 100%;
        margin-bottom: 20px; } }
    .dealer-login form .e-btn {
      margin-left: 20px; }
      @media (max-width: 768px) {
        .dealer-login form .e-btn {
          width: 100%;
          margin-left: 0; } }

/* ==========================================================================
   Contacts
   ========================================================================== */
.contacts-map .contacts-wrap {
  display: flex; }
  @media (max-width: 768px) {
    .contacts-map .contacts-wrap {
      flex-wrap: wrap; } }
  .contacts-map .contacts-wrap .left-side,
  .contacts-map .contacts-wrap .right-side {
    width: 50%; }
    @media (max-width: 768px) {
      .contacts-map .contacts-wrap .left-side,
      .contacts-map .contacts-wrap .right-side {
        width: 100%; } }
  .contacts-map .contacts-wrap .left-side {
    background: #232629;
    padding: 130px 100px 130px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .contacts-map .contacts-wrap .left-side {
        padding-right: 30px; } }
    @media (max-width: 768px) {
      .contacts-map .contacts-wrap .left-side {
        padding: 50px 15px 50px 0; } }
    .contacts-map .contacts-wrap .left-side .content {
      color: rgba(255, 255, 255, 0.5); }
      .contacts-map .contacts-wrap .left-side .content p {
        font-family: 'PFDinTextCondPro-Thin';
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 30px; }
        .contacts-map .contacts-wrap .left-side .content p i {
          color: #fff;
          margin-right: 10px;
          vertical-align: middle; }
  .contacts-map .contacts-wrap .right-side {
    background: #f2f2f2; }
    .contacts-map .contacts-wrap .right-side .map {
      height: 100% !important; }
      @media (max-width: 768px) {
        .contacts-map .contacts-wrap .right-side .map {
          height: 340px !important; } }

.contact-form {
  padding: 80px 0;
  background: #f2f2f2 url("../img/contact-form-bg.png") top center; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: #f2f2f2;
  padding: 70px 0 40px 0; }
  @media (max-width: 768px) {
    .site-footer {
      padding: 50px 0 20px; } }
  .site-footer .foot-block.contacts .title, .site-footer .foot-block.contacts a {
    margin-left: 20px; }
  .site-footer .foot-block .logo {
    display: block;
    margin-top: 45px; }
    @media (max-width: 768px) {
      .site-footer .foot-block .logo {
        margin-top: 0;
        text-align: center;
        margin-bottom: 20px; } }
  .site-footer .foot-block .title {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 20px;
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 16px;
    text-transform: uppercase; }
    .site-footer .foot-block .title:after {
      position: absolute;
      display: block;
      content: '';
      width: 40px;
      height: 2px;
      background: #e3000f;
      bottom: 0; }
  .site-footer .foot-block .prod-list, .site-footer .foot-block .info-links {
    list-style: none; }
    .site-footer .foot-block .prod-list li a {
      color: #000;
      font-size: 13px;
      line-height: 15px; }
    .site-footer .foot-block .info-links li a {
      color: #000;
      font-size: 13px;
      line-height: 21px; }
      .site-footer .foot-block .prod-list li a:hover, .site-footer .foot-block .info-links li a:hover {
        text-decoration: underline;
        color: #000; }
  .site-footer .foot-block .prod-list {
    list-style: none; }
    .site-footer .foot-block .prod-list li {
      width: 33%;
      float: left;
      margin-bottom: 5px; }
  .site-footer .foot-block .phone, .site-footer .foot-block .site, .site-footer .foot-block .mail {
    font-family: 'ProximaNova-Regular';
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 30px; }
		@media (max-width: 768px) {
			.site-footer .foot-block .phone, .site-footer .foot-block .site, .site-footer .foot-block .mail {
				font-size: 20px;
				line-height: 30px;
				text-align: center;
				margin-left: 0 !important;
			}
			.site-footer .foot-block .site span {
				min-width: 16px;
				display: inline-block;
			}
		}
    .site-footer .foot-block .phone:hover, .site-footer .foot-block .site:hover, .site-footer .foot-block .mail:hover {
      text-decoration: underline;
      color: #2e2e2e; }
    .site-footer .foot-block .phone i, .site-footer .foot-block .site i, .site-footer .foot-block .mail i {
      margin-right: 10px; }
  .site-footer .foot-block .phone i {
    font-size: 17px; }
    @media (max-width: 768px) {
      .site-footer .foot-block .phone i {
        font-size: 29px; } }
  .site-footer .second-footer {
    margin-top: 50px;
    border-top: 1px solid #b3b3b3;
    padding-top: 40px; }
    @media (max-width: 768px) {
      .site-footer .second-footer {
        padding-top: 20px; } }
    .site-footer .second-footer .copyright {
      color: #2e2e2e;
      font-size: 12px;
      line-height: 18px; }
      @media (max-width: 768px) {
        .site-footer .second-footer .copyright {
          text-align: center; } }
    .site-footer .second-footer .social {
      list-style: none;
      float: right; }
      @media (max-width: 768px) {
        .site-footer .second-footer .social {
          margin-top: 20px;
          float: none;
          text-align: center; } }
      .site-footer .second-footer .social li {
        display: inline-block;
        width: 52px;
        height: 30px;
        background: #a8a8a8;
        position: relative;
        padding-left: 1px; }
        .site-footer .second-footer .social li:before, .site-footer .second-footer .social li:after {
          content: "";
          border-left: 26px solid transparent;
          border-right: 26px solid transparent;
          position: absolute; }
        .site-footer .second-footer .social li:before {
          top: -16px;
          left: 0;
          border-bottom: 16px solid #a8a8a8; }
        .site-footer .second-footer .social li:after {
          left: 0;
          bottom: -16px;
          border-top: 16px solid #a8a8a8; }
        .site-footer .second-footer .social li:hover {
          background: #e3000f; }
          .site-footer .second-footer .social li:hover:before, .site-footer .second-footer .social li:hover:after {
            border-top-color: #e3000f;
            border-bottom-color: #e3000f; }
        .site-footer .second-footer .social li a {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 28px;
          width: 50px;
          height: 30px;
          background: #f2f2f2;
          position: relative;
          z-index: 2; }
          .site-footer .second-footer .social li a:before, .site-footer .second-footer .social li a:after {
            content: "";
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            position: absolute; }
          .site-footer .second-footer .social li a:before {
            top: -15px;
            left: 0;
            border-bottom: 15px solid #f2f2f2; }
          .site-footer .second-footer .social li a:after {
            left: 0;
            bottom: -15px;
            border-top: 15px solid #f2f2f2; }
          .site-footer .second-footer .social li a i {
            color: #797979; }
          .site-footer .second-footer .social li a:hover i {
            color: #e3000f; }
      .site-footer .second-footer .social li + li {
        margin-left: 10px; }

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


/* Дальше пользовательские стили и переназначения */

.container.block-data.contact-page {
	position: relative;
	padding-bottom: 50px;
	text-shadow: 1px 1px 5px #000000;
}

.centermodal h2, .centermodal p{
	text-align: center;
}

.centermodal .modal {
	text-align: center;
}

.centermodal .modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.centermodal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.centermodal .e-btn, .centermodal input.e-btn.black {
	float: none;
	margin: 0 auto;
	display: block;
	min-width: 120px;
}

.centermodal .modal-content {
/*	background-color: #3A434A; */
	background-color: rgba(58, 67, 74, 0.95);
	color: white;
}

.c-recaptcha {
	float: right;
	margin-bottom: 10px;
	min-height: 78px;
	opacity: 0.7;
}

.recaptcha-error {
	outline: 3px solid #FF0000;
	outline-offset: -3px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="password"], .contact-form textarea {
	-webkit-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
}

.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="password"]:focus, .contact-form textarea:focus, .contact-form input[type="text"]:required:valid, .contact-form input[type="email"]:required:valid, .contact-form input[type="tel"]:required:valid, .contact-form input[type="password"]:required:valid, .contact-form textarea:required:valid {
	background-color:rgba(58, 67, 74, 0.8);
}

.c-supportok p {
	color: #F0F0F0;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 14px;
	text-align: left;
}

.c-supportok .modal-content {
	border: 1px solid #505050;
}

.news-item {
	-webkit-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index: 1;
}

.news-item:hover {
	color: #EE0000;
	box-shadow: 0 0 0 2px red;
	z-index: 998;
}

.news-item a {
	color: inherit;
}

.news-item .image {
	text-shadow: 1px 1px 5px #000000;
	-webkit-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.news-item:hover .more {
	box-shadow: 0 0 5px 3px rgba(200, 200, 200, 1);
	background-color: rgba(200, 200, 200, 1);
	color: initial;
	text-shadow: none;
}

#info-blk {
	margin-top: -80px;
}

.contact-page .fa {
	min-width: 20px;
}

.specifications-block table tr {
	color: inherit;
	background-color: inherit;
	transition: all linear 0.1s;
}

.specifications-block table tr:hover, .specifications-block tbody.hovertbody1:hover {
	color: white;
	background-color: rgba(55, 58, 60, 0.7);
}

.specifications-block tbody.hovertbody1 tr:nth-of-type(2n-1) {
	background: none;
}

.specifications-block tbody.hovertbody1 tr:nth-of-type(2n) {
	background-color: #FFF;
}

.specifications-block tbody.hovertbody1:hover tr:nth-of-type(2n) {
	background-color: rgba(68, 68, 68, 0.7);
	transition: none;
}

.news-detail h1, .news-detail h2, .news-detail h3 {
	text-align: center;
}

.news-detail h1 {
	padding-bottom: 15px;
	font-size: 2.2rem;
}

.news-detail h2 {
	padding-top: 35px;
	font-size: 1.75rem;
	line-height: 1.4;
}

.news-detail h3 {
	padding-top: 35px;
	font-size: 1.7rem;
}

.news-detail a, .helpful-inner a {
	color: inherit;
	border-bottom: 1px dashed #FF0000;
	transition: all .1s ease;
}

.news-detail a.newslink {
	border-bottom: 1px solid red;
	color: red;
}

.news-detail a.btn-fill, .news-detail .socialicons a {
	border-bottom: none;
}

.backtonewslist a {
	color: #014C8C;
	border-bottom: 1px dashed #FF0000;
}

.news-detail a:hover, .helpful-inner a:hover, .backtonewslist a:hover {
	color: #014C8C;
	border-bottom: none;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px 5px rgba(255,255,255,0.8);
	text-shadow: none;
}
.news-detail .newsgallery a:hover, .news-detail .owl-carousel-all-img a:hover {
	box-shadow: none;
}
.newsgallery .item, .news-detail .owl-carousel-all-img .item {
	border: 1px solid white;
	transition: all .3s ease;
}
.newsgallery.noborder .item {
	border:none;
}
 .news-detail .noborder .owl-carousel-all-img .item, .news-detail .noborder .owl-carousel-all-img .item:hover {
	border: none;
	transition: none;
}
.newsgallery .item:hover, .news-detail .owl-carousel-all-img .item:hover {
	border: 1px solid black;
}
.newsgallery.noborder .item:hover {
	border: none;
}

.news-detail .socialicons a:focus, .news-detail .socialicons a:hover {
	box-shadow: none;
}

.home-slider .item.type-2.sokol .info {
	top: 48%;
	left: 84%;
	right: 6%;
	text-align: right;
}

.home-slider .item.type-2.sokol .info .title {
	margin-bottom: 5px;
}

.home-slider .item.type-2.sokol .info .subtitle {
	margin-right: 5px;
}

@media (max-width: 768px) {
	.home-slider .item.type-2.sokol .info {
		width: 540px;
		top: 35%;
		left: 50%;
		margin-left: -270px; }
}

@media (max-width: 576px) {
	.home-slider .item.type-2.sokol .info {
		width: 280px;
		top: 35%;
		left: 50%;
		margin-left: -140px; }
}

.pdatatext {
	font-size: 12px;
	padding-top: 10px;
	color: #bbbbbb;
	clear: both;
	text-align: left;
}

.pdatatext a, .pdatatext a:visited {
	text-decoration: none;
	color: #014c8c;
}

.pdatatext a:hover {
	text-decoration: underline;
}

.modal {
	z-index: 2147483646;
}

.tab-container p {
	min-height: 60px;
}

.tooltip-inner {
	background-color:#E31E25; 
	color:#FFFFFF; 
	font-family:"PFDinTextCondPro-Bold";
	font-size:16px;
	padding:13px;
	text-align:center;
	line-height:17px;
	text-transform:uppercase;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
	border-top-color: #E31E25;
}

.tooltip.socialico {
	margin-top: -18px !important;
}

.tooltip.socialicoimg {
	margin-top: -48px !important;
}

.certificates .certificates-carousel .item .title {
	border-bottom: 1px dashed #404040;
}

.news-detail h1, .news-detail h2, .news-detail h3 {
	font-family: 'MyriadPro-Regular';
}

.news-detail h4 {
	font-family: 'MyriadPro-Regular';
	font-size: 1.2rem;
	padding-top: 20px;
}

.stpur {
	color: #c12322;
	font-family: 'MyriadPro-Regular';
}

.stbold {
	font-family: 'MyriadPro-Regular';
}
.news-prolightfont .stbold {
	font-family: 'PFDinTextCondPro-Regular';
}

.premh3 {
	font-family: 'MyriadPro-Regular';
	text-align: center;
	padding-top: 45px;
	padding-bottom: 10px;
}

.icontext {
	min-height: 64px;
	align-items: center;
	display: flex;
	line-height: 1.1;
	padding-left: 74px;
	background: rgba(0, 0, 0, 0) no-repeat scroll 0 0;
}

.yestext {
	min-height: 42px;
	line-height: 1.1;
	padding-left: 74px;
	padding-top: 5px;
	background: rgba(0, 0, 0, 0) no-repeat scroll 0 0;
}

.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.equipment-slider-block.under-project {
	margin-top: 0px;
	padding: 40px 0;
}

.equipment-slider-block.under-project .equipment-slider .item a, .equipment-slider-block.under-project .equipment-slider-4it .item a {
	padding: 2px;
}

.equipment-slider-block.under-project h2 {
	text-transform: none;
}

.partners-block.project-release {
	background: #232629 none repeat scroll 0 0;
	padding: 60px 0 60px;
}

.partners-block.project-release h2 {
	color: white;
}

.addservice span {
	display: inline-block;
	line-height: 26px;
}

.bull-service {
	padding: 0 5px;
}

.specifications-block.stolbik-but {
	padding-bottom: 0;
}

.specifications-block.stolbik-but table {
	margin-bottom: 0;
}

.request_but {
	background-color: #D3D3D3;
	text-align: center;
	padding: 30px 0;
}

.request_but a {
	width: 100%;
	margin: 12px 0;
}

.request_but hr {
	height: 2px;
}

.case-row {
	margin-bottom: 80px;
}

.case-descr-text-column {
	background-color: white;
}

.case-descr-img-column {
	padding: 0;
}

.case-block {
	background: #232629 none repeat scroll 0 0;
	padding: 70px 0 20px;
}

.case-block h2 {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.case-block h2.mincase {
	font-size: 36px;
}

.case-block .case-row.case-art, .case-block .case-row.case-art .case-descr-text-column, .case-block .case-row.case-art .case-descr-text h2 {
	transition: all 0.2s linear;
}
.case-block .case-row.case-art:hover {
	box-shadow: 0 0 0 2px red;
	cursor: pointer;
}
.case-block .case-row.case-art:hover .case-descr-text h2 {
	color: #DD0000;
}
.case-lable-text {
	margin-top: -20px;
	float: right;
	font-size: 0.9rem;
}

.case-descr-text h2 {
	text-transform: none;
	color: #434242;
	font-size: 36px;
	margin-bottom: 28px;
	margin-top: 10px;
	text-align: left;
	line-height: 40px;
}

.case-descr-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.case-descr-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.case-descr-img img {
	height: 100%;
	width: 100%;
}

.seoText .spoiler {
	text-align: right;
}

.seoText .spoiler span {
	border-bottom: 1px dashed #CCCCCC;
	color: #CCCCCC;
	cursor: pointer;
	font-size: 14px;
}
.partners-block .partners-carousel a {
	cursor: default;
}
@media (max-width: 768px) {
	.product-card .text {
    		padding-bottom: 0;
	}
	.product-card .add-prev-block .text {
    		padding-bottom: 40px;
	}
	.product-card .image {
	    margin: 5px 0;
	}
	#info-blk {
		margin-top: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.equipment-slider-light-block {
		margin-top: 15px;
	}
}

.downloads-block .owl-carousel.info-equipment-slider .item a {
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 2px;
	margin-right: 2px;
}

.downloads-block .owl-carousel.info-equipment-slider .item .active {
	background-color: #37383A;
}

.indentpnews {
	text-indent: 16px;
}

.padleftpnews {
	padding-left: 16px;
}

.redtube i {
	text-indent: 0;
	color: red;
}

.news-detail a:hover i {
	color: inherit;
}

.lang #accorsys-switch-lang .flag-container-default-lang > span {
	border: none;
}

.lang #accorsys-switch-lang .default.AccorsyslanguageContainer .flag-container-default-lang > span {
	border: none;
}

.newsgallery {
	margin: 15px 0;
	text-align: center;
	padding: 0; }
.newsgallery h2 {
	padding: 20px 0; }
.gallery-carousel {
	padding: 0 45px; }
.certificates .certificates-carousel {
	padding: 0 45px; }
.gallery-carousel .item {
	text-align: center; }
.gallery-carousel .item .title {
	color: #fff;
	line-height: 22px; }
.gallery-carousel .owl-nav {
	position: absolute;
	top: 66%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block !important;
	width: 100%; }
.gallery-carousel .owl-nav .owl-next, .gallery-carousel .owl-nav .owl-prev {
	top: -50px;
	width: 16px;
	height: 32px;
	background: url("../img/owl-nav.png");
	text-indent: -9999px; }
.gallery-carousel .owl-nav .owl-prev {
	position: absolute;
left: 0px;
	background-position: left top; }
.gallery-carousel .owl-nav .owl-prev:hover {
	background-position: left bottom; }
.gallery-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	background-position: right top; }
.gallery-carousel .owl-nav .owl-next:hover {
	background-position: right bottom; }
.newsgallery .owl-carousel .owl-stage {
    display: flex !important;
}
.newsgallery .owl-carousel .owl-item img, .newsgallery .owl-carousel .owl-item .item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}
.newsgallery .owl-carousel .owl-item img {
	border: 1px solid #e4e4e4;
}
.newsgallery.noborder .owl-carousel .owl-item img {
	border: none;
}
.blueimp-gallery-controls.blueimp-gallery-news .indicator {
	display: none; }

ol.colornumlist {
	counter-reset:li; /* Инициализируем счетчик */
	padding:0; /* Удаляем  установленное по умолчанию левое поле*/
	list-style:none; /* Отменяем нумерацию установленную по умолчанию */
}
ol.colornumlist li {
	position:relative; /* Создаем контекст для позиционирования элементов */
	margin:0 0 14px 3em; /* Даем каждому элементу списка отступ слева, что бы освободить пространство для нумерации */
	padding:4px 5px 5px 8px;
/*	border-top:1px solid #E31E25; */
	-moz-transition: all 0.5s 0s ease-out;
	-o-transition: all 0.5s 0 ease-out;
	-webkit-transition: all 0.5s 0s ease-out;
	background-image: linear-gradient(90deg, #E31E25, rgb(0,0,0,0) 80%);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	min-height: 25px;
	font-size: 18px;
	line-height: 30px;
}
ol.colornumlist li:before {
	content:counter(li); /* В качестве данных используем счетчик */
	counter-increment:li; /* Увеличиваем значение счетчика на 1 */
/* Позиционируем и стилизируем цифры */
	position:absolute;
	top:0px;
	left:-2em;
	width:2em;
	padding:4px 0;
	border-top:1px solid #E31E25;
	color:#ffffff;
	background:#E31E25;
	font-weight:bold;
	font-family:"Helvetica Neue", Arial, sans-serif;
	text-align:center;
}
ol.colornumlist li:hover:before {
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.35);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.35);
	-moz-transition: all 0.2s 0s ease-out;
	-o-transition: all 0.2s 0 ease-out;
	-webkit-transition: all 0.2s 0s ease-out;
}
ol.colornumlist li:hover {
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	-moz-transition: all 0.2s 0s ease-out;
	-o-transition: all 0.2s 0 ease-out;
	-webkit-transition: all 0.2s 0s ease-out;
}

.equal64pic {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 0;
	align-items: center;
	justify-content: center;
}
.equal64pic img, .equal64pic p {
	float: left;
	display: flex;
	flex-direction: column;
	height: auto;
}
.equal64pic img {
	width: 64px;
	margin-left: 30px;
}
.equal64pic p, .add-prev-block .text .equal64pic p {
	margin: 0;
	line-height: 26px;
	width: calc(100% - 64px - 30px);
	text-align: left;
	padding: 0 0 0 25px;
}
@media (max-width: 768px) {
	.equal64pic img {
		margin-left: 0;
	}
	.equal64pic p {
		width: calc(100% - 64px);
	}
}

.equal40pic {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 0;
	align-items: center;
	justify-content: center;
}
.equal40pic img, .equal40pic p {
	float: left;
	display: flex;
	flex-direction: column;
	height: auto;
}
.equal40pic img {
	width: 40px;
	margin-left: 42px;
	margin-right: 12px;
}
.equal40pic p, .add-prev-block .text .equal40pic p {
	margin: 0;
	line-height: 26px;
	width: calc(100% - 40px - 42px - 12px);
	text-align: left;
	padding: 0 0 0 25px;
}
@media (max-width: 768px) {
	.equal40pic img {
		margin-left: 0;
		margin-right: 0;
	}
	.equal40pic p {
		width: calc(100% - 40px);
	}
}
.equal48pic {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 0;
	margin-top: 12px;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	-moz-transition: all 0.2s 0s ease-out;
	-o-transition: all 0.2s 0 ease-out;
	-webkit-transition: all 0.2s 0s ease-out;
}
.request_but .equal48pic {
	min-height: 68px;
}
.equal48pic img, .equal48pic p {
	float: left;
	display: flex;
	flex-direction: column;
	height: auto;
}
.equal48pic img {
	width: 48px;
	margin-left: 10px;
}
.equal48pic p {
	margin: 0;
	line-height: 26px;
	width: calc(100% - 48px - 10px);
	text-align: left;
	padding: 0 5px 0 15px;
	color: #333333;
}
.medfont {
	font-family: "PFDinTextCondPro-Medium";
}
.request_but .equal48pic .medfont {
	display: inline;
	margin: 0;
	line-height: 26px;
	width: calc(100% - 48px - 10px);
	text-align: left;
	padding: 0 5px 0 15px;
	color: #333333;
	float: left;
	font-size: 18px;
}
.request_but .equal48pic .medfont span {
	display: inline;
	font-size: 12px;
	line-height: 22px;
	white-space: nowrap;
}
.equal64pic:hover, .equal40pic:hover, .equal42pic:hover {
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	-moz-transition: all 0.2s 0s ease-out;
	-o-transition: all 0.2s 0 ease-out;
	-webkit-transition: all 0.2s 0s ease-out;
}

.no-newsletter, .no-newsletter:link, .no-newsletter:active, .no-newsletter:visited {
	margin-top: 12px;
	color: white;
	text-decoration: underline;
	font-size: 14px;
	transition: all .3s ease;
}
.no-newsletter:hover {
	text-decoration: none;
	color: #e30034;
}
.arialfont {
	font-family: 'Arial';
}
.buttonmailreq {
	padding-bottom: 30px;
}
.btn-req-newsletter, .btn-req-newsletter:link, .btn-req-newsletter:active, .btn-req-newsletter:visited {
	display: inline-block;
	font-family: 'Arial';
	padding: 12px 30px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	transition: all .3s ease;
	line-height: 16px;
	border: none;
	color: #434242;
	background: white;
}
.btn-req-newsletter:hover {
	color: #e30034;
	outline: 1px solid #e30034;
}
.inst-news, .yt-news, .fb-news, .vk-news {
	width: 41px;
	height: 48px;
	display: inline-block;
}
.inst-news:hover, .yt-news:hover, .fb-news:hover, .vk-news:hover {
	background-position: 0 -48px;
}
.inst-news {
	background: rgba(0, 0, 0, 0) url("/img/news/social/inst-news2.png") no-repeat scroll 0 0;
}
.yt-news {
	background: rgba(0, 0, 0, 0) url("/img/news/social/yt-news2.png") no-repeat scroll 0 0;
}
.fb-news {
	background: rgba(0, 0, 0, 0) url("/img/news/social/fb-news2.png") no-repeat scroll 0 0;
}
.vk-news {
	background: rgba(0, 0, 0, 0) url("/img/news/social/vk-news2.png") no-repeat scroll 0 0;
}
.socicons {
	padding: 5px 0 30px;
}
.text-social-1 .socicons a {
	margin: 0 12px;
}
.es-ficon, .yt-ficon, .vk-ficon, .tg-ficon, .le-ficon {
	width: 50px;
	height: 61px;
	display: inline-block;
}
.es-ficon {
	background: rgba(0, 0, 0, 0) url("/img/icons/footer/icons-footer.png") no-repeat scroll;
	background-position: 0 0;
	background-size: 250px 122px;
}
.yt-ficon {
	background: rgba(0, 0, 0, 0) url("/img/icons/footer/icons-footer.png") no-repeat scroll;
	background-position: -200px 0;
	background-size: 250px 122px;
}
.vk-ficon {
	background: rgba(0, 0, 0, 0) url("/img/icons/footer/icons-footer.png") no-repeat scroll;
	background-position: -150px 0;
	background-size: 250px 122px;
}
.tg-ficon {
	background: rgba(0, 0, 0, 0) url("/img/icons/footer/icons-footer.png") no-repeat scroll;
	background-position: -100px 0;
	background-size: 250px 122px;
}
.le-ficon {
	background: rgba(0, 0, 0, 0) url("/img/icons/footer/icons-footer.png") no-repeat scroll;
	background-position: -50px 0;
	background-size: 250px 122px;
}
.es-ficon:hover, .yt-ficon:hover, .vk-ficon:hover, .tg-ficon:hover, .le-ficon:hover {
	background-position-y: -61px;
}
.footericons a {
	margin: 0 3px;
}
.text-social-1 {
	background: url("/img/news/social/background-news-social.jpg") top no-repeat;
	background-size: cover;
	text-align: center;
}
.text-social-1 .text-social-h3 {
	font-size: 1.75rem;
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.text-social-1 .text {
	padding: 48px 0;
	color: white;
}

div.news-detail span.news-date-time {
	font-size: 24px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 50px;
	border-bottom: 1px solid #D51C3C;
	color: inherit;
}
.news-detail {
	padding-top: 10px;
}

.noshadow {
	box-shadow: none;
}

.youtube854 {
	display: block;
	height: 100%;
	margin: 0 auto;
	max-width: 854px;
	position: relative;
/*	box-shadow: 0 0 0 1px #000000; */
	margin-bottom: 2rem;
}
.youtube854 iframe {
	height: 480px;
	background-color: rgba(0, 0, 0, 0.8);
	border: none;
	bottom: 0;
	display: block;
	margin: auto 0;
	max-width: 100%;
	top: 0;
	width: 100%;
}
@media all and (max-width: 1200px) and (min-width: 10px) {
    .youtube854 {
        max-width:90%;
    }
}
@media all and (max-width: 992px) and (min-width: 10px) {
    .youtube854 iframe{
        height:320px !important;
    }
}
@media all and (max-width: 768px) and (min-width: 10px) {
    .youtube854 iframe {
        height:220px !important;
    }
}

.redline-all {
	width:100%;
	background-color: #E31E25;
	height: 1px;
	margin-top: 40px;
	margin-left: 0;
}

.helpful-article h2.title {
	margin-bottom: 30px;
}

.darkred-arrow {
	color: #c00000;
	font-size: 1.3rem;
}

.helpful-inner img {
	padding: 10px 0 15px;
}
.helpful-inner .owl-carousel img {
	padding: 0;
	margin: 10px 0 15px;
}
.helpful-inner .youtube854 img {
	padding: 0;
}

.white-item {
	background-color: white;
	box-shadow: 0px 0px 80px 80px rgba(255,255,255, 1);
}

.helpful-article, .news-detail-section {
	padding: 180px 0 80px;
	background-attachment: fixed;
	background-image: url("/img/specifications-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.help-section-body {
	padding: 180px 0 80px;
	background-attachment: fixed;
	background-image: url("/img/helpful-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	transition: .3s;
	text-align: center;
}

.blueimp-gallery a.close {
	font-size: 48px;
	color: #FFFFFF;
	background-color: #FF0000;
}
.blueimp-gallery a.prev, .blueimp-gallery a.next {
	color: #FFFFFF;
}
.nowrapme {
	white-space: nowrap;
}

ul.justlist {
	list-style: none;
}
.justlist li {
	display: list-item;
	margin-left: 36px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
}
.justlist li:before {
	content:"";
	border: 5px solid #767F8C !important;
	border-radius: 50px;
	margin-top: 10px;
	margin-left: -18px;
	position: absolute;
}

ul.redtrlist {
	list-style: none;
}
.redtrlist li {
	display: list-item;
	margin-left: 16px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
	padding-left: 16px;
}
.redtrlist li:before {
	content: "";
	position: absolute;
	margin-top: 7px;
	margin-left: -18px;
	border-style: solid;
	border-width: 8px 0 8px 9px;
	border-color: transparent transparent transparent #DA1D32;
}

.seoText .redtrlist li {
	margin-left: 14px;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 5px;
}
.seoText .redtrlist li:before {
	margin-top: 3px;
	border-width: 7px 0 7px 8px;
}

.youtube380 {
	display: block;
	height: 100%;
	margin: 0 auto;
	max-width: 380px;
	position: relative;
	box-shadow: 0 0 0 1px #4c565d;
	margin-bottom: 2rem;
}
.youtube380 iframe {
	height: 197px;
	background-color: rgba(0, 0, 0, 0.8);
	border: none;
	bottom: 0;
	display: block;
	margin: auto 0;
	max-width: 100%;
	top: 0;
	width: 100%;
}
.videoinfo {
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.newsvid380 .youtube380 {
	box-shadow: none;
	margin-bottom: 0;
}
.newsvid380, .newsvid {
	background-color: #4c565d;
	color: white;
	margin-bottom: 1rem;
}
.newsvid:hover .videoinfo, .newsvid380:hover .videoinfo {
	text-shadow: 2px 4px 3px black;
	transition: all .3s ease;
}
.newsvid .videoinfo:hover, .newsvid380 .videoinfo:hover {
	text-shadow: none;
}
.newsvid380 iframe, .newsvid iframe{
    border: 0px;
}
.newsvid380 .videoinfo, .newsvid .videoinfo {
	min-height: 52px;
}
@media all and (max-width: 1200px) and (min-width: 10px) {
    .youtube380 {
        max-width:100%;
    }
}
@media all and (max-width: 992px) and (min-width: 10px) {
    .youtube380 iframe{
        height:320px !important;
    }
    .newsvid380 {
	margin-bottom: 2rem;
    }
}
@media all and (max-width: 768px) and (min-width: 10px) {
    .youtube380 iframe {
        height:220px !important;
    }
}
.youtube100pr {
	height: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 2rem;
}
.youtube100pr iframe {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	border: none;
	bottom: 0;
	display: block;
	margin: auto 0;
	top: 0;
}
.newsvid .youtube100pr {
	box-shadow: none;
	margin-bottom: 0;
}
.newsvid .youtube100pr .yt-hd-thumbnail-inner-container > a.yt-hd-thumbnail img {
	border: none;
}
.news-detail .case-row {
	margin: 0;
	padding-bottom: 5px;
	justify-content: center;
}
.news-detail .case-row p {
	margin-bottom: 0;
	padding: 10px 0;
}
.news-detail .case-descr-img {
	align-items: center;
}
.news-detail .case-descr-img img {
	height: auto;
	width: 100%;
}
.news-detail .case-descr-img-column {
	padding-right: 20px;
	padding-left: 0;
}
.news-detail .case-descr-img-column-right {
	padding-right: 0;
	padding-left: 20px;
}
.news-detail .case-descr-img-column-left {
	padding-right: 20px;
	padding-left: 0;
}
@media (max-width: 768px) {
	.news-detail .case-descr-img-column, .news-detail .case-descr-img-column-right, .news-detail .case-descr-img-column-left {
		padding: 0;
	}
}
.news-detail .case-descr-text-column {
	padding: 0;
}
.litlep {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 0.5rem;
}

.specifications-block h3 {
	text-align: center;
	font-family: 'MyriadPro-Regular';
	font-size: 1.5rem;
	padding-bottom: 14px;
}

.specifications-block h4 {
	text-align: center;
	margin-top: 60px;
	font-family: 'MyriadPro-Regular';
	font-size: 1.2rem;
}
.specifications-block .minzag {
	font-size: 1rem;
}
.image-news-lg6-md12 {
	padding-left: 0;
	margin-right: 10px;
}
@media (max-width: 992px) {
	.image-news-lg6-md12 {
		padding: 20px 0 20px 0;
		margin: 0;
	}
}
.contact-form textarea {
	resize: none;
}
.news-back-link {
	text-align: left;
	justify-content: left;
	height: 40px;
	display: flex;
	align-items: center;
}
.socialicons {
	text-align: right;
}
.socialicons .ya-share2__container_size_m .ya-share2__icon {
	height: 40px !important;
	width: 40px !important;
	background-size: 40px 40px !important;
}
.news-back-link p.backtonewslist {
	margin-bottom: 0;
}
.socialicons {
	margin-top: -16px;
}
.news-first-string .socialicons {
	margin-top: -20px;
	margin-bottom: 40px;
}
.socialicons.sico-caseold-after {
	text-align: left;
	margin-top: -74px;
}
@media (max-width: 768px) { 
	.socialicons {
		text-align: center;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.socialicons.sico-caseold-after {
		text-align: right;
	}
	.news-back-link {
		text-align: center;
		justify-content: center;
	}
}
.info-helpful-block h3 {
	text-align: left;
}
@media (max-width: 768px) {
	.info-helpful-block h3 {
		text-align: center;
	}
}
.product-card .text.nopadbottom {
	padding-bottom: 0;
}
.product-card .add-prev-block .text {
	padding-top: 0;
}
.e-delim {
	clear: both;
	min-height:42px;
	width: 100%;
	background: url("/img/e-delim.png") no-repeat center top;
	margin: 25px 0;
}
.flexmd {
	display: flex;
}
@media (max-width: 768px) { 
	.flexmd {
		display:block;
	}
}
.price-req-button {
	margin: 20px 0 38px 0;
}
.product-card .text .price-req-button a, .price-req-button a, a.price-req-button, .price-req-button button {
	color: white;
	border-bottom: none;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'MyriadPro-Regular';
}
.product-card .text .price-req-button a:hover, .price-req-button a:hover, a.price-req-button:hover, .price-req-button button:hover {
	color: black;
}
button:link, button:focus, button:active {
	outline: none;
}
a.imglink {
	border-bottom: none;
	box-shadow: none;
	color: inherit;
}
a.imglink:hover {
	opacity: 0.9;
}
.bigredborbot {
	border-bottom: 4px solid #e40800;
}
.bigbigzag, h2.bigbigzag {
	font-size: 2.5rem;
}
.bigbigtext, .bigbigtext p {
	font-size: 1.4rem;
	font-family: 'MyriadPro-Regular';
	margin-bottom: 1.5rem;
}
#titlemainform {
	text-align: center;
	margin-bottom: 0;
	font-size: 32px;
}
#mainformBox .modal-content {
	background-color: rgba(58, 67, 74, 0.8);
}
#mainformBox .form-group input, #mainformBox .form-group input[type="text"] {
	border-top: none;
	border-left: none;
	border-right: none;
}
.modal-dialog {
	text-align: center;
}
.site-header a.mail:not([href]):not([tabindex]) {
    color: white;
}
.site-header.white a.mail:not([href]):not([tabindex]) {
    color: #2b2b2b;
}

.site-header a.personal_area:not([href]):not([tabindex]) {
  color: white;
}
.site-header.white a.personal_area:not([href]):not([tabindex]) {
  color: #2b2b2b;
}

/* +++ Кнопки под кейсами +++ */
.case-but-footer {
	margin-top: 10px;
	margin-bottom: 60px;
	text-align:center;
}
.case-but-footer.before-new-string {
	margin-bottom: -10px;
}
.case-but-footer i {
	padding-right: 10px;
}
.case-but-footer.case-with-pdf i {
	float: left;
}
.but-all-case a, .but-reqoffer a, .but-getpdf a {
	border-bottom: none;
	width: 80%;
}
.but-reqoffer a, .but-getpdf a {
	margin-left: 10%
}
.case-but-footer {
	display: flex;
	flex-wrap: wrap;
}
.flexend {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	margin-bottom: 20px;
}
.but-all-case {
	text-align: left;
}
.but-reqoffer, .but-getpdf {
	align-items: center;
}
.but-soc-ico {
	text-align: right;
}
.but-soc-ico .ya-share2__container_size_m .ya-share2__icon {
	height: 40px !important;
	width: 40px !important;
	background-size: 40px !important;
}
.case-target-block {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	margin-top: 60px;
	margin-bottom: 40px;
}
.helpful-article .case-target-block h2.title {
	margin-top: 40px;
}
@media all and (max-width: 1200px) {
	.but-all-case a, .but-reqoffer a, .but-getpdf a {
		width: 90%;
	}
	.but-reqoffer a, .but-getpdf a {
		margin-left: 5%;
	}
}
@media all and (max-width: 992px) {
	.but-all-case a, .but-reqoffer a, .but-getpdf a {
		width: 60%;
	}
	.but-reqoffer a, .but-getpdf a {
		margin-left: 0;
	}
	.but-all-case, .but-reqoffer, .but-soc-ico, .but-getpdf {
		text-align: center;
		align-items: center;
	}
	.case-but-footer i {
		float: left;
		padding-right: 0;
	}
}
@media all and (max-width: 576px) {
	.but-all-case a, .but-reqoffer a, .but-getpdf a {
		width: 100%;
	}
}
/* --- Кнопки под кейсами --- */
#accorsys-switch-lang.popup .accorsys-btn a {
	margin-right: 7px !important;
}
#accorsys-switch-lang.popup .accorsys-btn a::after {
	top: 16px;
	right: 0px;
}
#accorsys-switch-lang .default.AccorsyslanguageContainer {
	text-align: right;
}
.site-header .block-contacts a.phone {
	text-align: right;
}
.site-header .block-contacts .phone i {
	float: none;
}
h1.title {
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 38px;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding: 0 15px;
	letter-spacing: 2px;
	color: #444;
}
h2.lefttitle {
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 22px;
	text-align: left;
	padding: 20px 0;
}
@media all and (max-width: 576px) {
	h1.title {
		font-size: 26px;
		color: #333;
		letter-spacing: 0;
	}
}
.date-art-center {
	text-align: center;
	font-family: 'PFDinTextCondPro-Light';
	color: #737373;
}
.art-center-info {
	text-align: center;
	font-family: 'PFDinTextCondPro-Light';
	color: #3d3d3d;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.art-author {
	text-align: left;
}
.art-icosoc {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}
.art-icosoc span {
	white-space: nowrap;
	font-family: 'PFDinTextCondPro-Light';
	font-size: 22px;
	color: #979f9d;
}
.art-author span {
	padding: 0 0 0 20px;
	white-space: nowrap;
	font-family: 'PFDinTextCondPro-Light';
	font-size: 22px;
}
.art-icosoc .ya-share2 {
	display: inline-block;
}
.helpful-article .ya-share2__container_size_m .ya-share2__icon, .helpful-article .socialicons .ya-share2__container_size_m .ya-share2__icon {
	height: 44px !important;
	width: 44px !important;
	background-size: 44px !important;
}
.helpful-article .ya-share2__badge {
	border-radius: 100%;
	margin-left: 2px;
}
.helpful-article a.ya-share2__link:hover {
	border-radius: 100%;
}
.art-author img {
	border-radius: 100%;
	border: 2px solid white;
	width: auto;
	height: 112px;
	padding: 0;
	margin: 0;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
img.art-author2 {
	border-radius: 100%;
	border: 2px solid white;
	padding: 0;
	margin: 0;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.helpful-article .case-row.art-first-block {
	margin-bottom: 10px;
}
.helpful-inner .art-icosoc a {
	border-bottom: none;
}
@media all and (max-width: 992px) {
	.art-author {
		text-align: center;
		padding-bottom: 10px;
	}
	.art-author img {
		margin-bottom: 10px;
	}
	.art-author span {
		padding: 0 20px 0 20px;
	}
	.art-icosoc {
		flex-direction: column;
	}
}
@media all and (max-width: 576px) {
	.art-author {
		padding-bottom: 40px;
	}
}
.owl-carousel-all-img {
	padding: 0 30px;
}
.noborder .owl-carousel-all-img {
	padding: 0;
}
@media all and (max-width: 992px) {
	.noborder .owl-carousel-all-img {
		padding: 0 30px;
	}
}
.owl-carousel.owl-carousel-all-img  .owl-stage {
	margin-left: auto;
	margin-right: auto;
}
.owl-carousel-all-img .item {
	text-align: center;
	padding: 5px;
}
.owl-carousel-all-img .item img {
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.31);
}
.noborder .owl-carousel-all-img .item img {
	box-shadow: none;
}
.owl-carousel-all-img .owl-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.owl-carousel-all-img .owl-nav .owl-next, .owl-carousel-all-img .owl-nav .owl-prev {
	width: 16px;
	height: 32px;
	margin-top: -16px;
	background: url("../img/owl-nav.png");
	text-indent: -9999px;
}
.owl-carousel-all-img .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	background-position: left top;
}
.owl-carousel-all-img .owl-nav .owl-prev:hover {
	background-position: left bottom;
}
.owl-carousel-all-img .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	background-position: right top;
}
.owl-carousel-all-img .owl-nav .owl-next:hover {
	background-position: right bottom;
}
/*  Веселые кнопки */
/*
@keyframes slider-right-arrow {
  0% {
    right: 0;
  }
  50% {
    right: -3px;
  }
  100% {
    right: -5px;
  }
}
@keyframes slider-left-arrow {
  0% {
    left: 0px;
  }
  50% {
    left: -3px;
  }
  100% {
    left: -5px;
  }
}
@keyframes slider-right-arrow-10px {
  0% {
    right: 10px;
  }
  50% {
    right: 7px;
  }
  100% {
    right: 5px;
  }
}
@keyframes slider-left-arrow-10px {
  0% {
    left: 10px;
  }
  50% {
    left: 7px;
  }
  100% {
    left: 5px;
  }
}
@keyframes slider-right-arrow-48px {
  0% {
    right: -48px;
  }
  50% {
    right: -51px;
  }
  100% {
    right: -53px;
  }
}
@keyframes slider-left-arrow-48px {
  0% {
    left: -48px;
  }
  50% {
    left: -51px;
  }
  100% {
    left: -53px;
  }
}
.owl-nav .owl-next, .owl-nav .owl-prev {
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.owl-nav .owl-next {
	animation-name: slider-right-arrow;
}
.owl-nav .owl-prev {
	animation-name: slider-left-arrow;
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover, .owl-nav .owl-next.disabled, .owl-nav .owl-prev.disabled {
	animation: none;
}
.owl-carousel.info-equipment-slider .owl-nav .owl-next, .owl-carousel.equipment-slider-light .owl-nav .owl-next {
	animation-name: slider-right-arrow-10px;
}
.owl-carousel.info-equipment-slider .owl-nav .owl-prev, .owl-carousel.equipment-slider-light .owl-nav .owl-prev {
	animation-name: slider-left-arrow-10px;
}
.owl-carousel.video-wrap .owl-nav .owl-next, .owl-carousel.video-reviews .owl-nav .owl-next {
	animation-name: slider-right-arrow-48px;
}
.owl-carousel.video-wrap .owl-nav .owl-prev, .owl-carousel.video-reviews .owl-nav .owl-prev {
	animation-name: slider-left-arrow-48px;
}
*/
/* --- */
.distr_world {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'PFDinTextCondPro-Thin';
	font-size: 24px;
}
.specifications-block hr {
	border-bottom: 1px solid #bebebe;
	border-top: none;
	margin: 5px -10px 5px 0;
}
ol {
	line-height: 30px;
	font-size: 18px;
	padding-left: 30px;
}
.banner.sub2string h2, .banner.sub2string div.title {
	display: inline;
}
.banner.sub2string p.subtitle {
	display: inline;
	font-size: 20px;
}
.banner.sub2string .helpform {
	padding-top: 26px;
}
.news-prolightfont {
	font-family: "PFDinTextCondPro-Light";
}
.news-prolightfont p {
	font-family: "PFDinTextCondPro-Light";
	font-size: 24px;
}
.news-prolightfont p.stbold {
	font-family: 'PFDinTextCondPro-Regular';
}
.news-prolightfont li {
	font-size: 22px;
}

.home-slider .item.type-1.alliance .info {
	position: absolute;
	left: calc(50% - 300px);
	width: 600px;
	text-align: center;
	top: 20%;
	line-height: 36px;
	opacity: 0;
}
@media (max-width: 768px) {
	.home-slider .item.type-1.alliance .info {
		width: 540px;
		top: 25%;
		left: 53%;
		margin-left: -270px;
	}
}
@media (max-width: 576px) {
	.home-slider .item.type-1.alliance .info {
		width: 280px;
		top: 20%;
		left: 50%;
		margin-left: -140px;
		line-height: 22px;
	}
}
.home-slider .item.type-1.alliance .info .title {
	font-family: 'PFDinTextCondPro-Light';
	font-size: 46px;
	color: #e31e25;
	margin-bottom: 30px;
	text-transform: uppercase;
}
@media (max-width: 576px) {
	.home-slider .item.type-1.alliance .info .title {
		font-size: 28px;
	}
}
.home-slider .item.type-1.alliance .info .description {
	font-family: 'PFDinTextCondPro-Thin';
	color: #fff;
	font-size: 34px;
	padding: 30px 20px;
	background: rgba(0, 0, 0, 0.7); }
@media (max-width: 576px) {
	.home-slider .item.type-1.alliance .info .description {
		font-size: 20px;
		padding: 15px;
	}
}
.home-slider .item.type-1.alliance .slider-btn {
	font-family: 'PFDinTextCondPro-Bold';
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 16px;
	min-width: 170px;
	padding: 13px;
	line-height: 17px;
	background: #ff0000;
	margin-top: 14px;
	float: none;
}
.home-slider .item.type-2 .slider-btn:hover {
	background: rgba(227, 30, 37, 0.7);
}
p.stbold {
	padding-top: 15px;
}
.seoText {
    padding: 20px 10px;
    color: #ffffff;
}
.seoText li, .seoText p {
    font-size: 14px ;
}
.seoText h2, .equipment .seoText h2 {
	font-size: 28px ;
	text-align: left;
	padding-top: 15px;
}
.seoText h3, .equipment .seoText h3 {
	font-size: 26px ;
	text-align: left;
	padding-top: 15px;
}
.seoText li {
    line-height: 30px;
    list-style-position: inside;
}
.seo-text-block {
    background: #232629;
}
.seo-text-block .seoText {
    padding: 45px;
}
.equipment-slider-block {
    padding-bottom: 5px !important;
}
.borderoffsetred {
	width: max-content;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.borderoffsetred p {
	margin-bottom: 2px;
	font-size: 22px;
}
.borderoffsetred hr {
	margin: 0;
	padding: 0;
	border-top: 5px solid #fd222a;
}
.bigboldtextlink, a.bigboldtextlink {
	border-bottom: 5px solid #fd222a;
	font-size: 40px;
	font-family: 'PFDinTextCondPro-Bold';
}
.mdimage2-offset {
	margin-left: 130px;
}
a.boldlink {
	border-bottom: 5px solid #fd222a;
	font-size: 2rem;
}
.img-sert-string {
	padding: 15px 15px 15px 0px;
}
.img-sert-string img {
	box-shadow: rgba(0, 0, 0, 0.5) 1px 3px 4px 1px;
}
.shadow-grey {
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}
.bordr-md {
	border-right: 1px solid #ddd;
}
.bordl-md {
	border-left: 1px solid #ddd;
}
@media all and (max-width: 1200px) {
	.img-sert-string {
		padding: 10px 15px 15px 15px;
	}
}
@media all and (max-width: 992px) {
	.bordr-md, .bordl-md {
		border-left: none;
		border-right: none;
	}
}
@media all and (max-width: 768px) {
	.mdimage2-offset {
		margin-left: inherit;
	}
}
.second-footer {
	display: flex;
	flex-wrap: wrap;
}
.second-footer .footer2-logoimg, .second-footer .footer2-social, .second-footer .footer2-copyright {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.second-footer .footer2-logoimg, .second-footer .footer2-logoimg .footer2-copyright {
	align-items: flex-start;
}
.second-footer .footer2-social {
	align-items: flex-end;
}
@media all and (max-width: 768px) {
	.second-footer .footer2-logoimg, .second-footer .footer2-social {
		align-items: center;
		padding-bottom: 14px;
	}
	.second-footer .footer2-copyright {
		align-items: center;
		padding-bottom: 72px;
	}
}
.blackshadow {
	transition: all .3s ease;		
}
.blackshadow:hover {
	box-shadow: 0 0 15px black;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.3);
}
.nomerlist li {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 14px;
	padding-left: 3px;
}
ul.red6list, ul.blackcirlist, ul.redcirlist, ul.wjacklist, ul.tirelist, ul.icon6gt, ul.iconli {
	list-style: none;
}
ul.tirelist li:before {
    content:  "—";
    position: relative;
    left:     -5px;
}
.tirelist li {
	margin-left: 14px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 14px;
}

.iconli li {
	background: url("/img/icon-light.png") no-repeat 0 0;
	background-size: 19px auto;
	margin-left: 0;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
}

.icon6gt li {
	background: url("/img/icon6gt.png") no-repeat 0 3px;
	background-size: 22px auto;
	margin-left: 0;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 14px;
	padding-left: 32px;
}

.wjacklist li {
	background: url("/img/icons/white-jack-on-black.svg") no-repeat 0 3px;
	background-size: 20px auto;
	margin-left: 14px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
}
.red6list li{
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='27px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 0, 0)' d='M23.989,20.181 L12.080,26.996 L0.090,20.316 L0.010,6.821 L11.920,0.007 L23.910,6.686 L23.989,20.181 Z'/%3E%3C/svg%3E%0A") no-repeat 0 7px;
	background-size: 14px auto;
	margin-left: 10px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 14px;
	padding-left: 23px;
}
.news-prolightfont .red6list li {
	font-size: 24px;
}
.blackcirlist li::after {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: #222222;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}
.blackcirlist li {
	position: relative;
	margin-left: 20px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 8px;
	padding-left: 26px;
}
.redcirlist li::after {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: #ff0000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}
.redcirlist li {
	position: relative;
	margin-left: 20px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 8px;
	padding-left: 26px;
}
ul.redcirlist.red2min, ul.redcirlist.red2minpad {
	margin-bottom: 0;
}
.redcirlist.red2min li {
	display: flex;
	padding-left: 22px;
	margin-left: 0;
}
.redcirlist.red2min li::after {
	width: 14px;
	height: 14px;
	top: 8px;
}
.redcirlist.red2minpad li {
	display: flex;
	padding-left: 22px;	
	margin-left: 16px;
}
.redcirlist.red2minpad li::after {
	width: 12px;
	height: 12px;
	top: 8px;
}
.news-prolightfont .redcirlist li {
	font-family: "PFDinTextCondPro-Light";
	font-size: 24px;
	padding-bottom: 18px;
}
.background-img-right {
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}
@media all and (max-width: 1200px) {
	.background-img-right {
		background-size: cover;
	}
}
.prodals-crutch {
	margin-top:-16px;
}
@media all and (max-width: 768px) {
	.prodals-crutch {
		margin-top:0;
	}
}
.bigsignred {
	font-size: 22px;
	font-family: MyriadPro-Regular;
	position: relative;
}
.bigsignred::before{
	position: absolute;
	top: 110%;
	left: 35%;
	width: 30%;
	border-bottom: 4px solid red;
	content: "";
}
/* +++ Home Slider Natlogger +++ */
.home-slider img.header__logo__image_natlogger {
	width: 30%;
	padding-bottom: 64px;
}
.home-slider .natlogger .initial-screen__more {
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	display: inline-block;
	padding: 19px 34px 21px 34px;
	text-decoration: none;
	background: #ff006c;
	box-shadow: 0px 12px 24px -7px rgba(255, 0, 108, 0.25);
	border-radius: 12px;
	transition: 0.35s;
	max-width: 50%;
	text-align: center;
}
.home-slider .natlogger .initial-screen__more:hover {
  background: #da005c;
  box-shadow: 0px 12px 35px -7px rgba(255, 0, 108, 0.25);
}
.home-slider .initial-screen__headline {
	color: #3f4a72;
	font-family: 'PFDinTextCondPro-Medium';
	font-size: 38px;
	text-transform: uppercase;
}
.home-slider .initial-screen__description {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #181d31;
}
.home-slider .item.natlogger {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.home-slider .natlogger .case-row {
	margin-bottom: 0;
}
.home-slider .natlogger .container {
	max-width: 1300px;
}
.home-slider .natlogger .case-descr-img-column-right, .natlogger .case-descr-text-column {
	background-color: inherit;
}
@media all and (max-width: 768px) and (min-width: 10px) {
	.home-slider .item.natlogger .container {
		padding-top: 120px;
	}
	.home-slider img.header__logo__image_natlogger {
		width: 50%;
		padding-bottom: 16px;
		padding-top: 12px;
	}
	.home-slider .initial-screen__headline {
		font-size: 28px;
	}
	.home-slider .natlogger .initial-screen__more {
		margin-bottom: 30px;
	}
}
/* --- Home Slider Natlogger --- */
.info-faq-block .item .title {
	min-height: 68px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.qphotonews {
	border-radius:3%;
	border:2px solid white;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
}

blockquote.quotenews {
	border: none;
	position: relative;
	padding-top: 10px;
}

blockquote.quotenews p::before {
  font-family: "ProximaNova-Regular";
  content: "\201C";
  content: "“";
  font-size: 104px;
  color: #e5161e;
  position: absolute;
  top: 30px;
  left: 3px;
}

blockquote.quotenews p::after {
  font-family: "ProximaNova-Regular";
  content: "\201D";
  font-size: 104px;
  color: #e5161e;
  position: absolute;
  top: calc(100% + 10px);
  left: auto;
}

blockquote.quotenews p {
	font-size: 20px;
	line-height: 28px;
	margin-left: 46px;
}

ol.redcirc {
	list-style-type: none;
	counter-reset: num;
	margin: 0 0 0 34px;
	padding: 15px 0 5px 0;
}
ol.redcirc li {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	line-height: 1.4;
}
ol.redcirc li:before {
	content: attr(data-idx);
	display: inline-block;
	position: absolute;
	left: -38px;
	width: 28px;
	height: 28px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	border: 1px solid red;
	font-family: "Mariad-Regular";
	font-size: 22px;
	padding-left: 1px;
}
.smallp {
	font-size: 16px;
	line-height: 22px;
}

@media all and (max-width: 768px) {
	.font-xs-small, h3.font-xs-small {
		font-size: 1rem;
	}
}

.left-on-lg-center-on-mob {
	text-align: left;
}
@media all and (max-width: 1024px) {
	.left-on-lg-center-on-mob {
		text-align: center;
	}
}
