/*==========   Path   =============*/
/*==========   Color   =============*/
/*==========   Size   =============*/
/*==========   Imports   =============*/
.container-fluid {
  max-width: 1500px; }

@font-face {
  font-family: "Neuzeit S LT W01 Book";
  src: url("../fonts/706733/840b8bdf-7d26-449a-9620-8cb6663f18cc.eot?#iefix");
  src: url("../fonts/706733/840b8bdf-7d26-449a-9620-8cb6663f18cc.eot?#iefix") format("eot"), url("../fonts/706733/d741af6b-26f4-4e34-b55d-432ccade3280.woff2") format("woff2"), url("../fonts/706733/77aaeb7b-86f4-47a1-8196-74a660dd0919.woff") format("woff"), url("../fonts/706733/efdf74e6-bfd4-466d-93fd-4f8f4d55b80c.ttf") format("truetype"); }
/*==============
fonts
 ==============*/
/*==========   Adaptiv font-size   =============*/
/*==========   Page-structure | content / footer   =============*/
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  font-size: 10px;
  font-family: "Neuzeit S LT W01 Book", Arial, sans-serif; }

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%; }

ul, ol {
  list-style: none;
  list-style-position: inside;
  padding-left: 0; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

a, input, textarea, button, label, p, li, h1, h2, h3, h4, h5, h6 {
  font-family: "Neuzeit S LT W01 Book", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0; }

p {
  line-height: 1.4; }

a {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a:focus {
    text-decoration: underline; }

/* Project colors - var. */
/* Project font-sizes - var. */
/* Main stylesheets */
.pc_black {
  color: #1a1918; }

.pc_gray {
  color: #b1b2b2; }

.pc_orange {
  color: #ff4650; }

.pf_s, .pf_s * {
  font-size: 1.6rem !important; }

.pf_m, .pf_m * {
  font-size: 1.8rem !important; }

.pf_l, .pf_l * {
  font-size: 2.2rem !important; }

.pf_xl, .pf_xl * {
  font-size: 3.8rem !important; }

.pf_xxl, .pf_xxl * {
  font-size: 6.4rem !important;
  line-height: 1.1; }

@media (max-width: 1024px) {
  .pf_s, .pf_s * {
    font-size: 1.4rem !important; }

  .pf_m, .pf_m * {
    font-size: 1.6rem !important; }

  .pf_l, .pf_l * {
    font-size: 1.8rem !important; }

  .pf_xl, .pf_xl * {
    font-size: 3.2rem !important; }

  .pf_xxl, .pf_xxl * {
    font-size: 4rem !important;
    line-height: 1.1; } }
@media (max-width: 767px) {
  .pf_s, .pf_s * {
    font-size: 1.2rem !important; }

  .pf_m, .pf_m * {
    font-size: 1.4rem !important; }

  .pf_l, .pf_l * {
    font-size: 1.8rem !important; }

  .pf_xl, .pf_xl * {
    font-size: 2.6rem !important; }

  .pf_xxl, .pf_xxl * {
    font-size: 3.2rem !important;
    line-height: 1.1; } }
p {
  font-size: 2.2rem; }
  @media (max-width: 1024px) {
    p {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    p {
      font-size: 1.8rem; } }

a {
  color: #1a1918; }
  a:hover, a:focus {
    text-decoration: none;
    color: #1a1918; }

.hamburger {
  display: none;
  position: absolute;
  top: 8px;
  float: right;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent; }
  .hamburger span {
    display: block;
    position: absolute;
    top: 8.5px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: #ff4650;
    transition: background 0s 0.3s; }
    .hamburger span::before, .hamburger span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #ff4650;
      content: "";
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s; }
    .hamburger span::before {
      top: -7px;
      transition-property: top, transform; }
    .hamburger span::after {
      bottom: -7px;
      transition-property: bottom, transform; }
  .hamburger.active {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .hamburger.active span {
      background-color: transparent !important; }
      .hamburger.active span::before, .hamburger.active span::after {
        transition-delay: 0s, 0.3s;
        background-color: #ff4650 !important; }
      .hamburger.active span::before {
        top: 0;
        transform: rotate(45deg); }
      .hamburger.active span::after {
        bottom: 0;
        transform: rotate(-45deg); }
  @media (max-width: 767px) {
    .hamburger {
      display: block; }
      .hamburger:not(.active):hover span::before {
        -moz-transform: translate3d(0, -2px, 0);
        -ms-transform: translate3d(0, -2px, 0);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0); }
      .hamburger:not(.active):hover span::after {
        -moz-transform: translate3d(0, 2px, 0);
        -ms-transform: translate3d(0, 2px, 0);
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0); } }

.but {
  position: relative;
  display: table;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #1a1918;
  line-height: 1;
  margin: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .but:hover, .but:focus {
    text-decoration: none;
    color: inherit; }

.but-st-1 {
  text-transform: uppercase;
  border: 1px solid #1a1918;
  padding: 14px 16px;
  line-height: 0.9;
  font-size: 2.2rem;
  color: #1a1918; }
  .but-st-1 i {
    position: relative;
    display: inline-block;
    top: -4px;
    font-size: 0.9rem;
    margin-right: 10px; }
  .but-st-1:hover, .but-st-1:focus {
    background-color: #1a1918;
    color: #fff; }
  @media (max-width: 1024px) {
    .but-st-1 {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .but-st-1 {
      font-size: 1.8rem;
      margin: 0; } }

h1.standart, h2.standart {
  display: table;
  text-transform: uppercase;
  font-size: 2.2rem;
  margin-bottom: 45px; }
  h1.standart::after, h2.standart::after {
    position: relative;
    display: block;
    content: '';
    margin-top: 6px;
    width: 100%;
    border-top: 1px solid; }
@media (max-width: 767px) {
  h1.standart, h2.standart {
    font-size: 1.8rem; } }
@media (max-width: 767px) {
  h1.standart, h2.standart {
    margin-bottom: 35px;
    font-size: 1.8rem; } }

/* Header / Footer */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  z-index: 2; }
  header .logo-block {
    display: inline-block;
    width: 125px;
    height: 43px;
    vertical-align: top; }
    header .logo-block.active svg path, header .logo-block.active svg polygon {
      fill: #000 !important; }
      header .logo-block.active svg path#plus, header .logo-block.active svg polygon#plus {
        fill: #ff4650 !important; }
    header .logo-block svg path, header .logo-block svg polygon {
      fill: #000; }
      header .logo-block svg path#plus, header .logo-block svg polygon#plus {
        fill: #ff4650; }
  header .nav-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: right; }
  header .header-nav ul {
    line-height: 1; }
    header .header-nav ul li {
      position: relative;
      float: left;
      margin-right: 34px; }
      header .header-nav ul li:last-child {
        margin-right: 0; }
  header .header-nav a {
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #1a1918; }
    header .header-nav a:hover, header .header-nav a:focus {
      color: #1a1918; }
  header.h_white {
    color: #fff; }
    header.h_white .logo-block svg path, header.h_white .logo-block svg polygon {
      fill: #fff; }
      header.h_white .logo-block svg path#plus, header.h_white .logo-block svg polygon#plus {
        fill: #fff; }
    header.h_white .header-nav a {
      color: #fff; }
      header.h_white .header-nav a:hover, header.h_white .header-nav a:focus {
        color: #fff; }
    header.h_white .hamburger span {
      background: #fff; }
      header.h_white .hamburger span::before, header.h_white .hamburger span::after {
        background-color: #fff; }
  @media (max-width: 767px) {
    header {
      padding-top: 20px; }
      header .header-nav {
        position: fixed;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.94);
        padding: 110px 15px 15px;
        visibility: hidden;
        opacity: 0;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear; }
        header .header-nav.active {
          visibility: visible;
          opacity: 1;
          z-index: -1; }
        header .header-nav ul li {
          display: block;
          float: initial;
          margin-bottom: 35px; }
        header .header-nav a {
          text-transform: uppercase;
          color: #1a1918 !important;
          font-size: 2.6rem; } }

footer {
  background-color: #ff4650;
  padding: 80px 0;
  color: #fff;
  font-size: 2.2rem;
  text-transform: uppercase; }
  footer.bg_white {
    background-color: #fff;
    color: #ff4650; }
    footer.bg_white a {
      color: #ff4650; }
      footer.bg_white a:hover, footer.bg_white a:focus {
        color: #ff4650; }
  footer .footer-nav, footer .copyright {
    display: inline-block;
    vertical-align: top; }
  footer ul {
    line-height: 1; }
    footer ul li {
      display: inline-block;
      margin-right: 70px; }
      footer ul li:last-child {
        margin-right: 0; }
  footer a {
    color: #fff; }
    footer a:hover, footer a:focus {
      color: #fff; }
  footer .copyright {
    float: right; }
  @media (max-width: 1024px) {
    footer {
      padding: 50px 0;
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    footer {
      padding: 40px 0;
      font-size: 1.8rem; }
      footer .footer-nav,
      footer .copyright {
        display: table;
        margin: 0 auto 20px;
        float: initial; }
      footer .footer-nav + .copyright {
        margin-bottom: 0; }
      footer ul li {
        margin-right: 20px; } }

/* Other */
.header-nav li:hover a, .header-nav li:focus a, .header-nav li.rex-current a, .header-nav li.rex-active a,
.footer-nav li:hover a,
.footer-nav li:focus a,
.footer-nav li.rex-current a,
.footer-nav li.rex-active a {
  border-color: inherit; }
.header-nav li a,
.footer-nav li a {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  text-decoration: none; }
@media (max-width: 767px) {
  .header-nav li a,
  .footer-nav li a {
    padding-bottom: 5px; } }

body {
  color: #1a1918; }
  body#mainpage .wrapper-content .section {
    min-height: 770px; }
    body#mainpage .wrapper-content .section:nth-of-type(1) {
      padding-top: 250px;
      padding-bottom: 140px;
      min-height: 100vh; }
      body#mainpage .wrapper-content .section:nth-of-type(1) h1 {
        font-size: 9.4rem;
        margin-bottom: 80px;
        line-height: 1.1;
        letter-spacing: inherit; }
      body#mainpage .wrapper-content .section:nth-of-type(1) .content-block p, body#mainpage .wrapper-content .section:nth-of-type(1) .content-block a {
        font-size: 2.6rem; }
      body#mainpage .wrapper-content .section:nth-of-type(1) .content-block p {
        margin-bottom: 30px; }
    body#mainpage .wrapper-content .section .text-block-full {
      max-width: 100%; }
      body#mainpage .wrapper-content .section .text-block-full h3,
      body#mainpage .wrapper-content .section .text-block-full h3 a,
      body#mainpage .wrapper-content .section .text-block-full h3 span {
        font-size: 6.4rem;
        line-height: 1.1;
        margin-bottom: 30px;
        letter-spacing: inherit; }
  body .wrapper-content > .section {
    /*&:nth-of-type(1) {
    	padding-top: 200px;
    }*/ }
    body .wrapper-content > .section:first-child {
      padding-top: 200px; }
  @media (max-width: 1024px) {
    body#mainpage .wrapper-content .section {
      min-height: initial; }
      body#mainpage .wrapper-content .section:nth-of-type(1) {
        padding-top: 200px;
        min-height: 100vh;
        padding-bottom: 140px; }
        body#mainpage .wrapper-content .section:nth-of-type(1) h1 {
          font-size: 5rem;
          margin-bottom: 50px; }
        body#mainpage .wrapper-content .section:nth-of-type(1) .content-block p, body#mainpage .wrapper-content .section:nth-of-type(1) .content-block a {
          font-size: 2.2rem; }
        body#mainpage .wrapper-content .section:nth-of-type(1) .content-block p {
          margin-bottom: 20px; }
      body#mainpage .wrapper-content .section .text-block-full h3,
      body#mainpage .wrapper-content .section .text-block-full h3 a,
      body#mainpage .wrapper-content .section .text-block-full h3 span {
        font-size: 4rem;
        margin-bottom: 30px; }
    body .wrapper-content .section:nth-of-type(1) {
      padding-top: 200px; } }
  @media (max-width: 767px) {
    body#mainpage .wrapper-content .section:nth-of-type(1) {
      padding-top: 90px;
      padding-bottom: 110px; }
      body#mainpage .wrapper-content .section:nth-of-type(1) h1 {
        font-size: 3.6rem;
        margin-bottom: 20px; }
      body#mainpage .wrapper-content .section:nth-of-type(1) .content-block p, body#mainpage .wrapper-content .section:nth-of-type(1) .content-block a {
        font-size: 2.2rem;
        line-height: 1.1;
        margin-bottom: 8px; }
    body#mainpage .wrapper-content .section .text-block-full h3,
    body#mainpage .wrapper-content .section .text-block-full h3 a,
    body#mainpage .wrapper-content .section .text-block-full h3 span {
      font-size: 3.2rem;
      margin-bottom: 30px; }
    body .wrapper-content .section:nth-of-type(1) {
      padding-top: 90px; } }

.ico-arrow {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.anker-next_block {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 30px;
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  margin: 0;
  font-size: 1.8rem;
  padding-bottom: 5px;
  text-transform: uppercase;
  cursor: pointer; }
  .anker-next_block span {
    display: block;
    margin: 0;
    letter-spacing: 0.05em; }
  @media (max-width: 1024px) {
    .anker-next_block {
      margin: 80px auto 0;
      font-size: 1.6rem; } }
  @media (max-width: 767px) {
    .anker-next_block {
      margin: 60px auto 0;
      font-size: 1.4rem; } }

.section {
  position: relative;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px; }
  .section.button_padding {
    padding-bottom: 230px; }
  .section.bg_orange {
    background-color: #ff4650; }
    .section.bg_orange .pf_xxl,
    .section.bg_orange .pf_xxl-spec,
    .section.bg_orange h1, .section.bg_orange h2, .section.bg_orange h3, .section.bg_orange h4,
    .section.bg_orange * {
      color: #fff; }
    .section.bg_orange .but-st-1 {
      border-color: #fff; }
      .section.bg_orange .but-st-1:hover, .section.bg_orange .but-st-1:focus {
        background-color: #fff;
        color: #ff4650; }
        .section.bg_orange .but-st-1:hover i, .section.bg_orange .but-st-1:focus i {
          color: #ff4650; }
    .section.bg_orange .soc-but a:hover, .section.bg_orange .soc-but a:focus {
      color: #fff; }
    .section.bg_orange .slide * {
      color: #fff; }
    .section.bg_orange .owl-next, .section.bg_orange .owl-prev {
      border-color: #fff; }
  .section .text-container {
    position: relative; }
    .section .text-container p:not(:last-child) {
      margin-bottom: 30px; }
    .section .text-container .text-block-small {
      padding-bottom: 45px; }
      .section .text-container .text-block-small p {
        font-size: 2.2rem; }
      .section .text-container .text-block-small + .text-block-full {
        padding-top: 45px; }
    .section .text-container .text-block-full {
      padding-top: 0;
      max-width: 80%; }
    .section .text-container .news-block {
      padding-top: 45px; }
    .section .text-container .news-block a:hover, .section .text-container .news-block a:focus {
      text-decoration: none; }
    .section .text-container .news-block .news-data {
      margin-bottom: 2px; }
    .section .text-container .news-block h3 {
      font-size: 6.4rem; }
  .section .text-block h1,
  .section .text-block h1 a,
  .section .text-block h1 span,
  .section .text-block h2,
  .section .text-block h2 a,
  .section .text-block h2 span {
    font-size: 6.4rem;
    letter-spacing: inherit; }
  .section .text-block a:hover, .section .text-block a:focus {
    text-decoration: underline; }
  .section .text-block h1 {
    margin-bottom: 90px; }
  .section .text-block h4 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #1a1918; }
  .section .img-block {
    position: relative;
    display: inline-block;
    width: 200px; }
    .section .img-block.right {
      top: 0;
      float: right;
      right: 0; }
    .section .img-block figcaption {
      margin-top: 15px;
      font-size: 1.6rem; }
    .section .img-block + .text-block {
      width: calc(100% - 200px);
      padding-right: 80px; }
  .section .pf_xxl,
  .section .pf_xxl-spec,
  .section h1, .section h2, .section h3, .section h4 {
    color: #ff4650;
    line-height: 1.1; }
  @media (max-width: 1024px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px; }
      .section.button_padding {
        padding-bottom: 160px; }
      .section .text-container p:not(:last-child) {
        margin-bottom: 15px; }
      .section .text-container .text-block h1,
      .section .text-container .text-block h1 a,
      .section .text-container .text-block h1 span,
      .section .text-container .text-block h2,
      .section .text-container .text-block h2 a,
      .section .text-container .text-block h2 span {
        font-size: 4rem;
        letter-spacing: inherit; }
      .section .text-container .text-block h1 {
        margin-bottom: 45px; }
      .section .text-container .text-block h4 {
        font-size: 1.6rem; }
      .section .text-container .text-block-small {
        padding-bottom: 20px; }
        .section .text-container .text-block-small + .text-block-full {
          padding-top: 20px; }
      .section .text-container .text-block-full {
        max-width: 100%;
        word-wrap: break-word; }
      .section .img-block {
        max-width: 180px; }
        .section .img-block figcaption {
          margin-top: 10px;
          font-size: 1.4rem; } }
  @media (max-width: 767px) {
    .section {
      padding-top: 45px;
      padding-bottom: 45px; }
      .section.button_padding {
        padding-bottom: 130px; }
      .section .text-container p:not(:last-child) {
        margin-bottom: 10px; }
      .section .text-container .text-block h1,
      .section .text-container .text-block h1 a,
      .section .text-container .text-block h1 span,
      .section .text-container .text-block h2,
      .section .text-container .text-block h2 a,
      .section .text-container .text-block h2 span {
        font-size: 3.2rem; }
      .section .text-container .text-block h1 {
        margin-bottom: 20px; }
      .section .text-container .text-block h4 {
        font-size: 1.4rem; }
      .section .text-container .text-block-small {
        padding-bottom: 10px; }
        .section .text-container .text-block-small + .text-block-full {
          padding-top: 10px; }
      .section .img-block {
        display: block;
        margin: 0 0 20px; }
        .section .img-block.right {
          top: initial;
          float: initial; }
        .section .img-block + .text-block {
          width: 100%;
          padding-right: 0; }
        .section .img-block figcaption {
          margin-top: 8px;
          font-size: 1.2rem; } }

.content-block p, .content-block a, .content-block span {
  font-size: 2.2rem; }
.content-block a {
  text-decoration: underline; }
.content-block ul {
  list-style-type: none; }
  .content-block ul li {
    margin-bottom: 5px; }
    .content-block ul li::before {
      position: relative;
      display: inline-block;
      content: '';
      width: 8px;
      height: 8px;
      background-color: #ff4650;
      border-radius: 50%;
      top: -4px;
      margin-right: 10px; }
@media (max-width: 1024px) {
  .content-block p, .content-block a, .content-block span {
    font-size: 1.8rem; } }
@media (max-width: 767px) {
  .content-block p, .content-block a, .content-block span {
    font-size: 1.8rem; } }

.soc-but {
  position: relative;
  display: block;
  margin-top: 45px; }
  .soc-but a {
    display: inline-block;
    vertical-align: top;
    font-size: 3.5rem;
    color: #ff4650; }
    .soc-but a:not(:last-child) {
      margin-right: 35px; }
    .soc-but a:hover, .soc-but a:focus {
      color: #ff4650;
      text-decoration: none !important; }

.button-section {
  position: absolute;
  display: block;
  bottom: 90px;
  left: 0;
  width: 100%; }
  @media (max-width: 1024px) {
    .button-section {
      bottom: 57px; } }
  @media (max-width: 767px) {
    .button-section {
      bottom: 48px; } }

.biografie-block li {
  clear: both;
  padding: 10px 0;
  border-top: 1px solid; }
  .biografie-block li::before {
    content: none !important; }
.biografie-block .date, .biografie-block .info-text p {
  font-size: 1.8rem;
  line-height: 1.4; }
.biografie-block .date {
  position: relative;
  float: left;
  margin-right: 30px; }
.biografie-block .info-text {
  display: table; }
@media (max-width: 1024px) {
  .biografie-block .date, .biografie-block .info-text p {
    font-size: 1.6rem; } }
@media (max-width: 767px) {
  .biografie-block li {
    padding: 5px 0; }
  .biografie-block .date, .biografie-block .info-text p {
    font-size: 1.4rem; } }

.news-section.blog-container {
  padding-top: 0; }
.news-section .content-container {
  margin-bottom: 70px; }
.news-section .post-title,
.news-section .post-title a {
  font-size: 3.8rem;
  color: #ff4650;
  line-height: 1.3;
  margin-bottom: 20px; }
  .news-section h2,
  .news-section h2 a {
    font-size: 3.8rem;
    color: #000;
    line-height: 1.3;
    margin-bottom: 20px; }
.news-section .post-title a:hover, .news-section .post-title a :focus {
  color: #000; }
.news-section .date-block,
.news-section .info-block {
  font-size: 1.6rem; }
.news-section .info-block {
  margin-bottom: 35px; }
  .news-section .info-block span {
    text-transform: uppercase; }
.news-section .content-block p {
  margin-bottom: 20px; }
.news-section .content-block a {
  text-decoration: underline; }
  .news-section .content-block a:hover {
    text-decoration: underline; }
.news-section .read-more {
  display: table;
  font-size: 1.6rem;
  text-transform: uppercase;
  border-bottom: 1px solid transparent; }
  .news-section .read-more:hover, .news-section .read-more:focus {
    border-color: inherit; }
  .news-section .read-more span {
    position: relative;
    top: -2px; }
.news-section .page-nav {
  position: relative;
  display: table;
  margin: 0 auto 100px; }
  .news-section .page-nav li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px; }
  .news-section .page-nav a {
    display: block;
    font-size: 2.2rem;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ff4650;
    padding-left: 3px;
    border-bottom: 1px solid transparent; }
    .news-section .page-nav a:hover, .news-section .page-nav a:focus, .news-section .page-nav a.active {
      border-bottom: 1px solid #ff4650; }
@media (max-width: 1024px) {
  .news-section .content-container {
    margin-bottom: 50px; }
  .news-section .post-title,
  .news-section .post-title a {
    font-size: 3.2rem;
    margin-bottom: 10px; }
  .news-section .date-block,
  .news-section .info-block {
    font-size: 1.4rem; }
  .news-section .info-block {
    margin-bottom: 20px; }
  .news-section .content-block p {
    margin-bottom: 10px; }
  .news-section .read-more {
    margin-top: 20px;
    font-size: 1.4rem; }
  .news-section .page-nav {
    margin: 0 auto 50px; }
    .news-section .page-nav a {
      font-size: 1.8rem;
      width: 25px;
      height: 25px; } }
@media (max-width: 767px) {
  .news-section .content-container {
    margin-bottom: 35px; }
  .news-section .post-title,
  .news-section .post-title a {
    font-size: 2.6rem;
    margin-bottom: 15px; }
  .news-section .date-block,
  .news-section .info-block {
    font-size: 1.2rem; }
  .news-section .info-block {
    margin-bottom: 20px; }
  .news-section .content-block p {
    margin-bottom: 10px; }
  .news-section .read-more {
    font-size: 1.2rem; }
  .news-section .page-nav {
    margin: 0 auto 50px; }
    .news-section .page-nav a {
      font-size: 1.8rem;
      width: 20px;
      height: 20px; } }

.work-page-block .work-title {
  font-size: 2.2rem;
  margin-bottom: 20px; }
.work-page-block .work-preview-title {
  font-size: 6.4rem;
  line-height: 1.1;
  margin-bottom: 90px; }
.work-page-block .content-block h3, .work-page-block .content-block h4, .work-page-block .content-block h5, .work-page-block .content-block h6 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 5px; }
.work-page-block .content-block p {
  margin-bottom: 40px; }
@media (max-width: 1024px) {
  .work-page-block .work-title {
    font-size: 1.8rem;
    margin-bottom: 10px; }
  .work-page-block .work-preview-title {
    font-size: 4rem;
    margin-bottom: 50px; }
  .work-page-block .content-block h3, .work-page-block .content-block h4, .work-page-block .content-block h5, .work-page-block .content-block h6 {
    font-size: 1.6rem;
    margin-bottom: 5px; }
  .work-page-block .content-block p {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .work-page-block .work-title {
    font-size: 1.8rem;
    margin-bottom: 10px; }
  .work-page-block .work-preview-title {
    font-size: 3.2rem;
    margin-bottom: 40px; }
  .work-page-block .content-block h3, .work-page-block .content-block h4, .work-page-block .content-block h5, .work-page-block .content-block h6 {
    font-size: 1.4rem;
    margin-bottom: 5px; }
  .work-page-block .content-block p {
    margin-bottom: 20px; } }

.media-block .img-container {
  margin-bottom: 70px; }
  .media-block .img-container h3 {
    font-size: 1.8rem;
    margin: 0 0 40px;
    color: #1a1918;
    text-transform: uppercase; }
.media-block .img-block {
  display: block;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #1a1918; }
  .media-block .img-block img {
    width: 100%; }
@media (max-width: 1024px) {
  .media-block .img-container {
    margin-bottom: 50px; }
    .media-block .img-container h3 {
      font-size: 1.6rem;
      margin: 0 0 30px; }
  .media-block .img-block {
    max-width: initial; } }
@media (max-width: 767px) {
  .media-block .img-container {
    margin-bottom: 40px; }
    .media-block .img-container h3 {
      font-size: 1.4rem;
      margin: 0 0 20px; } }

/* Press Modul - Start */
.pressBlock {
  padding-bottom: 0; }
  .pressBlock .press-container {
    padding: 60px 0;
    /*border-bottom: 1px solid $pc_black;*/ }
    .pressBlock .press-container h1, .pressBlock .press-container h2, .pressBlock .press-container h3, .pressBlock .press-container h4, .pressBlock .press-container h5, .pressBlock .press-container h5 {
      color: #1a1918;
      font-size: 1.8rem;
      margin-bottom: 2px; }
    .pressBlock .press-container .img-block {
      width: 100%; }
      .pressBlock .press-container .img-block img {
        max-height: 130px; }
      .pressBlock .press-container .img-block figcaption {
        margin-top: 20px;
        font-size: 1.8rem; }
  .pressBlock .press-title-block {
    margin-bottom: 50px;
    max-width: 60%; }
  @media (max-width: 1024px) {
    .pressBlock .press-container {
      padding: 30px 0; }
      .pressBlock .press-container h1, .pressBlock .press-container h2, .pressBlock .press-container h3, .pressBlock .press-container h4, .pressBlock .press-container h5, .pressBlock .press-container h5 {
        font-size: 1.6rem; }
      .pressBlock .press-container .img-block img {
        max-height: 130px; }
      .pressBlock .press-container .img-block figcaption {
        margin-top: 15px;
        font-size: 1.6rem; }
    .pressBlock .press-title-block {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .pressBlock .press-container h1, .pressBlock .press-container h2, .pressBlock .press-container h3, .pressBlock .press-container h4, .pressBlock .press-container h5, .pressBlock .press-container h5 {
      font-size: 1.4rem; }
    .pressBlock .press-container .img-block {
      max-width: 90%; }
      .pressBlock .press-container .img-block img {
        display: block;
        margin: 0 auto;
        max-height: initial; }
      .pressBlock .press-container .img-block figcaption {
        text-align: center;
        margin-top: 10px;
        font-size: 1.4rem; }
    .pressBlock .press-title-block {
      max-width: 100%; } }

.standart + .press-container {
  padding-top: 0; }

/* Press Modul - End */
.reviews-block {
  margin-bottom: 110px; }
  .reviews-block .img-block {
    width: 70%; }
    .reviews-block .img-block figcaption {
      margin-top: 20px; }
  .reviews-block .content-block p {
    font-size: 3.8rem;
    color: #ff4650;
    line-height: 1.3; }
  @media (max-width: 1024px) {
    .reviews-block {
      margin-bottom: 90px; }
      .reviews-block .img-block figcaption {
        margin-top: 15px; }
      .reviews-block .content-block p {
        font-size: 3.2rem;
        line-height: 1.2; } }
  @media (max-width: 767px) {
    .reviews-block {
      margin-bottom: 70px; }
      .reviews-block .img-block figcaption {
        margin-top: 10px; }
      .reviews-block .content-block p {
        font-size: 2.6rem; } }

.description-block {
  margin-bottom: 140px; }
  @media (max-width: 1024px) {
    .description-block {
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    .description-block {
      margin-bottom: 60px; } }

.top-work-section .project-link {
  position: relative;
  display: block;
  margin-bottom: 65px; }
  .top-work-section .project-link::after {
    position: relative;
    display: block;
    content: '';
    width: 100%;
    border-top: 1px solid;
    margin-top: 65px; }
  .top-work-section .project-link:hover h2, .top-work-section .project-link:hover h3, .top-work-section .project-link:focus h2, .top-work-section .project-link:focus h3 {
    color: #000; }
.top-work-section .row > .elem:last-child .project-link::after {
  content: none; }
.top-work-section .work-title {
  font-size: 2.2rem;
  margin: 0 0 10px;
  text-transform: uppercase; }
.top-work-section .work-preview-title {
  font-size: 6.4rem;
  margin: 0; }
.top-work-section .tags {
  margin: 50px 0 0;
  font-size: 1.8rem; }
  .top-work-section .tags span {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid; }
@media (max-width: 1024px) {
  .top-work-section .project-link {
    margin-bottom: 40px; }
    .top-work-section .project-link::after {
      margin-top: 40px; }
  .top-work-section .work-title {
    font-size: 1.8rem;
    margin: 0 0 10px; }
  .top-work-section .work-preview-title {
    font-size: 4rem; }
  .top-work-section .tags {
    margin: 25px 0 0;
    font-size: 1.6rem; }
    .top-work-section .tags span {
      display: inline-block;
      padding: 8px 12px;
      margin-right: 10px;
      margin-bottom: 10px; } }
@media (max-width: 767px) {
  .top-work-section .project-link {
    margin-bottom: 25px; }
    .top-work-section .project-link::after {
      margin-top: 25px; }
  .top-work-section .work-title {
    font-size: 1.8rem;
    margin: 0 0 10px; }
  .top-work-section .work-preview-title {
    font-size: 3.2rem; }
  .top-work-section .tags {
    margin: 15px 0 15px;
    font-size: 1.4rem; }
    .top-work-section .tags span {
      display: inline-block;
      padding: 8px 12px; } }

.work-section .column-block {
  -moz-column-width: inherit;
  -webkit-column-width: inherit;
  column-width: inherit;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px; }
.work-section .project-link {
  display: block;
  margin-bottom: 40px; }
  .work-section .project-link:hover h2, .work-section .project-link:hover h3, .work-section .project-link:focus h2, .work-section .project-link:focus h3 {
    color: #ff4650; }
.work-section .work-title, .work-section .work-preview-title {
  color: #1a1918; }
.work-section .work-title {
  font-size: 1.8rem;
  margin: 0 0 4px;
  text-transform: uppercase; }
.work-section .work-preview-title {
  font-size: 2.2rem;
  margin: 0; }
@media (min-width: 768px) {
  .work-section .elem:nth-of-type(3n) {
    clear: both; } }
@media (max-width: 1024px) {
  .work-section .project-link {
    margin-bottom: 30px; }
  .work-section .work-title {
    font-size: 1.6rem; }
  .work-section .work-preview-title {
    font-size: 1.8rem; } }
@media (max-width: 767px) {
  .work-section .column-block {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0; }
  .work-section .project-link {
    margin-bottom: 20px; }
  .work-section .work-title {
    font-size: 1.4rem; }
  .work-section .work-preview-title {
    font-size: 1.8rem; } }

/* OWL Carousel - Start */
.owl-carousel {
  position: relative;
  width: 100%;
  margin: 45px auto 0;
  height: 100%; }
  .owl-carousel .slide {
    padding: 0px 8.33333333%; }
    .owl-carousel .slide * {
      color: #ff4650; }
    .owl-carousel .slide a:hover, .owl-carousel .slide a:focus {
      text-decoration: none; }
      .owl-carousel .slide a:hover h3, .owl-carousel .slide a:hover p, .owl-carousel .slide a:focus h3, .owl-carousel .slide a:focus p {
        color: #000; }
    .owl-carousel .slide h3 {
      text-transform: uppercase;
      font-size: 2.2rem;
      margin-bottom: 5px; }
    .owl-carousel .slide p {
      font-size: 6.4rem;
      line-height: 1.1;
      letter-spacing: inherit; }
    .owl-carousel .slide .pf_s,
    .owl-carousel .slide .pf_m,
    .owl-carousel .slide .pf_l,
    .owl-carousel .slide .pf_xl,
    .owl-carousel .slide .pf_xxl {
      margin-top: 0; }
  .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0; }
  @media (max-width: 1024px) {
    .owl-carousel {
      margin: 35px auto 0; }
      .owl-carousel .slide {
        padding: 0; }
        .owl-carousel .slide h3 {
          font-size: 1.8rem; }
        .owl-carousel .slide p {
          font-size: 4rem; }
      .owl-carousel .owl-nav {
        position: relative;
        top: inherit;
        left: inherit;
        margin: 80px auto 0;
        width: 240px; } }
  @media (max-width: 767px) {
    .owl-carousel {
      margin: 25px auto 0; }
      .owl-carousel .owl-nav {
        width: 160px; }
      .owl-carousel .slide h3 {
        font-size: 1.8rem; }
      .owl-carousel .slide p {
        font-size: 3.2rem; } }

.owl-prev, .owl-next {
  position: absolute;
  width: 33px;
  height: 33px;
  border-top: 1px solid #1a1918;
  border-left: 1px solid #1a1918;
  top: 25px; }
  @media (max-width: 1024px) {
    .owl-prev, .owl-next {
      top: -55px; } }

.owl-prev {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.owl-next {
  float: right;
  right: 0;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

/* OWL Carousel - End */
/* YForm - Start */
.yform {
  margin-top: 90px; }
  .yform .form-control {
    background-color: transparent;
    border: 1px solid #1a1918;
    color: #1a1918;
    font-size: 2.2rem;
    padding: 16px 17px;
    outline: none;
    width: 100%;
    max-width: 830px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .yform .form-control::placeholder {
      color: #1a1918; }
  .yform .form-group {
    margin-bottom: 20px; }
  .yform .alert {
    margin-bottom: 45px; }
    .yform .alert li {
      font-size: 1.8rem; }
      .yform .alert li::before {
        position: relative;
        display: inline-block;
        content: '!';
        width: 10px;
        height: 10px;
        background-color: #ff4650;
        color: #fff;
        font-size: 1.8rem;
        border-radius: 50%;
        margin-right: 20px;
        padding: 5px;
        text-align: center; }
  @media (max-width: 1024px) {
    .yform {
      margin-top: 60px; }
      .yform .form-control {
        font-size: 1.8rem;
        padding: 12px 15px; }
      .yform .alert {
        margin-bottom: 45px; }
        .yform .alert li {
          font-size: 1.6rem; }
          .yform .alert li::before {
            font-size: 1.6rem; } }
  @media (max-width: 767px) {
    .yform {
      margin-top: 45px; }
      .yform .form-control {
        font-size: 1.8rem;
        padding: 8px 10px; }
      .yform .alert {
        margin-bottom: 25px; }
        .yform .alert li {
          font-size: 1.4rem; }
          .yform .alert li::before {
            font-size: 1.4rem; } }

.section.bg_orange .yform .form-control {
  border-color: #fff;
  color: #fff; }
  .section.bg_orange .yform .form-control::placeholder {
    color: #fff; }
.section.bg_orange .yform .form-group {
  margin-bottom: 20px; }
.section.bg_orange .yform .alert li {
  font-size: 1.8rem; }
  .section.bg_orange .yform .alert li::before {
    position: relative;
    display: inline-block;
    background-color: #fff;
    content: '!';
    top: -2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    font-family: Arial, sans-serif;
    color: #ff4650;
    font-size: 14px;
    font-weight: 600;
    text-align: center; }

/* YForm - End */
/* up arrow - Start */
.page-up {
  position: fixed;
  display: block;
  right: 50px;
  bottom: 20%;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out; }
  .page-up.active {
    opacity: 1;
    visibility: visible; }
  .page-up:hover .icon-block {
    transform: translateY(-2px); }
  .page-up:hover span {
    visibility: visible;
    opacity: 1; }
  .page-up .icon-block {
    transform: translateY(0);
    transition: transform 0.2s ease-out; }
  .page-up .ico-arrow {
    transform: rotate(-135deg);
    border-color: #000; }
  .page-up span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.2em;
    color: #000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out; }
  @media (max-width: 1024px) {
    .page-up {
      display: none; } }

.blog-post + .media-block {
  padding-top: 0 !important; }

.filter-block {
  padding-bottom: 90px; }
  .filter-block select[name="categoty-filter"] {
    display: none; }
  .filter-block .alternative-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: -10px; }
    .filter-block .alternative-filter a {
      display: block;
      cursor: pointer;
      border: 2px solid #1a1918;
      color: #1a1918;
      padding: 10px 20px;
      margin: 10px;
      font-size: 1.6rem;
      text-transform: uppercase; }
      .filter-block .alternative-filter a:hover, .filter-block .alternative-filter a.active {
        border-color: #ff4650;
        color: #ff4650; }
  @media (max-width: 1024px) {
    .filter-block .alternative-filter {
      margin: -5px; }
      .filter-block .alternative-filter a {
        padding: 10px 15px;
        margin: 5px;
        font-size: 1.4rem; } }
  @media (max-width: 767px) {
    .filter-block .alternative-filter a {
      padding: 8px 12px;
      font-size: 1.2rem; } }

/* up arrow - End */
