@import url("https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600,700&display=swap&subset=latin-ext");
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
.img-responsive {
  max-width: 100%;
  height: auto; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }

.before:before, .field--type-viewsreference .view-content .views-row .views-field-title a:before {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: ''; }

.content-width-all, header, .page-node-type-article main .content-width, article ul, .views-projects, article .node__content > div:nth-child(even) > div, article .node__content > div:nth-child(odd) > div, .node--type-project ul.content-ul {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (max-width: 1700px) {
    .content-width-all, header, .page-node-type-article main .content-width, article ul, .views-projects, article .node__content > div:nth-child(even) > div, article .node__content > div:nth-child(odd) > div, .node--type-project ul.content-ul {
      padding-left: 30px;
      padding-right: 30px;
      width: auto; } }

.content-max {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%; }

header .content-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2vw 0; }

footer {
  background: #1d252d; }
  footer .footer-inside {
    display: flex;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between; }
    @media only screen and (max-width: 992px) {
      footer .footer-inside {
        flex-direction: column-reverse; } }
    footer .footer-inside > div {
      width: 50%; }
      @media only screen and (max-width: 992px) {
        footer .footer-inside > div {
          width: 100%; } }
      footer .footer-inside > div.region-footer-right iframe {
        max-width: 100%;
        border: none !important; }
      footer .footer-inside > div.region-footer-right p {
        margin: 0; }
      footer .footer-inside > div.region-footer-left .footer-contact {
        padding-left: 6%; }
        footer .footer-inside > div.region-footer-left .footer-contact h2 {
          font-size: 1.9444444444rem;
          font-weight: 700;
          margin-bottom: 40px;
          color: #fff; }
        footer .footer-inside > div.region-footer-left .footer-contact p {
          color: #fff; }
  footer #block-footer-map .field--name-body {
    position: relative; }
    footer #block-footer-map .field--name-body .bigger-map {
      position: absolute;
      right: 30px;
      top: 30px; }
      footer #block-footer-map .field--name-body .bigger-map a:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: "\f065";
        font-size: 30px;
        color: #000; }
  footer a {
    color: #fff;
    font-weight: 600; }

.front {
  background: #e4e4e4; }

article ul {
  padding: 20px 0; }

.views-projects .view-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -2vw;
  margin-right: -2vw; }
  @media only screen and (max-width: 992px) {
    .views-projects .view-content {
      flex-direction: column; } }
  .views-projects .view-content .views-row {
    position: relative;
    margin: 2vw;
    width: calc(50% - 4vw);
    padding: 4vw;
    box-sizing: border-box;
    box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    background: #fff;
    min-height: 350px; }
    @media only screen and (max-width: 992px) {
      .views-projects .view-content .views-row {
        width: calc(100% - 4vw); } }
    .views-projects .view-content .views-row .views-field-field-image ul {
      display: flex;
      justify-content: center;
      align-items: center;
      list-style-type: none; }
      .views-projects .view-content .views-row .views-field-field-image ul li {
        margin: 10px; }
      .views-projects .view-content .views-row .views-field-field-image ul img {
        max-width: 100%;
        height: auto;
        display: flex; }
    .views-projects .view-content .views-row .views-field-title {
      font-size: 1.9444444444rem;
      font-weight: 700;
      margin-bottom: 40px;
      text-align: center; }
      .views-projects .view-content .views-row .views-field-title a {
        color: #1d252d;
        font-family: 'Nunito Sans', sans-serif;
        text-align: center; }
        .views-projects .view-content .views-row .views-field-title a:before {
          content: " ";
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
    .views-projects .view-content .views-row:hover {
      -webkit-transition: all 500 ease-in-out;
      -moz-transition: all 500 ease-in-out;
      -o-transition: all 500 ease-in-out;
      transition: all 500 ease-in-out;
      background: #911e2a; }
      .views-projects .view-content .views-row:hover .views-field-title a, .views-projects .view-content .views-row:hover .views-field-body {
        color: #fff; }

article .node__content > div:nth-child(even) {
  background: #ebebeb; }
article .node__content > div:nth-child(odd) {
  background: #c7c7c7; }

.scroll-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10; }
  .scroll-top:before {
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f139";
    font-size: 40px;
    color: #911e2a; }

.field--name-field-instruction-title {
  padding-bottom: 20px;
  font-size: 1.3888888889rem;
  font-weight: 600; }

.vbanner-item img {
  max-width: 100%;
  height: auto;
  display: block; }

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background: #911e2a; }

body {
  font-family: 'Nunito Sans', sans-serif; }

.field--name-field-attachment .field__item, .field--name-field-attachment2 .field__item, .field--name-field-instruction-attachment .field__item {
  position: relative;
  border-bottom: 1px solid #911e2a; }
.field--name-field-attachment .file a, .field--name-field-attachment2 .file a, .field--name-field-instruction-attachment .file a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 20px 90px;
  word-break: break-all;
  color: #222222;
  transition: all 300ms ease-in; }
  .field--name-field-attachment .file a:hover, .field--name-field-attachment2 .file a:hover, .field--name-field-instruction-attachment .file a:hover {
    color: #911e2a; }
  @media only screen and (max-width: 768px) {
    .field--name-field-attachment .file a, .field--name-field-attachment2 .file a, .field--name-field-instruction-attachment .file a {
      padding: 20px 45px; } }
.field--name-field-attachment .fa-file-o, .field--name-field-attachment2 .fa-file-o, .field--name-field-instruction-attachment .fa-file-o {
  position: absolute;
  left: 50px;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  font-size: 2.1428571429rem;
  color: #911e2a; }
  .field--name-field-attachment .fa-file-o:before, .field--name-field-attachment2 .fa-file-o:before, .field--name-field-instruction-attachment .fa-file-o:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f15b"; }
  @media only screen and (max-width: 768px) {
    .field--name-field-attachment .fa-file-o, .field--name-field-attachment2 .fa-file-o, .field--name-field-instruction-attachment .fa-file-o {
      left: 0; } }

.field--name-webform {
  padding: 50px 0; }
  .field--name-webform .webform-submission-form .js-form-item {
    display: flex;
    flex-direction: column; }
    .field--name-webform .webform-submission-form .js-form-item input, .field--name-webform .webform-submission-form .js-form-item textarea {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      padding: 10px 20px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      border: 2px solid #1d252d;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      font-size: 1.4285714286rem;
      font-weight: 400;
      color: #494038;
      box-shadow: 0px 0px 2px 0 rgba(73, 64, 56, 0.05); }
  .field--name-webform .form-type-checkbox {
    position: relative; }
    .field--name-webform .form-type-checkbox input {
      position: absolute;
      top: 10px; }
      .field--name-webform .form-type-checkbox input:checked + label:after {
        opacity: 1; }
    .field--name-webform .form-type-checkbox label {
      position: relative;
      z-index: 0;
      padding-left: 45px;
      display: block;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      line-height: 1.7777777778rem;
      cursor: pointer; }
      .field--name-webform .form-type-checkbox label:before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 6px;
        left: 0;
        width: 25px;
        height: 25px;
        border: 0px none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: gray; }
      .field--name-webform .form-type-checkbox label:after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 19px;
        height: 19px;
        left: 3px;
        top: 9px;
        margin: 0;
        background: #911e2a;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0; }
  .field--name-webform .form-actions input {
    padding: 10px 30px;
    background: #1d252d;
    color: #fff; }

.node--type-project ul.content-ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0; }
  @media only screen and (max-width: 1200px) {
    .node--type-project ul.content-ul {
      flex-wrap: wrap; } }
  .node--type-project ul.content-ul li {
    margin-right: 1vw; }
    @media only screen and (max-width: 1200px) {
      .node--type-project ul.content-ul li {
        margin: 1vw; } }
    .node--type-project ul.content-ul li a {
      border-radius: 30px / 30px;
      border: 2px solid #911e2a;
      font-size: 0.7222222222rem;
      font-weight: 900;
      text-transform: uppercase;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 7%;
      line-height: 16px;
      display: inline-block;
      vertical-align: middle;
      width: auto;
      min-width: 213px;
      max-width: 100%;
      text-align: center;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #911e2a;
      text-decoration: none; }
      .node--type-project ul.content-ul li a:hover {
        background: #911e2a;
        color: #fff; }
      @media only screen and (max-width: 1200px) {
        .node--type-project ul.content-ul li a {
          min-width: 213px; } }
.node--type-project .node__content > div {
  padding: 30px 0; }

.field--type-viewsreference .view-content {
  padding: 0 40px; }
  .field--type-viewsreference .view-content > div > div > div {
    margin: 1vw; }
  .field--type-viewsreference .view-content .views-row {
    box-sizing: border-box;
    box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    background: #fff;
    position: relative; }
    .field--type-viewsreference .view-content .views-row img {
      max-width: 100%;
      height: auto; }
    .field--type-viewsreference .view-content .views-row .div-group {
      padding: 30px;
      height: 190px; }
    .field--type-viewsreference .view-content .views-row .views-field-title {
      padding-bottom: 20px;
      font-size: 1.3888888889rem;
      font-weight: 600; }
      .field--type-viewsreference .view-content .views-row .views-field-title a {
        color: #1d252d; }
    .field--type-viewsreference .view-content .views-row:hover {
      -webkit-transition: all 500 ease-in-out;
      -moz-transition: all 500 ease-in-out;
      -o-transition: all 500 ease-in-out;
      transition: all 500 ease-in-out;
      background: #911e2a; }
      .field--type-viewsreference .view-content .views-row:hover .views-field-title a, .field--type-viewsreference .view-content .views-row:hover .views-field-body, .field--type-viewsreference .view-content .views-row:hover .views-field-field-body {
        color: #fff; }
  .field--type-viewsreference .view-content .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 4vw;
    height: 4vw;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    border-color: transparent; }
    .field--type-viewsreference .view-content .slick-arrow::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 600;
      color: #1d252d;
      font-weight: 600;
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap; }
    .field--type-viewsreference .view-content .slick-arrow:hover {
      background: #1d252d; }
      .field--type-viewsreference .view-content .slick-arrow:hover::before {
        color: #fff; }
    .field--type-viewsreference .view-content .slick-arrow.slick-next {
      right: -20px; }
      @media only screen and (max-width: 1100px) {
        .field--type-viewsreference .view-content .slick-arrow.slick-next {
          right: -20px; } }
      .field--type-viewsreference .view-content .slick-arrow.slick-next::before {
        content: '\f054'; }
    .field--type-viewsreference .view-content .slick-arrow.slick-prev {
      left: -20px; }
      @media only screen and (max-width: 1100px) {
        .field--type-viewsreference .view-content .slick-arrow.slick-prev {
          left: -20px; } }
      .field--type-viewsreference .view-content .slick-arrow.slick-prev::before {
        content: '\f053'; }

.field--name-field-instructions .field__items .field__item {
  margin-bottom: 20px; }

.field--name-field-image .background {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto; }
  .field--name-field-image .background .field__item {
    margin-left: 20px;
    margin-bottom: 10px; }
    .field--name-field-image .background .field__item img {
      width: auto;
      height: auto;
      max-width: 100%;
      margin: 0 auto;
      max-height: 60px;
      padding-left: 40px; }

.field__label h3 {
  font-size: 1.9444444444rem;
  font-weight: 700; }

article .node__content .field--name-field-image {
  background: #fff !important; }

.field--name-field-instruction-gallery .field__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.node--type-article {
  padding: 50px 0; }
  .node--type-article .node__content > div {
    background: #fff !important; }

#popup-text {
  position: relative; }
  #popup-text::before {
    margin-right: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-weight: 600;
    font-size: 35px;
    content: '\f564';
    position: absolute;
    left: -45px;
    top: 10px; }

.node--type-project .field--name-body ul {
  margin-left: 30px; }

@media only screen and (max-width: 992px) {
  .div-outher {
    display: block; } }
.div-outher .field--name-field-obrazek {
  margin-left: 30px; }
  @media only screen and (max-width: 992px) {
    .div-outher .field--name-field-obrazek {
      margin-left: 0; }
      .div-outher .field--name-field-obrazek img {
        max-width: 100%;
        height: auto; } }
.div-outher .field--name-field-title-h2, .div-outher .field--name-field-title-h1 {
  text-align: center; }
.div-outher .field--name-body .field__item:first-of-type {
  border: 3px solid #911e2a;
  width: 70%;
  margin: 44px auto;
  font-weight: 600;
  font-size: 19px;
  padding: 30px; }

h1 {
  font-size: 2.5rem; }

.region-header {
  display: flex;
  align-items: center; }

#block-logoprojekty {
  margin-left: 30px; }
  #block-logoprojekty svg {
    height: 60px; }

#edit-agree {
  position: absolute;
  left: 0;
  width: auto; }

/*# sourceMappingURL=style.css.map */
