html,
body {
  height: 100%; }

.no-scroll {
  overflow: hidden;
  position: relative; }

/* Other Classes for Page Styling */
::selection {
  color: white;
  background: #AE0019; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

p {
  color: #676769;
  font-size: .875rem;
  line-height: 2; }

a {
  color: inherit; }

a:hover {
  text-decoration: none; }

.owl-clients .owl-stage, .owl-ref .owl-stage {
  display: flex;
  align-items: center; }

.span-owl-clients {
  position: absolute;
  z-index: 1;
  color: #bababa !important;
  font-size: 22px !important;
  font-weight: 600;
  top: -27px;
  left: 54px; }

.abs-links {
  position: absolute;
  bottom: 0; }
  .abs-links .cta-red {
    display: block; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #AE0019; }

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    padding: 0;
    border-radius: 0; }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 18px;
    background: #272727de; }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0; } }
.aside-text {
  font-family: 'Dancing Script', cursive;
  font-style: italic;
  transform: skewY(-5deg);
  color: #d6d6d6 !important;
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 33px !important; }

.dropdown-item {
  font-size: 12px;
  padding: 8px !important; }
  .dropdown-item:hover {
    border-bottom: 0 !important;
    color: black !important; }

.home-banner {
  position: relative; }
  .home-banner img {
    width: 100%; }
  .home-banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(0deg, rgba(21, 30, 39, 0.4682247899) 0%, rgba(21, 30, 39, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(21, 30, 39, 0.4682247899) 0%, rgba(21, 30, 39, 0) 100%);
    background: linear-gradient(0deg, rgba(21, 30, 39, 0.4682247899) 0%, rgba(21, 30, 39, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151e27",endColorstr="# 151e27",GradientType=1); }

.grecaptcha-badge {
  opacity: .3 !important; }

.navbar {
  position: fixed;
  width: 100%;
  z-index: 2;
  padding-top: 20px;
  transition: all .3s; }
  .navbar.sticky {
    background: rgba(0, 0, 0, 0.6);
    transition: all .8s;
    padding-top: 0; }
  .navbar.sticky2 {
    transition: all .8s;
    padding-top: 0; }
  .navbar .bb {
    border-bottom: 1px solid rgba(255, 255, 255, 0.51);
    padding: 0; }
  .navbar .navbar-nav {
    margin-left: auto; }
    .navbar .navbar-nav li a {
      color: white;
      padding-bottom: 20px; }
      .navbar .navbar-nav li a:hover {
        border-bottom: 2px solid #AE0019; }

.header-contact {
  position: absolute;
  width: 100%;
  z-index: 3;
  text-align: right; }
  .header-contact img {
    margin-right: 4px; }
  .header-contact a {
    font-size: 10px;
    color: white;
    margin-left: 8px; }

.lh-small {
  line-height: 1.4; }

.owl-nav button:focus {
  outline: none; }

.bcg-2 {
  background: #F8F8F8; }

header .nav-item .change-lang {
  font-size: 12px;
  color: white;
  border-right: 1px solid white;
  padding-bottom: 0 !important;
  padding-right: 5px;
  padding-left: 5px; }
  header .nav-item .change-lang:hover {
    border-bottom: none !important; }
  header .nav-item .change-lang.active {
    font-weight: 800; }
  header .nav-item .change-lang:last-child {
    border-right: none; }
header .navbar-toggler:focus {
  outline: none; }
header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border: 0; }
header .nav-item.active .nav-link {
  font-weight: 700;
  border-bottom: 2px solid #AE0019; }
  header .nav-item.active .nav-link.red {
    background: none;
    color: #1A1A1A !important; }
header .navbar-brand.img-black {
  background: url("../img/logo-portador.svg");
  height: 60px;
  width: 210px;
  background-repeat: no-repeat;
  background-position: center; }
header .navbar-brand.img-white {
  background: url("../img/logo-black.svg");
  height: 60px;
  width: 210px;
  background-repeat: no-repeat;
  background-position: center; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navbar-brand.img-black {
    background: url("../img/logo-portador.png");
    height: 60px;
    width: 210px;
    background-repeat: no-repeat;
    background-position: center; }
  header .navbar-brand.img-white {
    background: url("../img/logo-black.png");
    height: 60px;
    width: 210px;
    background-repeat: no-repeat;
    background-position: center; } }
@supports (-ms-accelerator: true) {
  header.img-black {
    background: url("../img/logo-portador.png");
    height: 60px;
    width: 210px;
    background-repeat: no-repeat;
    background-position: center; }
  header.img-white {
    background: url("../img/logo-black.png");
    height: 60px;
    width: 210px;
    background-repeat: no-repeat;
    background-position: center; } }
@supports (-ms-ime-align: auto) {
  header {
    /* Edge 16+ CSS */ }
    header .navbar-brand.img-black {
      background: url("../img/logo-portador.png");
      height: 60px;
      width: 210px;
      background-repeat: no-repeat;
      background-position: center; }
    header .navbar-brand.img-white {
      background: url("../img/logo-black.png");
      height: 60px;
      width: 210px;
      background-repeat: no-repeat;
      background-position: center; } }
header .nav-link {
  color: white;
  font-size: 12px;
  font-weight: 400;
  margin: 0 5px;
  display: initial;
  text-transform: uppercase;
  transition: .2s;
  border-bottom: 1px solid transparent; }
  header .nav-link:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    transition: .4s; }
  header .nav-link.red {
    background: #AE0019; }
header .lang-menu {
  display: flex; }
  header .lang-menu a img {
    height: 18px;
    opacity: .5;
    margin: 0 4px; }
  header .lang-menu a:hover img {
    opacity: 1; }
  header .lang-menu a.active img {
    transform: scale(1.3);
    opacity: 1; }
header .brand-img {
  display: inline-flex; }
  header .brand-img .logo {
    width: 240px;
    margin: 0 30px; }
header.other-page .navbar {
  background: white; }
header.other-page .nav-item .change-lang {
  color: #1A1A1A;
  border-right: 1px solid #1A1A1A; }
  header.other-page .nav-item .change-lang:last-child {
    border-right: none; }
header.other-page .navbar .bb {
  border-bottom: none; }
header.other-page .header-contact a {
  color: #1A1A1A; }
header.other-page .nav-link {
  color: #1A1A1A !important; }
  header.other-page .nav-link.red {
    color: white !important; }

.certi-footer img {
  opacity: 0.8; }

.main-banner {
  height: 100vh;
  background: url("../img/main-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .main-banner .desc {
    position: absolute;
    width: 100%;
    bottom: 7%;
    transform: translateY(-7%); }
  .main-banner h1 {
    color: white;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 37px;
    font-weight: 800; }
  .main-banner p {
    font-size: 14px;
    line-height: 25px;
    color: white; }
  .main-banner .owl-services {
    margin-top: 25px; }
    .main-banner .owl-services .item {
      cursor: pointer;
      transition: .2s;
      background: rgba(255, 255, 255, 0.1); }
      .main-banner .owl-services .item:hover {
        transition: .3s;
        background: #AE0019; }
      .main-banner .owl-services .item span {
        display: flex;
        padding: 12px;
        height: 60px; }
      .main-banner .owl-services .item img {
        width: auto;
        margin-right: 12px; }
      .main-banner .owl-services .item p {
        font-size: 12px;
        line-height: 18px;
        margin-top: auto;
        margin-bottom: auto; }

.cta-red {
  display: inline-block;
  background: #AE0019;
  font-weight: 300;
  color: white;
  padding: 10px 40px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 0;
  transition: .2s; }
  .cta-red:hover {
    color: white;
    transition: .3s;
    transform: translateY(-1px);
    box-shadow: 0px 1px 6px #00000073; }

.content h3 {
  color: #AE0019;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 5px; }
.content .title-block h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #1A1A1A;
  font-weight: 800; }
.content .title-block p {
  font-size: 14px;
  color: #1A1A1A; }
.content.homepage span {
  font-size: 15px;
  color: #818181; }
.content.homepage .why-us {
  background: url("../img/bcg-map-home.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  text-align: center;
  padding: 60px 0; }
  .content.homepage .why-us .desc {
    margin-top: 50px; }
    .content.homepage .why-us .desc img {
      margin-bottom: 35px; }
    .content.homepage .why-us .desc h4 {
      color: #4B4B4B;
      font-size: 16px;
      font-weight: 800;
      text-transform: uppercase; }
    .content.homepage .why-us .desc p {
      color: #818181;
      font-size: 13px;
      line-height: 18px; }
.content.homepage .about-us {
  background: url("../img/frigo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0; }
  .content.homepage .about-us h2 {
    text-transform: uppercase;
    color: white;
    margin: 10px 0 20px;
    font-size: 32px;
    line-height: 45px;
    font-weight: 800; }
  .content.homepage .about-us strong {
    font-size: 15px;
    font-weight: 700; }
  .content.homepage .about-us p {
    color: white;
    font-size: 13px;
    line-height: 27px; }
  .content.homepage .about-us .first-p {
    margin-bottom: 30px; }
.content.homepage .our-services {
  background: #F8F8F8;
  padding: 50px 0; }
  .content.homepage .our-services .desc {
    min-height: 350px;
    background: white;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 5px -1px #00000042; }
    .content.homepage .our-services .desc.active {
      animation-name: active;
      animation-duration: 1000ms;
      animation-delay: 1200ms; }
    .content.homepage .our-services .desc .img-block {
      margin-bottom: 30px;
      height: 40px; }
    .content.homepage .our-services .desc h4 {
      font-size: 16px;
      font-weight: 800;
      color: #4B4B4B;
      line-height: 22px;
      margin-bottom: 20px; }
    .content.homepage .our-services .desc p {
      font-size: 13px;
      color: #818181;
      line-height: 20px; }
    .content.homepage .our-services .desc ul {
      padding-left: 20px; }
      .content.homepage .our-services .desc ul li {
        font-size: 13px;
        color: #818181; }
.content.homepage .certificatied-home {
  padding: 25px 0;
  text-align: center; }
  .content.homepage .certificatied-home .mb5 {
    margin-bottom: 30px;
    display: inherit; }
  .content.homepage .certificatied-home img {
    margin: 0px auto;
    width: auto;
    max-height: 100px; }
  .content.homepage .certificatied-home .owl-clients {
    background: #ad0019;
    color: white; }
    .content.homepage .certificatied-home .owl-clients:before {
      content: '';
      background-image: url("../img/quote.svg");
      position: absolute;
      background-size: 40px 55px;
      display: inline-block;
      width: 40px;
      height: 55px;
      top: -29px;
      left: -6px;
      line-height: 0.6;
      z-index: -1;
      font-style: italic;
      font-weight: 500;
      color: #80808063; }
    .content.homepage .certificatied-home .owl-clients .item {
      padding: 20px; }
    .content.homepage .certificatied-home .owl-clients .owl-nav {
      text-align: right;
      right: 10px;
      bottom: 10px;
      position: absolute; }
    .content.homepage .certificatied-home .owl-clients .owl-nav .owl-next img, .content.homepage .certificatied-home .owl-clients .owl-nav .owl-prev img {
      height: 18px !important; }
    .content.homepage .certificatied-home .owl-clients blockquote {
      margin-bottom: 5px;
      font-style: italic;
      line-height: 1.3; }
    .content.homepage .certificatied-home .owl-clients span {
      color: #e3e3e3;
      font-size: 12px;
      font-weight: 300; }
  .content.homepage .certificatied-home .owl-ref {
    position: initial; }
    .content.homepage .certificatied-home .owl-ref .owl-nav {
      position: absolute;
      bottom: 10px;
      right: 10px; }
    .content.homepage .certificatied-home .owl-ref .owl-nav .owl-next img, .content.homepage .certificatied-home .owl-ref .owl-nav .owl-prev img {
      height: 18px !important; }
.content.career {
  background: #F8F8F8;
  padding: 125px 0 50px; }
  .content.career .carrer-offer .desc {
    background: white;
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.2);
    padding: 35px 25px;
    margin: 20px 0; }
    .content.career .carrer-offer .desc h2 {
      color: #AE0019;
      font-size: 16px;
      font-weight: 800;
      margin-bottom: 30px; }
    .content.career .carrer-offer .desc h3 {
      color: #AE0019;
      font-size: 14px;
      font-weight: 800;
      margin-bottom: 5px;
      margin-top: 20px; }
    .content.career .carrer-offer .desc h4 {
      font-weight: 700;
      font-size: 14px;
      color: #1A1A1A; }
    .content.career .carrer-offer .desc p {
      font-size: 14px;
      color: #1A1A1A;
      margin-bottom: 25px;
      line-height: 25px; }
.content.documents {
  background: #F8F8F8;
  padding: 125px 0 50px; }
  .content.documents .item {
    margin-top: 30px; }
    .content.documents .item img {
      width: 100%;
      height: auto; }
.content.contact {
  background-color: #F8F8F8;
  padding-top: 125px; }
  .content.contact .aaa {
    min-height: 80vh;
    background: url("../img/map-contact.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain; }
  .content.contact .contact-block .toggle.active h1:before {
    content: '';
    background-image: url("../img/icon/minus.svg"); }
  .content.contact .contact-block .desc {
    display: none; }
  .content.contact .contact-block h1 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 17px;
    margin-bottom: 0;
    color: #1A1A1A; }
    .content.contact .contact-block h1:before {
      content: '';
      background-image: url("../img/icon/plus.svg");
      background-size: 10px 20px;
      width: 10px;
      height: 16px;
      margin-right: 5px;
      display: inline-block; }
  .content.contact .contact-block ul {
    padding: 0;
    font-size: 12px;
    display: inline-block;
    margin: 10px 15px; }
    .content.contact .contact-block ul li {
      list-style: none; }
      .content.contact .contact-block ul li a {
        color: inherit; }
        .content.contact .contact-block ul li a:hover {
          color: #AE0019; }

.w14 {
  width: 14px; }

.thanks-page {
  height: 80vh;
  position: relative; }
  .thanks-page .block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .thanks-page h1 {
    font-weight: 800;
    color: #AE0019;
    text-transform: uppercase;
    font-size: 30px; }

.form-section {
  padding: 50px 0 30px;
  background: #f8f8f8; }
  .form-section h3 {
    color: #AE0019;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 5px;
    text-align: center; }
  .form-section .desc img {
    margin-right: 5px;
    height: 80px; }
  .form-section .desc a {
    color: #AE0019;
    font-size: 22px;
    font-weight: 700; }

.pre-footer {
  background: #1A1A1A;
  padding: 30px 0 20px; }
  .pre-footer img {
    margin-bottom: 15px; }
  .pre-footer ul {
    color: white;
    padding: 0; }
    .pre-footer ul li {
      list-style: none;
      font-size: 12px;
      line-height: 25px; }
      .pre-footer ul li strong {
        color: white; }
  .pre-footer .invoice-data li strong {
    text-transform: uppercase; }
  .pre-footer .bank-connect li {
    color: rgba(255, 255, 255, 0.71); }
    .pre-footer .bank-connect li strong {
      text-transform: uppercase; }

footer {
  background: #2c2c2c;
  padding: 5px 0; }
  footer p {
    color: white;
    font-weight: 300;
    font-size: 10px;
    margin-bottom: 0; }
    footer p a {
      color: inherit;
      font-weight: 700; }

.contact-button {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateX(-2px) translateY(-50%);
  z-index: 1;
  background: #AE0019;
  padding: 20px 13px 20px 15px;
  cursor: pointer;
  transition: .2s; }
  .contact-button img {
    margin-bottom: 8px;
    width: 23px;
    opacity: 0.8; }
  .contact-button:hover {
    transition: .3s;
    transform: translateX(0px) translateY(-50%);
    box-shadow: 0px 1px 6px #00000073; }
    .contact-button:hover img {
      opacity: 1; }
  .contact-button span {
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    word-wrap: break-word;
    width: 11px;
    display: block;
    font-size: 14px; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
  padding: 10px; }

.modal .modal-header span {
  font-size: 25px;
  font-weight: 600; }
.modal .modal-header button span {
  font-size: 30px; }
.modal .sh-form.active:before {
  content: '';
  background-image: url("../img/icon/minus.svg"); }
.modal .sh-block {
  border: 1px solid #AE0019;
  margin-top: 30px; }
.modal .sh-form {
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #1A1A1A; }
  .modal .sh-form:before {
    content: '';
    background-image: url("../img/icon/plus.svg");
    background-size: 10px 20px;
    width: 10px;
    height: 16px;
    margin-right: 5px;
    display: inline-block; }
.modal button:focus {
  outline: none; }
.modal .modal-header {
  border-bottom: none;
  padding-bottom: 0; }
.modal .modal-footer {
  border-top: none;
  padding-left: 45px;
  padding-right: 45px; }
.modal .modal-content {
  border-radius: 0;
  background: #F8F8F8; }
.modal .contact-block {
  text-align: center; }
  .modal .contact-block .desc {
    margin: 5px 10px;
    display: inline-block; }
    .modal .contact-block .desc a {
      color: #AE0019;
      font-size: 22px;
      font-weight: 700; }
    .modal .contact-block .desc img {
      margin-right: 5px;
      height: 80px; }
.modal .modal-footer .cta-red {
  margin-top: 0;
  margin-bottom: 20px; }

.mail-form {
  margin-top: 20px; }
  .mail-form label {
    color: #1A1A1A;
    opacity: .9;
    font-size: 12px;
    margin-bottom: 3px; }
  .mail-form .form-group {
    margin-bottom: 0; }
  .mail-form input, .mail-form textarea {
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
    padding: 10px 15px 10px 10px;
    font-weight: 700;
    font-size: 14px;
    color: #6E6E6E;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .mail-form input.cta-red, .mail-form textarea.cta-red {
      color: white;
      box-shadow: none;
      display: block;
      margin-left: auto; }
  .mail-form input:focus, .mail-form textarea:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
  opacity: .5; }

.mobile-show {
  display: none; }

.mobile-adress-menu {
  display: none; }

/*HEIGHT*/
@media (max-width: 414px) and (max-height: 812px) {
  .contact-block .desc {
    margin: 5px 10px;
    display: block; }
    .contact-block .desc img {
      margin: 0 auto !important;
      display: block !important; }

  .main-banner {
    background: url("../img/main-banner-small.jpg");
    background-size: cover;
    background-repeat: no-repeat; }

  .about-us {
    background: url("../img/frigo-small.jpg");
    background-size: cover;
    background-repeat: no-repeat; }

  .content.homepage .why-us {
    background: none; }

  header .nav-item.active .nav-link.red {
    color: white; }

  header.other-page .nav-item .change-lang {
    color: white;
    border-right: 1px solid white; }

  header.other-page .navbar {
    background: white; }

  header.other-page .nav-link {
    color: white; }

  .other-page .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

  .contact-button {
    display: block;
    top: inherit;
    bottom: 8px;
    left: 8px;
    transform: unset;
    padding: 10px 30px; }
    .contact-button span {
      width: auto;
      word-break: unset;
      display: inline-block; }
    .contact-button img {
      margin-bottom: 4px;
      margin-right: 3px; }

  .header-contact {
    display: none; }

  .main-banner {
    background-position: 87%; }
    .main-banner h1 {
      font-size: 24px;
      line-height: 33px; }
    .main-banner p {
      font-size: 12px; }

  .content.homepage .about-us h2 {
    font-size: 24px;
    line-height: 30px; }

  .content.homepage .about-us {
    background-position: 0px; }

  .owl-services .item {
    width: 290px; }

  .owl-nav {
    margin-top: 20px; }

  .content.homepage .our-services .desc {
    height: auto; }

  .pre-footer ul li {
    font-size: 15px;
    line-height: 27px; }

  .navbar .navbar-nav li a {
    display: block;
    font-size: 20px;
    padding: .3rem 1rem;
    border-bottom: none !important; }

  .navbar.active {
    background: rgba(0, 0, 0, 0.86) !important;
    position: fixed;
    height: 100vh; }

  .mobile-none {
    display: none; }

  .mobile-show {
    display: block; }

  .lang-mobile {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
    .lang-mobile a {
      display: inline-block !important;
      font-size: 17px !important; }

  .navbar .bb {
    border-bottom: none; }

  .mobile-adress-menu {
    display: block;
    margin-top: 35px;
    margin-bottom: 91px; }
    .mobile-adress-menu a {
      color: white;
      font-size: 15px !important; }
    .mobile-adress-menu img {
      margin-right: 5px; }

  .content.contact .aaa {
    background-image: none;
    min-height: 600px;
    height: auto; }

  .content.contact .contact-block .desc {
    padding-bottom: 30px; }

  .content.contact .contact-block h1 {
    margin-bottom: 16px; } }
.gallery-documents .item .overlay {
  position: absolute;
  text-align: center;
  color: white;
  font-weight: 400;
  opacity: 0;
  transition: .2s;
  width: 100%;
  height: 100%;
  background: #AE0019; }
  .gallery-documents .item .overlay .more {
    display: block;
    border: 1px solid;
    margin-top: 13px;
    text-transform: uppercase;
    padding: 4px 8px;
    cursor: pointer; }
    .gallery-documents .item .overlay .more:hover {
      color: #AE0019;
      background: white; }
  .gallery-documents .item .overlay .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    width: 80%; }
.gallery-documents .item a {
  display: block;
  position: relative; }
.gallery-documents .item:hover .overlay {
  opacity: 0.9;
  transition: .5s; }

/*WIDTH*/
@media (max-width: 812px) and (max-height: 414px) {
  .navbar.sticky {
    height: 60px; }

  .navbar.active .navbar-brand.img-white {
    background: url("../img/logo-white.svg") !important;
    height: 60px;
    width: 204px;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  .navbar.active .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

  .main-banner {
    background: url("../img/main-banner-small.jpg");
    background-size: cover;
    background-repeat: no-repeat; }

  .about-us {
    background: url("../img/frigo-small.jpg");
    background-size: cover;
    background-repeat: no-repeat; }

  .main-banner .owl-services .item span {
    height: 80px; }

  header .nav-item.active .nav-link.red {
    color: white; }

  header.other-page .nav-item .change-lang {
    color: white;
    border-right: 1px solid white; }

  header.other-page .navbar {
    background: white;
    height: 60px; }

  header.other-page .nav-link {
    color: white; }

  .other-page .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

  .contact-button {
    display: block;
    top: inherit;
    bottom: 8px;
    left: 8px;
    transform: unset;
    padding: 10px 30px; }
    .contact-button span {
      width: auto;
      word-break: unset;
      display: inline-block; }
    .contact-button img {
      margin-bottom: 4px;
      margin-right: 3px; }

  .header-contact {
    display: none; }

  .owl-nav {
    position: absolute;
    right: -60px;
    top: 17px; }

  .owl-ref .owl-nav {
    position: absolute;
    right: -40px;
    top: 17px; }

  .main-banner {
    background-position: 87%; }
    .main-banner .desc {
      bottom: 4px;
      transform: translateY(-4%); }
    .main-banner h1 {
      font-size: 24px;
      line-height: 33px; }
    .main-banner p {
      font-size: 12px; }
    .main-banner .cta-red {
      margin: 0; }

  .lang-mobile {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
    .lang-mobile a {
      display: inline-block !important;
      font-size: 17px !important; }

  .navbar .bb {
    border-bottom: none;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }

  .mobile-adress-menu {
    display: block;
    margin-top: 35px;
    margin-bottom: 91px; }
    .mobile-adress-menu a {
      color: white;
      font-size: 15px !important; }
    .mobile-adress-menu img {
      margin-right: 5px; }

  .navbar .navbar-nav li a {
    display: block;
    font-size: 20px;
    padding: .3rem 1rem;
    border-bottom: none !important; }

  .navbar.active {
    background: rgba(0, 0, 0, 0.86) !important;
    position: fixed;
    top: 0;
    height: 100% !important;
    overflow-y: scroll !important; }

  .mobile-none {
    display: none; }

  .mobile-show {
    display: block; } }
@media (max-width: 768px) and (max-height: 1024px) {
  .navbar.active .navbar-brand.img-white {
    background: url("../img/logo-white.svg") !important;
    height: 60px;
    width: 204px;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  .navbar.active .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

  .main-banner {
    background: url("../img/main-banner-small.jpg");
    background-size: cover;
    background-repeat: no-repeat; }

  .about-us {
    background: url("../img/frigo-small.jpg");
    background-size: cover;
    background-repeat: no-repeat; }

  header .nav-item.active .nav-link.red {
    color: white; }

  header.other-page .nav-item .change-lang {
    color: white;
    border-right: 1px solid white; }

  header.other-page .navbar {
    background: white; }

  header.other-page .nav-link {
    color: white; }

  .other-page .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

  .navbar .navbar-nav li a {
    display: block;
    font-size: 20px;
    padding: .3rem 1rem;
    border-bottom: none !important; }

  .header-contact {
    display: none; }

  .navbar.active {
    background: rgba(0, 0, 0, 0.86) !important;
    position: fixed;
    height: 100vh; }

  .mobile-none {
    display: none; }

  .mobile-show {
    display: block; }

  .lang-mobile {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
    .lang-mobile a {
      display: inline-block !important;
      font-size: 17px !important; }

  .navbar .bb {
    border-bottom: none; }

  .mobile-adress-menu {
    display: block;
    margin-top: 35px;
    margin-bottom: 91px; }
    .mobile-adress-menu a {
      color: white;
      font-size: 15px !important; }
    .mobile-adress-menu img {
      margin-right: 5px; }

  .main-banner {
    background-position: 87%; }
    .main-banner .owl-services .item span {
      display: flex;
      padding: 12px;
      height: 80px; } }
@media (max-width: 320px) {
  .main-banner h1 {
    font-size: 20px; }
  .main-banner .cta-red {
    margin: 0; } }
/*WIDTH iPhoneSE*/
@media (max-width: 568px) and (max-height: 320px) {
  .navbar .bb {
    width: 96%; }

  .main-banner h1 {
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 3px; }

  .owl-nav {
    display: none; } }
/*IPAD*/
@media (width: 768px) and (height: 1024px) {
  .contact-button {
    display: block; } }
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px; } }
@keyframes active {
  0% {
    box-shadow: 0px 2px 5px -1px #00000042; }
  50% {
    box-shadow: 0px 2px 20px -1px rgba(0, 0, 0, 0.64); }
  100% {
    box-shadow: 0px 2px 5px -1px #00000042; } }
#flash {
  position: fixed;
  bottom: 40px;
  right: 0;
  color: red;
  z-index: 9999999999999999999999; }

.alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.alert-success {
  font-size: 15px;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  margin-bottom: 0;
  position: fixed;
  bottom: 5%;
  z-index: 9;
  left: 3%; }
  .alert-success strong {
    font-size: 13px; }

.flakes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
  transform: translate3d(0, -20vh, 0);
  -webkit-transform: translate3d(0, -20vh, 0);
  -moz-transform: translate3d(0, -20vh, 0);
  -o-transform: translate3d(0, -20vh, 0);
  -ms-transform: translate3d(0, -20vh, 0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.flakes i {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, -20vh, 0);
  -moz-transform: translate3d(0, -20vh, 0);
  -o-transform: translate3d(0, -20vh, 0);
  -ms-transform: translate3d(0, -20vh, 0);
  /*backface-visibility: hidden;*/
  animation: falling;
  animation-iteration-count: infinite;
  background-size: contain;
  background-repeat: no-repeat; }

.flakes.christmas i {
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M38.2 65l1-9.7 6.8-3.8v7.8L38.2 65zM58 65l-8-5.8v-7.8l6.8 4 1 9.6zm9.8-17l-9 3.8-6.6-3.8 7-4 8.6 4zm-39.4 0l8.7-4 7 4-6.5 3.8-8.8-4zM58 31l-1 9.6-7 4v-8l8-5.7zm-19.8 0l7.8 5.5v8l-6.7-3.8-1-9.8zm12-17L60.5 3.5l2.8 3-13.3 13v12L63 22l-1.7 16 10.2-5.7 5-18.3 4 1-4 14.4 12.2-7 2 3.6-12 7L93 37l-1.3 3.8-18.2-5-10.2 5.8L78 48l-14.7 6.4 10 5.6 18-5 1.2 4-14.3 3.8L90.6 70l-2 3.5L76 66.3l4 14.4-4 1-5-18.2-9.8-5.6L63 73.3 50 64v11.6L63.3 89l-2.8 3L50 81.5V96h-4V81.5L35.4 92l-2.8-3L46 75.8V64.4l-12.8 9.3 1.7-16-10.5 6-5 18-4-1 4-14.3-12.5 7L5 70l13-7.2-14.5-4 1-3.8L23 60l10-5.7L18.3 48l14.4-6.4-10.2-6-18.3 5-1-3.8 14.3-4-12.2-7 2-3.4 12.2 7-4-14.4 4-1 5 18.2 10.4 6-2-16 13 9.2V19.8L32.4 6.3l3-2.8L46 14V0h4v14z'/%3E%3C/svg%3E");*/
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 50%; }

.flakes i:nth-child(3n+0) {
  animation-duration: 12s; }

.flakes i:nth-child(4n+0) {
  width: .354rem;
  height: .354rem;
  transform-origin: -5% 0;
  -ms-transform-origin: -5% 0;
  -moz-transform-origin: -5% 0;
  -o-transform-origin: -5% 0;
  -webkit-transform-origin: -5% 0; }

.flakes i:nth-of-type(5n+0) {
  animation-delay: 0s; }

.flakes i:nth-of-type(6n+0) {
  animation-timing-function: ease-in-out; }

.flakes i:nth-child(3n+1) {
  animation-duration: 18s; }

.flakes i:nth-child(4n+1) {
  width: .236rem;
  height: .236rem;
  transform-origin: 15% 0;
  -ms-transform-origin: 15% 0;
  -moz-transform-origin: 15% 0;
  -o-transform-origin: 15% 0;
  -webkit-transform-origin: 15% 0; }

.flakes i:nth-of-type(5n+1) {
  animation-delay: 2s; }

.flakes i:nth-of-type(6n+1) {
  animation-timing-function: ease-out; }

.flakes i:nth-child(3n+2) {
  animation-duration: 24s; }

.flakes i:nth-child(4n+2) {
  width: .618rem;
  height: .618rem;
  transform-origin: 0 -30%;
  -ms-transform-origin: 0 -30%;
  -moz-transform-origin: 0 -30%;
  -o-transform-origin: 0 -30%;
  -webkit-transform-origin: 0 -30%; }

.flakes i:nth-of-type(5n+2) {
  animation-delay: 4s; }

.flakes i:nth-of-type(6n+2) {
  animation-timing-function: ease; }

.flakes i:nth-child(4n+3) {
  width: .18rem;
  height: .18rem;
  transform-origin: -100% 0;
  -ms-transform-origin: -100% 0;
  -moz-transform-origin: -100% 0;
  -o-transform-origin: -100% 0;
  -webkit-transform-origin: -100% 0; }

.flakes i:nth-of-type(5n+3) {
  animation-delay: 6s; }

.flakes i:nth-of-type(6n+3) {
  animation-timing-function: ease-in; }

.flakes i:nth-of-type(6n+4) {
  animation-timing-function: linear; }

.flakes i:nth-of-type(5n+4) {
  animation-delay: 8s; }

.flakes i:nth-of-type(6n+5) {
  animation-timing-function: cubic-bezier(0.2, 0.3, 0.8, 0.9); }

.flakes.christmas i:first-child {
  transform-origin: 60% 40%; }

@keyframes falling {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
    -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8); }
  100% {
    transform: translate3d(0, 120vh, 0) rotate(360deg) scale(1.2);
    -webkit-transform: translate3d(0, 120vh, 0) rotate(360deg) scale(1.2);
    -moz-transform: translate3d(0, 120vh, 0) rotate(360deg) scale(1.2);
    -o-transform: translate3d(0, 120vh, 0) rotate(360deg) scale(1.2);
    -ms-transform: translate3d(0, 120vh, 0) rotate(360deg) scale(1.2); } }
.flakes .snow-600px, .flakes .snow-768px, .flakes .snow-1024px, .flakes .snow-1280px,
.flakes .snow-1366px, .flakes .snow-1440px, .flakes .snow-1600px, .flakes .snow-1800px,
.flakes .snow-1920px {
  display: none; }

@media (min-width: 1920px) {
  .flakes .snow-1280px {
    display: inline-block; } }
@media (min-width: 1800px) {
  .flakes .snow-1280px {
    display: inline-block; } }
@media (min-width: 1600px) {
  .flakes .snow-1280px {
    display: inline-block; } }
@media (min-width: 1366px) {
  .flakes .snow-1280px {
    display: inline-block; } }
@media (min-width: 1280px) {
  .flakes .snow-1280px {
    display: inline-block; } }
@media (min-width: 1024px) {
  .flakes .snow-1024px {
    display: inline-block; } }
@media (min-width: 768px) {
  .flakes .snow-768px {
    display: inline-block; } }
@media (min-width: 600px) {
  .flakes .snow-600px {
    display: inline-block; } }
.mfp-iframe-scaler iframe {
  height: 90vh;
  transform: translateY(-50%);
  top: 50%; }

.happy {
  color: transparent;
  font-size: 4rem;
  text-shadow: none;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.4;
  padding: 0 10px; }

@keyframes typing {
  from {
    width: 0;
    color: #ffff60;
    text-shadow: 0px 0px 11px #c8dc1e; }
  to {
    width: 100%;
    color: #ffff60;
    text-shadow: 0px 0px 11px #c8dc1e; } }
.anim-head {
  animation: typing 9.5s 2s forwards; }

.anim-sub {
  animation: typing 9.5s 7s forwards; }

@media (max-width: 736px) {
  .happy {
    display: none; } }

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