@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "Ftg";
  src: url("/fonts/Ftg/Light.eot");
  src: url("/fonts/Ftg/Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Ftg/Light.woff") format("woff"), url("/fonts/Ftg/Light.ttf") format("truetype"), url("/fonts/Ftg/Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ftg";
  src: url("/fonts/Ftg/Regular.eot");
  src: url("/fonts/Ftg/Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Ftg/Regular.woff") format("woff"), url("/fonts/Ftg/Regular.ttf") format("truetype"), url("/fonts/Ftg/Regular.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ftg";
  src: url("/fonts/Ftg/Bold.eot");
  src: url("/fonts/Ftg/Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Ftg/Bold.woff") format("woff"), url("/fonts/Ftg/Bold.ttf") format("truetype"), url("/fonts/Ftg/Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("/fonts/FuturaPT/Medium.eot");
  src: url("/fonts/FuturaPT/Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/FuturaPT/Medium.woff") format("woff"), url("/fonts/FuturaPT/Medium.ttf") format("truetype"), url("/fonts/FuturaPT/Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("/fonts/FuturaPT/Light.eot");
  src: url("/fonts/FuturaPT/Light.eot?#iefix") format("embedded-opentype"), url("/fonts/FuturaPT/Light.woff") format("woff"), url("/fonts/FuturaPT/Light.ttf") format("truetype"), url("/fonts/FuturaPT/Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("/fonts/FuturaPT/Bold.eot");
  src: url("/fonts/FuturaPT/Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/FuturaPT/Bold.woff") format("woff"), url("/fonts/FuturaPT/Bold.ttf") format("truetype"), url("/fonts/FuturaPT/Bold.svg") format("svg");
  font-weight: 800;
  font-style: normal;
}
body {
  background-color: #fff;
  color: #243238;
  font-family: 'Ftg', sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
  min-width: 320px;
  width: 100%;
}
html {
  min-height: 100% !important;
  height: 100%;
}
body {
  min-height: 100% !important;
  height: 100%;
}
.animsition {
  position: relative;
  min-height: 100%;
  height: auto;
  padding-bottom: 212px;
}
@media (max-width: 767px) {
  .animsition {
    padding-bottom: 236px;
  }
}
::selection {
  background-color: #164272;
  color: #fff;
}
::-moz-selection {
  background-color: #164272;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.no-margin {
  margin: 0 !important;
}
.align-right {
  text-align: right;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap {
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
}
.flex-column {
  flex-direction: column;
  flex-direction: -webkit-column;
}
.stretch {
  align-items: stretch;
}
.navbar {
  background-color: rgba(22,66,114,0.85);
  border: none;
  border-radius: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}
.home .navbar {
  background-color: transparent;
}
.home .navbar.scrolled {
  background-color: rgba(22,66,114,0.85);
}
.topbar {
  text-align: right;
  padding-top: 25px;
  padding-bottom: 5px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}
.navbar-header {
  text-align: center;
}
.navbar-header .navbar-brand-logo {
  float: left;
}
.navbar-header .list-inline {
  display: inline-block;
  margin: 10px 0 0 0;
}
@media (max-width: 992px) {
  .topbar {
    display: none;
  }
}
.topbar li {
  color: #fff;
  margin-left: 15px;
  border: solid 1px #ffffff;
  border-radius: 10px;
  padding: 8px 9px;
  font: normal 300 20px/20px 'Futura', sans-serif;
}
.topbar li.enactive,
.navbar-header ul li.enactive {
  opacity: 0.3;
  color: #fff;
}
.topbar li.consult {
  background-color: #E84E1B;
  border: solid 1px #E84E1B;
  font: normal 500 18px/20px 'Futura', sans-serif;
  padding: 8px 12px;
}
.topbar li.consult:hover {
  background-color: transparent;
  border: solid 1px #ffffff;
}
.topbar i {
  font-size: 20px;
  line-height: 20px;
}
.topbar a,
.topbar a:focus,
.topbar a:hover,
.navbar-header ul a,
.navbar-header ul a:focus,
.navbar-header ul a:hover {
  color: #fff;
  text-decoration: none;
}
.topbar a:hover {
  text-decoration: none;
  color: #ffffff;
}
.topbar .phone a:hover,
.topbar #search-btn:hover {
  opacity: 0.7;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 7px 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px;
}
.navbar-default .navbar-toggle {
  border: solid 1px transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border: solid 1px #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 24px;
  height: 3px;
}
.navbar-default .navbar-brand {
  width: auto;
  height: 38px;
}
.navbar-default .navbar-brand img {
  width: auto;
  height: 100%;
}
.navbar-default .navbar-nav {
  padding: 20px 0 0 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  width: 100%;
}
.navbar-default .navbar-nav > li > a {
  white-space: nowrap;
  color: #fff;
  font: normal 500 20px/20px 'Futura', sans-serif;
  transition: opacity 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav > li > a > span:not(.caret) {
  padding: 3px 5px;
}
.navbar-default .navbar-nav > li > a.current > span:not(.caret) {
  border-bottom: 2px solid #E84E1B;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.navbar-default .navbar-nav > li > a:focus span,
.navbar-default .navbar-nav > li > a:hover span {
  border-bottom: solid 2px #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
.navbar-nav > li {
  position: relative;
}
.navbar-nav > li:hover .dropdown-menu {
  display: block;
}
@media (max-width: 992px) {
  .navbar-default .navbar-nav {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 280px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font: normal 500 16px/16px 'Futura', sans-serif;
  }
}
@media (min-width: 769px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .navbar-default .navbar-nav {
    padding-top: 0;
  }
  #nav1.scrolled.navbar-default .navbar-nav {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav {
    padding-top: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    flex-direction: -webkit-column;
    flex-direction: column;
    justify-content: -webkit-space-between;
    justify-content: space-between;
    width: 100%;
  }
  .navbar-default .navbar-nav > li {
    margin: 3px 0;
  }
}
.intro.intro-1 {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
  padding-bottom: 60px;
}
.intro-1:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #164272;
  opacity: 0.45;
  z-index: 1;
}
.intro-2 {
  height: 550px !important;
  color: #ffffff;
}
.contacts-page .intro-2 {
  height: 650px !important;
}
.intro-2 .contacts-form {
  padding-top: 160px;
  position: relative;
  z-index: 10;
}
@media (max-device-width: 992px) and (orientation: landscape) {
  .intro-2 {
    height: 100vh !important;
  }
}
@media (max-width: 767px) {
  .intro-2 {
    height: 300px !important;
  }
  .contacts-page .intro-2 {
    height: 550px !important;
    min-height: 550px;
  }
  .intro-2 .contacts-form {
    padding-top: 60px;
  }
}
.intro {
  text-align: left;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.intro.intro-2 {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.error .intro:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #164272;
  opacity: 0.45;
  z-index: 1;
}
.intro .intro-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.error .intro .intro-content {
  top: 60%;
}
.intro-2 .intro-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-top: 0;
  background: rgba(22,66,114,0.6);
}
p,
li {
  margin-bottom: 10px;
}
.list-unstyled li,
.list-inline li,
li p {
  margin-bottom: 0;
}
li>p:first-child {
  display: inline;
}
.issue ol {
  list-style-type: none;
  counter-reset: num;
  list-style-position: outside;
}
.issue ol>li::before {
  content: counter(num) '. ';
  counter-increment: num;
  font-weight: bold;
}
.issue ol li,
.issue ul li {
  list-style-position: outside;
}
.issue ul li {
  margin-left: 20px;
  list-style-type: disc;
}
a {
  color: #164272;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
b,
strong {
  font-weight: 500;
}
h1,
.h1 {
  font: normal 300 36px/36px 'Futura', sans-serif;
  margin: 15px 0;
}
h2,
.h2 {
  font: normal 500 28px/28px 'Futura', sans-serif;
  margin: 15px 0;
}
h2.h1 {
  font: normal 500 42px/42px 'Futura', sans-serif;
  margin-top: 20px;
}
@media (max-width: 767px) {
  h2.h1 {
    font: normal 500 30px/30px 'Futura', sans-serif;
  }
}
h3,
.heading-3 {
  font-size: 26px;
  font-weight: 300;
}
.issue .subheader h1,
.issue .subheader h2,
.issue .subheader h3,
.issue .subheader h4 {
  margin-top: 0;
}
.issue h1 {
  margin-bottom: 20px;
  font: normal 500 42px/42px 'Futura', sans-serif;
}
.issue h2 {
  margin: 40px 0 20px 0;
}
.contacts h2 {
  font: normal 500 36px/36px 'Futura', sans-serif;
  margin-bottom: 15px;
}
h4 {
  font: normal 500 22px/24px 'Futura', sans-serif;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .contacts h2 {
    font: normal 500 24px/24px 'Futura', sans-serif;
  }
}
.btn {
  display: inline-block;
  padding: 6px 15px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #E84E1B;
  border-radius: 10px;
  font: normal 500 18px/26px 'Futura', sans-serif;
}
.btn {
  background-color: #E84E1B;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-transparent {
  background-color: transparent;
  border: solid 1px #164272;
  color: #164272;
  text-decoration: none;
}
.btn:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.modal-body .btn:hover {
  background-color: #164272;
  border: 1px solid #ffffff;
}
.btn.focus,
.btn:focus {
  background-color: #E84E1B;
  border: 1px solid #E84E1B;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-transparent.focus,
.btn.btn-transparent:focus,
.btn.btn-transparent:hover {
  background-color: #164272;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.nav {
  list-style: none;
}
#nav1.scrolled,
.home .navbar.scrolled {
  position: fixed;
  top: -80px;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  transform: translateY(70px);
  transition: transform 500ms ease, background 900ms ease;
  -webkit-transition: transform 500ms ease, background 900ms ease;
}
#nav1.scrolled .topbar,
.navbar-brand-logo {
  display: none;
}
#nav1.scrolled .navbar-brand-logo {
  display: inline-block;
}
#nav1.scrolled .navbar-padding {
  padding-top: 10px;
}
#nav1.scrolled .navbar-brand {
  color: #164272;
}
#nav1.scrolled .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
#nav1.scrolled .navbar-brand-logo img {
  height: 24px;
  width: auto;
}
#nav1.scrolled .navbar-default .navbar-nav > li > a {
  font-size: 14px;
}
#nav1.scrolled .navbar-default .navbar-nav > li > a > span:not(.caret) {
  padding: 10px;
}
#nav1.scrolled .navbar-nav > li > a.current > span:not(.caret) {
  border-bottom: solid 2px #E84E1B;
}
.phone-small {
  text-align: right;
}
.phone-small,
.phone-small a {
  color: #ffffff;
  margin: 0 10px;
}
.phone-small .btn {
  padding: 3px 10px;
}
@media (max-width: 1023px) {
  .navbar-brand-logo,
  .phone-small {
    display: inline-block;
    padding: 10px 5px;
  }
  .navbar-brand-logo img,
  #nav1.scrolled .navbar-brand-logo img {
    height: 28px;
    width: auto;
  }
}
.navbar-default .navbar-collapse {
  z-index: 1000;
}
.navbar-default .navbar-nav > li > a.current {
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a.current:hover span {
  border-color: #ffffff;
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 40px;
  }
  .intro p {
    font-size: 20px;
    width: 100%;
  }
  .intro .btn {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-default .navbar-nav {
    justify-content: -webkit-center;
    justify-content: center;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: rgba(22,66,114,0.85);
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-default .navbar-brand {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .section-big {
    padding: 130px 0;
  }
  .main-double-block .right-image {
    right: 0;
    width: 50vw;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 1px;
    max-width: none;
    height: 100%;
    min-height: 100%;
    max-height: none;
    margin: 0;
    z-index: 0;
  }
}
.main-home {
  padding: 100px 0 50px 0;
}
@media (max-width: 768px) {
  .main-home {
    padding: 50px 0;
  }
}
.main-inner {
  padding: 40px 0;
}
.main-inner.distributors-list {
  padding: 60px 0 20px 0;
}
header {
  text-align: center;
}
header h2 {
  margin-bottom: 35px;
  font: normal 500 42px/42px 'Futura', sans-serif;
}
header .sub-heading {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.7em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
header img {
  margin-bottom: 20px;
}
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-white {
  background-color: #fff !important;
}
.main-double-block {
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
  margin-top: 100px;
}
.main-double-block p {
  font-size: 18px;
  margin-top: 28px;
  line-height: 1.88889;
  color: #888;
}
.main-double-block .right-image {
  background-image: url('/images/finance/home-default.png');
}
.error footer .menu-row {
  display: none;
}
.error .animsition {
  padding-bottom: 0;
}
footer {
  background-color: #164272;
  padding-top: 30px;
  padding-bottom: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer-contacts {
  font: normal 300 14px/20px 'Futura', sans-serif;
}
.footer-contacts img {
  max-width: 90px;
  margin-bottom: 15px;
}
footer p,
footer a,
footer h4 {
  color: #fff;
}
footer ul.footer-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  text-align: right;
  margin-right: -5px;
}
footer li {
  margin-left: 10px;
  font: normal 500 16px/22px 'Futura', sans-serif;
  white-space: nowrap;
}
footer .list-unstyled li {
  margin-bottom: 10px;
}
footer li a,
footer li a:hover {
  text-decoration: none;
}
footer ul.footer-menu li span {
  padding: 3px 5px;
}
footer ul.footer-menu li a:hover span {
  border-bottom: solid 2px #ffffff;
}
footer ul.footer-menu li.current a span {
  border-bottom: solid 2px #E84E1B;
}
footer a:hover {
  color: #fff;
}
.copyright {
  font: normal 300 14px/14px 'Futura', sans-serif;
}
.copyright.right {
  text-align: right;
}
@media (max-width: 768px) {
  .copyright.right {
    text-align: left;
  }
}
footer .copyright a:hover {
  opacity: 0.7;
  color: #ffffff;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#back-to-top {
  backface-visibility: hidden;
  bottom: 65px;
  right: 25px;
  color: #cdcdcd;
  height: auto;
  margin: 0;
  position: fixed;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 10000;
  text-align: center;
}
#back-to-top.on {
  opacity: 1;
  visibility: visible;
}
#back-to-top i {
  transition: color 0.2s ease 0s;
  color: #E84E1B;
  font-size: 45px;
  line-height: 45px;
}
#back-to-top:hover i {
  color: #e5e5e5;
}
@media (max-width: 1200px) {
  #back-to-top {
    bottom: 5px;
    right: 5px;
  }
  #back-to-top i {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  #back-to-top i {
    font-size: 25px;
    line-height: 25px;
  }
}
.separator-small {
  background-color: #ffffff;
  display: block;
  height: 2px;
  margin: 20px auto;
  position: relative;
  width: 200px;
}
table {
  width: 100%;
}
.issue table td {
  padding: 5px 15px 5px 0;
}
.issue table tr:nth-child(2n) td {
  background-color: #E9EEF4;
}
.issue table.imgs tr td,
.issue table.imgs tr:nth-child(2n) td {
  background-color: transparent;
  font-size: 75%;
  font-weight: 500;
}
.imgs {
  width: 100%;
}
.imgs td img {
  max-width: 100%;
}
.issue img,
.issue table {
  margin: 10px 0 20px 0;
}
.responsive-image,
.issue img {
  max-width: 100%;
}
.cell:nth-child(odd) {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cell:nth-child(even) {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.cell img {
  display: block;
}
.grid {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .cell {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 600px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .cell {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .cell {
    width: calc(50%);
  }
}
.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.overlay img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.overlay .image-overlay-content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(39,62,84,0.52);
}
.overlay h2 {
  font-size: 1.8rem;
  margin-top: 25%;
  color: #fff;
}
.overlay p {
  color: #fff;
  transition: all 0.2s linear;
}
.overlay .button {
  display: inline-block;
  text-decoration: none;
  padding: 10px 12px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  border-radius: 50%;
  border: 2px solid #fff;
}
.overlay .button:hover {
  border: 2px solid #164272;
}
.overlay .button:hover i {
  color: #164272;
}
.overlay:hover .image-overlay-content {
  opacity: 1;
}
.overlay:hover img {
  transition-delay: 0.1s;
}
.overlay:hover p {
  opacity: 1;
  transition-delay: 0.4s;
}
.text-align-center {
  text-align: center !important;
}
#yandexMap,
#yandexMapMsk {
  width: 100%;
  height: 350px;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
.main-inner.contacts {
  padding: 0;
}
.contacts .inner {
  padding: 0 15px;
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.contacts .msk {
  text-align: right;
  padding-right: 30px;
}
.contacts .piter {
  text-align: left;
  padding-left: 30px;
}
.contacts-form .contacts input,
.contacts-form .contacts textarea {
  padding: 10px 12px 9px;
  color: #303030;
  border: 1px solid #707070;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.8);
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 12px;
  margin-bottom: 5px;
  margin-top: 0;
}
.contacts-form .contacts textarea {
  height: 140px !important;
}
@media (max-width: 767px) {
  .contacts-form .contacts textarea {
    height: 90px !important;
  }
}
.contacts-form .contacts *:-moz-placeholder {
  color: #303030;
  opacity: 1;
}
.contacts-form .contacts *::-moz-placeholder {
  color: #303030;
  opacity: 1;
}
.contacts-form .contacts .form-control {
  box-shadow: none;
  height: auto;
}
.contacts-form .contacts .form-control:focus {
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .contacts div:first-child .inner:nth-child(2) {
    order: -1;
  }
  .contacts > div .inner {
    width: 100%;
  }
  .contacts .piter,
  .contacts .msk {
    padding: 15px;
    text-align: left;
  }
}
label.input_error {
  display: block;
  line-height: 1.8;
  vertical-align: top;
  color: #164272;
  color: #ffffff;
  font-size: 12pt;
  font-weight: 300;
  margin-left: 5px;
}
input.input_error,
select.input_error {
  border: 1px dashed #164272 !important;
}
.info-item,
.distributor-item {
  background: #E9EEF4;
}
.info-item,
.sertificate-item {
  margin-bottom: 40px;
}
.info-item > div {
  width: 50%;
  position: relative;
  min-height: 300px;
}
.info-item .info-item-image .item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
.news-item img,
.info-item img {
  display: block;
  margin-bottom: 15px;
  height: auto;
  max-width: 100%;
  transition: opacity 0.3s ease-in-out;
}
.info-item img {
  margin-bottom: 0;
}
.news-item img:hover,
.info-item img:hover {
  opacity: 0.5;
}
.news-item .news-item-content {
  position: relative;
}
.news-item .news-item-text,
.info-item .news-item-text {
  padding: 41px 25px 40px;
}
.news-item h4 a,
.info-item h4 a {
  color: #164272;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3em;
}
.news-item h4 a:hover,
.info-item h4 a:hover {
  color: #E84E1B;
  text-decoration: none;
}
.news-item .news-item-text p,
.info-item .news-item-text p {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}
.news-item .news-item-date,
.info-item .news-item-date {
  font-size: 12px;
  color: #888;
}
.news-title {
  font: normal 500 24px/26px 'Futura', sans-serif;
  color: #164272;
  text-decoration: none;
}
@media (max-width: 767px) {
  .info-item > div {
    width: 100%;
  }
  .info-item .news-item-text {
    padding: 1px 15px;
  }
}
@media (max-width: 768px) {
  .news-title {
    font: normal 500 18px/20px 'Futura', sans-serif;
  }
}
.author {
  margin-top: 20px;
  text-align: right;
  font-weight: 500;
}
ul.pagination {
  margin-top: 50px;
}
ul.pagination li > a {
  background-color: #888;
  border: medium none;
  color: #fff;
  margin-right: 8px;
}
ul.pagination li > a:hover {
  background-color: #164272;
  color: #fff;
}
ul.pagination li.active > a,
ul.pagination li.active > a:hover {
  background-color: #164272;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0;
}
img.same-item:hover {
  opacity: 0.5;
}
.main-contacts #error {
  color: #164272;
  font-size: 15px;
  margin: 10px 0;
}
.single-item,
.single-item .slick-list,
.single-item .slick-track {
  width: 100%;
  height: 100%;
}
.single-item.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.single-item .slick-dots {
  bottom: 0;
  padding: 20px 0;
  background: rgba(22,66,114,0.6);
}
.single-item .slick-dots li {
  margin: 0 15px;
}
.single-item .slick-dots li button:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 18px;
  border-radius: 4px;
  background: #ffffff;
}
.single-item .slick-dots li.slick-active button:before {
  background: #E84E1B;
  opacity: 1;
}
.banner-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  color: #ffffff;
  position: relative;
}
.banner-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #164272;
  opacity: 0.45;
  z-index: 2;
}
.banner-item .intro-content {
  z-index: 3;
  position: relative;
  height: 40%;
}
.banner-item .intro-content .container {
  text-align: center;
}
.banner-item .intro-content img {
  display: inline-block;
}
.banner-item .intro-content .container,
.banner-item .intro-content img {
  height: 100%;
}
.slide-title {
  font: normal 800 100px/80px 'Futura', sans-serif;
}
.slide-subtitle {
  font: normal 300 100px/80px 'Futura', sans-serif;
}
.slide1 {
  text-align: right;
}
.slide1 .slide-title p,
.slide1 .slide-title .banner-logo {
  float: right;
  display: block;
}
.slide1 .slide-title .banner-logo {
  padding-left: 20px;
}
.slide1 .slide-title .banner-logo img {
  height: 150px;
  max-width: 100%;
  margin-top: 25px;
}
.slide2 .slide-title span,
.slide3 .slide-title span,
.slide4 .slide-subtitle.second span {
  font-size: 150%;
}
.slide4 .slide-subtitle.second span {
  font-weight: 800;
}
.slide2 .slide-subtitle.first,
.slide3 .slide-subtitle.first {
  font: normal 500 80px/120px 'Futura', sans-serif;
}
.slide2 .slide-subtitle.second {
  font-size: 80px;
}
.slide3 .slide-subtitle.second {
  font-size: 50px;
  line-height: 50px;
}
.slide4 .slide-subtitle.first {
  font-size: 80px;
}
.slide4 .slide-subtitle.second {
  font: normal 500 90px/120px 'Futura', sans-serif;
  padding-left: 10%;
}
.slide4 .slide-subtitle.first {
  font-size: 80px;
}
.slide5 .slide-subtitle.first {
  font-weight: 500;
}
.slide5 .slide-title {
  font: normal 800 120px/150px 'Futura', sans-serif;
}
.slide5 .slide-subtitle.second {
  font: normal 300 90px/70px 'Futura', sans-serif;
}
.slide5 .slide-subtitle.second,
.slide5 .slide-title {
  padding-left: 20%;
}
.section-header {
  background: #164272;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
}
.section-header.white {
  background: #ffffff;
  color: #164272;
}
.section-header h1,
.section-header h2 {
  font: normal 500 42px/42px 'Futura', sans-serif;
  margin: 0;
}
@media (max-width: 767px) {
  .section-header h1,
  .section-header h2 {
    font: normal 500 32px/32px 'Futura', sans-serif;
  }
}
.subheader {
  background: #E9EEF4;
  border-left: solid 5px #164272;
  font: normal 500 30px/36px 'Ftg', sans-serif;
  padding: 20px 20px 10px 20px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .subheader {
    padding: 10px 10px 1px 10px;
  }
}
.main-inner .subheader {
  font: normal 500 21px/28px 'Ftg', sans-serif;
}
.main-inner.issue .subheader {
  margin: 30px 0;
}
.main-inner.issue .subheader:first-child {
  margin-top: 0;
}
.subheader.subheader-with-img {
  padding-left: 25%;
}
.subheader-with-img .subheader-img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  height: 100%;
  width: 23%;
  background-position: center center;
  background-size: cover;
}
.advantage-item {
  width: 33.3333333%;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
  font: normal 500 30px/36px 'Futura', sana-serif;
}
@media (max-width: 767px) {
  .advantage-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .advantage-item {
    font: normal 500 18px/24px 'Futura', sana-serif;
  }
}
.advantage-icon img {
  max-height: 125px;
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.multiple-items,
.multiple-items-articles {
  padding: 0 30px;
}
.client-item {
  text-align: center;
  font: normal 300 16px/20px 'Futura', sans-serif;
  padding: 15px;
}
.client-item > div {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
}
.slick-slide.client-item img {
  display: inline-block;
  margin-bottom: 15px;
}
.client-item h4 {
  font: normal 500 16px/22px 'Futura', sans-serif;
}
.multiple-items .slick-initialized .slick-slide .client-item {
  display: flex;
  float: none;
}
.slick-slide .client-logo {
  height: 100%;
}
.slick-slide .client-logo img {
  display: inline-block;
  max-height: 240px;
  max-width: 240px;
  margin-bottom: 10px;
}
.slick-slide.client-item.item-171 img,
.slick-slide.client-item.item-233 img {
  width: 190px;
  height: auto;
}
.slick-slide.client-item.item-172 img,
.slick-slide.client-item.item-234 img {
  width: 80px;
  height: auto;
}
.slick-slide.client-item.item-169 img,
.slick-slide.client-item.item-235 img {
  width: auto;
  height: 120px;
}
.slick-slide.client-item.item-439 img,
.slick-slide.client-item.item-440 img {
  width: auto;
  height: 100px;
}
.slick-slide.client-item.item-170 img,
.slick-slide.client-item.item-236 img {
  width: 150px;
  height: auto;
}
.slick-slide.client-item.item-168 img,
.slick-slide.client-item.item-237 img {
  width: 160px;
  height: auto;
}
.slick-slide.client-item.item-204 img,
.slick-slide.client-item.item-282 img {
  width: 100px;
  height: auto;
}
.faq-item {
  margin-bottom: 15px;
}
.accordion-trigger {
  background-color: #E9EEF4;
  color: #243238;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.accordion-trigger h2 {
  display: inline-block;
  width: 100%;
  min-height: 44px;
  font: normal 500 24px/24px 'Futura', sanse-serif;
  position: relative;
  margin: 0;
  padding: 10px 0;
}
.accordion-trigger a {
  display: inline-block;
  color: #243238;
  padding: 0 15px 0 64px;
  text-decoration: none !important;
}
.active,
.accordion-trigger:hover {
  background-color: #164272;
}
.accordion-trigger:hover a,
.accordion-trigger.active a {
  color: #ffffff;
  text-decoration: none;
}
.accordion-trigger a:before,
.accordion-trigger a:after {
  content: '';
  font-family: 'simple-line-icons';
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  line-height: 44px;
  width: 44px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0.25s;
  -moz-transition: all 0.5s ease-out 0.25s;
  -o-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
}
.accordion-trigger a:after {
  content: '\e606';
}
.accordion-trigger a:before {
  background-color: #164272;
  height: 100%;
}
.accordion-trigger.active a:after {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.accordion-content {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq-item-text {
  padding: 20px 20px 20px 64px;
}
@media (max-width: 767px) {
  .faq-item-text {
    padding: 20px 0;
  }
  .accordion-trigger h2 {
    font: normal 500 20px/20px 'Futura', sanse-serif;
  }
  .accordion-trigger a {
    padding: 0 10px 0 54px;
  }
}
.object-item {
  align-items: stretch;
  margin-bottom: 40px;
}
.object-item > div {
  width: 33.33333333%;
  padding: 0 15px;
  background-color: #e9eef4;
  position: relative;
}
.object-item > div:nth-child(2n+1) {
  padding: 15px;
}
.object-item > div:nth-child(2n) {
  padding: 0;
}
.object-item > div:first-child {
  padding-bottom: 90px;
}
.object-item .client-logo {
  position: absolute;
  bottom: 15px;
  left: 15px;
  min-width: 60px;
  min-height: 60px;
  text-align: left;
}
.object-item .client-logo img {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 767px) {
  .object-item > div {
    width: 100%;
  }
  .object-item > div .client-logo {
    display: none;
  }
  .object-item > div:first-child {
    padding-bottom: 10px;
  }
}
.object-item .client-logo img {
  max-width: 100%;
}
.object-item.item-204 .client-logo img,
.object-item.item-282 .client-logo img {
  max-width: 80px;
}
.object-item.item-204 .client-logo img {
  width: 50px;
  height: auto;
}
.object-item.item-171 .client-logo img {
  width: 100px;
  height: auto;
}
.object-item.item-172 .client-logo img {
  width: 45px;
  height: auto;
}
.object-item.item-169 .client-logo img,
.object-item.item-439 .client-logo img,
.object-item.item-440 .client-logo img {
  width: auto;
  height: 63px;
}
.object-item.item-170 .client-logo img {
  width: 70px;
  height: auto;
}
.object-item.item-168 .client-logo img {
  width: 75px;
  height: auto;
}
.object-item h2 {
  font: normal 500 20px/24px 'Futura', sanse-serif;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .object-item h2 {
    font: normal 500 16px/20px 'Futura', sanse-serif;
  }
}
@media (min-width: 768px) {
  .object-item h2 {
    font: normal 500 16px/20px 'Futura', sanse-serif;
  }
}
@media (min-width: 992px) {
  .object-item h2 {
    font: normal 500 20px/24px 'Futura', sanse-serif;
    margin: 0 0 10px 0;
  }
}
.object-item .object-image > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
.object-item .economy span {
  color: #E84E1B;
}
.object-item .economy span,
.object-item .power span {
  font-weight: 500;
}
.object-item > div .date span {
  font-weight: 500;
}
.object-item ul li {
  line-height: 1.2;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.object-item ul li a {
  text-decoration: underline;
}
.object-item ul li i {
  position: absolute;
  left: 0;
  font-size: 22px;
}
.distributor-item {
  padding: 30px 30px 20px 30px;
  margin-bottom: 40px;
}
.distributor-item h3,
.heading-3 {
  margin-bottom: 20px;
}
.close {
  position: absolute;
  top: -35px;
  right: -35px;
  line-height: 1;
  font-size: 30px;
  text-shadow: 0 1px 0 #fff;
  color: #ffffff;
}
.close:focus,
.close:hover {
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
#search_mini_form i {
  font-size: 22px;
  line-height: 42px;
  cursor: pointer;
  color: #243238;
}
#search_mini_form i:hover {
  color: #E84E1B;
}
#myModal .modal-content {
  background-color: rgba(255,255,255,0.7);
}
#myModal .modal-content input {
  padding: 5px 8px;
  margin-right: 10px;
}
.search a {
  font: normal 500 22px/30px 'Futura', sans-serif;
}
.search .description {
  opacity: 0.6;
}
#search-btn {
  cursor: pointer;
}
.search input#search {
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #707070;
  margin-right: 10px;
}
.issue .search {
  padding-bottom: 5px;
}
.equipment {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
}
.equipment-item {
  padding: 15px;
  width: 20%;
  font: normal 500 14px/20px 'Ftg', sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .equipment {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .equipment-item {
    width: 50%;
  }
}
.equipment-item img {
  margin-bottom: 15px;
}
.equipment-item .name {
  font-weight: 700;
}
.breadcrumbs {
  padding-top: 5px;
  color: #8899a0;
}
.sertificates a span {
  text-transform: lowercase;
}
.sertificates h4 {
  margin-top: 15px;
  text-align: center;
}
.sertificates p i {
  margin-right: 0;
  font-size: 24px;
  line-height: 24px;
}
.issue ul.article-contents li {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
}
.article-contents a {
  text-decoration: none;
  border-bottom: 1px dashed #164272;
}
.product-table td,
.product-table th {
  padding: 10px;
  border: solid 1px #ffffff;
  text-align: center;
}
.product-table tr:nth-child(2n) td {
  background-color: #E9EEF4;
}
.product-table th,
.product-table td[rowspan] {
  background: #164272 !important;
  color: #ffffff;
  text-align: left;
}
.news-post-item {
  margin: 100px 0;
  padding: 1px 0;
}
.news-item-header {
  position: relative;
}
.header-letter {
  font-size: 26.0rem;
  line-height: 1.2;
  font-weight: 800;
  color: rgba(0,0,0,0.07);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -6rem;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  user-select: none;
  pointer-events: none;
  text-transform: uppercase;
}
.news-item-header h2 {
  font-size: 4.8rem;
  line-height: 4.8rem;
}
.news-post-item a.btn {
  font-weight: 200;
}
.news-post-item a.btn i {
  margin-right: 5px;
}
.news-gallery {
  margin: 0 -15px;
}
.news-gallery.flex div {
  width: 25%;
  padding: 15px;
}
.news-gallery.flex div a {
  display: inline-block;
  overflow: hidden;
  border: solid 1px rgba(0,0,0,0.07);
}
.issue .news-gallery a img {
  margin: 0;
  transform: scale(1,1);
  -ms-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -webkit-transition: all 1s ease-out 0.5s;
  -moz-transition: all 1s ease-out 0.5s;
  -o-transition: all 1s ease-out 0.5s;
  transition: all 1s ease-out 0.5s;
}
.issue .news-gallery a:hover img {
  transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  -webkit-transform: scale(1.2,1.2);
}
.counter {
  height: 0px;
  overflow: hidden;
}
.counter img {
  width: 1px;
  height: 1px;
}
#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.home .intro-content {
  text-align: center;
  padding-top: 120px;
}
.intro-content img {
  width: 30%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.intro-content p {
  font-size: 24px;
  opacity: 0;
  -webkit-animation: blurFadeIn 0.5s ease-in forwards;
  -moz-animation: blurFadeIn 0.5s ease-in forwards;
  -ms-animation: blurFadeIn 0.5s ease-in forwards;
  animation: blurFadeIn 0.5s ease-in forwards;
}
.intro-content p:nth-child(1) {
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -ms-animation-delay: 7s;
  animation-delay: 7s;
}
.intro-content p:nth-child(2) {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
}
.intro-content p:nth-child(3) {
  -webkit-animation-delay: 11s;
  -moz-animation-delay: 11s;
  -ms-animation-delay: 11s;
  animation-delay: 11s;
}
.intro-content p:nth-child(4) {
  -webkit-animation-delay: 13s;
  -moz-animation-delay: 13s;
  -ms-animation-delay: 13s;
  animation-delay: 13s;
}
@-webkit-keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    -webkit-transform: scale(1.3);
  }
  50% {
    opacity: 0.5;
    text-shadow: 0px 0px 10px #fff;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    -moz-transform: scale(1.3);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    -moz-transform: scale(1);
  }
}
@keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    transform: scale(1.3);
  }
  50% {
    opacity: 0.5;
    text-shadow: 0px 0px 10px #fff;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    transform: scale(1);
  }
}
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
#myBtn:hover {
  background: #ddd;
  color: black;
}
.g-recaptcha {
  float: left;
}
.modal-body {
  padding-bottom: 60px !important;
}
.down-arrow {
  font-size: 40px;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  z-index: 100;
}
.down-arrow:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .distributor-item {
    padding: 20px 20px 10px 20px;
  }
  .distributor-item h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .home .navbar {
    background-color: rgba(22,66,114,0.85);
  }
  .news-item-header h2 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
  .news-post-item {
    margin: 50px 0;
  }
  .news-post-item a.btn {
    padding: 6px 8px;
    margin-bottom: 10px;
    font: normal 200 14px/26px 'Futura', sans-serif;
  }
  .product-table {
    font-size: 80%;
  }
  .product-table td,
  .product-table th {
    padding: 2px;
  }
  .product-link {
    pointer-events: none;
  }
}
.youtube-video {
  text-align: center;
}
.video-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video {
  width: 100%;
  margin: auto;
}
.video .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}